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

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

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

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

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

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

:root {
  --website-template---heading-font: Bitter-n, sans-serif;
  --website-template---heading-font-color: black;
  --website-template---brand-color: pink;
  --seashell: #ffefe9;
  --website-template---body-font-color: #343434;
  --azure: #f1fdff;
  --website-template---footer-background: #000;
  --teal: #3a7e89;
  --red: red;
  --website-template---body-font: Roboto, sans-serif;
}

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

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

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

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

.website-template--flex-48.website-template--centered {
  justify-content: flex-start;
  align-items: center;
}

.website-template--subtext {
  font-family: var(--website-template---heading-font);
  color: #898989;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.website-template--h2 {
  font-family: var(--website-template---heading-font);
  color: var(--website-template---heading-font-color);
  font-weight: 600;
  line-height: 1.2;
}

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

.website-template--transformation-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.website-template--left-arrow {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  left: 144px;
}

.website-template--slider {
  background-color: #0000;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-bottom: 0;
}

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

.website-template--right-arrow {
  color: #000;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  right: 144px;
}

.website-template--sliderwrap {
  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;
}

.website-template--sliderwrap.website-template--1col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.website-template--icon.website-template--left, .website-template--icon.website-template--right {
  background-color: var(--website-template---brand-color);
  color: #000;
}

.website-template--lightbox-img {
  width: 100%;
  height: 100%;
}

