:root {
  --white: white;
  --black: black;
}

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

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.navbar {
  z-index: 999;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.container.smaller {
  padding-left: 4.8125rem;
  padding-right: 4.8125rem;
}

.container.evensmaller {
  padding-left: 3.9375rem;
  padding-right: 3.9375rem;
}

.container.big {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.container._80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.navbar_inner {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.w--current {
  width: 6rem;
}

.navbar-logo {
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: #d9d9d9;
  font-size: 1rem;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
}

.navbar-btn {
  color: #000;
  background-color: #fff;
  border-radius: 31.25rem;
  padding: .75rem 1.5rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 140%;
  transition: all .2s;
}

.navbar-btn:hover {
  color: #fff;
  background-color: #B8941E;
}

.s1_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  display: flex;
}

.h1-wrapper._70 {
  width: 70%;
}

.h1-text {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e2dcdc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 800;
  line-height: 120%;
  display: inline-block;
}

.p1-wrapper._70 {
  color: #d9d9d9;
  width: 70%;
  margin-top: 1.5rem;
}

.p1-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 150%;
}

.text-span, .text-span-2, .text-span-3 {
  color: #737373;
}

.main-btn {
  margin-top: 1.5rem;
  font-size: .875rem;
}

.main-btn._78 {
  margin-top: 3.5rem;
}

.diamond {
  width: 100%;
  margin-top: 5.5rem;
}

.diamond-img {
  width: 100%;
}

.s2_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.h2-wrapper {
  color: #737373;
}

.h2-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 150%;
}

.logos-wrapper {
  margin-top: 2rem;
}

.logos-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  place-items: center;
}

.s3_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 5.125rem;
  display: flex;
}

.h2-text-64 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e2dcdc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 120%;
  display: inline-block;
}

.p2-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 150%;
}

.p2-text._70 {
  width: 70%;
  margin-top: 1.5rem;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #737373;
}

.s4_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8.125rem;
  display: flex;
}

.s4-1 {
  width: 50%;
}

.h3-text-56 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e2dcdc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 120%;
  display: inline-block;
}

.h3-text-56-gray {
  color: #737373;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 120%;
  display: inline-block;
}

.s4-2 {
  width: 50%;
}

.card-img {
  width: 100%;
}

.s5_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8.75rem;
  display: flex;
}

.s5-2, .s5-1 {
  width: 50%;
}

.s7_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 9.3125rem;
  display: flex;
}

.s6_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8.1875rem;
  display: flex;
}

.s8_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.s8_inner.nopad {
  padding-bottom: 0;
}

.s8-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 1.875rem;
  display: grid;
}

.s8-bottom.padd {
  padding-bottom: 7.1875rem;
}

.s8-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e2dcdc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading.slider {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
}

.p3-text {
  color: #737373;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.s9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s9_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer_inner {
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 2.625rem;
  display: flex;
}

.footer-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #737373;
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
}

.navbar-btn-smaller {
  color: #000;
  background-color: #fff;
  border-radius: 31.25rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 140%;
  transition: all .2s;
}

.navbar-btn-smaller:hover {
  color: #fff;
  background-color: #B8941E;
}

.s7-5_inner {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 7.8125rem;
  display: flex;
}

.legal_inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.legal-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e2dcdc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 120%;
}

.legal-bottom {
  margin-top: 1.5rem;
}

.legal-rich-text {
  color: #737373;
  text-align: center;
  font-size: 1.5rem;
  line-height: 120%;
}

.paragraph {
  text-align: left;
}

.testimonials_inner {
  display: flex;
}

