@font-face {
  font-family: Montserrat-n;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend Variablefont Wght;
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --seashell: #ffefe9;
  --azure: #f1fdff;
  --teal: #3a7e89;
  --red: red;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.c-1200 {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
}

.c-1200.spacer100 {
  height: 37px;
}

.c-1200.center {
  text-align: center;
}

.c-1200.card {
  padding-bottom: 0;
}

.c-1200.slider {
  margin-top: 50px;
  margin-bottom: 50px;
}

.headerwrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 110px;
}

.cta-button {
  color: #fff;
  border-radius: 30px;
  margin-top: 0;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.cta-button.hero.red {
  background-color: #c10206;
}

.cta-button.hero.blck {
  color: #363636;
  background-color: #93a889;
  background-image: none;
  font-weight: 700;
}

.cta-button.hero.dafa {
  color: #fff;
  background-color: #93a889;
}

.cta-button.blue {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  align-items: center;
  padding: 17px 31px;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  transition: all .2s;
  display: flex;
}

.cta-button.blue:hover {
  background-color: #d38e9e;
}

.cta-button.blue.small {
  padding: 10px 24px;
  font-size: 13px;
}

.cta-button.hero {
  color: #fff;
  background-color: #0000fe;
  align-items: center;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.hero.space {
  color: #d38e9e;
  background-color: #08900000;
  border: 2px solid #d38e9e;
  margin-top: 64px;
  padding-right: 31px;
  font-weight: 800;
}

.cta-button.hero-main {
  color: #fff;
  background-color: #93a889;
  align-items: center;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.hero-main.red {
  background-color: #c10206;
}

.cta-button.hero-main.blck {
  color: #fff;
  background-color: #020202;
  background-image: none;
  font-weight: 700;
}

.cta-button.hero-main.dafa {
  color: #394f39;
  background-color: #d7d4cd;
}

.cta-button.subscribe {
  color: #fff;
  background-color: #93a889;
  align-items: center;
  margin-top: 64px;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.subscribe.red {
  background-color: #c10206;
}

.cta-button.subscribe.blck {
  color: #fff;
  background-color: #020202;
  background-image: none;
  font-weight: 700;
}

.cta-button.subscribe.dafa {
  color: #394f39;
  background-color: #d7d4cd;
}

.cta-button.sign-now-challenge {
  color: #fff;
  background-color: #93a889;
  align-items: center;
  margin-top: 0;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.cta-button.sign-now-challenge.red {
  background-color: #c10206;
}

.cta-button.sign-now-challenge.blck {
  color: #fff;
  background-color: #020202;
  background-image: none;
  font-weight: 700;
}

.cta-button.sign-now-challenge.dafa {
  color: #394f39;
  background-color: #d7d4cd;
}

.cta-button.features {
  background-color: #93a889;
}

._02 {
  text-align: center;
  align-self: center;
  width: 50%;
}

._02.abt {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

._02.footer {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

._02.hero {
  width: 48%;
}

._02.challenge-2 {
  width: 50%;
  max-width: 100%;
}

._01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._01.card {
  padding-left: 100px;
}

._01.abt {
  align-items: center;
}

._01.app {
  padding-left: 60px;
  padding-right: 0;
}

._01.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 61%;
}

._01.challenge-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  padding-top: 70px;
}

.bannerwrap {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.bannerwrap.abt {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 0;
  margin-bottom: 0;
}

.bannerwrap.footer {
  align-items: stretch;
  margin-top: 0;
}

.bannerwrap.flip, .bannerwrap.app {
  margin-top: 0;
}

.bannerwrap.hero {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  margin-top: 64px;
}

.bannerwrap.challenge {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.paragraph-01 {
  color: #8898ad;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.paragraph-01.alt {
  color: #afafaf;
  text-align: left;
  max-width: 375px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-01.abt {
  color: #363636;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
}

.subtext {
  color: #0f692b;
  letter-spacing: 1px;
  font-family: "Baloo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.subtext.lim {
  margin-bottom: 3px;
}

.subtext.lim.cent {
  text-align: center;
}

.heading-2 {
  color: #93a889;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.heading-2.alter {
  color: #93a889;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-2.app {
  color: #3d3c3c;
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.heading-2.h2 {
  z-index: 99;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 85px;
  position: relative;
}

.heading-2.colored {
  color: #ff73a9;
  text-transform: none;
  font-size: 45px;
}

.heading-2.center {
  text-align: center;
  font-style: italic;
}

.section-2 {
  color: #1d1e21;
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
}

.section-2.card {
  background-color: #302f2f1a;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.lead {
  background-color: #0000;
  margin-top: 60px;
}

.section-2.lead.challenge {
  padding-bottom: 60px;
}

.disclaimer {
  color: #505050;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.list {
  color: #8898ad;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.list.features {
  color: #afafaf;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.image-5 {
  margin-bottom: 46px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-5.no-bot {
  margin-bottom: 0;
}

.text-block-6 {
  color: #d9ead3;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link-block.hide {
  display: none;
}

.link-block._2 {
  position: relative;
  top: 0;
}

.section-4 {
  background-color: #000;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section-4.footer {
  background-color: #3d3c3ccc;
  margin-top: 0;
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-4.foot {
  color: #d9ead3;
  font-size: 16px;
  font-weight: 400;
}

.div-block-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.right-arrow {
  color: #000;
}

.c1200 {
  max-width: 1200px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.icon {
  color: #ff7a00;
  background-color: #0000;
}

.slide-nav {
  color: #efa37d;
  background-color: #fff0;
  margin-top: 14px;
  margin-bottom: 0;
  position: static;
}

.slide-2 {
  margin-top: 20px;
}

.section-peachy {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
}

.section-peachy.hide {
  display: none;
}

.mask {
  height: auto;
}

.mask._2 {
  padding-bottom: 30px;
}

.sliderwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-9 {
  z-index: -1;
  text-align: left;
  min-width: 160%;
  margin-top: -163px;
  margin-left: -147px;
  position: relative;
}

.text-span-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-3.green {
  color: #93a889;
}

.text-span-3.white-2 {
  color: #fff;
}

.text-span-3.blue {
  color: #000;
}

.section-5 {
  padding-bottom: 100px;
}

.section-5.white {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.arrow-img {
  width: 24px;
  height: 24px;
  margin-left: 18px;
}

.image-11 {
  width: 48px;
}

.bold-text-2 {
  text-transform: uppercase;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.green {
  color: #93a889;
}

.html-embed-2 {
  max-width: 800px;
  margin: 30px auto 20px;
}

.stylesheet-2 {
  display: none;
}

.blue {
  color: #1e33b4;
}

.text-span-23 {
  color: #a50113;
}

.pink {
  color: #fb988d;
}

.text-block-7 {
  color: #4f9bed;
  font-size: 16px;
}

.list-2 {
  color: #2f65ac;
  margin-top: 24px;
  padding-left: 29px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.discount-codes {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.discount-link {
  color: #fff;
  text-decoration: none;
}

.img-result {
  object-fit: cover;
  border-radius: 20px;
  width: 400px;
  height: 400px;
  transition: all .25s;
}

.img-result.opinion {
  border: 3px solid #000;
}

.text-span-24 {
  color: #58595b;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
}

.slide-nav-6 {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}

.icon-7 {
  color: #fff;
  background-color: #0000fe;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 19px;
  display: flex;
}

.icon-7.left, .icon-7.right {
  background-color: #4f9bed;
}

.slide-5---opinion {
  margin-top: 20px;
}

.left-arrow-2 {
  left: 144px;
}

.sliderwrap-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  min-width: 600px;
  margin-right: 19px;
  display: grid;
}

.heading-3 {
  color: #3a7e89;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 53px;
}

.heading-3.color {
  color: #e9d0c5;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 34px;
  font-weight: 700;
}

.subtext-2 {
  color: #a09685;
  letter-spacing: 1px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.right-arrow-3 {
  color: #000;
  right: 144px;
}

.slider-6 {
  background-color: #0000;
  height: auto;
  margin-top: 30px;
  margin-bottom: 55px;
  display: none;
}

.div-top-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-text {
  color: #fff;
}

.results-slider {
  margin-top: 19px;
  padding-bottom: 25px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  overflow: auto;
}

.text-span-25 {
  color: #dc0505;
}

.image-testimonial {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  max-height: 400px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.image-testimonial:hover {
  transform: scale(1.02);
}

.slide-nav-4 {
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
}

.right-arrow-4 {
  color: #000;
  display: block;
}

.sliderwrap-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #6ee9e92e;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: flex;
}

.sliderwrap-4.transformations {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #6ee9e900;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 0;
  display: grid;
}

.mask-landinjg {
  height: 100%;
}

.c-1200-2 {
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px;
}

.left-arrow {
  display: block;
}

.slide-4 {
  height: 100%;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider-5 {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-alo-aff {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-client-review {
  cursor: pointer;
  margin-top: auto;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.navigation-client-review.left {
  left: 2%;
  right: auto;
}

.text-block-8 {
  color: #fb988d;
  font-size: 16px;
  font-weight: 400;
}

.text-block-9 {
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat-n, sans-serif;
  font-size: 80px;
  line-height: 1.2;
}

.text-span-26 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
}

.app-description {
  color: #898989;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-item {
  text-align: center;
}

.bannerwrap-3 {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.bannerwrap-3.flip {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 2%;
  width: 89.5%;
  height: 95.4%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

.iphone-mockup {
  z-index: 1;
  height: 100%;
  position: relative;
}

.play-pause-button-3 {
  display: none;
}

.subtext-3 {
  color: #0f692b;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.subtext-3.lim {
  color: #363636;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.subtext-3.dark {
  color: #000;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.heading-7 {
  color: #93a889;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
}

.heading-7.outline {
  color: #fb988d00;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Montserrat-n, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.heading-7.full {
  color: #b47f39;
  letter-spacing: 0;
  font-family: Montserrat-n, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.centered-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iphone-shape {
  z-index: 999;
  width: 100%;
  position: relative;
}

.device-description-wrap {
  color: #898989;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}

.device-title-wrap {
  color: #2a2a2a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d9ead3;
  border: 2px solid #2a2a2a;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  box-shadow: 0 -1px 5px #0000001a, 0 2px 5px #0000001a;
}

.iphone-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 36px;
}

.heading-8 {
  color: #3d3c3c;
  margin-top: 8px;
  font-family: Montserrat-n, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.heading-8.challenge {
  font-size: 44px;
}

.t-c-s-foot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tc-link {
  color: #d9ead3;
  font-size: 12px;
}

.privacy-policy-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rt-privacy {
  color: #000;
}

.rt-privacy-2 h1 {
  margin-top: 0;
}

.rt-privacy-2 p {
  margin-bottom: 20px;
}

.rt-privacy-2 h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.rt-privacy-2 ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #000;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.heading-9 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
}

.form-col {
  width: 100%;
}

.success-text {
  font-weight: 600;
}

.form-contact {
  max-width: 600px;
  margin: 48px auto 0;
}

.form-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_input {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form_input:focus {
  color: #101828;
}

.form_input::placeholder {
  color: #667085;
}

.form_input.select {
  color: #101828;
  background-color: #fff;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.send-btn {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #93a889;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.send-btn:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-27 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.slide-5 {
  height: 100%;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.right-arrow-5 {
  color: #000;
  display: block;
}

.slider-7 {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-nav-7 {
  color: #efa37d;
  background-color: #fff0;
  margin-top: 14px;
  margin-bottom: 0;
  position: static;
}

.meet-coaches-div {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.span {
  color: #b47f39;
}

.section-app-prev {
  padding-top: 0;
  padding-bottom: 60px;
}

.section-app-prev.bg {
  background-color: #f6f5f1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.arrows-wrap {
  justify-content: center;
  align-items: center;
  height: 62px;
  display: flex;
  transform: rotate(-180deg);
}

.arrow-video {
  transform: rotate(-90deg);
}

.video-wrap {
  border-radius: 16px;
  max-width: 800px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-block-10 {
  color: #93a889;
  text-transform: uppercase;
  font-size: 16px;
}

.link-block-2 {
  margin-bottom: 25px;
}

.dates-txt {
  color: #93a889;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.challenge-video-wrapper {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.paragraph-challenge {
  color: #8898ad;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-challenge.alt {
  color: #afafaf;
  text-align: left;
  max-width: 375px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-challenge.abt {
  color: #363636;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
}

.iphone-screen-2 {
  z-index: 0;
  object-fit: cover;
  border-radius: 6%;
  width: 93%;
  height: 95%;
  position: absolute;
  top: 2.4%;
  left: 3.5%;
}

.iphone-shape-2, .iphone-shape-3 {
  z-index: 999;
  height: 90%;
  position: relative;
}

.play-pause-button-5 {
  display: none;
}

.flex-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.top-row-feature-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #302f2f1a;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.div-feature-2 {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.feature-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.feature-checkmark-2 {
  color: #fff;
  width: 16px;
  display: flex;
}

.feature-low-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 18px;
  display: flex;
}

.feature-circle-2 {
  text-overflow: clip;
  background-color: #93a889;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.grid-features-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  display: flex;
}

.arrow-img-2 {
  width: 24px;
  height: 24px;
  display: none;
}

.feature-head-title-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}

.price-tag-feature {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.video-wrapper {
  border-radius: 16px;
  max-width: 300px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.disclaimer-text {
  text-align: center;
  margin-bottom: 0;
}

.top-row-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #93a889;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 12px 24px;
  display: flex;
}

.feature-head-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.feature-low-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  padding: 18px;
  display: flex;
}

.feature-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.small-sublabel {
  font-size: 16px;
}

.feature-circle {
  text-overflow: clip;
  background-color: #93a889;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-feature {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #93a889;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .28s;
  display: flex;
}

.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #3d3c3ccc;
}

.challenge-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.grid-stories-ai-friend {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.link {
  color: #000;
  text-decoration: underline;
}

.testimonial-video {
  border-radius: 16px;
  overflow: hidden;
}

.app-features-inner-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  display: flex;
  position: relative;
}

.price-tag-ai-friend {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.flex-32-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-32-2.center {
  justify-content: flex-start;
  align-items: center;
}

.social-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-col-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.expandable-item {
  cursor: pointer;
  border-top: 1px solid #93a889;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.expandable-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.section-ai-friend {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-why-ai {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
  position: relative;
}

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #141414;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  transition: all .28s;
  display: flex;
}

.cta-btn-2:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #141414;
}

.cta-btn-2.v2 {
  color: #121212;
  background-color: #d6a899;
  font-style: normal;
}

.cta-btn-2.v2:hover {
  box-shadow: none;
  opacity: .75;
  transform: none;
}

.h1-ai-friend {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.h1-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.h1-ai-friend.footer-variant {
  color: #222;
  text-align: center;
}

.app-feature-btn-wrap {
  z-index: 10;
  margin-top: 32px;
  position: relative;
}

.bold-text-5 {
  color: #ffa8a9;
}

.text-style-light-ai-friend {
  font-weight: 300;
}

.text-span-2 {
  color: #a1bc69;
}

.h3-ai-friend {
  color: #3e5172;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.h3-ai-friend.flex-feature {
  color: #000;
  font-weight: 600;
}

.h3-ai-friend.c2 {
  color: #fff;
}

.h3-ai-friend.text-color-dark {
  color: #525252;
}

.h3-ai-friend.c3 {
  color: #000;
  font-weight: 500;
}

.image-hero-2 {
  width: 100%;
  height: 100%;
}

.image-hero-2.v3 {
  z-index: 10;
  display: none;
  position: relative;
}

.image-hero-2.v2 {
  z-index: 10;
  max-width: 450px;
  position: relative;
}

.expand-space {
  height: 16px;
}

.arrow-img-3 {
  width: 24px;
  height: 24px;
  display: none;
}

.expandable-open {
  transform-origin: 50% 0;
}

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-40-ai-friend {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-40-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-48-ai-friend {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.flex-48-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.footer-col-2 {
  flex-flow: column;
  align-self: stretch;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
}

.ai-app-previews {
  max-width: 500px;
}

.flex-32-ai-friend {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.flex-32-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-32-ai-friend.flex-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-32-ai-friend.flex-center.text-align-center {
  text-align: center;
}

.meet-col-1 {
  max-width: 450px;
  margin-top: -29px;
  margin-bottom: -178px;
  margin-left: 24px;
}

.cta-btn-ai-friend {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #93a889;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .2s, opacity .2s;
}

.cta-btn-ai-friend:hover {
  opacity: .75;
  box-shadow: 0 2px 5px #0000006e;
}

.cta-btn-ai-friend.v2, .cta-btn-ai-friend.footer-variant, .cta-btn-ai-friend.v3 {
  color: #fff;
  background-color: #93a889;
}

.feature-img-v2-ai-friend {
  width: 144%;
  min-width: 144%;
  max-width: 150%;
  display: block;
}

.expand-line {
  background-color: #93a889;
  width: 16px;
  height: 1px;
}

.expand-line.vertical {
  width: 1px;
  height: 16px;
  position: absolute;
}

.signature-img {
  max-width: 180px;
  margin-bottom: -32px;
}

.flex-12-ai-friend {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.flex-12-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.flex-12-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.max-width-600 {
  z-index: 10;
  max-width: 600px;
  position: relative;
}

.paragraph-ai-friend {
  color: #606060;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-ai-friend.text-style-light-ai-friend {
  font-weight: 300;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-color-dark {
  color: #141414;
}

.paragraph-ai-friend.text-style-light-ai-friend.text-color-grey-ai-friend {
  color: #000;
}

.paragraph-ai-friend.text-style-light-ai-friend.c2 {
  color: #fff;
}

.paragraph-ai-friend.is-small-ai-friend {
  font-size: 16px;
}

.paragraph-ai-friend.footer-variant {
  color: #525252;
  text-align: center;
  max-width: 460px;
}

.paragraph-ai-friend.footer-variant.is-small {
  font-size: 12px;
}

.paragraph-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.paragraph-ai-friend.text-align-center-ai-friend.max-width-820 {
  font-weight: 400;
}

.paragraph-ai-friend.text-color-dark {
  color: #525252;
}

.navbar-outer-div {
  padding-top: 16px;
  padding-bottom: 16px;
}

.meet-ai-label {
  color: #93a889;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border: 1px solid #93a889;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  display: flex;
}

.meet-ai-label.footer-variant {
  color: #93a889;
  border-color: #93a889;
}

.app-features-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.meet-box {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-box-v2-ai-friend {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  display: grid;
}

.text-span-38 {
  color: #ffa8a9;
}

.faq-wrap {
  max-width: 950px;
}

.checkmark-icon-2 {
  color: #93a889;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h2-ai-friend {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.h2-ai-friend.v2 {
  color: #93a889;
}

.h2-ai-friend.text-align-center-ai-friend {
  text-align: center;
}

.h2-ai-friend.text-align-center-ai-friend.c2 {
  color: #121212;
}

.h2-ai-friend.text-align-center-ai-friend.c2._3 {
  color: #000;
}

.h2-ai-friend.text-align-center-ai-friend.c2.uppercase {
  text-transform: uppercase;
}

.why-ai-box {
  background-color: #93a889;
  border-radius: 12px;
  padding: 32px;
}

.container-1200px-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-620.align-center-ai-friend {
  margin-left: auto;
  margin-right: auto;
}

.flex-16-ai-friend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.flex-16-ai-friend.flex-left-ai-friend {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-16-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.navbar-inner-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-inner-div.v2 {
  justify-content: flex-end;
  align-items: center;
}

.app-feature-div {
  text-align: center;
  max-width: 250px;
  position: absolute;
  inset: -3% auto auto 0%;
}

.app-feature-div._1 {
  top: -4%;
  left: -5%;
}

.app-feature-div._3 {
  top: 72%;
  left: 4%;
}

.app-feature-div._4 {
  inset: 2% -2% auto auto;
}

.app-feature-div._6 {
  inset: auto 16% -6% auto;
}

.app-feature-div._2 {
  top: 33%;
  left: 0%;
}

.app-feature-div._5 {
  inset: 38% 5% auto auto;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-app-feature-ai-friend {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.app-features-bg-img-v2 {
  z-index: 0;
  max-width: 90%;
  position: absolute;
  inset: 0% auto;
}

.feature-col-2-v2-ai-friend {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-row-ai-friend {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-820 {
  max-width: 820px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.v2 {
  min-height: 450px;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.expand-icon-wrap {
  border: 1px solid #93a889;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: -4px;
  display: flex;
}

.social-icon-link-2 {
  color: #93a889;
  width: 28px;
  transition: all .2s;
}

.social-icon-link-2:hover {
  color: #000;
}

.flex-8-ai-friend {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-8-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.feature-col-1-v2-ai-friend {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-24-ai-friend {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.flex-24-ai-friend.flex-center-ai-friend {
  justify-content: flex-start;
  align-items: center;
}

.expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.container-1200px-ai-friend {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.meet-col-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.background-color-e9f1e6 {
  background-color: #e9f1e6;
}

.image-12 {
  opacity: .59;
  position: absolute;
  inset: -58% 0% 0%;
}

.text-span-39 {
  color: #93a889;
}

.text-span-40 {
  color: #93a889;
  font-weight: 700;
}

.text-span-41 {
  color: #000;
}

.image-13 {
  z-index: 10;
  max-width: 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .c-1200.spacer100 {
    height: 50px;
  }

  .c-1200.card {
    padding-bottom: 0;
  }

  .c-1200.hero {
    padding-bottom: 25px;
  }

  .headerwrap {
    flex-direction: column;
  }

  ._02 {
    text-align: center;
    width: auto;
  }

  ._02.abt {
    text-align: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }

  ._02.footer {
    text-align: center;
    align-items: center;
  }

  ._02.hero, ._02.challenge-2 {
    width: 100%;
  }

  ._01 {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.card {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.app {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  ._01.challenge-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0;
  }

  .bannerwrap {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
  }

  .bannerwrap.abt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .bannerwrap.abt.dir {
    flex-flow: column;
  }

  .bannerwrap.footer {
    flex-direction: column;
    margin-top: 0;
  }

  .bannerwrap.flip {
    flex-direction: column;
    align-items: center;
  }

  .bannerwrap.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .bannerwrap.challenge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    margin-top: 0;
  }

  .paragraph-01 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-01.alt {
    text-align: center;
    max-width: none;
  }

  .paragraph-01.abt {
    margin-top: 0;
  }

  .subtext {
    text-align: center;
    margin-top: 40px;
  }

  .subtext.lim.space, .subtext.lim.cent {
    margin-top: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
  }

  .heading-2.h2 {
    text-align: center;
    font-size: 64px;
    line-height: 57px;
  }

  .section-2 {
    margin-bottom: 20px;
  }

  .section-2.card {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.lead {
    margin-top: 30px;
  }

  .section-2.lead.challenge {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .list.features {
    text-align: center;
  }

  .image-3 {
    text-align: center;
    padding-left: 0;
  }

  .image-3.alt {
    padding-left: 0;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .text-block-6 {
    margin-top: 0;
  }

  .section-4.footer {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .div-block-6 {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .slider-2 {
    height: auto;
    margin-top: 0;
  }

  .mask._2 {
    padding-bottom: 0;
  }

  .image-9 {
    object-fit: contain;
    min-width: 100%;
    max-height: 500px;
    margin-top: 19px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .img-hero {
    object-fit: contain;
    max-width: 100%;
    max-height: 500px;
    margin: 0;
    position: static;
  }

  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }

  .img-result {
    width: auto;
    height: 250px;
  }

  .img-result:hover {
    transform: none;
  }

  .slide-nav-6 {
    position: relative;
    top: 6px;
  }

  .icon-7 {
    margin-bottom: 0;
  }

  .left-arrow-2 {
    left: 43px;
  }

  .sliderwrap-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
  }

  .subtext-2 {
    text-align: center;
    margin-top: 40px;
  }

  .right-arrow-3 {
    right: 43px;
  }

  .slider-6 {
    height: auto;
    margin-top: 0;
  }

  .image-testimonial {
    max-height: 100%;
  }

  .sliderwrap-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .sliderwrap-4.transformations {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-5 {
    height: auto;
  }

  .bannerwrap-3 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .bannerwrap-3.flip {
    flex-direction: column;
  }

  .iphone-mockup {
    min-height: 0;
  }

  .play-pause-button-3 {
    z-index: 9;
    display: none;
  }

  .subtext-3 {
    text-align: center;
    margin-top: 40px;
  }

  .subtext-3.dark {
    margin-top: 0;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
  }

  .centered-team {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .iphone-shape {
    min-height: 0;
  }

  .device-title-wrap {
    margin-bottom: 16px;
  }

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    text-align: center;
    min-width: 0;
    font-size: 32px;
  }

  .t-c-s-foot {
    justify-content: space-between;
    align-items: center;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .heading-9 {
    text-align: center;
    margin-top: 0;
  }

  .slider-7 {
    height: auto;
  }

  .meet-coaches-div {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-app-prev {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10, .dates-txt {
    text-align: center;
  }

  .challenge-video-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-challenge {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-challenge.alt {
    text-align: center;
    max-width: none;
  }

  .paragraph-challenge.abt {
    margin-top: 0;
  }

  .iphone-shape-2, .iphone-shape-3 {
    min-height: 0;
  }

  .play-pause-button-5 {
    z-index: 9;
    display: none;
  }

  .grid-features-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .challenge-grid {
    grid-template-columns: 1fr;
  }

  .app-features-inner-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-col-1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: center;
  }

  .h1-ai-friend.footer-variant {
    text-align: center;
  }

  .app-feature-btn-wrap {
    margin-top: 0;
  }

  .image-hero-2.v3, .image-hero-2.v2 {
    width: 95%;
  }

  .footer-col-2 {
    display: none;
  }

  .ai-app-previews {
    max-width: 300px;
  }

  .flex-32-ai-friend.flex-left-ai-friend.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .meet-col-1 {
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }

  .cta-btn-ai-friend {
    padding: 12px 20px;
    font-size: 16px;
  }

  .feature-img-v2-ai-friend {
    width: 45%;
    min-width: 0%;
    height: auto;
    margin-top: -146px;
    margin-left: auto;
    margin-right: 32px;
    position: static;
  }

  .flex-12-ai-friend.flex-left-ai-friend.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-ai-friend {
    font-size: 16px;
  }

  .paragraph-ai-friend.footer-variant {
    text-align: center;
  }

  .meet-ai-label {
    padding: 8px 20px;
    font-size: 16px;
  }

  .meet-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .features-box-v2-ai-friend {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .why-ai-box {
    padding: 24px;
  }

  .container-1200px-2.custom-hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-16-ai-friend.flex-center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-inner-div {
    justify-content: center;
    align-items: center;
  }

  .app-feature-div {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .footer-container {
    justify-content: center;
    align-items: center;
  }

  .app-features-bg-img-v2 {
    max-width: 100%;
    top: -3%;
  }

  .feature-col-2-v2-ai-friend {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.v2 {
    padding-top: 20px;
  }

  .feature-col-1-v2-ai-friend {
    order: -9999;
    width: 100%;
    padding: 24px;
  }

  .meet-col-2 {
    order: -1;
    padding: 24px 24px 0;
  }

  .image-12 {
    top: 19%;
  }
}

@media screen and (max-width: 767px) {
  .c-1200.hero {
    padding-bottom: 0;
  }

  .image-2 {
    width: 120px;
  }

  .cta-button.blue.small {
    text-align: center;
    padding: 7px 13px;
  }

  .cta-button.hero.space {
    margin-top: 44px;
  }

  ._01.card {
    margin-bottom: 0;
  }

  ._01.abt {
    align-items: center;
    width: 100%;
  }

  ._01.app {
    margin-bottom: 30px;
  }

  ._01.hero, ._01.challenge-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-01.alt {
    text-align: center;
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 10px;
    line-height: 33px;
  }

  .heading-2.h2 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 43px;
  }

  .heading-2.colored {
    max-width: 300px;
    line-height: 36px;
  }

  .section-2.lead.challenge {
    padding-bottom: 20px;
  }

  .image-3 {
    padding-left: 0;
  }

  .image-3.alt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    margin-bottom: 0;
  }

  .text-block-5 {
    text-align: center;
  }

  .section-4.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-2, .section-peachy {
    margin-bottom: 40px;
  }

  .sliderwrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-9 {
    width: 380px;
    max-width: none;
    height: auto;
    max-height: 300px;
    top: 0;
  }

  .section-5 {
    padding-top: 0;
  }

  .section-5.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-hero {
    max-height: 350px;
  }

  .discount-link {
    font-size: 12px;
  }

  .img-result, .img-result.opinion {
    width: 300px;
    height: 300px;
  }

  .slide-nav-6 {
    position: relative;
    top: 1px;
  }

  .icon-7 {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .icon-7.left {
    margin-left: 0;
  }

  .icon-7.right {
    margin-right: 0;
  }

  .left-arrow-2 {
    bottom: 8px;
  }

  .sliderwrap-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    min-width: 400px;
  }

  .heading-3 {
    line-height: 33px;
  }

  .right-arrow-3 {
    bottom: 8px;
  }

  .slider-6 {
    margin-bottom: 40px;
  }

  .slide-nav-4 {
    position: relative;
    top: 4px;
  }

  .sliderwrap-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sliderwrap-4.transformations {
    grid-column-gap: 16px;
  }

  .slider-5 {
    margin-bottom: 40px;
  }

  .navigation-client-review {
    width: 24px;
    bottom: 32px;
  }

  .navigation-client-review.left {
    bottom: 32px;
  }

  .navigation-client-review.left.alo, .navigation-client-review.alo {
    bottom: 8px;
  }

  .text-block-9 {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
  }

  .iphone-screen {
    z-index: 99999;
    border-radius: 20px;
  }

  .title-app {
    font-size: 14px;
  }

  .play-pause-button-3 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }

  .subtext-3.lim {
    margin-top: 0;
  }

  .heading-7 {
    margin-top: 10px;
    line-height: 33px;
  }

  .centered-team {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-grid-2 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .heading-8.challenge {
    font-size: 42px;
  }

  .t-c-s-foot {
    justify-content: center;
    align-items: center;
  }

  .padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    margin-top: 10px;
    line-height: 33px;
  }

  .form-contact {
    margin-top: 24px;
  }

  .form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .send-btn {
    font-size: 1rem;
  }

  .send-btn:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .slider-7 {
    margin-bottom: 20px;
  }

  .section-app-prev {
    padding-top: 0;
  }

  .paragraph-challenge {
    font-size: 18px;
  }

  .paragraph-challenge.alt {
    text-align: center;
    font-size: 16px;
  }

  .iphone-screen-2 {
    z-index: 99999;
    border-radius: 20px;
  }

  .play-pause-button-5 {
    z-index: 9999;
    width: 24px;
    height: 24px;
    display: block;
  }

  .top-row-feature-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-checkmark-2 {
    width: 18px;
  }

  .feature-circle-2 {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .feature-head-title-2 {
    font-size: 24px;
  }

  .top-row-feature {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-head-title {
    font-size: 24px;
  }

  .feature-circle {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .cta-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .grid-stories-ai-friend {
    padding-bottom: 8px;
    display: flex;
    overflow: auto;
  }

  .testimonial-video {
    flex: none;
  }

  .section-ai-friend {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-why-ai {
    grid-template-columns: 1fr 1fr;
  }

  .cta-btn-2 {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }

  .flex-40-ai-friend {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .meet-col-1 {
    margin-top: -48px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .feature-img-v2-ai-friend {
    margin-top: -112px;
  }

  .app-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .features-box-v2-ai-friend {
    flex-flow: column;
    display: flex;
  }

  .testimonial-video-wrap {
    min-width: 250px;
  }

  .footer-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-size: cover;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .c-1200.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button.hero, .cta-button.blue, .cta-button.hero, .cta-button.hero-main, .cta-button.subscribe, .cta-button.sign-now-challenge {
    justify-content: center;
    font-size: 13px;
  }

  ._02.abt {
    margin-top: 22px;
  }

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

  ._01.hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.foot {
    margin-bottom: 20px;
  }

  ._01.challenge-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-01 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-01.alt {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-01.abt {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .subtext {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-2.alter {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.app {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2.h2 {
    margin-top: -4px;
    font-size: 26px;
    line-height: 34px;
  }

  .heading-2.colored {
    max-width: 228px;
  }

  .section-2.card {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.lead.challenge {
    margin-top: 40px;
  }

  .list {
    font-size: 15px;
  }

  .list.features {
    font-size: 14px;
    line-height: 24px;
  }

  .image-3 {
    margin-top: 0;
    padding-left: 0;
  }

  .image-3.alt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3, .image-5 {
    margin-bottom: 0;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 31px;
    font-weight: 600;
    line-height: 29px;
  }

  .text-block-6 {
    flex-flow: column;
    margin-top: 0;
    font-size: 11px;
    display: flex;
  }

  .slider-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .sliderwrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-9 {
    width: auto;
    margin-top: 24px;
  }

  .text-span-3.white-2 {
    font-size: 14px;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .arrow-img {
    margin-left: 9px;
  }

  .img-hero {
    width: 100%;
    height: 300px;
    max-height: 400px;
  }

  .discount-link {
    font-size: 12px;
  }

  .img-result {
    height: auto;
  }

  .slide-nav-6 {
    margin-top: 10px;
    top: 2px;
  }

  .icon-7 {
    margin-top: auto;
    margin-bottom: 0;
  }

  .left-arrow-2 {
    left: 5px;
  }

  .sliderwrap-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-3.color {
    margin-top: 6px;
    line-height: 1;
  }

  .subtext-2 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
  }

  .right-arrow-3 {
    bottom: 8px;
    right: 5px;
  }

  .slider-6 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .image-testimonial {
    max-height: 100px;
  }

  .right-arrow-4 {
    display: flex;
  }

  .sliderwrap-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .sliderwrap-4.transformations {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-5 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 32px;
  }

  .iphone-screen {
    border-radius: 15px;
  }

  .title-app {
    font-size: 10px;
  }

  .play-pause-button-2 {
    z-index: 999;
  }

  .subtext-3 {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
  }

  .subtext-3.lim {
    font-size: 14px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .centered-team {
    margin-bottom: 0;
  }

  .device-description-wrap {
    font-size: 15px;
  }

  .device-title-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .iphone-grid-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .heading-8 {
    max-width: 300px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-8.challenge {
    line-height: 37px;
  }

  .t-c-s-foot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .right-arrow-5 {
    display: flex;
  }

  .slider-7 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-app-prev {
    padding-top: 20px;
  }

  .arrows-wrap {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .arrow-video {
    object-fit: contain;
    max-width: 30px;
    max-height: 32px;
  }

  .dates-txt {
    font-size: 20px;
  }

  .paragraph-challenge {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-challenge.alt {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-challenge.abt {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .iphone-screen-2 {
    border-radius: 15px;
  }

  .play-pause-button-4 {
    z-index: 999;
  }

  .feature-row-2 {
    font-size: 14px;
  }

  .feature-low-block-2 {
    padding: 24px 16px;
  }

  .grid-features-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .arrow-img-2 {
    margin-left: 9px;
  }

  .feature-head-title-2 {
    font-size: 20px;
    line-height: 23px;
  }

  .price-tag-feature {
    text-align: center;
    font-size: 14px;
  }

  .video-wrapper {
    max-width: none;
  }

  .top-row-feature {
    padding: 16px;
  }

  .feature-head-title {
    font-size: 20px;
  }

  .feature-low-block {
    padding: 24px 16px;
  }

  .feature-row {
    font-size: 14px;
  }

  .small-sublabel {
    font-size: 14px;
    line-height: 18px;
  }

  .app-features-inner-wrap {
    place-items: start stretch;
  }

  .price-tag-ai-friend {
    font-size: 26px;
  }

  .footer-col-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-ai-friend.footer {
    padding-top: 0;
  }

  .grid-why-ai {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .h1-ai-friend {
    font-size: 30px;
  }

  .h1-ai-friend.footer-variant {
    max-width: 250px;
  }

  .h3-ai-friend {
    font-size: 18px;
  }

  .h3-ai-friend.flex-feature {
    flex-flow: column;
    display: flex;
  }

  .image-hero-2.v3, .image-hero-2.v2 {
    display: block;
  }

  .arrow-img-3 {
    margin-left: 9px;
  }

  .cta-btn-ai-friend {
    padding: 10px 16px;
    font-size: 14px;
  }

  .feature-img-v2-ai-friend {
    width: 44%;
    margin-top: -13px;
    margin-right: 6px;
  }

  .expand-line {
    flex: none;
  }

  .expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .signature-img {
    max-width: 150px;
  }

  .paragraph-ai-friend {
    font-size: 14px;
  }

  .paragraph-ai-friend.footer-variant.is-small {
    max-width: 240px;
  }

  .meet-ai-label.footer-variant {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .checkmark-icon-2 {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }

  .h2-ai-friend {
    font-size: 24px;
    line-height: 1.2;
  }

  .h2-ai-friend.text-align-center-ai-friend.c2.uppercase.v2 {
    max-width: 350px;
  }

  .why-ai-box {
    padding: 18px;
  }

  .container-1200px-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-inner-div.v2 {
    justify-content: center;
    align-items: center;
  }

  .icon-app-feature-ai-friend {
    width: 48px;
    height: 48px;
  }

  .footer-container {
    padding: 24px;
  }

  .app-features-bg-img-v2 {
    opacity: .82;
    width: 200%;
    max-width: 200%;
    top: -1%;
  }

  .feature-col-2-v2-ai-friend {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-row-ai-friend {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section.v2 {
    padding-top: 20px;
  }

  .expand-icon-wrap {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .container-1200px-ai-friend {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    top: 33%;
  }
}

#w-node-d8fba567-f998-f737-cf79-71b910ccdfd1-fe1a0786, #w-node-d8fba567-f998-f737-cf79-71b910ccdfd2-fe1a0786, #w-node-d8fba567-f998-f737-cf79-71b910ccdfd3-fe1a0786, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b06-fe1a0786, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b07-fe1a0786, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b08-fe1a0786, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2e8-fe1a0786, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2e9-fe1a0786, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2ea-fe1a0786, #w-node-d8fba567-f998-f737-cf79-71b910ccdfd1-7f1e1e5d, #w-node-d8fba567-f998-f737-cf79-71b910ccdfd2-7f1e1e5d, #w-node-d8fba567-f998-f737-cf79-71b910ccdfd3-7f1e1e5d, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b06-7f1e1e5d, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b07-7f1e1e5d, #w-node-accae9e5-cc8e-9d55-8aba-90c9469b4b08-7f1e1e5d, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2e8-7f1e1e5d, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2e9-7f1e1e5d, #w-node-_85ba3000-11db-b573-35d6-4a630e6cb2ea-7f1e1e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2fbffa1-a829-b134-6342-943929be922c-94375d46 {
  align-self: center;
}

#w-node-c2fbffa1-a829-b134-6342-943929be922a-94375d46 {
  align-self: end;
}

#w-node-c2fbffa1-a829-b134-6342-943929be9276-94375d46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2fbffa1-a829-b134-6342-943929be92e2-94375d46, #w-node-c2fbffa1-a829-b134-6342-943929be92e4-94375d46 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-fe1a0786, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-fe1a0786, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-fe1a0786, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-fe1a0786 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2fbffa1-a829-b134-6342-943929be929e-94375d46 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-fe1a0786 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-fe1a0786 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-fe1a0786 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-fe1a0786 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-fe1a0786 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-fe1a0786 {
    grid-column: span 1 / span 1;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-fe1a0786 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat-n';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Variablefont Wght';
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}