/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@font-face {
  font-family: "Avenir Next";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/8344e877-560d-44d4-82eb-9822766676f9.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/687932cb-145b-4690-a21d-ed1243db9e36.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2") format("woff2"), url("https://files.getfishbowl.com/fonts/25e83bf5-47e3-4da7-98b1-755efffb0089.woff") format("woff");
}

@font-face {
  font-family: "Avenir Next";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://files.getfishbowl.com/fonts/71b9791b-4350-4b52-8b43-c03b82004511.woff2") format("woff2"),
  url("https://files.getfishbowl.com/fonts/8c17992f-c017-49e0-b573-779f62016f06.woff") format("woff");
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  color: black;
  background-color: white;
}


/* COMMON*/

:root {
  --blue: #4c28ff;
  --dark-blue: #1b0b6b;
  --lemon: #FFE97A;
  --header-height: 6.25rem;
  --light-grey: #f3f4f8;
  --text-gray: #544e5d;
  --text-light-blue: #85a1cd;
  --text-dark-blue: #100b3c;
  --bowl-cyan: #00fff5;
  --background-grey: #EDECFF;
  --text-dark-gray: #544E5D;
  --link-active: var(--bowl-cyan);
  --light-background: #edecff;
  --calcite: #fff;
  --vh: 1vh;
}

@media all and (max-width: 768px) {
  :root {
    --header-height: 4.75rem;
  }
}

html {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

body {
  background-color: #4c28ff;
  background-color: var(--blue, #4c28ff);
  overflow-x: hidden;
  width: 100%;
  color: #100B3C;
  color: var(--text-dark-blue, #100B3C);
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 600;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}

section {
  position: relative;
  overflow-x: hidden;
}

.content {
  max-width: 74.375rem;
  width: 100%;
  margin: auto;
}

.content.col-1-pad {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.content.col-half-pad {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.asterisk {
  line-height: 1.7;
}

@media all and (max-width: 1190px) {
  .content,
  .content.col-1-pad {
    max-width: 100%;
    padding: 0 1.75rem;
  }
}

button {
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-align-center {
  align-items: center;
}

.space-around {
  justify-content: space-around;
}

.clickable {
  cursor: pointer;
}

.opaque {
  opacity: 1;
}

.transparent {
  opacity: 0;
}

.animated {
  will-change: opacity, transform;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 900;
  font-weight: normal;
  font-style: italic;
}


@media all and (max-width: 1190px) {
  .content,
  .content.col-1-pad {
    max-width: 100%;
    padding: 0 3.5rem;
  }
}

@media all and (max-width: 1023px) {
  .mobile-hidden {
    visibility: hidden;
    display: none;
  }

  .content.col-1-pad {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}

@media all and (min-width: 900px) {
  .desktop-hidden {
    visibility: hidden;
    display: none;
  }

  footer.footer .footnote.content {
    padding: 2.125rem 2.125rem 2.1875rem;
    color: #cdcde5;
    border-top: 1px solid #6467a2;
  }
}

@media all and (max-width: 767px) {
  .mobile-hidden-section {
    display: none;
    visibility: hidden;
  }
}

nav#mobile-menu .logo,
footer.footer .logo {
  text-align: center;
  height: 1.625rem;
  width: 7.5rem;
  background-position: center;
  background-size: cover;
  display: block;
}

footer.footer a.footer-link {
  transition: color 0.2s ease-in;
}

@media all and (max-width: 600px) {
  footer.footer .footer-link {
    white-space: break-spaces;
  }
}

footer.footer a.footer-link:focus,
footer.footer a.footer-link:hover {
  color: #00fff5;
  color: var(--link-active);
  outline: none;
}

footer.footer a.footer-link::after {
  position: relative;
  top: 6px;
  transition: width 0.2s ease-in;
  display: block;
  content: "";
  height: 1px;
  width: 0;
  background-color: #00fff5;
  background-color: var(--link-active);
}

footer.footer a.footer-link:focus::after,
footer.footer a.footer-link:hover::after {
  width: 100%;
}

/* FIRST SECTION */

section.first-section {
  padding-top: 4.5rem;
  margin-top: 6.25rem;
  margin-top: var(--header-height, 6.25rem);
  color: white;
  position: relative;
  overflow-x: visible;
}

section.first-section .content {
  justify-content: space-between;
  padding-bottom: 10.125rem;
}

section.first-section .left-block {
  flex: 6 6 50%;
}

section.first-section .right-block {
  flex: 6 6 50%;
  position: relative;
  z-index: 1;
}

.download-button#mobile-download,
section.first-section .download-button {
  display: block;
  background-color: #00fff5;
  background-color: var(--bowl-cyan, #00fff5);
  border-radius: 1.5625rem;
  padding: 0 1rem;
  color: #1b0d6b;
  color: var(--dark-blue, #1b0d6b);
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.9px;
  font-size: 1rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  width: 14.125rem;
  box-shadow: 4px 14px 34px 0 rgba(255, 167, 51, 0);
  transition: box-shadow 0.3s ease-in;
}

section.first-section .download-button {
  background-color: #00FFF5;
  background-color: var(--bowl-cyan, #00FFF5);
  box-shadow: 4px 14px 34px 0 rgba(73, 0, 144, 0.47)
}

section.first-section .download-button:hover {
  box-shadow: 4px 14px 34px 0 rgba(255, 167, 51, 0.08);
}


section.first-section h1 {
  font-size: 3.75rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.01;
  letter-spacing: -0.7px;
  margin-bottom: 1.875rem;
  margin-top: 3rem;
  text-transform: uppercase;
}

section.first-section h1 br.mobile-break {
  display: none;
}

section.first-section h2 {
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 600;
  max-height: 5.375rem;
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 2rem;
}

section.first-section .backdrop {
  position: absolute;
  z-index: -2;
  right: -30vw;
  font-size: 1rem;
}

section.first-section .backdrop img {
  height: 44.625em;
  width: 80vw;
}

@media all and (max-width: 640px) {
  section.first-section .backdrop img {
    width: 131%;
  }
}

.phones-backdrop .phones {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/img/home/phones-here.webp");
  width: 732px;
  height: 1162px;
  background-size: cover;
  z-index: -1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here.png");
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here.png");
  }
}

@media all and (max-width: 1024px) {
  .phones-backdrop .phones {
    transform: translateX(20%);
    /*top: 16rem;*/
  }
}

@media all and (max-width: 900px) {
  .phones-backdrop .phones {
    height: 837px;
    width: 923px;
    left: 50%;
    transform: translateX(-47%);
    top: 21rem;
    background-image: url("/img/home/phones-here-t.webp");
  }
}

@media all and (max-width: 640px) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here-m.webp");
  }
}

@media all and (max-width: 640px) {
  .phones-backdrop .phones {
    transform: translateX(-50%) scale(0.57);
    top: 9.5rem;
  }
}

@media all and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 0) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here-t.png");
  }
}

@media all and (max-width: 900px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here-t.png");
  }
}

@media all and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 0) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here-m.png");
  }
}

@media all and (max-width: 640px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .phones-backdrop .phones {
    background-image: url("/img/home/phones-here-m.png");
  }
}

/*@media all and (max-width: 640px) {*/
/*  .phones-backdrop .phones {*/
/*    width: 128%;*/
/*    height: 473px;*/
/*    left: 50%;*/
/*    transform: translateX(-47%);*/
/*    top: 19rem;*/
/*    background-image: url("/img/home/phones-here-m.webp");*/
/*  }*/
/*}*/

/*@media all and (max-width: 640px)  and (-webkit-min-device-pixel-ratio: 0) {*/
/*  .phones-backdrop .phones {*/
/*    background-image: url("/img/home/phones-here-m.png");*/
/*  }*/
/*}*/

/*@media all and (max-width: 640px)  and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
/*  .phones-backdrop .phones {*/
/*    background-image: url("/img/home/phones-here-m.png");*/
/*  }*/
/*}*/


