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

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

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

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

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

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

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

body {
  color: #333;
  background-color: #fff;
  font-family: 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.card {
  padding-bottom: 0;
}

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

.image-2 {
  width: 185px;
}

.cta-button {
  color: #fff;
  letter-spacing: .5px;
  background-color: #f30607;
  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: #f30607;
}

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

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

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

._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 {
  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.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-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.paragraph-01.alt {
  color: #898989;
  text-align: left;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

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

.paragraph-01.test {
  color: #343434;
  margin-top: 0;
  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: #0000001a;
  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: #fff;
  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: #080808;
  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: #898989;
  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: #0000001a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-11 {
  width: 105px;
}

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

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

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

.stylesheet-2 {
  display: none;
}

.app-description {
  color: #404040;
  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;
}

.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-weight: 700;
}

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

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

.heading-7 {
  color: #f30607;
  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: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #898989;
  border: 2px solid #2a2a2a;
  border-radius: 5px;
  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;
  max-width: 481px;
  margin-top: 8px;
  font-size: 40px;
  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: #fff;
  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;
}

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

.red {
  color: #f30607;
}

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

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

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

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

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

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

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

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

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

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

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

.icon.left, .icon.right {
  color: #fff;
  background-color: #f30607;
}

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

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

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

.transformation-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.lightbox-img {
  transition: opacity .2s;
  position: relative;
}

.lightbox-img:hover {
  opacity: .7;
}

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

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

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

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

.play-btn {
  color: #fff;
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.testimonial-div {
  aspect-ratio: 1;
  background-color: #0000001a;
  border-radius: 16px;
  padding: 24px;
}

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

.feature-head-title-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

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

.grid-features-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.price-tag-span {
  font-size: 16px;
  font-weight: 800;
}

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

.feature-row-2 {
  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;
}

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

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

.cta-btn {
  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:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 8px 3px #141414;
}

.cta-btn.v3 {
  color: #fff;
  background-color: #e0202e;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

.cta-btn.v2 {
  color: #fff;
  background-color: #2b2736;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.para-evolve {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

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

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

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

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

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

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

.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.v3, .cta-btn-ai-friend.v2 {
  color: #fff;
  background-color: #e0202e;
}

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

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

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

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

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

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

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

.feature-row-ai-friend {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  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;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.lexnend {
  font-family: Montserrat, sans-serif;
}

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

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

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

.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-grey-ai-friend {
  color: #5a5555;
}

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

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

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

.paragraph-ai-friend.text-style-light-ai-friend.text-align-center-ai-friend.v3 {
  color: #5a5555;
}

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

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

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

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

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

.section-ai-friend.footer {
  background-color: #1b1818;
}

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

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

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

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

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

.h2-ai-friend {
  color: #1e1b1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.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.v3 {
  color: #1e1b1b;
  font-size: 60px;
  line-height: 1.2;
}

.code-embed {
  z-index: 5;
  max-width: 48px;
  margin-top: -28px;
  margin-right: -16px;
  position: relative;
}

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

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

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

.text-block-7 {
  color: #e0202e;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

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

.price-tag-ai-friend {
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.why-ai-box {
  background-color: #1b1818;
  border-radius: 12px;
  padding: 24px;
}

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

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

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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: #e0202e;
}

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

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

.code-embed-2 {
  justify-content: center;
  align-items: center;
  max-width: 64px;
  margin-top: -28px;
  margin-left: -26px;
  display: flex;
}

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

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

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

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

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

.h3-ai-friend.flex-feature {
  color: #2b2736;
  font-weight: 500;
}

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

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

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

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

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

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

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

.h1-evolve {
  color: #1e1b1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  line-height: 1.2;
}

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

.expand-space {
  height: 16px;
}

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

.h1-ai-friend.footer-variant {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

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

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

.meet-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f1efec;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.text-span-4 {
  color: #e0202e;
}

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

.div-block-13 {
  background-color: #6e6868;
  width: 44px;
  height: 2px;
}

.text-block-8 {
  color: #c9c5c5;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

  .paragraph-01.test {
    text-align: left;
    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;
  }

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

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

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

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

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

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

  .slider {
    height: auto;
  }

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

  .icon {
    margin-bottom: 0;
  }

  .left-arrow {
    left: 43px;
  }

  .right-arrow {
    right: 43px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-hero {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

  .feature-img-v2-ai-friend {
    width: 100%;
  }
}

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

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

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

  .paragraph-01.test {
    font-size: 14px;
    line-height: 21px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .play-btn {
    width: 32px;
    height: 32px;
  }

  .testimonial-div {
    aspect-ratio: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

  .para-evolve {
    max-width: 450px;
    font-size: 18px;
  }

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

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

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

  .h2-ai-friend, .h2-ai-friend.text-align-center-ai-friend.c2.v3 {
    font-size: 32px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .testimonial-video {
    flex: none;
  }

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

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

  .grid-why-ai {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .h1-evolve {
    line-height: 1;
  }

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

  .h1-ai-friend.footer-variant {
    font-size: 40px;
  }
}

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

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

  ._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.abt {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-01.test {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

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

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

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

  .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;
    max-width: 100%;
    max-height: none;
    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 {
    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;
  }

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

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

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

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

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

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

  .left-arrow {
    left: 5px;
  }

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

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

  .testimonial-div {
    max-height: 200px;
    padding: 16px;
    overflow: auto;
  }

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

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

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

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

  .price-tag-span {
    font-size: 14px;
  }

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

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

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

  .footer-container {
    padding: 24px;
  }

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

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

  .para-evolve {
    font-size: 16px;
  }

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

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

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

  .expand-line {
    flex: none;
  }

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

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

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

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

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

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

  .paragraph-ai-friend-2.footer-variant.v3 {
    max-width: 300px;
  }

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

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

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

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

  .checkmark-icon-2 {
    width: 12px;
    height: 12px;
    margin-top: 5px;
  }

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

  .h2-ai-friend.text-align-center-ai-friend.c2.v3.v4 {
    max-width: 300px;
  }

  .text-block-7 {
    text-align: center;
    max-width: 300px;
  }

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

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

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

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

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

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

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

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

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

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

  .h1-evolve {
    max-width: 350px;
    font-size: 32px;
  }

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

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

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

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

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 350px;
  }

  .text-block-8 {
    text-align: center;
    max-width: 219px;
  }
}

#w-node-e1486c53-912f-3508-e9fa-da72414974fb-19c52ffc, #w-node-e1486c53-912f-3508-e9fa-da72414974fb-1ce2d8a6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15aea-bac0a692 {
  align-self: end;
}

#w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15aec-bac0a692 {
  align-self: center;
}

#w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b3f-bac0a692, #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b45-bac0a692, #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b4b-bac0a692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6874802d-92f9-cf06-f706-bd98d5753461-bac0a692, #w-node-_0ae1fc1b-c0bb-2256-b018-6d5321cf627e-bac0a692, #w-node-_87fd6ddc-dca3-12f3-9b42-757a8755caad-bac0a692, #w-node-_28f53616-7742-4e52-358c-56f8a7862a4a-bac0a692 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15ba9-bac0a692, #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15bab-bac0a692 {
  align-self: center;
}

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

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

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

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

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

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

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

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

  #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b64-bac0a692 {
    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-19c52ffc, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-19c52ffc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1486c53-912f-3508-e9fa-da72414974fb-19c52ffc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

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

  #w-node-e1486c53-912f-3508-e9fa-da72414974fb-1ce2d8a6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b3f-bac0a692, #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b45-bac0a692, #w-node-_81942a4f-987d-20b9-c9bb-34ac8dd15b4b-bac0a692, #w-node-_6874802d-92f9-cf06-f706-bd98d5753461-bac0a692, #w-node-_0ae1fc1b-c0bb-2256-b018-6d5321cf627e-bac0a692 {
    grid-column: span 1 / span 1;
  }

  #w-node-_87fd6ddc-dca3-12f3-9b42-757a8755caad-bac0a692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28f53616-7742-4e52-358c-56f8a7862a4a-bac0a692 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

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

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

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

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

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

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

  #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f71-1ce2d8a6 {
    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;
}