.testimonials-slider {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-nav {
  margin-top: 46px;
  top: auto;
  bottom: -17%;
}

.mask {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  background-color: #000;
  background-image: linear-gradient(161deg, #404040, #171717 73%, #0c0c0c);
  border-radius: 20px;
  width: 49%;
  height: 100%;
  margin-right: 1.5rem;
  overflow: hidden;
}

.slider-wrapper {
  z-index: 3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
}

.slider-review {
  margin-top: 3rem;
}

.slider-position {
  margin-top: 1.5rem;
}

.right-arrow, .left-arrow {
  display: none;
}

.navbar-gradient {
  opacity: 1;
  background-image: linear-gradient(#000, #0000);
  position: absolute;
  inset: 0%;
}

.text-span-9 {
  color: #737373;
}

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

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.big {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .p1-wrapper._70 {
    width: 60%;
  }

  .p2-text._70 {
    width: 70%;
  }

  .s8-card {
    justify-content: space-between;
  }

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

  .legal-top {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.smaller {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container.evensmaller, .container.big, .container._80 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-wrapper.w--current {
    width: 5.5rem;
  }

  .h1-wrapper._70 {
    width: 100%;
  }

  .h1-text {
    font-size: 5.125rem;
  }

  .p1-wrapper._70 {
    width: 100%;
  }

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

  .p2-text._70 {
    width: 100%;
  }

  .s4_inner {
    flex-direction: column;
  }

  .s4-1 {
    text-align: center;
    width: 100%;
  }

  .h3-text-56, .h3-text-56-gray {
    text-align: center;
  }

  .s4-2 {
    width: 100%;
  }

  .s5_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s5-2, .s5-1 {
    width: 100%;
  }

  .s7_inner, .s6_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s8_inner {
    padding-bottom: 5.59375rem;
  }

  .s8-bottom {
    grid-template-columns: 1fr;
  }

  .s8-card {
    justify-content: center;
    align-items: center;
  }

  .heading, .p3-text {
    text-align: center;
  }

  .s9_inner {
    padding-top: 13rem;
  }

  .footer_inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    padding-top: 2.625rem;
  }

  .footer-left {
    justify-content: space-between;
    width: 100%;
  }

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

  .s7-5_inner {
    flex-direction: column;
  }

  .legal-top {
    justify-content: center;
    align-items: center;
  }

  .slide {
    width: 100%;
  }

  .slider-wrapper {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container.smaller, .container.evensmaller {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-btn {
    font-size: 1.5rem;
  }

  .h1-text {
    font-size: 4rem;
  }

  .p1-text {
    font-size: 1.5rem;
  }

  .diamond, .diamond-img {
    width: 100%;
  }

  .logos-grid {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: .75fr .75fr;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .h2-text-64 {
    font-size: 3rem;
  }

  .p2-text._70 {
    font-size: 1.5rem;
  }

  .h3-text-56, .h3-text-56-gray {
    font-size: 3rem;
  }

  .heading {
    font-size: 2rem;
  }

  .s9_inner {
    padding-top: 12rem;
    padding-bottom: 7rem;
  }

  .footer-link {
    font-size: 1.125rem;
  }

  .heading-2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.evensmaller, .container._80 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar_inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .logo-wrapper.w--current {
    justify-content: flex-start;
    width: auto;
  }

  .navbar-logo {
    width: 3.5rem;
  }

  .navbar-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-link {
    text-align: center;
    font-size: .875rem;
  }

  .navbar-btn {
    font-size: 1.25rem;
  }

  .h1-text {
    font-size: 3rem;
  }

  .p1-text {
    font-size: 1.125rem;
  }

  .main-btn._78 {
    margin-top: 2rem;
  }

  .h2-text-64 {
    font-size: 2.25rem;
  }

  .p2-text._70 {
    font-size: 1.125rem;
  }

  .s4_inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h3-text-56, .h3-text-56-gray {
    font-size: 2.25rem;
  }

  .s5_inner, .s7_inner, .s6_inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .p3-text {
    font-size: 1.125rem;
  }

  .s9_inner {
    padding-top: 13rem;
    padding-bottom: 7rem;
  }

  .footer-left {
    flex-direction: column;
    justify-content: center;
  }

  .navbar-btn-smaller {
    text-align: center;
    font-size: .875rem;
    text-decoration: none;
  }

  .s7-5_inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-2 {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .paragraph {
    font-size: 1.125rem;
  }

  .slide-nav {
    bottom: -9%;
  }

  .slider-wrapper {
    height: 100%;
    padding: 1.5rem 1rem;
  }

  .slider-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-ebfc29e9-3889-2c65-7006-672317b3fcc7-90ae1a91, #w-node-e277439e-8b81-d284-8d56-e682a1063721-90ae1a91, #w-node-_82abff13-8b0c-d25a-f709-c505b3e9c58f-90ae1a91, #w-node-dd3c0c9f-c756-74f1-4ae0-99071f0ded0c-90ae1a91, #w-node-ee1db929-dc44-260e-e9b8-c6a6a1ee0f2d-90ae1a91, #w-node-_91cabf4f-667c-0b58-e4fb-f17fb9928685-90ae1a91, #w-node-_90609ad9-73cc-9851-2844-c451a039711a-90ae1a91, #w-node-a7dae87d-7491-c606-75a3-bba49710f122-90ae1a91, #w-node-ebfc29e9-3889-2c65-7006-672317b3fcc7-0b51cdbb, #w-node-e277439e-8b81-d284-8d56-e682a1063721-0b51cdbb, #w-node-_82abff13-8b0c-d25a-f709-c505b3e9c58f-0b51cdbb, #w-node-dd3c0c9f-c756-74f1-4ae0-99071f0ded0c-0b51cdbb, #w-node-ee1db929-dc44-260e-e9b8-c6a6a1ee0f2d-0b51cdbb, #w-node-_91cabf4f-667c-0b58-e4fb-f17fb9928685-0b51cdbb, #w-node-_438cd92b-ea75-f427-fe58-ccf247241fbe-0b51cdbb, #w-node-_8fdc2448-4334-0f65-0b3c-a3cc943d3efe-0b51cdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_90609ad9-73cc-9851-2844-c451a039711a-90ae1a91, #w-node-a7dae87d-7491-c606-75a3-bba49710f122-90ae1a91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee1db929-dc44-260e-e9b8-c6a6a1ee0f2d-90ae1a91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ee1db929-dc44-260e-e9b8-c6a6a1ee0f2d-0b51cdbb {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee1db929-dc44-260e-e9b8-c6a6a1ee0f2d-0b51cdbb {
    grid-column: span 2 / span 2;
  }
}

/* Scroll animations */
.fade-in-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

