@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: Aileron;
  src: url('../fonts/Aileron-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aileron;
  src: url('../fonts/Aileron-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  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: Aileron, 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: 185px;
}

.cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ff89a9;
  border-radius: 30px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.cta-button.hero.blck {
  color: #000;
  background-color: #b44f91;
  background-image: none;
  padding-right: 31px;
}

.cta-button.hero.dafa {
  color: #fff;
  background-color: #29296d;
  padding-right: 31px;
}

.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: #191f2f;
  align-items: center;
  padding: 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.hero-main._2 {
  background-color: #ff89a9;
}

.cta-button.hero-main.hide {
  background-color: #2b2b2b;
}

.cta-button.subscribe {
  color: #fff;
  background-color: #2b2b2b;
  align-items: center;
  margin-top: 64px;
  padding: 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.footer {
  color: #000;
  background-color: #ff89a9;
}

.cta-button.footer.v2 {
  text-align: center;
}

.cta-button.direct-purchase {
  color: #fff;
  text-align: center;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-top: 0;
  padding: 17px 31px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

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

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

.cta-button.greyed {
  background-color: #6e6e6e;
}

._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%;
}

._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: 0;
  padding-right: 0;
}

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

.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;
}

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

.paragraph-01.alt {
  color: #2b2b2b;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
}

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

.paragraph-01.v2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  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: #000;
  margin-top: 0;
  font-size: 34px;
  font-weight: 800;
}

.heading-2.alter {
  color: #fff;
  text-transform: none;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.heading-2.app {
  color: #000;
  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;
}

.heading-2._3 {
  color: #000;
  text-transform: none;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
}

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

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

.section-2.card._2 {
  padding-top: 0;
}

.section-2.card.hidden-challenge {
  display: none;
}

.section-2.lead {
  background-color: #e4e2dd;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-2.lead.v2, .section-2.lead.v3 {
  margin-top: 0;
}

.section-2.form-n {
  background-color: #ff89a9;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.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: 24px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

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

.text-block-6 {
  color: #e4e2dd;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  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: #2b2b2b;
  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: #e4e2dd;
  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 {
  text-align: left;
  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: #868686;
}

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

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

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

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

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

.image-11 {
  width: 180px;
}

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

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

.green {
  color: #495a4e;
}

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

.stylesheet-2 {
  display: none;
}

.blue {
  color: #1e33b4;
}

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

.pink {
  color: #ff89a9;
}

.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: #2b2b2b;
  font-size: 17px;
  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;
}

.bannerwrap-3.challenge-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.bannerwrap-3.challenge-div.hide {
  display: none;
}

.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: #ff89a9;
  margin-bottom: 3px;
  font-weight: 700;
}

.subtext-3.lim.c {
  color: #343434;
  font-weight: 400;
}

.subtext-3.lim.c2 {
  color: #ff89a9;
  text-transform: uppercase;
  font-weight: 400;
}

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

.heading-7 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
  font-weight: 700;
}

.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;
}

.heading-7.challenge {
  color: #ff89a9;
  flex-flow: column;
  display: flex;
}

.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: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff89a9;
  border: 2px solid #ff89a9;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 16px;
  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: #000;
  margin-top: 8px;
  font-size: 46px;
  line-height: 1.1;
}

.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: #e4e2dd;
  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: #000;
  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: 60px;
  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-span-28 {
  color: #000;
  text-transform: uppercase;
}

.text-block-10 {
  color: #868686;
  font-size: 16px;
}

.text-span-29 {
  color: #29296d;
}

.text-span-30 {
  color: #495a4e;
}

.about-boxes-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.about-div-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff80;
  border: 1.5px solid #29296d;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.head-box-abt {
  color: #29296d;
  font-style: italic;
  font-weight: 600;
}

.about-box-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.affiliations {
  border-top: 5px solid #191f2f;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.color {
  color: #b44f91;
}

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

.img-result-2 {
  object-fit: cover;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 100%;
  transition: all .25s;
}

.img-result-2.contain {
  object-fit: contain;
}

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

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

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

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

.sliderwrap-5._1col {
  grid-template-columns: 1fr;
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 55px;
}

.slide-6 {
  margin-top: 0;
}

.red {
  color: #f30607;
}

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