.website-template--flex-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.website-template--flex-4.website-template--centered {
  justify-content: flex-start;
  align-items: center;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Bitter, 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.center.challenge {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

.headerwrap.cent {
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 160px;
}

.image-2.n {
  width: 220px;
}

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

.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._2 {
  background-color: #53494c;
}

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

.cta-button.footer {
  color: #fff;
  background-color: #a396c8;
}

.cta-button.green {
  color: #fff;
  background-color: #53494c;
}

.cta-button.challenge {
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: auto;
  display: flex;
}

.cta-button.challenge-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: auto;
  display: flex;
}

._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.abt {
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

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

.bannerwrap.hero-challenge {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  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: #756a62;
  text-align: left;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

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

.paragraph-01.abt {
  color: #756a62;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-size: 34px;
  font-weight: 800;
}

.heading-2.alter {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

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

.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.lead {
  background-color: #efede9;
  margin-top: 60px;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

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

.text-block-6 {
  color: #efede9;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 12px;
}

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

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

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

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.text-block-4.foot {
  color: #efede9;
  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;
}

.image-9 {
  text-align: left;
  position: relative;
}

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

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

.image-11 {
  width: 160px;
}

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

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

.green {
  color: #62a597;
}

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

.stylesheet-2 {
  display: none;
}

.app-description {
  color: #756a62;
  font-family: Roboto, sans-serif;
  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;
}

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

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

.subtext-3.lim.c2 {
  color: #a396c8;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.heading-7 {
  color: #a396c8;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
}

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

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

.device-title-wrap {
  color: #53494c;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #53494c;
  border-radius: 42px;
  margin-bottom: 25px;
  padding: 11px;
  font-size: 16px;
  font-weight: 700;
  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;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2;
}

.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: #efede9;
  font-size: 12px;
}

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

.rt-privacy {
  color: #000;
}

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

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

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

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

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

.purple {
  color: #a396c8;
}

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

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

.top-row-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a396c8;
  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: Bitter, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.transformation-img {
  border: 1px solid #929292;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.left-arrow-4 {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  left: 144px;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin-bottom: 0;
}

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

.right-arrow-6 {
  color: #000;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  bottom: 3px;
  right: 144px;
}

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

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

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

.icon-9.left, .icon-9.right {
  color: #000;
  background-color: #a396c8;
}

.abt-2-img {
  border-radius: 12px;
  width: 100%;
}

.abt-2-img._2 {
  margin-top: 16px;
}

.testimonial-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0000001c;
}

.star-icon {
  color: #a396c8;
  width: 16px;
  display: flex;
}

.star-icons-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.buttons-challenge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.challenge-video {
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

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

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

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

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

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

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

.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;
  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: #fff;
  background-color: #53494c;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

.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._4 {
  inset: 2% -2% auto auto;
}

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

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

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

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

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

.feature-img-v2-ai-friend {
  max-width: 100%;
  margin-top: -60px;
  display: block;
}

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

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

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

.text-weight-medium-ai-friend {
  font-weight: 500;
}

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

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

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

.meet-ai-label.hero {
  color: #53494c;
  border-color: #53494c;
}

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

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

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

.h3-ai-friend.flex-feature {
  color: #454136;
}

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

.h3-ai-friend.c3 {
  color: #2a131e;
}

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

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

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

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

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

.image-hero-2.v3 {
  display: none;
}

.image-hero-2.v2 {
  max-width: 550px;
}

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

.meet-col-1 {
  max-width: 400px;
  margin-left: -14px;
}

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

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

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

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

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

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

.expand-space {
  height: 16px;
}

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

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

.img-meet {
  aspect-ratio: 1;
  border: 1px solid #141414;
  border-radius: 12px;
  box-shadow: 2px 8px 19px #0000001a, 10px 32px 34px #00000017, 22px 73px 46px #0000000d, 40px 129px 54px #00000003;
}

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

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

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

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

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

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

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

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

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

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

.text-style-light-ai-friend.v3 {
  color: #a396c8;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.lexnend {
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

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

.cta-btn-ai-friend {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #a396c8;
  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.v3 {
  color: #fff;
  background-color: #a396c8;
}

.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: #fff;
  text-align: center;
}

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

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

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

.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.uppercase {
  text-transform: uppercase;
}

.app-features-bg-img-v2 {
  z-index: 0;
  max-width: 90%;
  position: absolute;
  inset: 0% 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;
}

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

.expandable-item {
  cursor: pointer;
  border-top: 1px solid #b6b09f;
  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;
}

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

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

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

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

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

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

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

.paragraph-ai-friend.text-align-center-ai-friend.max-width-820 {
  max-width: 630px;
}

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

.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-dark.v2 {
  color: #756a62;
}

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

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

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

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

.logo-nav {
  max-width: 300px;
}

.text-span-33 {
  color: #a396c8;
}

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

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

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

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

.meet-ai-label-2.footer-variant {
  color: #fff;
  border-color: #fff;
}

.footer-col-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

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

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

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

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

.cta-btn-ai-friend-2 {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #000;
  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-2:hover {
  opacity: .75;
  box-shadow: 0 2px 5px #0000006e;
}

.cta-btn-ai-friend-2.footer-variant {
  color: #fff;
  background-color: #a396c8;
}

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

@media screen and (max-width: 991px) {
  .website-template--subtext, .website-template--h2 {
    text-align: center;
  }

  .website-template--left-arrow {
    left: 43px;
  }

  .website-template--slider {
    height: auto;
  }

  .website-template--right-arrow {
    right: 43px;
  }

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

  .website-template--icon {
    margin-bottom: 0;
  }

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

  .c-1200.center.challenge {
    margin-top: 40px;
  }

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

  .headerwrap.shop {
    flex-flow: row;
  }

  .image-2 {
    width: 120px;
  }

  ._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.app {
    max-width: 500px;
    margin: 0 auto 40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._01.hero, ._01.hero-challenge {
    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.footer {
    flex-direction: column;
    margin-top: 0;
  }

  .bannerwrap.app {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .bannerwrap.hero, .bannerwrap.hero-challenge {
    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.abt {
    margin-top: 0;
  }

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

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

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

  .section-2.lead {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .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;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2;
  }

  .t-c-s-foot {
    justify-content: center;
    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;
  }

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

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

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

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

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

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

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

  .flex-48.centered.c2 {
    margin-top: 32px;
  }

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

  .slider {
    height: auto;
  }

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

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

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

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

  .testimonial-div {
    justify-content: flex-start;
    align-items: flex-start;
    height: 200px;
    overflow: auto;
  }

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

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

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

  .feature-img-v2-ai-friend {
    width: 36%;
    height: auto;
    margin-top: -98px;
    margin-left: auto;
    margin-right: 32px;
    position: static;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .website-template--section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .website-template--flex-48 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .website-template--subtext {
    font-size: 14px;
  }

  .website-template--h2 {
    font-size: 24px;
  }

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

  .website-template--left-arrow, .website-template--right-arrow {
    bottom: 8px;
  }

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

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

  .website-template--icon.website-template--left {
    margin-left: 0;
  }

  .website-template--icon.website-template--right {
    margin-right: 0;
  }

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

  .image-2 {
    width: 140px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-11 {
    width: 140px;
  }

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

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

  .heading-8 {
    font-size: 32px;
    line-height: 1;
  }

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

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

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

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

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

  .feature-checkmark {
    width: 18px;
  }

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

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

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

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

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

  .left-arrow-4, .right-arrow-6 {
    bottom: 8px;
  }

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

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

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

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

  .challenge-video {
    margin-bottom: 24px;
  }

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

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

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

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

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

  .meet-col-1 {
    margin-left: 0;
  }

  .text-span-2 {
    font-size: 24px;
  }

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

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

  .testimonial-video {
    flex: none;
  }

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

  .logo-nav {
    max-width: 200px;
  }

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

@media screen and (max-width: 479px) {
  .website-template--container-1200px {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .website-template--left-arrow {
    left: 5px;
  }

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

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

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

  .cta-button.hero-main {
    justify-content: center;
    font-size: 13px;
  }

  .cta-button.hero-main.v3 {
    padding: 12px 16px;
  }

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

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

  ._01.abt._2 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .heading-2.alter.v2 {
    max-width: 300px;
  }

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

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

  .section-2.card.v3 {
    padding-top: 20px;
  }

  .image-3 {
    margin-top: 0;
    padding-left: 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;
  }

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

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

  .img-hero {
    width: 100%;
  }

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

  .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 {
    width: 330px;
    font-size: 26px;
    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;
  }

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

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

  .iphone-screen-2, .iphone-screen-3, .iphone-screen-4, .iphone-screen-5 {
    border-radius: 15px;
  }

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

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

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

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

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

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

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

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

  .testimonial-div {
    padding: 16px;
  }

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

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

  .cta-btn-2.v2 {
    display: none;
  }

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

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

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

  .meet-ai-label.hero {
    max-width: 300px;
  }

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

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

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

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

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

  .meet-col-1 {
    max-width: 95%;
  }

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

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

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

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

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

  .expand-line {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .paragraph-ai-friend-2.footer-variant.is-small, .paragraph-ai-friend-2.footer-variant.is-small.text-align-center {
    max-width: 280px;
  }

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

  .footer-container {
    padding: 24px;
  }
}

#w-node-b24c436d-c6a8-3fc4-526a-7082769ad293-ac5574f9, #w-node-b24c436d-c6a8-3fc4-526a-7082769ad294-ac5574f9, #w-node-b24c436d-c6a8-3fc4-526a-7082769ad297-ac5574f9, #w-node-b24c436d-c6a8-3fc4-526a-7082769ad298-ac5574f9, #w-node-_03376f8c-9ac7-31b4-3003-b2c0f173b84e-ac5574f9, #w-node-_03376f8c-9ac7-31b4-3003-b2c0f173b84f-ac5574f9, #w-node-_33cc6be3-5876-54b1-7c87-aa1bcf851207-ac5574f9, #w-node-_33cc6be3-5876-54b1-7c87-aa1bcf851208-ac5574f9, #w-node-_10b5fae0-321e-6bbd-72d9-16de0f5fb29a-ac5574f9, #w-node-_10b5fae0-321e-6bbd-72d9-16de0f5fb29b-ac5574f9, #w-node-_6a692d27-a872-f868-7ca0-86f98833b22e-ac5574f9, #w-node-_6a692d27-a872-f868-7ca0-86f98833b22f-ac5574f9, #w-node-_01f9f952-0329-df7c-0618-a7923b2b135f-ac5574f9, #w-node-_01f9f952-0329-df7c-0618-a7923b2b1360-ac5574f9, #w-node-_7420fe39-ba34-b0e3-f351-a89de96928a9-ac5574f9, #w-node-_7420fe39-ba34-b0e3-f351-a89de96928aa-ac5574f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b24c436d-c6a8-3fc4-526a-7082769ad29b-ac5574f9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_86054233-d122-6ba5-414b-25a25b7c2333-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2334-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2337-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2338-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c233b-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c233c-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c233f-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2340-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2343-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2344-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2347-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2348-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c234b-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c234c-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c234f-e57b7e88, #w-node-_86054233-d122-6ba5-414b-25a25b7c2350-e57b7e88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86054233-d122-6ba5-414b-25a25b7c2353-e57b7e88 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4bd29f60-924c-8d09-db8e-bbdca72b7921-48ceb0e8 {
  align-self: center;
}

#w-node-_4bd29f60-924c-8d09-db8e-bbdca72b7974-48ceb0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bd29f60-924c-8d09-db8e-bbdca72b79e3-48ceb0e8, #w-node-_4bd29f60-924c-8d09-db8e-bbdca72b79e8-48ceb0e8 {
  align-self: center;
}

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

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

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

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

  #w-node-_4bd29f60-924c-8d09-db8e-bbdca72b799c-48ceb0e8 {
    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-ac5574f9, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-ac5574f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

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

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

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


@font-face {
  font-family: 'Lexend Variablefont Wght';
  src: url('../fonts/Lexend-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@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: 'Bitter-n';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter-n';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}