:root {
  --_typography---font-size--h1: clamp(2.5rem, 4vw, 4rem);
  --_typography---font-size--h1-height: clamp(2.5rem, 4vw, 4rem);
  --_typography---font-weight--regular: 400;
  --_colors---black: black;
  --_typography---font-family--font-family: Satoshi, Arial, sans-serif;
  --_typography---font-size--body-16: clamp(.875rem, 4vw, 1rem);
  --_typography---font-size--body-16-height: 1.25rem;
  --_spacing---padding-x: 5rem;
  --_spacing---max-width: 90rem;
  --_colors---white: white;
  --_typography---font-size--button: .9375rem;
  --_colors---gray: #666;
  --_typography---font-size--body-14: .875rem;
  --_typography---font-size--body-14-height: 1.125rem;
  --_typography---font-size--h3: clamp(1.25rem, 4vw, 2.25rem);
  --_typography---font-size--h3-height: clamp(1.75rem, 4vw, 2.5rem);
  --_colors---button-bg: #0e0e0e;
  --_spacing---padding-y-120: 7.5rem;
  --_spacing---padding-y-100: 6.25rem;
  --_spacing---padding-y-80: 5rem;
  --_typography---font-size--h4: 2rem;
  --_typography---font-size--h4-height: 2.25rem;
  --_typography---font-size--h2: clamp(1.75rem, 4vw, 3rem);
  --_typography---font-size--h2-height: clamp(2rem, 4vw, 3.25rem);
  --_typography---font-size--h5: 1.5rem;
  --_typography---font-size--h5-height: 1.75rem;
  --_spacing---min-width: 20rem;
  --_colors---card-bg: #0b0b0b;
  --_typography---font-size--button-height: 1.125rem;
  --_typography---font-size--caption: .75rem;
  --_typography---font-size--caption-height: 1.125rem;
}

h1 {
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---font-size--h1-height);
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  background-color: var(--_colors---black);
  font-family: var(--_typography---font-family--font-family);
  color: var(--_colors---black);
  font-size: var(--_typography---font-size--body-16);
  line-height: var(--_typography---font-size--body-16-height);
  font-weight: var(--_typography---font-weight--regular);
  --_spacing---padding-x: 5rem;
  --_spacing---max-width: 90rem;
  --_spacing---padding-y-120: 7.5rem;
  --_spacing---padding-y-100: 6.25rem;
  --_spacing---padding-y-80: 5rem;
  --_spacing---min-width: 20rem;
}