.client-results-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-result-img {
  border-radius: 24px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.list-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff89a9;
  text-transform: uppercase;
  flex-flow: column;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.image-12 {
  flex: none;
  margin-left: auto;
}

._18px {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

._18px.lim-1025 {
  max-width: 900px;
  font-size: 16px;
  line-height: 24px;
}

._18px.lim-1025._2 {
  max-width: 770px;
}

._18px.lim-1025.small {
  flex-flow: column;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.included-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 16px;
  display: grid;
}

.included-div {
  text-align: center;
  border: 1px solid #ff89a9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 2px 5px #ff89a933;
}

.grid-purchase {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-purchase {
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px #0003;
}

.upper-purchase-label {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff89a9;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.div-purchase-lower {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.flex-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.buttons-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.heading-10 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-10.twoway {
  color: #ff89a9;
}

.div-block-11 {
  flex-flow: column;
  display: flex;
}

.two-ways-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
  display: grid;
}

.option-way {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ff89a9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-11 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.bold-text-3 {
  color: #ff89a9;
}

.image-13 {
  margin-bottom: -125px;
  margin-left: 176px;
}

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

.ways-bnickfit-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.way-div.greyed-out {
  opacity: .58;
  pointer-events: none;
}

.way-div-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7f7f7;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.way-div-inner.v2 {
  flex: 0 auto;
}

.way-div-inner.featured {
  border: 4px solid #ff89a9;
  box-shadow: 0 0 12px 8px #ff89a98c;
}

.way-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.way-paragraph {
  text-align: left;
  margin-bottom: 0;
  line-height: 22px;
}

.text-block-12 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.top-banner {
  z-index: 999;
  background-color: #ff89a9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: none;
  position: static;
}

.top-banner-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Aileron, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-13 {
  flex-flow: column;
  max-width: 693px;
}

.cta-button-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f4c142;
  border-radius: 78px;
  margin-top: 0;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 700;
}

.cta-button-2.black-copy {
  background-color: #000;
}

.cta-button-2.black-copy.topbar {
  background-color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

.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 {
  z-index: 999;
  height: 90%;
  position: relative;
}

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

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

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

.text-block-14 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4;
}

.text-span-31 {
  text-decoration: line-through;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-btn-hero-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.text-block-15 {
  font-size: 12px;
  font-style: italic;
}

.price-card {
  text-align: left;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

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

  .c-1200.spacer100._2 {
    height: 20px;
  }

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

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

  .headerwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .image-2 {
    width: 160px;
  }

  .cta-button.hero-main.hide {
    display: none;
  }

  ._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 {
    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 {
    align-items: center;
    width: 100%;
    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;
  }

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

  .paragraph-01.alt {
    text-align: center;
    max-width: none;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .paragraph-01.alt.v4 {
    margin-bottom: 0;
  }

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

  .paragraph-01.v2 {
    text-align: center;
    max-width: 400px;
    margin-top: 0;
    margin-bottom: 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, .section-2.form-n {
    margin-top: 0;
    margin-bottom: 0;
  }

  .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: 26px;
  }

  .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;
    width: 500px;
    max-width: none;
    height: 483px;
    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%;
    margin: 32px 0 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;
  }

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

  .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, .bannerwrap-3.challenge-div {
    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.lim, .subtext-3.dark {
    margin-top: 0;
  }

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

  .heading-7.challenge {
    display: block;
  }

  .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 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .privacy-policy-wrap {
    margin-top: 0;
  }

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

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

  .slider-7 {
    height: auto;
  }

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

  .about-box-list {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .affiliations-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

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

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

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

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

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

  .div-block-10 {
    flex-flow: column;
  }

  .list-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  ._18px.lim-1025.small {
    display: block;
  }

  .two-ways-options {
    grid-template-columns: 1fr;
  }

  .ways-bnickfit-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .top-banner {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .top-banner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-13 {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
  }

  .cta-button-2.black-copy.topbar {
    font-size: 13px;
    line-height: 13px;
  }

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

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

  .div-block-12 {
    flex-flow: row;
  }

  .cta-btn-hero-wrap {
    justify-content: flex-start;
    align-items: center;
  }
}

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

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

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

  .cta-button.subscribe {
    margin-top: 48px;
  }

  .cta-button.direct-purchase {
    margin-top: 0;
  }

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

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

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

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

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

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

  .heading-2.alter {
    margin-top: 0;
  }

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

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

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

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

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

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

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

  .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.bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .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;
  }

  .bannerwrap-3.challenge-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .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 {
    line-height: 33px;
  }

  .heading-7.small {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

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

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

  .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: 40px;
    padding-bottom: 40px;
  }

  .about-boxes-wrap {
    grid-template-columns: 1fr;
  }

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

  .affiliations-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

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

  .img-result-2 {
    height: 193px;
  }

  .img-result-2.contain {
    height: 400px;
  }

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

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

  .sliderwrap-5 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  ._18px {
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-purchase {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

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

@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 {
    justify-content: center;
    font-size: 13px;
  }

  .cta-button.footer.v2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .cta-button.direct-purchase {
    justify-content: center;
    font-size: 13px;
  }

  .cta-button.v2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

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

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

  ._01.hero {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .paragraph-01.alt.v4 {
    max-width: 250px;
  }

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

  .paragraph-01.v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .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;
  }

  .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;
  }

  .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 {
    margin-bottom: 0;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 31px;
    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%;
    margin-top: 0;
  }

  .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;
  }

  .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;
  }

  .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;
  }

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

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

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

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

  .aff-link-div {
    max-width: 100px;
  }

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

  .img-result-2 {
    height: 200px;
  }

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

  .slide-nav-9 {
    margin-top: 10px;
    top: 0;
  }

  .sliderwrap-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .client-results-grid {
    grid-template-columns: 1fr;
  }

  .list-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
  }

  ._18px.lim-1025.small {
    font-size: 11px;
  }

  .included-div {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-wrap {
    flex-flow: column;
  }

  .image-13 {
    display: none;
  }

  .way-div-inner.v2 {
    padding: 24px;
  }

  .text-block-13 {
    max-width: 300px;
    font-size: 10px;
    line-height: 14px;
  }

  .cta-button-2 {
    font-size: 16px;
  }

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

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

  .div-block-12 {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f44-841993e3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f53-841993e3 {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-841993e3 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-841993e3 {
    grid-area: 2 / 4 / 3 / 6;
  }
}

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

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

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

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

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-841993e3 {
    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: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}