section.first-section .logo-spinner {
  max-width: 80rem;
  width: 100%;
  position: absolute;
  opacity: 1;
  transform: translate(-50%, 50%) translate3d(0, 0, 0);
  bottom: 0;
  left: 50%;
  color: #1B0B6B;
  color: var(--dark-blue, #1B0B6B);
  padding: 0 6.25rem;
  height: 6.2rem;
  border-radius: 3.1rem;
  background-color: white;
  flex-direction: row;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 23px 47px 0 rgba(40, 34, 161, 0.18);
}

section.first-section .logo-spinner .spinner-content {
  width: 100%;
  align-items: center;
  height: 75%;
}

section.first-section .logo-spinner .mobile-backdrop {
  display: none;
}

section.first-section .logo-spinner .text-block {
  will-change: opacity;
}

section.first-section .logo-spinner p.percent {
  margin: 0;
  font-size: 2.5rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: white;
}

section.first-section .logo-spinner .explanation {
  max-width: 15rem;
  font-size: 1.125rem;
  line-height: 1.11;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 500;
  background-color: white;
}

section.first-section .logo-spinner .company-category {
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  width: 11.25rem;
  font-size: 1rem;
  text-transform: uppercase;
  border: 3px solid #00FFF5;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: white;
  line-height: 2.2;
  padding: 0 1.5rem;
  opacity: 1;
  position: relative;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.78px;
}

section.first-section .logo-spinner .company-category .category-name {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
  will-change: opacity;
}

section.first-section .logo-spinner .company-category .category-name.hidden {
  position: absolute;
  opacity: 0;
}

section.first-section .logo-spinner .spinner-content::after {
  content: "";
  display: block;
  height: 74px;
  width: 160px;
  left: 38%;
  position: absolute;
  transform: rotate(-61deg) translateX(8%) translateY(50%);
  z-index: -1;
  background: linear-gradient(rgba(40, 7, 255, 0.1), rgba(40, 7, 255, 0));
}

section.first-section .logo-spinner .text-block,
section.first-section .logo-spinner .logo-block {
  justify-content: space-around;
  position: relative;
}

section.first-section .logo-spinner .text-block {
  flex: 4 4 40%;
}

section.first-section .logo-spinner .logo-block {
  flex: 6 6 60%;
}

section.first-section .logo-spinner .logo-block {
  justify-content: space-around;
  position: relative;
}

section.first-section .logo-spinner .logo-container {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  will-change: transform, opacity;
}

section.first-section .logo-spinner .logo-container:first-child {
  position: relative;
  top: 0;
  transform: none;
}

section.first-section .logo-spinner .logo-block .hidden {
  opacity: 0;
}

section.first-section .logo-spinner .logo-item {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

section.first-section .logo-spinner .logo-item:not(.unset-size) {
  width: 8em;
  height: 3.125em;
}

section.first-section .logo-spinner .logo-block .logo-item.opaque {
  opacity: 1;
}

@media not all and (min-resolution: .001dpcm) {
  @media {
    section.first-section .post .footer .footer-icons {
      right: 2.25rem;
    }


  }
}

@media all and (min-width: 1190px) {
  section.first-section .right-block .animation-item:not(:first-child) {
    left: 0;
  }
}


/* FIRST SECTION MOBILE */
@media all and (max-width: 1190px) {

  section.first-section h1 {
    margin-bottom: 2rem;
    max-height: inherit;
  }

  section.first-section .logo-spinner {
    padding: 0 2.625rem;
  }

  section.first-section .left-block {
    max-width: 35rem;
    flex: 6 6 80%
  }

  section.first-section .left-block h2 {
    max-width: 28rem;
  }

  section.first-section .content {
    position: relative;
  }

  section.first-section .right-block {
    left: -3rem;
    bottom: 1rem;
  }

  section.first-section .right-block .animation-item,
  section.first-section .right-block .phone-app {
    height: 495px;
    width: 520px;
  }

  section.first-section .download-button {
    margin-bottom: 8.5rem;
  }

  section.first-section .post {
    font-size: 0.67rem;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    section.first-section .post .footer .footer-icons {
      right: 1rem;
    }
  }


  section.first-section .logo-spinner {
    border-radius: initial;
  }

  section.first-section .logo-spinner .text-block {
    flex: 5 5 52%;
  }

}

@media all and (max-width: 1024px) {
  section.first-section .backdrop img {
    width: 100vw;
  }

  section.first-section .backdrop {
    transform: translateX(16%);
  }
}


@media all and (max-width: 480px) {
  section.first-section .backdrop {
    display: none;
  }
}


@media all and (max-width: 1190px) and (min-width: 921px) {

  section.first-section .right-block .animation-item:first-child {
    position: absolute;
  }
}


/* break to small tablet */
@media all and (max-width: 900px) {

  section.first-section .logo-spinner .spinner-content::after {
    display: none;
  }

  section.first-section .content.flex {
    display: block;
    padding-bottom: 20rem;
  }

  section.first-section .left-block {
    flex: 6 6 80%;
    max-width: 100%;
  }

  section.first-section .right-block {
    left: -1rem;
  }

  section.first-section .logo-spinner {
    overflow: initial;
  }

  section.first-section .logo-spinner .text-block {
    flex: 0 0 auto;
    margin-top: 2.625rem;
  }

  section.first-section .logo-spinner .text-block .percent {
    margin-right: 1rem;
  }

  section.first-section .logo-spinner .company-category {
    flex: 0 0 2.875rem;
    margin-top: 1rem;
  }

  section.first-section .logo-spinner .logo-block {
    margin-top: 1rem;
    flex: 0 0 auto;
    width: 100%;
    max-width: 28rem;
  }

  section.first-section .logo-spinner .logo-container {
    transform: none;
    top: 0;
  }

  section.first-section .logo-spinner .mobile-backdrop {
    display: block;
    position: relative;
    z-index: -1;
    height: 100%;
    object-fit: fill;
    width: 100vw;
    transform: scale(1.01);
  }

  section.first-section .logo-spinner {
    background-color: transparent;
    border-radius: inherit;
    padding: 0;
    height: 296px;
  }

  section.first-section .logo-spinner .spinner-content {
    position: absolute;
    flex-direction: column;
    z-index: 2;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -36%);
  }

  section.first-section .logo-spinner {
    transform: translate(-50%, 50%) translateZ(0) translate3d(0, 0, 0);
  }

  section.first-section .logo-spinner .explanation {
    font-family: "Avenir Next", Helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.29;
    letter-spacing: -0.32px;
  }


  section.first-section .logo-spinner .company-category {
    width: 9.75rem;
    height: 2rem;
    border-radius: 2rem;
    flex: 0 0 2rem;
  }

  section.first-section .logo-spinner .company-category .category-name {
    transition: opacity 0.9s linear;
    font-size: 0.8125rem;
  }

  section.first-section .logo-spinner .logo-container {
    transition: none;
    font-size: 0.8rem;
  }

  section.first-section .download-button {
    display: none;
  }

  section.first-section .right-block {
    left: auto;
    right: 0;
    position: absolute;
  }

  section.first-section .right-block .animation-item {
    left: inherit;
    right: 0;
  }

  section.first-section .left-block {
    margin: auto;
    padding-right: 0;
  }

  section.first-section .right-block {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
  }

  section.first-section {
    padding-bottom: 14.25rem;
  }

  section.first-section .content {
    display: flex;
    flex-direction: column;
  }


  section.first-section .right-block {
    z-index: -1;
    position: relative;
    margin-top: 1.75rem;
    bottom: 1rem;
    margin-bottom: 1vw;
    justify-content: center;
  }

  section.first-section .right-block .animation-item {
    margin-bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
    height: 511px;
    width: 364px;
  }

  section.first-section .right-block .animation-item:first-child {
    transform: none;
    left: inherit;
  }

  section.first-section .right-block .animation-item .post {
    transition: opacity 0.3s ease-out;
  }

  section.first-section .right-block .animation-item.translating .post {
    animation: none;
    opacity: 0;
  }

  section.first-section .right-block .animation-item .phone-app {
    background-size: cover;
    height: 511px;
    width: 380px;
    background-position: bottom;
  }

  section.first-section .right-block .animation-item .phone-app.women-in {
    background-image: url("/img/home/first-section/women-in-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.consulting {
    background-image: url("/img/home/first-section/consulting-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.teachers {
    background-image: url("/img/home/first-section/teachers-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.law {
    background-image: url("/img/home/first-section/law-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.finance {
    background-image: url("/img/home/first-section/finance-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.healthcare {
    background-image: url("/img/home/first-section/healthcare-m.webp");
  }

  section.first-section .right-block .animation-item .phone-app.accounting {
    background-image: url("/img/home/first-section/accounting-m.webp");
  }

  /*safari pictures*/
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    section.first-section .right-block .animation-item .phone-app.women-in {
      background-image: url("/img/home/first-section/women-in-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.consulting {
      background-image: url("/img/home/first-section/consulting-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.teachers {
      background-image: url("/img/home/first-section/teachers-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.law {
      background-image: url("/img/home/first-section/law-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.finance {
      background-image: url("/img/home/first-section/finance-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.healthcare {
      background-image: url("/img/home/first-section/healthcare-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.accounting {
      background-image: url("/img/home/first-section/accounting-m.png");
    }
  }

  /*ie pictures*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.first-section .right-block .animation-item .phone-app.women-in {
      background-image: url("/img/home/first-section/women-in-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.consulting {
      background-image: url("/img/home/first-section/consulting-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.teachers {
      background-image: url("/img/home/first-section/teachers-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.law {
      background-image: url("/img/home/first-section/law-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.finance {
      background-image: url("/img/home/first-section/finance-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.healthcare {
      background-image: url("/img/home/first-section/healthcare-m.png");
    }

    section.first-section .right-block .animation-item .phone-app.accounting {
      background-image: url("/img/home/first-section/accounting-m.png");
    }
  }

  section.first-section {
    padding-top: 2.25rem;
  }

  section.first-section .translating .post {
    animation: translate-post-mobile 0.3s linear;
  }

  section.first-section .post {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 18rem;
  }

  section.first-section .download-button {
    width: 15.4375rem;
    height: 3.0625rem;
    border-radius: 7.71875rem;
    font-size: 1.125rem;
    letter-spacing: normal;
    position: absolute;
    left: 50%;
    bottom: 4rem;
    margin-bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
  }

  section.first-section h1,
  section.first-section h4 {
    margin: auto;
    text-align: center;
  }

  section.first-section h4 {
    max-width: 22rem;
    margin-bottom: 2rem;
  }

  section.first-section h1 {
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
}

@media all and (max-width: 1024px) {
  section.first-section h1 {
    font-size: 45px;
  }
}

/*break to mobile*/
@media all and (max-width: 768px) {


  section.first-section {
    padding-top: 2rem;
    margin-top: 4.75rem;
    margin-top: var(--header-height, 4.75rem);
  }

  section.first-section .content {
    padding: 0 1.875rem 18.25rem;
  }

  section.first-section h2 br {
    display: none;
  }


  section.first-section .right-block {
    margin-top: 2.75rem;
  }


  section.first-section h1,
  section.first-section h4 {
    max-width: 15rem;
  }

  section.first-section h1 br {
    display: none;
  }

  section.first-section h1 br.desktop-hidden {
    display: initial;
  }

  section.first-section h1 {
    margin-bottom: 1.5rem;
    max-width: initial;
    text-align: center;
  }

  section.first-section h1 br.mobile-break {
    display: none;
  }

  section.first-section h4 {
    display: none;
  }

  section.first-section .logo-spinner .spinner-content {
    padding: 0 2.875rem;
  }

  section.first-section .logo-spinner .logo-block {
    margin-top: 1.2rem;
    max-width: 26rem;
  }

  /*section.first-section .backdrop {*/
  /*  position: absolute;*/
  /*  z-index: -2;*/
  /*  right: -7rem;*/
  /*  transform: translateX(-15%);*/
  /*  top: 5rem;*/
  /*}*/

}

@media all and (max-width: 900px) {

  section.first-section .left-block h2 {
    text-align: center;
    margin: 0 auto 2rem;
  }
}


@media all and (max-width: 480px) {
  section.first-section h1 {
    font-size: 35px;
    line-height: 35px;
  }

  section.first-section .left-block h2 {
    font-size: 20px;
    line-height: 24px;
    max-width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  section.first-section .left-block h2 {
    font-size: 1rem;
  }

  section.first-section h1 br.mobile-break {
    display: initial;
  }
}

/*SECOND SECTION*/

section.second-section {
  position: relative;
}

section.second-section .wave-backdrop,
section.fourth-section .wave-backdrop {
  width: 100vw;
  height: 100%;
  background-image: url("/img/home/wave-backdrop.svg");
  background-size: cover;
  position: absolute;
  z-index: -1;
}

section.second-section .content {
  padding-top: 12.6rem;
  padding-bottom: 7.5rem;
  margin: auto;
  justify-content: space-between;
  align-items: flex-start;
}


section.second-section h3 {
  font-size: 1.75rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -1.2px;
  text-align: center;
  color: #1B0B6B;
  color: var(--dark-blue, #1B0B6B);
  margin-bottom: 0.75rem;
}


section.second-section .item {
  max-width: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section.second-section .item {
  max-width: 19rem;
}

@media all and (max-width: 1024px) {
  section.second-section .item:first-of-type {
    margin-bottom: 2rem;
  }
}

section.second-section .item .icon-wrapper {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  height: 166px;
  position: relative;
}

section.second-section .item .image.community {
  position: relative;
  top: -50px;
  z-index: 1;
}


section.second-section .item .description {
  max-width: 17.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #1e1e1e;

}

section.second-section .item .image.support {
  transform: translateX(1.25rem) translateY(-8px);
}

/*section.second-section .item .image.community {*/
/*  transform: scale(0.5) translateY(-43px);*/
/*}*/


/* SECOND SECTION MOBILE */


@media all and (max-width: 1190px) {
  section.second-section .content {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  section.second-section .item .description {
    font-size: 1.125rem;
    max-width: 15.625rem;
  }

}

@media all and (max-width: 1023px) {

  section.second-section .content {
    box-shadow: 0 -7px 53px 0 rgba(40, 7, 255, 0.18);
    background-color: #EDECFF;
    background-color: var(--background-grey);
  }

  section.second-section .backdrop {
    display: none;
  }

  section.second-section h3 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }

  section.second-section .item .description {
    font-size: 1rem;
    margin-top: 0;
  }
}


@media all and (max-width: 768px) {
  section.second-section .content {
    flex-direction: column;
    align-items: center;
    padding: 13rem 4.25rem 4.25rem;
  }

  section.second-section .content .item + .item {
    margin-top: 3.75rem;
  }

  section.second-section .item .icon-wrapper {
    height: 10rem;
  }


  section.second-section .item .image.community {
    left: -10px;
  }

  section.second-section .item .image.community {
    transform: scale(1) translateY(-32px) translateX(-9px);
  }


  section.second-section .item .icon-wrapper.community {
    height: 8rem;
  }

  section.second-section .item .image.community
  section.second-section .item .image.support {
    transform: translateX(1.25rem) scale(0.8);
  }

  section.second-section .item .icon-wrapper.community img {
    transform: scale(0.5);
  }

  section.second-section .item .image.support {
    transform: translateX(0);
  }

  section.second-section h3 {
    font-size: 1.5rem;
    letter-spacing: -0.8px;
  }

}

/* THIRD SECTION*/

section.third-section {
  color: white;
  position: relative;
  overflow-x: initial;
  overflow-y: hidden;
}

@media all and (max-width: 640px) {
  section.third-section {
    overflow-x: hidden;
  }
}

section.third-section .featured-title {
  margin: 90px auto 40px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4.5px;
  color: white;
  font-weight: bold;
  text-align: center;
}

section.third-section .content.featured-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0;
}

section.third-section .featured-section .featured-item {
  margin: 10px 20px;
}

section.third-section .content.first {
  padding-top: 6rem;
}


section.third-section .backdrop {
  position: absolute;
  z-index: -2;
  left: -30vw;
  font-size: 1rem;
  bottom: 0;
  transform: translateY(40%);
}

section.third-section .backdrop img {
  height: 44.625em;
  width: 80vw;
}

section.third-section .left-block {
  position: relative;
}

section.third-section .content.first .left-block {
  margin-top: 0.875rem;
  margin-right: 5.375rem;
  margin-left: 3rem;
}

section.third-section .content.second {
  padding-right: 0;
  margin-top: -8rem;
  padding-bottom: 2.5rem;
}


section.seventh-section .content-container .streak {
  display: block;
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}


section.seventh-section .content-container .streak.visible {
  opacity: 1;
}

section.seventh-section .content-container .streak.streak-one {
  transform: translate(38%, -9%) rotate(30deg);
}

section.seventh-section .content-container .streak.streak-two {
  transform: translate(-31%, -44%);
}

section.seventh-section .content-container .streak.streak-three {
  transform: translateX(-40%) rotate(-30deg);
}


section.third-section h2,
section.fifth-section h2 {
  font-size: 55px;
  max-width: 31rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 56px;
  letter-spacing: -0.5px;
  color: white;
  margin-bottom: 1.5rem;
}

section.third-section h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

section.third-section .advice {
  max-width: 20rem;
  font-size: 1.125rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}

section.third-section .first .right-block {
  position: relative;
  padding-top: .5rem;
  width: 43.625rem;

}

section.third-section .comment {
  font-size: 1rem;
  position: relative;
  background-color: white;
  width: 21em;
  border-radius: 1.25em;
  color: #544E5D;
  color: var(--text-dark-gray);
  box-shadow: 40px -20px 120px 0 rgba(25, 18, 144, 0.2);

}

section.third-section .comment .header {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  padding-top: 0.5em;
}

section.third-section .comment .header .avatar {
  margin-left: 0.5em;
}

section.third-section .comment .header .title {
  margin-left: 1rem;
  color: black;
}

section.third-section .comment .body {
  font-size: 1.25rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 600;
  color: #100B3C;
  color: var(--text-dark-blue, #100B3C);
  padding: 0 1.5em 1em 3.5rem;
  letter-spacing: -0.2px;
  line-height: 1.3em;
}

section.third-section .comment .body .img-wrapper {
  margin: 0.5rem 0;
}

section.third-section .comment .body img {
  width: 100%;
}

section.third-section .comment .footer .footer-icons {
  padding: 0;
}

section.third-section .comment .footer-actions {
  position: relative;
  left: -1em;
}

section.third-section .first .comment-one {
  background-color: #1B0B6B;
  background-color: var(--dark-blue, #1B0B6B);
  color: white;
  transform: translateX(-8%) rotate(-3deg);
  position: relative;
}

section.third-section .first .comment-one .title {
  color: white;
}

section.third-section .first .comment-one:before {
  background-image: url('/img/home/tail-blue.svg');
  display: block;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-82%, 5%) rotate(-19deg);
}

section.third-section .first .comment:not(.comment-one):before {
  background-image: url('/img/home/tail-white.svg');
  display: block;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(86%, 38%) rotate(-19deg);
}

section.third-section .first .comment-one,
section.third-section .first .comment-one .body {
  color: white;
}

section.third-section .first .comment-two {
  position: absolute;
  transform: rotate(3deg);
  right: 0;
  top: 6rem;
}

section.third-section .first .right-block .megaphone {
  position: absolute;
  top: -3rem;
  right: 0rem;
  z-index: 1;
}

section.third-section .first .right-block .arrow {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 1;
}

section.third-section .second .comment {
  width: 18.5rem;
}

section.third-section .second .comment-one {
  position: relative;
  top: -6rem;
  left: 1rem;
  transform: rotate(-3deg);
}

section.third-section .second .comment-two {
  position: absolute;
  top: 3.5rem;
  transform: translateZ(0) rotate(3deg);
  right: -9rem;
  z-index: 1;
  width: 18.5rem;
  backface-visibility: hidden;
}

section.third-section .second .comment-two .img-wrapper {
  margin-top: 0.5em;
}

section.third-section .second .comment-two .body .img-wrapper {
  width: 100%;
}

section.third-section .second .comment-two .body {
  padding: 0 1.25em 1em 3.5rem;
}

section.third-section .second .comment-two .body img {
  border-radius: 1.25rem;
}

section.third-section .second .left-block {
  width: 475px;
  height: 360px;
  position: relative;
  margin-right: 12.375rem;
}

section.third-section .second .right-block {
  padding-left: 5rem;
  padding-top: 6rem;
}

section.third-section .second .left-block .bubble {
  z-index: -1;
  top: 1rem;
  position: absolute;
  left: 27rem;
}

section.third-section .faces-block {
  margin-bottom: 2rem;
}

section.third-section .faces-block .profile-face {
  margin: 0 1rem;
}

section.third-section .right-block .comments-block {
  position: relative;
  height: 26.75rem;
}

/* THIRD SECTION MOBILE */
@media all and (max-width: 1190px) {

  section.third-section .content {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
  }

  section.third-section .content.second {
    flex-direction: column-reverse;
    width: 35.625rem;
    padding-left: 0;
  }

  section.third-section .second,
  section.third-section .second .left-block {
    width: 35.625rem;
  }

  section.third-section .content.second .left-block {
    margin-right: 0;
    margin-bottom: 9rem;
  }

  section.third-section .content.second .left-block .comment-one {
    top: 1rem;
    left: 2rem;
  }

  section.third-section .first .comment-one {
    transform: translateX(28%) rotate(-3deg);
  }

  section.third-section .content.second .left-block .comment-two {
    right: -2rem;
    top: 12rem;
  }

  section.third-section .second .left-block .bubble {
    top: 7rem;
    left: 30rem;
  }


  section.third-section .content.second {
    padding-top: 0;
  }

  section.third-section .second .right-block {
    padding-left: 0;
    width: 100%;
  }

  section.third-section .faces-block {
    text-align: center;
  }

  section.third-section .first .right-block .megaphone {
    right: 6rem;
  }


  section.third-section h2 {
    margin-bottom: 1.75rem;
  }

}

/*@media all and (max-width: 1024px) {*/
/*  section.third-section .first .right-block {*/
/*    width: 35rem;*/
/*  }*/
/*}*/

@media all and (max-width: 1024px) {
  section.third-section h2,
  section.fifth-section h2 {
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {

  section.third-section .first .right-block {
    width: 35rem;
  }

  section.third-section .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section.third-section h2 {
    margin-right: 0;
  }

  section.third-section h2 {
    text-align: center;
  }

  section.third-section .first .right-block {
    padding-top: 0;
    margin-top: 0.9rem;
  }

  section.third-section .advice {
    display: none;
  }

  section.third-section .backdrop {
    bottom: inherit;
    transform: translate(-35%, 85%);
  }

  section.third-section .backdrop img {
    width: inherit;
    height: 20rem;
  }

  section.third-section .second .left-block {
    margin-right: 0;
  }

  section.third-section .content.first {
    padding-top: 3.625rem;
    padding-bottom: 1rem;
  }

  section.third-section .content.first .left-block {
    margin: 0;
  }

  section.third-section .comment {
    width: 21em;
  }

  section.third-section .comment .body {
    margin-top: -0.25em;
    padding: 0 1.5em 1.5em 3.525rem;
  }


  section.third-section .comment .body img {
    width: 100%;
    border-radius: 1.25rem;
  }

  section.third-section .comment .header .title {
    margin-left: 0.75rem;
  }

  section.third-section .first .comment-one {
    transform: rotate(3deg);
    top: 0.75rem;
    left: 1rem;
  }

  section.third-section .content.second {
    padding-bottom: 11rem;
    padding-left: 2.5rem;
    width: auto;
    padding-top: 23rem;
  }

  section.third-section .second .comment {
    transform: none;
  }

  section.third-section .comment {
    font-size: 0.925rem;
  }

  section.third-section .second .comment {
    font-size: 0.925rem;
  }

  section.third-section .content.first .right-block {
    width: 100%;
    max-width: 24rem;
    height: 23.25rem;
  }

  section.third-section .second .left-block {
    width: 100%;
    height: 352px;
  }

  section.third-section .first .right-block .megaphone,
  section.third-section .first .right-block .arrow {
    transform: scale(0.8);
  }

  section.third-section .first .right-block .arrow {
    left: -4rem;
    top: 5rem;
    transform: scale(0.7) rotate(31deg);
  }

  section.third-section .first .right-block .megaphone {
    right: -6.4rem;
    top: -7.5rem;
    z-index: -1;
  }

  section.third-section .content.second .left-block .comment-one {
    top: 2rem;
    left: 0;
    transform: rotate(3deg);
  }

  section.third-section .content.second .left-block .comment-two {
    right: 2rem;
    top: 20rem;
    transform: rotate(-3deg);
  }

  section.third-section .second .left-block .bubble {
    left: inherit;
    right: 8rem;
    top: 27.5rem;
    transform: scale(0.8);
  }

  section.third-section .first .comment-two {
    top: 12rem;
    transform: rotate(-4deg);
    right: 0;
  }

  section.third-section .content {
    padding-top: 1rem;
  }

  section.third-section .comment .header .avatar {
    height: 2.125rem;
    width: 2.125rem;
  }

  section.third-section .comment .body {
    font-size: 1.125rem;
  }

}


@media all and (max-width: 767px) {
  section.third-section h2 {
    text-align: left;
    max-width: 18rem;
  }

  section.third-section .streaks {
    display: none;
  }
}

@media all and (max-width: 640px) {
  section.third-section h2,
  section.fifth-section h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
    letter-spacing: -0.35px;
    line-height: 2.5rem;
  }
}


/* FOURTH SECTION*/
section.fourth-section .content {
  padding: 14.375rem 6.125rem 6.875rem;
}

section.fourth-section .backdrop.wave-backdrop {
  transform: scaleX(-1);
}

section.fourth-section .left-block {
  margin-right: 3rem;
  margin-top: 4.75rem;
  background-color: transparent;
}

section.fourth-section .description {
  font-size: 1.125rem;
  font-stretch: normal;
  font-style: normal;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 500;
  max-width: 24rem;
  line-height: 1.625rem;
  letter-spacing: 0;
}

section.fourth-section div.left-block h2.heading {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

section.fourth-section .description.mobile-description {
  display: none;
}

section.fourth-section .right-block {
  font-size: 1rem;
  margin-left: 5rem;
  margin-top: 0.75rem;
}

section.fourth-section .rotator-block {
  margin-top: 3.225rem;
  margin-left: 1rem;
}

section.fourth-section .post-preview {
  width: 24.625em;
  height: 11.5625em;
  box-shadow: 40px 50px 110px 0 rgba(25, 18, 144, 0.2);

  border-radius: 1.25em;
  position: relative;
  background: linear-gradient(to bottom, white 45%, #e3eeff);
  font-size: 1rem;
  color: #1B0B6B;
  color: var(--dark-blue);
  overflow: hidden;
}

section.fourth-section .post-preview .header {
  position: relative;
  padding: 1.25em 1.25em 1em;
  color: #544e5d;
  color: var(--text-gray, #544e5d);
}

section.fourth-section .post-preview .header .header-variation {
  position: absolute;
  top: 1.25em;
  opacity: 0;
  transition: opacity 0.8s linear;
  background-color: white;
}

section.fourth-section .post-preview .header .header-variation:first-child {
  position: relative;
  top: 0;
}

section.fourth-section .post-preview .header .header-variation.active {
  opacity: 1;
}

section.fourth-section .post-preview .position {
  color: #544E5D;
  color: var(--text-dark-gray, #544E5D);
}

section.fourth-section .post-preview .header .avatar {
  position: relative;
  height: 2.875em;
  width: 2.875em;
  margin-right: 0.5em;
}

section.fourth-section .post-preview .avatar-border {
  content: "";
  top: 1.25em;
  left: 1.25em;
  display: block;
  position: absolute;
  height: 2.875em;
  width: 2.875em;
  z-index: 1;
  border-radius: 1.4375em;
  border: 2px solid #4c28ff;
  border: 2px solid var(--blue);
}

section.fourth-section .post-preview .body {
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 500;
  border-left: 1px solid #4c28ff;
  border-left: 1px solid var(--blue);
  height: 1.5em;
  margin: 0 1.5em 1.2em;
  font-size: 1.125em;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #544e5d;
  color: var(--text-gray);
  background-color: white;
}

section.fourth-section .post-preview .footer {
  height: 3.5em;
  justify-content: space-between;
  background-color: white;
  padding: 0 1.5em;
}

section.fourth-section .post-preview .footer .post-button {
  font-size: 1.125rem;
  background-color: #f3f4f8;
  background-color: var(--light-grey);
  height: 2.25em;
  width: 5.25em;
  border-radius: 1.125em;
  text-align: center;
  line-height: 2.3;
  color: var(--text-gray);
  color: #544e5d;
}

section.fourth-section .post-preview::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/img/home/close.svg");
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 1em;
  right: 1em;
}

section.fourth-section .rotator-block .user-alias {
  width: 15.625em;
  height: 4.375em;
  border-radius: 2.1875em;
  text-transform: uppercase;
  box-shadow: 40px 50px 110px 0 rgba(25, 18, 144, 0.2);
  background-color: #e3eeff;
  letter-spacing: 3px;
  line-height: 3.8;
  position: relative;
  padding-left: 5em;
  transition: background-color 0.4s ease-out, color 0.4s ease-out, transform 0.4s ease-out;
  color: black;
  transform: translateX(2.75em);
}

section.fourth-section .rotator-block .user-alias .alias-type {
  font-size: 1.125em;
}

section.fourth-section .rotator-block * + * {
  margin-top: 0.75em;
}

section.fourth-section .rotator-block .user-alias::before {
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  z-index: 1;
  border-radius: 1.25em;
  background-color: #a2c1f1;
  opacity: 0.6;
  transition: opacity 0.4s ease-out;
}

section.fourth-section .rotator-block .user-alias.active {
  background-color: white;
  color: black;
  transform: translateX(0)
}

section.fourth-section .rotator-block .user-alias.active::before {
  opacity: 0;
}

section.fourth-section .rotator-block .user-alias .avatar {
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 1190px) {
  section.fourth-section .left-block {
    margin-top: 1.75rem;
  }
}

@media all and (max-width: 1023px) {

  section.fourth-section .backdrop {
    background-image: url("/img/home/gray-wave-m.svg");
  }

  section.fourth-section .content {
    padding: 10rem 7.5rem 4.125rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  section.fourth-section .left-block {
    margin-right: 0;
    max-width: 30rem;
  }

  section.fourth-section .right-block {
    margin-left: 0;
    margin-top: 3.125rem;
  }

  section.fourth-section .description {
    max-width: 30rem;
  }

  section.fourth-section .left-block h2.heading {
    margin-bottom: 3.125rem;
  }
}


@media all and (max-width: 1024px) {
  section.fourth-section div.left-block h2.heading {
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {


  section.fourth-section .content {
    padding-bottom: 4.125rem;
    flex-wrap: wrap;
  }

  section.fourth-section .left-block {
    margin-right: 0;
    max-width: 28rem;
  }

  section.fourth-section .left-block,
  section.fourth-section .right-block {
    margin-top: 10rem;
  }

  section.fourth-section .right-block {
    margin-left: 0;
  }

  section.fourth-section .description {
    max-width: 22rem;
  }

  section.fourth-section .backdrop {
    display: none;
  }

  section.fourth-section .content {
    background-color: #EDECFF;
    background-color: var(--background-grey);
  }

  section.fourth-section .content {
    align-items: flex-start;
    padding: 0 2.25rem 3rem;
    flex-direction: column;
  }

  section.fourth-section .description {
    display: none;
  }

  section.fourth-section .description.mobile-description {
    display: block;
    margin-top: 2rem;
    width: 100%;
    font-size: 1.125rem;
    max-width: 30rem;
    padding: 2.125rem 0 1rem;
  }

  section.fourth-section .left-block {
    margin: 4rem auto 0;
  }

  section.fourth-section .right-block {
    width: 100%;
    font-size: 0.775rem;
    margin: 1rem auto 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 19rem;
  }

  section.fourth-section .rotator-block {
    margin-left: 2rem;
    margin-top: 2rem;
  }

  section.fourth-section .post-preview {
    width: 19em;
    height: 9rem;
  }

  section.fourth-section .rotator-block .user-alias {
    line-height: 3.9;
  }

  section.fourth-section .post-preview .footer .post-button {
    line-height: 2;
    height: 1.75rem;
    width: 4.125rem;
    font-size: 0.875rem;
  }

  section.fourth-section .post-preview .header {
    padding: 1.125rem 1rem 0.75rem;
  }

  section.fourth-section .post-preview .avatar-border,
  section.fourth-section .post-preview .header .avatar {
    width: 2.25rem;
    height: 2.25rem;
  }

  section.fourth-section .post-preview .avatar-border {
    left: 1rem;
    top: 1.125rem;
    border-radius: 1.175rem;
  }

  section.fourth-section .post-preview .body {
    font-size: 0.875rem;
    font-family: "Avenir Next", Helvetica, arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.75rem;
  }

  section.fourth-section .post-preview .footer {
    height: 2.75rem;
  }

  section.fourth-section .post-preview .footer .attach {
    height: 1.25rem;
  }

  section.fourth-section .post-preview .header .header-variation {
    top: 1.125rem;
  }
}

@media all and (max-width: 640px) {
  section.fourth-section div.left-block h2.heading {
    margin-right: 1rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    font-size: 2.25rem;
    letter-spacing: -0.35px;
  }
}

/* FIFTH SECTION*/
section.fifth-section .content {
  margin-top: 7.75rem;
  margin-bottom: 2rem;
}

section.fifth-section .backdrop {
  position: absolute;
  z-index: -2;
  left: -30vw;
  font-size: 1rem;
  top: 9rem;
  transform: translateY(-40%) scaleX(-1);
}

section.fifth-section .backdrop img {
  height: 44.625em;
  width: 80vw;
}

section.fifth-section .left-block {
  position: relative;
  margin-right: 25rem;
  font-size: 1rem;
}

section.fifth-section .left-block img.item {
  display: block;
  position: relative;
  border-radius: 1em;
  box-shadow: 12px 12px 34px 0 rgba(25, 18, 144, 0.2);
}

section.fifth-section .left-block img.item.harvard {
  width: 17.375em;
  height: 9.25em;
  position: relative;
  left: 10rem;
}

section.fifth-section .left-block img.item.forbes {
  top: -1em;
  width: 17.375em;
  height: 8.5em;
}

section.fifth-section .left-block img.item.fc {
  top: -5em;
  right: -14em;
  width: 17.375em;
  height: 10.125em;
}

section.fifth-section .left-block img.item.tc {
  top: -7em;
  left: 10rem;
  width: 17.375em;
  height: 9.375em;
}

section.fifth-section .right-block {
  text-align: center;
  position: relative;
  color: white;
  margin-top: -6rem;
}

section.fifth-section h3 {
  max-width: inherit;
  font-size: 2.5rem;
}

section.fifth-section .right-block .section-content,
section.fifth-section .right-block .quote {
  width: 26rem;
}

section.fifth-section .right-block .quote.hidden {
  display: none;
}

section.fifth-section .right-block .section-text {
  font-size: 1.125rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0;
}

section.fifth-section .right-block .section-text,
section.fifth-section .right-block .author {
  margin-bottom: 2.625rem;
}

section.fifth-section .right-block .author .avatar {
  margin-right: 1rem;
  display: inline-block;
}

section.fifth-section .right-block .company-category {
  display: inline-block;
  margin: 0 auto;
  color: #00fff5;
  color: var(--bowl-cyan, #00fff5);
  font-size: 0.9375rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3rem;
  border-top: 2px solid #00fff5;
  border-top: 2px solid var(--bowl-cyan, #00fff5);
  border-bottom: 2px solid #00fff5;
  border-bottom: 2px solid var(--bowl-cyan, #00fff5);
}


section.fifth-section .right-block .quotes.opening {
  margin-bottom: 6.125rem;
  margin-top: 1rem;
}

section.fifth-section .right-block .quotes.closing {
  margin-top: 3.125rem;
  margin-bottom: 2.25rem;
  transform: rotate(180deg);
}

section.fifth-section .right-block .quotes {
  background-image: url("/img/home/quotes.svg");
  background-size: cover;
  margin: auto;
  width: 5.5rem;
  height: 3.625rem;
}


section.fifth-section .right-block .quotes.closing {
  transform: rotate(180deg);
}

section.fifth-section h3 {
  margin: -3rem auto 2.5rem;
}

section.fifth-section .section-content button.slick-arrow {
  border-left: 3px #00FFF5 solid;
  border-left: 3px var(--bowl-cyan) solid;
  border-bottom: 3px #00FFF5 solid;
  border-bottom: 3px var(--bowl-cyan) solid;
  transform: rotate(45deg);
  top: 37%;
  height: 1.375rem;
  width: 1.375rem;

}

section.fifth-section .section-content button.slick-arrow.slick-next {
  transform: rotate(-135deg);
  right: -5.5rem;
}

section.fifth-section .section-content button.slick-arrow.slick-prev {
  left: -5.5rem;
}

section.fifth-section .section-content button.slick-arrow:before,
section.fifth-section .section-content button.slick-arrow:after {
  display: none;
}

@media all and (max-width: 1190px) {
  section.fifth-section .content {
    margin-bottom: 0;
    justify-content: space-between;
  }

  section.fifth-section .section-content button.slick-arrow {
    top: 37%;
  }

  section.fifth-section .content .left-block {
    margin-right: 4rem;
    margin-left: 6rem;
  }

  section.fifth-section .content .right-block {
    margin-right: 6rem;
  }


  section.fifth-section .left-block img.item.harvard {
    left: -3rem;
  }

  section.fifth-section .left-block img.item.forbes {
    left: -7rem;
  }

  section.fifth-section .left-block img.item.fc {
    right: -1rem;
  }

  section.fifth-section .left-block img.item.tc {
    left: -3rem;
  }

}

@media all and (max-width: 1023px) {

  section.fifth-section .content {
    flex-direction: column;
    align-items: center;
  }

  section.fifth-section .backdrop {
    transform: translateY(-40%) translateX(-57%) scaleX(-1);
  }

  section.fifth-section .backdrop img {
    height: 44.625em;
    width: initial;
  }

  section.fifth-section .content {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding: 0 1.5rem;
  }

  section.fifth-section .left-block {
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    width: 100%;
    max-height: 26rem;
    display: flex;
    max-width: 39rem;
    flex-direction: column;
    margin-bottom: 1.875rem;
  }

  section.fifth-section .left-block img.item {
    position: static;
    margin-top: 1.875rem;
  }

  section.fifth-section .left-block img.item:first-child {
    position: static;
    margin-top: 0;
    margin-right: 1rem;
  }

  section.fifth-section .right-block {
    flex-direction: column;
    margin-top: 0;
  }

  section.fifth-section .content .right-block {
    margin-right: 0;
  }


}

@media all and (max-width: 767px) {
  section.fifth-section .left-block {
    font-size: 0.56rem;
    max-width: 22rem;
    max-height: 18rem;
  }

  section.fifth-section .right-block .section-text {
    font-size: 1rem;
    margin-top: 1.75rem;
  }

  section.fifth-section .right-block .section-header {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
    padding: 0 1.5rem;
  }

  section.fifth-section .right-block .section-content,
  section.fifth-section .right-block .quote {
    width: 16.75rem;
  }

  section.fifth-section .right-block .company-category {
    display: inline-block;
  }

  section.fifth-section .right-block .author,
  section.fifth-section .right-block .company-category {
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
  }

  section.fifth-section .right-block .quotes {
    width: 3.125rem;
    height: 2rem;
    margin: auto;
  }

  section.fifth-section .right-block .quotes.opening {
    margin-bottom: 2.75rem;
  }

  section.fifth-section .right-block .quotes.closing {
    margin-top: 2.75rem;
    margin-bottom: 1.625rem;
  }

  section.fifth-section .section-content button.slick-arrow.slick-next {
    right: -1.625rem;
  }

  section.fifth-section .section-content button.slick-arrow.slick-prev {
    left: -1.625rem;
  }

}

/*SIXTH SECTION*/

section.sixth-section {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FAFCFF;
  background-color: var(--light-background, #FAFCFF);
}

section.sixth-section .backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  top: 0;
}

section.sixth-section .content h2.heading {
  margin-right: 6rem;
}

section.sixth-section .backdrop .bg {
  display: block;
  position: absolute;
}

section.sixth-section .backdrop .bg:not(.bg-m) {
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(0.88);
}


section.sixth-section .bg:not(.bg-m) img,
section.sixth-section .bg .shadow {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(24deg);
}

section.sixth-section .bg .shadow {
  content: "";
  height: 82%;
  width: 50%;
}

section.sixth-section .bg:not(.bg-m) img {
  z-index: 10;
  transform: translate(-50%, -50%) rotate(24deg) scale(1.0);
}


section.sixth-section .backdrop .bg-m {
  display: none;
}

section.sixth-section .bg-1 {
  bottom: -11rem;
  left: -15rem;
  z-index: 2;
  width: 643px;
  height: 738px;
}

section.sixth-section .bg-1 .shadow {
  box-shadow: 29px 73px 131px 0 rgba(27, 11, 107, 0.3);
}

section.sixth-section .bg-2 {
  bottom: 1rem;
  left: 0rem;
  z-index: 0;
  width: 704px;
  height: 893px;
}

section.sixth-section .bg-2 .shadow {
  box-shadow: 29px 73px 131px 0 rgba(27, 11, 107, 0.3);
}

section.sixth-section .bg-3 {
  bottom: -22rem;
  left: 8rem;
  z-index: 1;
  width: 607px;
  height: 738px;
  /*background-image: url("/img/home/sixth-section/bg-6-3.png");*/
}

section.sixth-section .bg-3 .shadow {
  box-shadow: 29px 73px 131px 0 rgba(27, 11, 107, 0.3);
}

section.sixth-section .bg-4 {
  right: -5rem;
  bottom: 3rem;
  z-index: 1;
  width: 604px;
  height: 664px;
  /*background-image: url("/img/home/sixth-section/bg-6-4.png");*/
}

section.sixth-section .bg-4 .shadow {
  box-shadow: 29px 73px 131px 0 rgba(27, 11, 107, 0.3);
}

section.sixth-section .bg-5 {
  bottom: -19.5rem;
  right: -6rem;
  z-index: 2;
  width: 624px;
  height: 797px;
  /*background-image: url("/img/home/sixth-section/bg-6-5.png");*/
}

section.sixth-section .bg-5 .shadow {
  box-shadow: 29px 73px 131px 0 rgba(27, 11, 107, 0.3);
}


section.sixth-section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  z-index: 3;
  position: relative;
  margin-top: 316px;
  margin-bottom: 345px;
}

section.fourth-section .left-block h2.heading,
section.sixth-section .content h2.heading,
section.seventh-section .content h2.heading,
section.eight-section .content h2.heading {
  max-width: 30rem;
  margin-bottom: 1rem;
  font-size: 3.75rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #1B0B6B;
  color: var(--dark-blue, #1B0B6B);
}

section.sixth-section .content h2.heading {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media all and (max-width: 1023px) {
  section.sixth-section .content h2.heading,
  section.seventh-section .content h2.heading {
    font-size: 2.5rem;
  }
}


section.sixth-section .content p.text,
section.seventh-section .content p.text {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 500;
  max-width: 18.5rem;
  font-size: 1.125rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.22px;
  color: #100B3C;
  color: var(--text-dark-blue, #100B3C);
}

section.seventh-section .content p.text {
  font-size: 1.125rem;
  line-height: 1.44;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}

/* SIXTH SECTION MOBILE */

@media all and (max-width: 1190px) {
  section.sixth-section .content {
    margin-top: 40vw;
  }

  section.sixth-section .content h2.heading {
    max-width: 17rem;
  }

  section.sixth-section .backdrop {
    left: -6rem;
  }

  section.sixth-section .bg-4,
  section.sixth-section .bg-5 {
    display: none;
    visibility: hidden;
  }

  section.sixth-section .bg-2 {
    left: -9rem;
  }

}

@media all and (max-width: 920px) {
  section.sixth-section .backdrop .bg.bg-1:not(.bg-m),
  section.sixth-section .backdrop .bg.bg-2:not(.bg-m),
  section.sixth-section .backdrop .bg.bg-3:not(.bg-m) {
    display: none;
  }

  section.sixth-section .backdrop .bg.bg-m {
    background-repeat: no-repeat;
    height: 387px;
    width: 432px;
    bottom: -5rem;
    position: absolute;
    background-size: cover;
    display: block;
    visibility: visible;

  }

  section.sixth-section .content {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0 7.5rem;
    margin-top: 3.75rem;
  }

  section.sixth-section .content h2.heading {
    font-size: 3.75rem;
  }

  section.sixth-section .content h2.heading,
  section.sixth-section .content p.text {
    max-width: 31rem;
  }

  section.sixth-section .backdrop {
    left: initial;
    margin-top: -5rem;
  }

  section.sixth-section .backdrop {
    position: relative;
    display: flex;
  }

  section.sixth-section .backdrop .bg {
    position: static;
    width: inherit;
    height: 182px;
  }

  section.sixth-section .backdrop .bg {
    display: none;
  }

  section.sixth-section .backdrop .bg.bg-1-m {
    position: relative;
    /*background-image: url("/img/home/sixth-section/bg-6-1-m.webp");*/
    left: 0;
    background-position-x: -142px;
    background-size: cover;
  }

  section.sixth-section .backdrop .bg.bg-2-m {
    /*background-image: url("/img/home/sixth-section/bg-6-2-m.webp");*/
    left: 50%;
    background-position-x: -11px;
    position: absolute;
    transform: translateX(-50%);
  }

  section.sixth-section .backdrop .bg.bg-3-m {
    /*background-image: url("/img/home/sixth-section/bg-6-3-m.webp");*/
    right: 0;
    position: absolute;
    background-position-x: 120px;
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.sixth-section .backdrop .bg.bg-1-m {
      /*background-image: url("/img/home/sixth-section/bg-6-1-m.png");*/
    }

    section.sixth-section .backdrop .bg.bg-2-m {
      /*background-image: url("/img/home/sixth-section/bg-6-2-m.png");*/
    }

    section.sixth-section .backdrop .bg.bg-3-m {
      /*background-image: url("/img/home/sixth-section/bg-6-3-m.png");*/
    }
  }

  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    section.sixth-section .backdrop .bg.bg-1-m {
      /*background-image: url("/img/home/sixth-section/bg-6-1-m.png");*/
    }

    section.sixth-section .backdrop .bg.bg-2-m {
      /*background-image: url("/img/home/sixth-section/bg-6-2-m.png");*/
    }

    section.sixth-section .backdrop .bg.bg-3-m {
      /*background-image: url("/img/home/sixth-section/bg-6-3-m.png");*/
    }
  }
}

@media all and (max-width: 1024px) {
  section.sixth-section .content h2.heading {
    font-size: 45px;
  }
}

@media all and (max-width: 767px) {
  section.sixth-section {
    background-color: #4C28FF;
    background-color: var(--blue);
  }

  section.sixth-section .content h2.heading {
    font-size: 2.5rem;
  }

  section.sixth-section .content h2.heading,
  section.sixth-section .content p.text {
    color: white;
  }

  section.sixth-section .content {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0 2.5rem;
    margin-top: 4rem;

  }

  section.sixth-section .content h2.heading {
    margin-right: 0;
  }


  section.sixth-section .backdrop .bg.bg-m {
    height: 365px;
    width: 381px;
    bottom: -87px;
  }

  section.sixth-section .content p.text,
  section.seventh-section .content p.text {
    letter-spacing: -0.2px;
    line-height: 1.625rem;
  }

}

@media all and (max-width: 640px) {

  section.sixth-section .backdrop {
    margin-top: -5rem;
  }

  section.sixth-section .backdrop .bg.bg-m {
    height: 324px;
    width: 273px;
    bottom: -76px;
  }

  section.sixth-section .backdrop .bg.bg-2 {
    background-position-x: -39px;
  }
}

/* SEVENTH SECTION */
section.seventh-section {
  position: relative;
  background-image: url("/img/home/seventh-section/meet-your-heroes-background.webp");
  background-position: center;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  z-index: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section.seventh-section {
    background-image: url("/img/home/seventh-section/meet-your-heroes-background.jpg");
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.seventh-section {
    background-image: url("/img/home/seventh-section/meet-your-heroes-background.jpg");
  }
}

section.seventh-section .backdrop {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}


section.seventh-section .seventh-phone {
  margin-bottom: -96px;
  margin-left: 168px;
}

section.seventh-section .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: inherit;
  margin: 0;
}

section.seventh-section .content-title {
  color: #1b0b6b;
  font-size: 60px;
  letter-spacing: -0.7px;
  font-weight: 900;
  margin-bottom: 32px;
  text-transform: uppercase;
}

@media all and (max-width: 1024px) {
  section.seventh-section .content-title {
    font-size: 45px;
  }
}

section.seventh-section .content-message {
  font-size: 18px;
  max-width: 520px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}


section.seventh-section .heroes-section {
  margin-left: -32px;
  margin-top: 18px;
}


section.seventh-section .explore-button {
  display: block;
  height: 2.875rem;
  line-height: 2.875rem;
  width: 9.125rem;
  border-radius: 1.4375rem;
  box-shadow: 4px 14px 34px 0 rgba(0, 30, 144, 0.32);
  font-size: 1rem;
  font-weight: bold;
  background-color: #4C28FF;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 1rem;
}

section.seventh-section .speaker {
  width: 238px;
  margin: 0 -25px;
}


@media all and (max-width: 1190px) {
  section.seventh-section .seventh-phone {
    display: none;
  }

  section.seventh-section .content {
    justify-content: flex-end;
  }
}


section.seventh-section .content .content-container {
  position: relative;
}


section.seventh-section .content .content-container {
  background-color: #edecff;
  background-color: var(--light-background, #edecff);
  min-width: 44.75rem;
  padding: 5rem 0 5.625rem 6.2rem;
}


/* SEVENTH SECTION MOBILE */

@media all and (max-width: 1190px) {

  section.seventh-section .content {
    padding-right: 0;
    justify-content: flex-end;
  }

  section.seventh-section .content .left-block {
    display: none;
  }
}


/* EIGHT SECTION */

section.eight-section {
  background-color: #edecff;
  background-color: var(--light-background, #edecff);
  position: relative;
  width: 100%;
  height: 920px;
  overflow-y: hidden;

}

section.eight-section .content {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  justify-content: space-between;
}

section.eight-section .content .left-block {
  margin-left: 1rem;
  position: relative;
}

section.eight-section .content .right-block {
  margin-top: 2.65rem;
  margin-right: 1.5rem;
}

section.eight-section .content .left-block .phone-app {
  width: 390px;
  height: 781px;
  position: relative;
  background-image: url("/img/home/bg-8-1-min.webp");
  background-size: contain;
  z-index: 3;
  background-repeat: no-repeat;
}

section.eight-section .content .left-block .phone-shadow {
  position: absolute;
  border-radius: 25px;
  top: 0;
  left: 0;
  width: 390px;
  height: 781px;
  box-shadow: 34px 68px 171px 0 rgba(60, 41, 157, 0.2);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.eight-section .content .left-block .phone-app {
    background-image: url("/img/home/bg-8-1-min.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section.eight-section .content .left-block .phone-app {
    background-image: url("/img/home/bg-8-1-min.png");
  }
}


section.eight-section .backdrop {
  height: 100%;
  width: 100%;
}

section.eight-section .backdrop,
section.eight-section .backdrop img {
  position: absolute;
}

section.eight-section .backdrop .blue-fish {
  top: 63%;
  left: 0;
  transform: translate(-58%, -63%) scaleX(-1) scale(1.2);
}

section.eight-section .content .right-block .buttons-block {
  padding-left: 2rem;
}

section.eight-section .content button.get-on {
  background-color: #4c28ff;
  background-color: var(--blue, #4c28ff);
  margin: 1.8rem 0 3rem;
  height: 3.25rem;
  width: 16.875rem;
  border-radius: 1.75rem;
  padding: 0 1rem;
  color: white;
  text-transform: uppercase;
  border: none;
  letter-spacing: 3px;
  font-size: 1.125rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 1.06;
}

section.eight-section .content .install-button {
  font-size: 0.9375rem;
  font-family: "Avenir Next", Helvetica, arial, sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #1b0b6b;
  color: var(--dark-blue, #1b0b6b);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: 3rem;
}


section.eight-section .content .install-button .img-wrapper {
  margin-right: 1rem;
}

section.eight-section .content h2.heading {
  text-transform: uppercase;
}

@media all and (max-width: 1024px) {
  section.eight-section .content h2.heading {
    font-size: 45px;
  }
}

/* EIGHT SECTION MOBILE*/
@media all and (max-width: 1190px) {
  section.eight-section .content .left-block {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  section.eight-section .content {
    padding-top: 6rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  section.eight-section .content .right-block {
    text-align: center;
    margin-bottom: 2rem;
  }

  section.eight-section .content .right-block h2.heading {
    max-width: 26rem;
  }

  section.eight-section .content .right-block .buttons-block {
    justify-content: space-between;
  }
}


@media all and (max-width: 1024px) {
  section.eight-section .backdrop {
    display: none;
  }

  section.eight-section {
    height: 1100px;
  }

  section.eight-section .content div.right-block {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4rem;
    font-size: 45px;
  }

  section.eight-section .content div.left-block {
    margin-top: 1rem;
  }

  section.eight-section .content .right-block h2.heading {
    text-align: center;
    margin: auto;
  }

  section.eight-section .content .buttons-block {
    padding-left: 2rem;
  }

  section.eight-section .content .left-block {
    margin-left: 0;
  }

  section.eight-section .content .left-block .phone-app {
    width: 491px;
    border-radius: 56px;
    height: 982px;
    background-position-x: 90%;
  }

}

@media all and (max-width: 640px) {
  section.eight-section .content .left-block .phone-app {
    border-radius: 20px;
  }

  section.eight-section .content .left-block .phone-shadow {
    width: 250px;
  }
}


@media all and (max-width: 767px) {

  section.eight-section {
    height: 725px;
  }

  section.eight-section .content h2.heading {
    font-size: 2.5rem;
  }

  section.eight-section .content button.get-on {
    width: 14.4375rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    font-size: 1rem;
    font-family: "Avenir Next", Helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 2.5rem;
  }

  section.eight-section .content .install-button {
    font-size: 0.6875rem;
    white-space: nowrap;
    width: 6rem;
    font-weight: 700;
  }

  section.eight-section .content {
    padding-top: 4rem;
    text-align: center;
  }

  section.eight-section .content .right-block h2.heading {
    max-width: 19.625rem;
    font-size: 2.5rem;
  }

  section.eight-section .content div.right-block {
    margin-bottom: 0;
  }

  section.eight-section .content .install-button .img-wrapper img {
    transform: scale(0.85);
  }

  section.eight-section .content .left-block .phone-app {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: initial;
    width: 250px;
    height: 500px;
    position: relative;
    box-shadow: 22px 44px 110px 0 rgba(60, 41, 157, 0.2);
  }

}

/* KEYFRAMES */


.bounce-in {
  animation: bounce-in 0.4s linear;
}

.bounce-from-left {
  animation: bounce-from-left 0.5s linear;
}

.fade-out {
  animation: fade-out 0.4s ease-in;
}

.fade-in {
  animation: fade-out 0.4s ease-in reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce-from-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2.8rem);
  }
  75% {
    transform: translateX(4rem);
  }
  100% {
    transform: translateX(0rem);
  }
}

@keyframes translate-post {
  0% {
    transform: rotate(6deg) translateX(-54%);
  }
  100% {
    transform: rotate(6deg) translateX(-81%);
  }
}

@keyframes translate-post-mobile {

  0% {
    transform: rotate(11deg) translateX(-49%);
  }
  100% {
    transform: rotate(11deg) translateX(-71%);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* OVERLAY, POP-UPS */


.overlay-container.container-hidden {
  display: none;
  opacity: 0;
}

.overlay-container {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 20;
  opacity: 1;
  top: 0;
  transition: opacity 0.5s ease-in;
}

.overlay-container .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form#sign-up .error {
  color: red;
  opacity: 0;
  height: 0;
  transition: 0.2s opacity ease-in;
  margin-bottom: 0.5rem;
}

form#sign-up.error .error {
  opacity: 1;
  height: auto;
}

#mobile-download.download-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  z-index: 12;
  display: block;
  transform: translate(-50%, -50%) translateZ(0);
}

.translate-upper-left {
  transform: translateY(-100%) !important;
  transition: transform 1s linear !important;
}


/*MOBILE MENU*/

nav#mobile-menu {
  display: none;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  position: fixed;
  z-index: 16;
  transform: translateY(150%) translateZ(0);
  will-change: transform;
  transition: transform 0.4s ease-in;
  color: white;
  background-color: #1B0B6B;
  background-color: var(--dark-blue);
}

@media all and (max-width: 1190px) {
  nav#mobile-menu {
    display: block;
    visibility: visible;
  }
}

nav#mobile-menu.visible {
  transform: translateY(0);
}

nav#mobile-menu .mobile-menu-header {
  height: 4.75rem;
  height: var(--header-height, 4.75rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem 0 2rem;
}

nav#mobile-menu .mobile-menu-header .mobile-menu-trigger {
  height: 50px;
  width: 100px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav#mobile-menu .mobile-menu-header .logo {
  width: 5.625rem;
  height: 1.225rem;
}

nav#mobile-menu .mobile-menu-header .chevron {
  border-top: 2px solid #00FFF5;
  border-top: 2px solid var(--bowl-cyan);
  border-right: 2px solid #00FFF5;
  border-right: 2px solid var(--bowl-cyan);
  height: 1.25rem;
  width: 1.25rem;
  transform: rotate(-45deg);
  position: relative;
  top: 0.4rem;
  left: 1.3rem;
}

nav#mobile-menu .links-block {
  margin: 4.5rem 0.875rem;
}


nav#mobile-menu .socials-block {
  width: 10rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

nav#mobile-menu .links-block .link-item {
  padding: 1.5rem;
  font-size: 1.375rem;
  border-top: 1px solid #00FFF5;
  border-top: 1px solid var(--bowl-cyan);
  display: block;
  color: white;
  width: 100%;
  position: relative;
  text-align: left;
}

nav#mobile-menu .links-block .link-item::after {
  display: block;
  content: "";
  border-top: 2px solid #00FFF5;
  border-top: 2px solid var(--bowl-cyan);
  border-right: 2px solid #00FFF5;
  border-right: 2px solid var(--bowl-cyan);
  height: 1rem;
  width: 1rem;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 50%;
}

nav#mobile-menu .links-block .link-item:last-child {
  border-bottom: 1px solid #00FFF5;
  border-bottom: 1px solid var(--bowl-cyan);
}


nav#mobile-menu .socials-block .social-icon-fill {
  fill: white;
}


nav#mobile-menu button.get-app-button {
  width: 13rem;
  height: 2.875rem;
  border-radius: 1.4375rem;
  border: solid 1px #00fff5;
  border: solid 1px var(--bowl-cyan);
  font-size: 1.375rem;
  color: #00fff5;
  color: var(--bowl-cyan);
  text-transform: uppercase;
  background-color: transparent;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.overlay-container .popup#phone-popup {
  background-color: transparent;
  padding: 0;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating>label {
  font-weight: 500;
  letter-spacing: normal;
}

/*stick menu buttons to bottom for shorter screens*/
@media all and (max-height: 750px) {
  nav#mobile-menu button.get-app-button {
    bottom: 1rem;
  }

  nav#mobile-menu .socials-block {
    bottom: 5rem;
  }
}

@media all and (max-height: 600px) {

  nav#mobile-menu {
    height: 100%;
    overflow: scroll;
    padding-bottom: 20px;
  }

  nav#mobile-menu button.get-app-button {
    position: static;
    transform: none;
  }

  nav#mobile-menu .socials-block {
    position: static;
    margin-bottom: 1rem;
    transform: none;
  }
}


/*IE 11 specific*/

select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.third-section, section.eight-section {
    -ms-overflow-x: visible;
    overflow-x: visible;
  }

  .streak {
    display: block !important;
    opacity: 1 !important;
    visibility: visible;
  }

  section.first-section .post .footer-icons {
    right: 2.25rem;
  }

  section.fifth-section {
    overflow-y: hidden;
  }

  footer.footer .content {
    margin-top: -11rem !important;
  }

  footer.footer .backdrop {
    position: relative !important;
    transform: translateY(-87%);
  }

  section.first-section .right-block .animation-item {
    left: 0;
  }

  section.first-section .right-block .hidden .post {
    z-index: 4;
  }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  and (max-width: 1190px) {
  section.first-section .right-block .animation-item {
    left: auto !important;
    right: 0;
  }

  section.first-section .left-block {
    max-width: 100%;
  }

  section.first-section .content {
    height: 580px;
  }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  and (max-width: 1190px) {
  section.first-section .right-block :first-child.animation-item {
    position: absolute;
    transform: translateX(-50%) !important;
  }

  section.first-section .right-block .animation-item {
    left: 50% !important;
  }

}