.header-section {
  z-index: 9999;
  padding-right: var(--_spacing---padding-x);
  padding-left: var(--_spacing---padding-x);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000001a;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-container {
  max-width: var(--_spacing---max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 8.25rem 1fr 8.25rem;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  display: grid;
  position: relative;
}

.header-logo-container {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.header-logo-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-text {
  color: var(--_colors---white);
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 1.5rem;
}

.header-line {
  background-image: linear-gradient(270deg, #fff0, #9090901a 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-navitems-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.header-navitem {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--button);
  line-height: var(--_typography---font-size--button);
}

.header-navitem:where(.w-variant-81e433c3-e661-fb7c-614f-52f1d70c0c31) {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
}

.header-navitem:where(.w-variant-bf1e0a46-5ca5-7d67-8166-1ea3bd686738) {
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---font-size--h3-height);
}

.header-navitems-container {
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header-navitems-line {
  background-color: var(--_colors---white);
  opacity: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-navitems-line:where(.w-variant-81e433c3-e661-fb7c-614f-52f1d70c0c31) {
  background-color: var(--_colors---gray);
}

.header-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--_colors---button-bg);
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--button);
  line-height: var(--_typography---font-size--button);
  cursor: pointer;
  border: 1px solid #ffffff14;
  border-radius: 3.125rem;
  min-height: 2.125rem;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--_colors---white);
  color: var(--_colors---black);
}

.button:active {
  background-color: #e9e9e9;
}

.section {
  z-index: 0;
  padding-right: var(--_spacing---padding-x);
  padding-left: var(--_spacing---padding-x);
  background-color: #0a0a0a;
  width: 100%;
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section._300svh {
  height: 300svh;
}

.section._600svh {
  height: 600svh;
  overflow: visible;
}

.container {
  max-width: var(--_spacing---max-width);
  padding-top: var(--_spacing---padding-y-120);
  padding-bottom: var(--_spacing---padding-y-120);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.h-100svh {
  height: 100svh;
  min-height: 50rem;
}

.container.h-100svh.center-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.h-100svh.center-flex.gap-60 {
  max-height: 70rem;
}

.container.h-100svh.center-flex.max-h-1120rem {
  max-height: 50rem;
}

.container.h-100svh.center-flex.max-h-1120rem.max-w-798 {
  max-width: 49.875rem;
}

.container.flex-h-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.container.flex-h-72 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 50rem;
  display: flex;
  position: sticky;
  top: 0;
}

.container.padding-y-100 {
  padding-top: var(--_spacing---padding-y-100);
  padding-bottom: var(--_spacing---padding-y-100);
}

.container.padding-y-100.h-100svh.sticky {
  position: sticky;
  top: 0;
}

.container.padding-y-100.h-100svh.sticky.flex-h-80 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.container.padding-y-100.h-100svh.sticky.flex-h-80.sticky-100 {
  top: -6.25rem;
}

.container.padding-y-100.flex-h-50.max-w-838 {
  justify-content: flex-start;
  align-items: center;
  max-width: 52.375rem;
}

.container.padding-y-100.flex-h-50.max-w-1064 {
  max-width: 66.5rem;
}

.container.padding-y-80 {
  padding-top: var(--_spacing---padding-y-80);
  padding-bottom: var(--_spacing---padding-y-80);
}

.container.faq {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  max-width: 66.5rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
}

.container.launch-anim {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.header-cta-mob {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.header-menu-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-footer-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.home-hero-footer-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: color .2s;
  display: flex;
}

.home-hero-footer-icon-wrapper {
  color: var(--_colors---white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-footer-icon-wrapper:hover {
  color: var(--_colors---gray);
}

.glass-cta-sec-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: 0;
  background-color: #fff0;
  background-image: linear-gradient(270deg, #ffffff0f, #0000);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  padding: 4.25rem 2rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.glass-cta-sec-card._2th {
  z-index: 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -20px)rotateX(0)rotateY(20deg)rotateZ(1deg);
}

.glass-cta-sec-card._1th {
  z-index: 1;
  position: relative;
}

.glass-cta-sec-card.main {
  height: 26.75rem;
  overflow: hidden;
}

.cta-title {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---font-size--h3-height);
  font-weight: var(--_typography---font-weight--regular);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-top {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---gray);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  margin-bottom: 3.25rem;
  padding-bottom: 3.75rem;
  display: grid;
}

.footer-terms-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
}

.footer-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
  width: 100%;
}

.footer-logo-text {
  color: var(--_colors---white);
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 1.5rem;
}

.glass-badge-2 {
  grid-column-gap: .625rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #ffffff0d;
  background-image: linear-gradient(270deg, #ffffff0f, #0000);
  border-radius: 3.75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.text-block {
  color: gray;
  max-width: 38.5rem;
  font-weight: 500;
}

.section-2 {
  background-color: #000;
  width: 100%;
  padding: 6.25rem 1rem;
  position: relative;
}

.section-2.thankyou {
  background-image: url("https://cdn.prod.website-files.com/69a945095a96622c965bf95e/69bb15fc87b3770aef0edd29_ce7ee1049ad2613f53e9ec6372e4cc8c_Thank%20you%20PC.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.section-2.terms {
  background-image: url("https://cdn.prod.website-files.com/69a945095a96622c965bf95e/69b44ffa8f9ebd7765705a19_Hero%20Section.avif");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100svh;
  padding-top: 10.375rem;
}

.badge-icon {
  object-fit: cover;
  background-color: #b4c8ff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: .375rem;
  height: .375rem;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #fff;
  font-weight: 500;
}

.blog-post-rich {
  color: #fff;
  width: 100%;
  max-width: 46.3125rem;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.flex-col-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-2.flex-col-40.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-2.flex-col-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-2.flex-col-60.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.badge-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
}

.menu {
  z-index: 9998;
  padding-right: var(--_spacing---padding-x);
  padding-bottom: 0;
  padding-left: var(--_spacing---padding-x);
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--_colors---black);
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-line {
  background-image: linear-gradient(270deg, #fff0, #3f3f3f 50%, #fff0);
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .body {
    --_spacing---padding-x: 3rem;
    --_spacing---max-width: 90rem;
    --_spacing---padding-y-120: 6.25rem;
    --_spacing---padding-y-100: 5.625rem;
    --_spacing---padding-y-80: 5rem;
    --_spacing---min-width: 20rem;
  }

  .header-container {
    justify-content: space-between;
    display: flex;
  }

  .header-navitems-wrapper, .header-cta {
    display: none;
  }

  .section._300svh, .section._300svh.auto-height-tablet {
    height: auto;
  }

  .section._300svh, .section._300svh.auto-height-tablet, .section._300svh.auto-height-tablet {
    height: auto;
  }

  .section._600svh {
    height: auto;
    overflow: hidden;
  }

  .container.h-100svh.center-flex {
    z-index: 1;
  }

  .container.h-100svh.center-flex.gap-60 {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .container.flex-h-72 {
    height: auto;
    min-height: auto;
  }

  .container.padding-y-100.h-100svh.sticky.flex-h-80 {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    height: auto;
    min-height: auto;
    position: relative;
  }

  .container.padding-y-100.h-100svh.sticky.flex-h-80.sticky-100 {
    top: 0;
  }

  .header-cta-mob {
    display: flex;
  }

  .home-hero-container {
    margin-top: -12rem;
  }

  .home-sec-2th-motion-wrapper {
    max-width: 34.95rem;
    transform: scale(.9);
  }

  .home-sec-2th-img {
    display: none;
  }

  .image {
    max-width: 25rem;
    display: block;
    position: relative;
  }

  .glass-problem-card._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-problem-card._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .glass-problem-cards {
    grid-column-gap: .5625rem;
    grid-row-gap: .5625rem;
    flex-flow: column;
    display: flex;
  }

  .problem-texts._2th, .glass-problem-card-lottie-warpper._2th {
    opacity: 100;
    opacity: 100;
  }

  .process-cards {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .process-card-wrapper {
    opacity: 1;
    width: 25rem;
    position: relative;
    transform: none;
  }

  .glass-5th-sec-card._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-5th-sec-card._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .glass-5th-sec-card-title {
    font-size: var(--_typography---font-size--body-16-height);
  }

  .glass-5th-sec-card-desc {
    font-size: var(--_typography---font-size--body-14);
  }

  .glass-5th-sec-card-desc.nowrap {
    white-space: normal;
    white-space: normal;
  }

  .glass-6th-sec-card._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-6th-sec-card._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .glass-6th-sec-card-title {
    font-size: var(--_typography---font-size--body-16-height);
  }

  .glass-6th-sec-card-2th._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-6th-sec-card-2th._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .glass-7th-sec-card._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-7th-sec-card._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .glass-7th-sec-card-text {
    font-size: var(--_typography---font-size--body-14);
    line-height: var(--_typography---font-size--body-14-height);
  }

  .glass-cta-sec-card._2th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
    position: relative;
    transform: none;
  }

  .glass-cta-sec-card._1th {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding: 1.5rem;
  }

  .footer-links {
    grid-template-columns: auto;
    place-items: center;
  }

  .footer-terms-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-2 {
    max-width: 30rem;
    bottom: 1rem;
  }

  .glass-button {
    box-shadow: 0 0 0 1px #fff3;
  }
}

@media screen and (max-width: 767px) {
  .body {
    --_spacing---padding-x: 1rem;
    --_spacing---max-width: 90rem;
    --_spacing---padding-y-120: 5rem;
    --_spacing---padding-y-100: 5rem;
    --_spacing---padding-y-80: 5rem;
    --_spacing---min-width: 20rem;
  }

  .header-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-logo-text {
    display: none;
  }

  .container.h-100svh.center-flex.gap-60 {
    justify-content: center;
    align-items: center;
  }

  .container.h-100svh.center-flex.max-h-1120rem.max-w-798 {
    min-height: 20rem;
    max-height: 40rem;
  }

  .container.flex-h-72 {
    height: auto;
  }

  .container.padding-y-100.h-100svh.sticky.flex-h-80 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container.faq {
    padding-top: 5rem;
  }

  .container.launch-anim {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .container.footer {
    padding-bottom: 2.5rem;
  }

  .home-hero-container {
    grid-row-gap: 1.5rem;
    margin-top: -7.5rem;
  }

  .home-hero-container-title {
    grid-row-gap: 1.5rem;
  }

  .glass-badge {
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .home-hero-footer {
    justify-content: center;
    align-items: center;
    bottom: 2.5rem;
  }

  .home-hero-footer-scroll-down {
    display: none;
  }

  .home-sec-2th-title {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .home-sec-2th-logos-container {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
  }

  .home-sec-2th-motion-wrapper {
    max-width: 28rem;
  }

  .home-sec-2th-motion {
    border-radius: .5rem;
  }

  .image {
    max-width: 90%;
  }

  .home-sec-3th-header-text {
    grid-row-gap: 1.25rem;
  }

  .glass-problem-card {
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-problem-card._2th, .glass-problem-card._1th, .glass-problem-card._2th, .glass-problem-card._1th {
    flex-flow: column;
  }

  .problem-texts {
    grid-row-gap: 1rem;
    max-width: none;
  }

  .problem-title {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .glass-problem-card-lottie-warpper {
    width: 100%;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .problem-lottie {
    width: 100%;
  }

  .process-cards {
    width: 20rem;
    height: 30rem;
  }

  .process-card-img {
    height: 15rem;
  }

  .process-card {
    width: 20rem;
    height: 30rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .process-num-container {
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .process-card-wrapper {
    width: 20rem;
    height: 30rem;
  }

  .sec-5th-cards-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .glass-5th-sec-card {
    height: 7.25rem;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-5th-sec-card._2th, .glass-5th-sec-card._1th {
    flex-flow: column;
  }

  .glass-5th-sec-card._2th, .glass-5th-sec-card._1th {
    flex-flow: column;
  }

  .glass-5th-sec-card.main {
    height: 15.625rem;
  }

  .glass-5th-sec-card-title {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .glass-5th-sec-card-desc {
    font-size: var(--_typography---font-size--body-14);
    line-height: var(--_typography---font-size--body-14-height);
  }

  .glass-5th-sec-card-img {
    object-position: 50% 75%;
  }

  .glass-6th-sec-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    height: auto;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-6th-sec-card._2th, .glass-6th-sec-card._1th {
    flex-flow: column;
  }

  .glass-6th-sec-card._2th, .glass-6th-sec-card._1th {
    flex-flow: column;
  }

  .glass-6th-sec-card.main {
    height: 15.625rem;
  }

  .glass-6th-sec-card-title {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .sec-6th-glass-cards-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .glass-6th-sec-card-2th-title-white, .glass-6th-sec-card-2th-title-gray {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .glass-6th-sec-card-2th {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    height: auto;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-6th-sec-card-2th._2th, .glass-6th-sec-card-2th._1th {
    flex-flow: column;
  }

  .glass-6th-sec-card-2th._2th, .glass-6th-sec-card-2th._1th {
    flex-flow: column;
  }

  .glass-6th-sec-card-2th.main {
    height: 15.625rem;
  }

  .sec-6th-glass-all-cards-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sec-7th-cards-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .glass-7th-sec-card {
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-7th-sec-card._2th, .glass-7th-sec-card._1th {
    flex-flow: column;
  }

  .glass-7th-sec-card._2th, .glass-7th-sec-card._1th {
    flex-flow: column;
  }

  .glass-7th-sec-card.main {
    height: 15.625rem;
  }

  .faq-header-badge {
    font-size: var(--_typography---font-size--body-14);
    line-height: var(--_typography---font-size--body-14-height);
  }

  .faq-header-title {
    font-size: var(--_typography---font-size--h2);
    line-height: var(--_typography---font-size--h2-height);
  }

  .faq-item {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    padding-right: 2.5rem;
  }

  .home-sec-launch-header-text {
    grid-row-gap: 1.25rem;
  }

  .launch-vid {
    border-radius: .5rem;
  }

  .glass-cta-sec-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2.625rem 1.5rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .glass-cta-sec-card._2th, .glass-cta-sec-card._1th {
    flex-flow: column;
  }

  .glass-cta-sec-card._2th, .glass-cta-sec-card._1th {
    flex-flow: column;
  }

  .glass-cta-sec-card.main {
    height: 15.625rem;
  }

  .cta-title {
    font-size: var(--_typography---font-size--h2);
    line-height: var(--_typography---font-size--h2-height);
  }

  .cta-footer {
    bottom: .5rem;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .footer-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .footer-copyright {
    text-align: center;
    max-width: 23.4375rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .image-2 {
    max-width: 24rem;
    bottom: 5.5rem;
  }

  .glass-badge-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    background-image: none;
  }

  .text-block {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .section-2.terms {
    padding-top: 8.875rem;
  }

  .section-2.thankyou {
    background-image: url("https://cdn.prod.website-files.com/69a945095a96622c965bf95e/69bb15fc87b3770aef0edd24_5570b4e52f5258dfd23ef40c8af85072_Thank%20you%20Mobile.avif");
  }

  .heading {
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: clamp(2.5rem, 4vw, 3.75rem);
  }

  .container-2.flex-col-60 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .badge-text {
    font-size: .75rem;
    line-height: 1rem;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .glass-button {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .glass-button-text {
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .frame-2141257604 {
    grid-row-gap: 1rem;
  }

  ._404-section {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-footer {
    bottom: 1rem;
  }

  .home-sec-2th-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .home-sec-2th-motion-wrapper {
    max-width: 18rem;
  }

  .process-cards {
    width: 17rem;
    height: 27rem;
  }

  .process-card-img {
    height: 12rem;
  }

  .process-card, .process-card-wrapper {
    width: 17rem;
    height: 27rem;
  }

  .image-2 {
    max-width: 15rem;
    bottom: 4.2rem;
  }

  ._404-text {
    letter-spacing: -.125rem;
    font-size: 6rem;
  }

  .error-text {
    font-size: .9375rem;
  }

  ._404-button {
    font-size: .8125rem;
    line-height: 123.077%;
  }
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5243-08ad5241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5247-08ad5241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5251-08ad5241 {
  justify-self: end;
}
