:root {
  --accent: #ffd600;
  --black: #0a0a0a;
}

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

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

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

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 120%;
}

h3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 3vw;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 160%;
}

a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.body {
  color: #fff;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
}

.hero-section {
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 4vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.button-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--accent);
  color: var(--black);
  font-variation-settings: "wght" 500, "XTRA" 470;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px 17px;
  font-weight: 500;
  text-decoration: none;
  transition: font-variation-settings .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.button-cta:hover {
  font-variation-settings: "wght" 500, "XTRA" 520;
  background-color: #ffbf00;
}

.paragraph {
  color: #999;
  font-size: 1.7vw;
}

.label-wrap {
  background-color: #ffffff1a;
  border-radius: 90px;
  margin-bottom: 16px;
  padding: 6px 16px 5px;
}

.label-wrap.second {
  margin-top: 50px;
}

.labe {
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.hero-paragraf-spacing {
  margin-top: 1.2vw;
  margin-bottom: 4vw;
}

.header {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff17;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 24px;
  display: flex;
  position: fixed;
  top: 16px;
}

.button-second {
  border: 1px solid var(--accent);
  color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 70px;
  padding: 12px 18px 11px;
  font-size: 12px;
  text-decoration: none;
}

.button-second:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: line-through;
}

.links-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 20px;
  display: flex;
}

.second-section {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.second-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.card-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff14;
  border: 1px solid #383838;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 388px;
  margin-top: 4vw;
  padding: 8px 8px 24px;
  display: flex;
}

.card-wrap.hide {
  display: none;
}

.text-card {
  color: #999;
  max-width: 40ch;
  font-weight: 300;
}

.card-wrap-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.step-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 8vw 20px 0;
  display: flex;
}

.steps-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.step-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--accent);
  color: #000;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30vw;
  padding: 40px;
  display: grid;
  position: sticky;
  top: 14vw;
}

.step-wrap.white {
  background-color: #fff;
  top: 24vw;
}

.step-wrap.purple {
  background-color: #cbb2ff;
  top: 34vw;
}

.step-wrap.black {
  background-color: #000;
  border: 1px #000;
  height: 20vw;
}

.identity-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding: 8vw 20px 5vw;
  display: flex;
}

.footer {
  border-top: 1px solid #333;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 7vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-section {
  background-color: #000;
  width: 100%;
  padding-top: 8vw;
  padding-bottom: 12vw;
  display: flex;
  position: sticky;
}

.faq-left-wrap {
  width: 40%;
}

.faq-right {
  width: 60%;
}

.heading {
  text-align: left;
}

.peregraph-spacing {
  text-align: center;
  max-width: 800px;
  margin-top: .5vw;
  margin-bottom: 2vw;
}

.footer-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.nonid-video {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg-video {
  z-index: 1;
  width: 60%;
  position: absolute;
  top: 0;
}

.hero-content-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-wrap {
  background-color: #000;
  border: 1px solid #1a1a1a;
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  display: flex;
}

.gradient {
  opacity: .8;
  background-image: linear-gradient(#0000, #000000b3);
  position: absolute;
  inset: 0%;
}

.heading-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 9vw;
}

.heading-wrap.hide {
  display: none;
}

.second-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-content-wrap {
  border-top: 1px solid #999;
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  padding-top: 32px;
  display: flex;
}

.list-content-wrap.hide {
  display: none;
}

.number-sec {
  color: #999;
  font-size: 18px;
}

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

.bold-text-wrap {
  width: 30%;
}

.bnft-wrap {
  background-color: #333;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 240px;
  padding: 16px;
  display: flex;
}

.avas-img {
  width: 100%;
  margin-top: 5vw;
}

.faq-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid #666;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.faq-heading-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icn-faq-wrap {
  width: 24px;
  height: 24px;
}

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

.faq-text-wrap {
  padding-left: 40px;
}

.h4-steps {
  color: #000;
  line-height: 120%;
}

.text-steps {
  color: #0009;
  line-height: 150%;
}

.link:hover {
  color: var(--accent);
  text-decoration: line-through;
}

.paragraph-2 {
  line-height: 140%;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 8vw;
}

.h2 {
  font-size: 4vw;
}

.document-left {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: sticky;
  top: 120px;
}

.document-right {
  width: 65%;
}

.document-content-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-34 {
  text-decoration: underline;
}

