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

: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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

a {
  color: #fff;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

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

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

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

.cta-button.hero.dafa {
  color: #000;
  background-color: #99c5ed;
}

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

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

.cta-button.subscribe {
  color: #000;
  background-color: #98c4ed;
  align-items: center;
  margin-top: 64px;
  padding: 17px 20px 17px 31px;
  font-size: 16px;
  font-weight: 700;
  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 {
  align-items: center;
}

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

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

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

.bannerwrap.abt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-3._0px {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.text-block-6 {
  color: #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  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: #99c5ed;
  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: #020202;
  font-size: 16px;
  font-weight: 400;
}

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

.right-arrow {
  color: #000;
}

.c1200 {
  max-width: 1200px;
}

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

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

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

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

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

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

.mask {
  height: auto;
}

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

.image-9 {
  text-align: left;
  max-width: 150%;
  margin-left: -75px;
  position: relative;
}

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

.text-span-3.green {
  color: #99c5ed;
}

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

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

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

.arrow-img.invert {
  filter: invert();
}

.image-11 {
  width: 140px;
  margin-bottom: 25px;
}

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

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

.green {
  color: #28bf37;
}

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

.stylesheet-2 {
  display: none;
}

.blue {
  color: #99c5ed;
}

.text-block-8 {
  color: #99c5ed;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.subtext-3.lim.white {
  color: #fff;
}

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

.heading-7.blue {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
}

.heading-7.blue.main {
  color: #98c4ed;
}

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

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

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

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

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

.heading-8 {
  color: #fff;
  min-width: 711px;
  font-size: 70px;
  font-weight: 800;
  line-height: 75px;
}

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

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

.rt-privacy {
  color: #fff;
}

.padding-vertical-xhuge {
  padding-top: 3rem;
  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: #fff;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.heading-9 {
  color: #fff;
  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: #99c5ed;
  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;
}

.gridline-client-results {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.gridline-client-results.v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gridline-transf-img {
  border: 1px solid #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.grid-sign-up {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.video-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.button-wait-for-call {
  color: #fff;
  background-color: #372a0c;
  border-radius: 78px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.button-wait-for-call.no-outline {
  opacity: 0;
  pointer-events: none;
  background-color: #372a0c00;
  border: 1px solid #99c5ed;
}

.button-wait-for-call._1 {
  opacity: 1;
  color: #000;
  background-color: #99c5ed;
}

.button-wait-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
}

.thank-you-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.h2 {
  color: #79fe0c;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
}

.h2.text-align-center.vb {
  color: #99c5ed;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-style: normal;
}

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

.good-news-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

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

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

.flex-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

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

.arrow-img-2 {
  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 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  padding: 5px;
  display: grid;
}

.grid-features-2._1col {
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.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;
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

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

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

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

.checkbox-label {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.form-contact-2 {
  text-align: left;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.form_input-2:focus {
  color: #101828;
}

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

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

.field-label-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.cta-btn-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #98c4ed;
  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;
}

.v4 {
  margin-top: 7px;
}

.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.v5 {
  margin-top: -32px;
}

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

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

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

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

.footer-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

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

.section-ai-friend {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-16-ai-friend.flex-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;
}

.flex-16-ai-friend.v2 {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

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

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

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

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

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

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

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

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

.social-icon-embed {
  justify-content: center;
  align-items: center;
  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;
}

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

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

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

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

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

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

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

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

.h3-ai-friend.text-color-white, .h3-ai-friend.flex-feature {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.meet-col-1 {
  max-width: 350px;
}

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

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

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

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

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

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

.expand-space {
  height: 16px;
}

.page-wrap {
  background-color: #1b1e23;
  font-family: Lexend Variablefont Wght, Arial, sans-serif;
  overflow: hidden;
}

.page-wrap.v2 {
  padding-top: 14px;
}

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

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

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

.social-icon-link:hover {
  color: #99c5ed;
}

.h2-ai-friend {
  color: #000;
  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: #fff;
}

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

.section.v2 {
  padding-bottom: 0;
}

.section.v3 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.paragraph-ai-friend.text-color-white {
  color: #fff;
}

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

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

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

.paragraph-ai-friend.text-style-light-ai-friend.text-align-center-ai-friend.c2 {
  color: #b1b8c3;
}

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

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

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

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

.meet-ai-label.footer-variant {
  color: #3d434f;
  border-color: #99c5ed;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}

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

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

.img-wrap-meet._1 {
  z-index: 2;
  margin-top: -39px;
  margin-bottom: -26px;
  position: relative;
  transform: rotate(-9deg);
}

.img-wrap-meet._2 {
  z-index: 1;
  margin-bottom: -30px;
  position: relative;
  transform: rotate(11deg);
}

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

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

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

.cta-btn-ai-friend.v2 {
  color: #0d0e10;
  background-color: #fff;
}

.cta-btn-ai-friend.footer-variant {
  color: #000;
  background-color: #99c5ed;
}

.cta-btn-ai-friend.v3 {
  color: #0d0e10;
  background-color: #99c5ed;
}

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

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

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

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

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

.h1-ai-friend.footer-variant {
  color: #2a2a2a;
  text-align: left;
}

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

.h1-ai-friend.text-align-center-ai-friend._3.span-brand {
  color: #99c5ed;
}

.h1-ai-friend.text-align-center-ai-friend._3.span-brand.v3 {
  font-size: 32px;
}

.h1-ai-friend.text-align-center-ai-friend._5 {
  max-width: 887px;
  font-size: 24px;
}

.h1-ai-friend.text-align-center-ai-friend._5.span-brand {
  color: #99c5ed;
}

.h1-ai-friend.footer-variant-2 {
  color: #2a2a2a;
  text-align: left;
}

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

.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._2 {
  top: 33%;
  left: 0%;
}

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

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

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

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

.footer-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  background-image: url('../images/Vector.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

._1 {
  color: #99c5ed;
}

.image-12 {
  max-width: 450px;
}

.cta-box {
  background-color: #99c5ed;
  border-radius: 24px;
  display: flex;
}

.cta-img {
  width: 100%;
  min-width: 720px;
}

.cta-txt {
  color: #fff;
  text-align: right;
  font-size: 35px;
  line-height: 1.2;
}

.cta-txt-col {
  margin-left: -336px;
  padding-top: 48px;
  padding-bottom: 32px;
  padding-right: 32px;
}

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

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

.icon-2 {
  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-2.left, .icon-2.right {
  color: #fff;
  background-color: #99c5ed;
}

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

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

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

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

.sliderwrap-2 {
  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-2._1col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.meet-box-v2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #99c5ed;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  display: grid;
}

.footer-container-v2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  background-image: url('../images/Vector.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: grid;
}

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

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

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

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

.custom-dp-box {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.custom-dp-text {
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.h2-dp {
  color: #99c5ed;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
}

.custom-dp-checkmarks-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-left: 10px;
  display: flex;
}

.custom-dp-checkmark-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  display: flex;
}

.checkmark-icon {
  display: flex;
}

.cta-button-2 {
  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;
}

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

.div-block-11 {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-chall {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-chall.v2 {
  font-size: 28px;
}

.features-col {
  background-color: #99c5ed29;
  border-radius: 16px;
  width: 100%;
  padding: 16px;
}

.features-col.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-col.could-be-you {
  background-image: linear-gradient(#00000030, #00000030), url('../images/winners-img.JPG');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 450px;
  padding: 32px;
  display: flex;
}

.head-ccon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.code-embed {
  color: #99c5ed;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

.terms {
  color: #e9e9e9;
  text-align: center;
  text-decoration: underline;
}

.banner-2 {
  z-index: 999;
  color: #000;
  background-color: #fffb18;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-4 {
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
}

.discount-box-countdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #99c5ed;
  border: 1px solid #99c5ed;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 16px 32px 32px;
  display: flex;
}

.text-block {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.discount-box-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.discount-col-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.discount-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-2 {
  color: #4289bd;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  top: 11px;
}

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

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

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

  .headerwrap {
    flex-direction: column;
  }

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

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

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

  ._02.hero {
    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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

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

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

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

  .subtext.lim.space {
    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: 30px;
    margin-bottom: 30px;
  }

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

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

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

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

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

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

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

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

  .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%;
    max-height: 300px;
    margin: 0;
    position: static;
  }

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

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

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

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

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

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

  .iphone-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    text-align: center;
    min-width: 0;
  }

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

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

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

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

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

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

  .grid-sign-up {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .video-wrap {
    width: 100%;
    max-width: 300px;
  }

  .h2 {
    text-align: center;
  }

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

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

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

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

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

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

  .img-meet {
    width: 100%;
  }

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

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

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

  .flex-16-ai-friend.v2 {
    justify-content: space-between;
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .img-wrap-meet._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-wrap-meet._2 {
    margin-bottom: 0;
  }

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

  .feature-img-v2-ai-friend {
    width: 100%;
    height: auto;
    margin-top: -222px;
    margin-bottom: 0;
    position: static;
  }

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

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

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

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

  .cta-txt {
    font-size: 24px;
  }

  .slider {
    height: auto;
  }

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

  .left-arrow {
    left: 43px;
  }

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

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

  .meet-box-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-right: 40px;
    display: flex;
  }

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

  .footer-container-v2 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .video {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
  }

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

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

  .image-2 {
    width: 120px;
  }

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

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

  ._01.hero, .bannerwrap.abt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 55px;
  }

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

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

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

  .gridline-client-results {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    padding-bottom: 11px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    overflow: auto;
  }

  .gridline-div-transf {
    min-width: 300px;
  }

  .h2 {
    font-size: 24px;
  }

  .good-news-txt {
    font-size: 16px;
  }

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

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

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

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

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

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

  .form-contact-2 {
    width: 100%;
    margin-top: 0;
  }

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

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

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

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

  .flex-16-ai-friend.v3 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .testimonial-video {
    flex: none;
  }

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

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

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

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

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

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

  .feature-img-v2-ai-friend {
    margin-top: -142px;
    margin-left: 172px;
  }

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

  .h1-ai-friend.text-align-center-ai-friend._3.span-brand.v2 {
    font-size: 32px;
  }

  .h1-ai-friend.text-align-center-ai-friend._3.span-brand.v3 {
    max-width: 450px;
  }

  .h1-ai-friend.text-align-center-ai-friend._5.span-brand.v2 {
    font-size: 32px;
  }

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

  .cta-box {
    flex-flow: column;
    overflow: hidden;
  }

  .cta-img {
    min-width: 105%;
  }

  .cta-txt {
    text-align: left;
  }

  .cta-txt-col {
    order: -9999;
    margin-left: 0;
    padding: 32px 32px 0;
  }

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

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

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

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

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

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

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

  .h2-dp {
    font-size: 24px;
  }

  .features-col.v2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-col.could-be-you {
    padding: 16px;
  }

  .head-ccon.cent {
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .cta-button.hero, .cta-button.hero-main {
    justify-content: center;
    font-size: 13px;
  }

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

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

  ._01 {
    margin-bottom: 0;
  }

  ._01.abt {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .t-c-s-foot.terms-n {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
  }

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

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

  .gridline-div-transf {
    min-width: 230px;
  }

  .good-news-txt {
    font-size: 14px;
    line-height: 23px;
  }

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

  .feature-head-title-2._2 {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .page-wrap.v2 {
    padding-top: 22px;
  }

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

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

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

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

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

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

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

  .paragraph-ai-friend.footer-variant.is-small.v2 {
    flex-flow: column;
    display: flex;
  }

  .meet-ai-label.footer-variant {
    max-width: 300px;
    font-size: 14px;
  }

  .meet-ai-label.footer-variant.v2 {
    width: 100%;
  }

  .meet-ai-label.v1 {
    padding-left: 46px;
    padding-right: 46px;
  }

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

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

  .feature-img-v2-ai-friend {
    width: 59%;
    max-width: 95%;
    margin-top: -36px;
  }

  .expand-line {
    flex: none;
  }

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

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

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

  .h1-ai-friend.text-align-center-ai-friend._3 {
    max-width: 300px;
  }

  .h1-ai-friend.text-align-center-ai-friend._3.span-brand.v2 {
    max-width: 250px;
    font-size: 24px;
  }

  .h1-ai-friend.text-align-center-ai-friend._3.span-brand.v3 {
    max-width: 350px;
    font-size: 24px;
  }

  .h1-ai-friend.text-align-center-ai-friend._5 {
    max-width: 300px;
  }

  .h1-ai-friend.text-align-center-ai-friend._5.span-brand.v2 {
    max-width: 250px;
    font-size: 24px;
  }

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

  .footer-container {
    padding: 24px;
  }

  .cta-txt-col {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .left-arrow {
    left: 5px;
  }

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

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

  .meet-box-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .text-block-9 {
    flex-flow: column;
    display: flex;
  }

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

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

  .h2-chall.v2 {
    font-size: 20px;
  }

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

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
  }

  .banner-2 {
    height: 26px;
    font-size: 12px;
  }

  .discount-box-countdown {
    padding: 24px;
  }

  .text-block {
    font-size: 20px;
  }

  .discount-number {
    font-size: 32px;
  }
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68869-5c4fb42b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688bc-5c4fb42b, #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688be-5c4fb42b {
  align-self: center;
}

#w-node-_6500cccd-1123-0e34-25c3-938cd1f46864-5c4fb42b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6500cccd-1123-0e34-25c3-938cd1f468b7-5c4fb42b, #w-node-_6500cccd-1123-0e34-25c3-938cd1f468b9-5c4fb42b, #w-node-_4a0587d4-f86b-ea82-c9be-5721dc9908da-b0fc9a04 {
  align-self: center;
}

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

#w-node-_4a0587d4-f86b-ea82-c9be-5721dc9908da-f921a4c1 {
  align-self: center;
}

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

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed0b-d88f808d {
  align-self: end;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed0d-d88f808d {
  align-self: center;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed5b-d88f808d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8edc7-d88f808d, #w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8edcc-d88f808d, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545a1-7874d9fd {
  align-self: center;
}

#w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d1-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d2-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d3-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d6-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d7-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545d8-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545db-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545dc-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545dd-7874d9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed0b-961b55c7 {
  align-self: end;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed0d-961b55c7 {
  align-self: center;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed5b-961b55c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8edc7-961b55c7, #w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8edcc-961b55c7 {
  align-self: center;
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68869-059ba105 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688bc-059ba105, #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688be-059ba105 {
  align-self: center;
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68869-245dfb00 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688bc-245dfb00, #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d688be-245dfb00 {
  align-self: center;
}

#w-node-_8325f376-163d-6a6a-d38b-b4e4e9dd3d7a-2896fa2b, #w-node-f41b4587-db00-f9f8-0c7e-a2734fba1b58-2896fa2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cc85b8a-8b01-0391-2d5a-dc9e08982543-2896fa2b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6cc85b8a-8b01-0391-2d5a-dc9e08982596-2896fa2b, #w-node-_6cc85b8a-8b01-0391-2d5a-dc9e08982598-2896fa2b {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68879-5c4fb42b, #w-node-_6500cccd-1123-0e34-25c3-938cd1f46874-5c4fb42b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed83-d88f808d {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545ec-7874d9fd {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545fb-7874d9fd {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec5460a-7874d9fd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec54619-7874d9fd {
    grid-area: 2 / 4 / 3 / 6;
  }

  #w-node-e5b69d29-78ea-e00d-83b1-60cb1ff8ed83-961b55c7, #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68879-059ba105, #w-node-_117142c4-67a1-a694-6ec1-5ec1c7d68879-245dfb00, #w-node-_6cc85b8a-8b01-0391-2d5a-dc9e08982553-2896fa2b {
    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-b0fc9a04, #w-node-_01e7d350-7ab0-f9a5-fd22-735b8a236f62-b0fc9a04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a4116fd-18e7-b976-ac5a-8fe6586e6dfd-b0fc9a04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  #w-node-_33a43e79-b9a6-a37b-efe1-b4350676caac-1f130d33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  #w-node-_33a43e79-b9a6-a37b-efe1-b4350676caac-f921a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545ec-7874d9fd, #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec5460a-7874d9fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec54635-7874d9fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545ec-7874d9fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec545fb-7874d9fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec5460a-7874d9fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_37d1de6d-b4ba-805f-dc79-abd92ec54619-7874d9fd {
    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;
}