.content-wigth {
  background-color: #0d0d0d00;
  width: 100%;
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.dociment-content-text {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
}

.dociment-description {
  opacity: .64;
  margin-top: 29px;
  line-height: 160%;
}

.document-section-main {
  background-color: #fff;
  padding-top: 240px;
  padding-bottom: 120px;
}

.h1-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 5vw;
  line-height: 120%;
}

.h1-2.left {
  text-align: left;
}

.body-documents {
  background-color: var(--black);
  font-size: 14px;
}

.doc-h {
  color: var(--black);
  font-size: 3vw;
}

.document-section-main-2 {
  background-color: #000;
  padding-top: 240px;
  padding-bottom: 120px;
}

.doc-p {
  color: #000;
  text-align: left;
  font-size: 1.2vw;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  font-size: 3vw;
}

.heading-3 {
  color: #000;
  font-size: 2vw;
}

.heading-4, .heading-5, .heading-6 {
  color: var(--black);
}

.paragraph-3 {
  color: var(--black);
  text-align: justify;
  font-size: 1.2vw;
  line-height: 160%;
}

.heading-7 {
  color: #000;
  text-align: left;
  font-size: 4vw;
}

.section-header {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 4vw;
}

.section-description {
  color: #999;
  text-align: center;
  font-size: 1.4vw;
}

.heading-8 {
  text-transform: none;
}

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

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

.link-block {
  border-bottom: 1px solid #ffffff3d;
}

.link-block:hover {
  opacity: 1;
}

.link-block {
  opacity: .53;
}

.heading-9 {
  font-size: 4vw;
}

@media screen and (max-width: 991px) {
  .button-cta {
    padding: 16px 24px 15px;
  }

  .steps-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .step-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .25fr 1fr 1fr;
    top: 16vw;
  }

  .step-wrap.white {
    top: 29vw;
  }

  .step-wrap.purple {
    top: 43vw;
  }

  .peregraph-spacing, .bg-video {
    width: 100%;
  }

  .heading-wrap {
    top: 10vw;
  }

  .second-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .bnft-wrap {
    width: 100%;
    height: 120px;
  }

  .text-steps {
    font-size: 14px;
  }

  .document-left {
    position: static;
  }

  .document-right {
    width: 100%;
  }

  .document-content-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 460px;
  }

  .header {
    margin-top: 16px;
    position: static;
  }

  .button-second {
    padding: 8px 16px 7px;
  }

  .step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: .25fr 1fr 1fr;
    padding: 24px 16px;
    position: static;
    top: 10vw;
  }

  .step-wrap.white, .step-wrap.purple {
    top: 0;
  }

  .footer {
    height: 10vw;
  }

  .faq-section {
    flex-flow: column;
    position: relative;
  }

  .faq-left-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .faq-right {
    width: 100%;
  }

  .heading-wrap {
    position: static;
  }

  .text-bold {
    font-size: 16px;
  }

  .h4-steps {
    font-size: 18px;
  }

  .text-steps {
    line-height: 130%;
  }

  .link {
    display: none;
  }

  .paragraph-2 {
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 120%;
  }

  .h4 {
    font-size: 18px;
  }

  .h1 {
    font-size: 60px;
  }

  .h2 {
    font-size: 32px;
  }

  .content-wigth {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-2 {
    font-size: 40px;
  }

  .section-description {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 500px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .label-wrap.second {
    margin-top: 32px;
  }

  .labe {
    font-size: 12px;
  }

  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: 16px;
    margin-right: 16px;
    padding: 4px 4px 4px 16px;
  }

  .links-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .second-section {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .second-content-wrap {
    overflow: hidden;
  }

  .step-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .step-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    height: auto;
  }

  .identity-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: 60px;
  }

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

  .bg-video {
    width: 120%;
  }

  .heading-wrap {
    justify-content: center;
    align-items: center;
  }

  .second-list-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .number-sec {
    display: none;
  }

  .bnft-wrap {
    height: 120px;
  }

  .avas-img {
    margin-top: 40px;
  }

  .faq-wrap {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .faq-text-wrap {
    padding-left: 0;
  }

  .h4-steps, .paragraph-2, .h4 {
    font-size: 16px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 24px;
  }

  .h3 {
    font-size: 20px;
  }

  .image-logo {
    max-width: 140%;
  }

  .document-content-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wigth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-2 {
    font-size: 32px;
  }

  .document-section-main-2 {
    padding-top: 40px;
  }

  .heading-10 {
    font-size: 4vw;
  }
}


@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}