.vh-intro-jersey {
  width: 100%;
  padding: 120px 50px 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position:relative;
  flex-direction: column;
  min-height: 80vh;
}

.number {
  width: 33px;
  height: 50px;
  border: 4px solid #00000040;
  margin: 3px;
}
.password-numbers {
  display: flex;
  margin: 10px 0 20px;
  position: relative;
  overflow: hidden;

}

.popin-password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.password-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.intro-img {
  max-height: 72vh;
  z-index: 2;
  position: relative;
  transform: translateX(-5%);
}

.vh-jersey-title {
  position: absolute;
  color: white;
  font-size: 13vw;
  line-height: 32vw;
  letter-spacing: .5vw;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'Neue plak compressed';
  font-weight: 700;
  margin-top: -3vw;
}

@media(max-width:480px) {
  .vh-jersey-title {
    position: absolute;
    color: white;
    font-size: 58vw;
    line-height: 47vw;
    letter-spacing: .5vw;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Neue plak compressed';
    font-weight: 700;
    margin-top: -20vw;
    width:240vw;
    white-space: nowrap;
    animation: text 15s -7.5s linear infinite;
}

@keyframes text{
  0%{
      transform: translateX(70%);
  }
  100%{
    transform: translateX(-70%);
  }
}

.number {
  width: 25px;
  height: 40px;
  border: 3px solid #00000040;
  margin: 3px;
}


}

.step3 ul {
  list-style: none;
  padding: 0;
  color: #ebd202;
}

.password-input {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 15px;
  border: 3px solid #ffffff;
  width: 300px;
  margin-top: 20px;
}

.password-input-bug {
color:black;
}

.number {
  display:none;
}



/************************************************ */



*:not(input) {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.vh-main {
  height: 100vh;
  overflow-y: scroll;
}

.vh-main-content {
  height: 1200vh;
  z-index: 4000;
  position: relative;

}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vh-nav-link:after {
  content: "";
  position: absolute;
  height: 2px;
  background: black;
  bottom: 20px;
  width: 100%;

  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}


.vh-nav-item:hover .vh-nav-link:after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}

.vh-nav-link.active:after {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
  background: #fae100;
}

.vh-cta-hover {
  pointer-events: none;
}

.vh-nav-right:hover .vh-cta-hover {
  opacity: 1;
  pointer-events: auto;
}

.vh-canvas {
  position: fixed;
  top: 0;
  background: black;
  z-index: 2;
  width: 100%;
  height: 100vh;
}


.vh-intro {
  position: relative;
  background: transparent;
  pointer-events: none;
}


.dg.ac {
  z-index: 1000 !important;
}


.vh-intro,
.vh-story,
.vh-vision,
.vh-concept,
.vh-roadmap,
.vh-tezos,
.vh-end {
  position: fixed;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: none;
}


.wf-section.active .vh-bullet {
  pointer-events: auto;
}


.vh-footer {
  pointer-events: none;
  transition: all 1s ease;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;

}


.up {
  transform: translateY(50px);
}

.down {
  transform: translateY(-50px);
}

.vh-bullet {
  cursor: pointer;
}

.vh-footer {
  display: flex;
  z-index: 5000;
}

.avatar-section {
  width: 100%;
  padding: 0 !important;
  margin-top: 40px;
}


.vh-nav.hide {
  transform: translateY(-100%);
}


.vh-vision-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vh-vision-phrase {
  opacity: 0;
  position: absolute;
  transition: all 800ms ease;
  transform: scale(.9);
}

.vh-vision-phrase.big {
  position: relative;
}

.vh-vision-phrase.active {
  opacity: 1;
  transform: scale(1);
}

.vh-concept-list {
  width: 100%;
  min-height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}

.vh-concept-item {
  position: absolute;
  opacity: 0;
  transition: all 400ms ease;
}


.vh-concept-item.active {
  opacity: 1;
}


.vh-vision-middle {
  max-width: 820px;
}

.rdp {
  opacity: 0;
  transition: all 800ms ease;
  cursor: pointer;
  pointer-events: auto;

}



.rdp.active {
  opacity: 1;
}

.vh-concept-text {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.vh-roadmap-text {
  display: block;
}

.vh-roadmap-step {
  opacity: 0;
  position: absolute;
  transition: all 400ms ease;
}

.vh-roadmap-step.active {
  opacity: 1;
}


.vh-intro-cta {
  pointer-events: auto;
  cursor: pointer;
}


.vh-concept-item {
  display: flex;
  flex-direction: column;
}

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

.vh-list-bee {
  width: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.vh-concept-middle {
  margin-bottom: 0;
}

.vh-concept-list {
  min-height: 150px;
  margin-top: 10;
}

.vh-roadmap-text {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.vh-roadmap-date {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.vh-roadmap-pagination {
  margin-right: 20px;
  margin-bottom: 4px;
  margin-left: 20px;
}

.vh-roadmap-right {
  width: 320px;
  min-height: 66px;
  margin-bottom: 8px;
}

.vh-roadmap-title {
  margin-left: 120px;
}

.vh-tezos-middle {
  margin-top: 120px;
}

.vh-tezos-logo {
  top: 150px;
  cursor: pointer;
  transition: all .4s ease;
}

.active .vh-tezos-logo {
  pointer-events: auto;
}

.vh-tezos-logo:hover {
  transform: scale(.9);
}


.active .vh-tezos-logo {
  pointer-events: auto;
}


.active .vh-tezos-middle {
  cursor: pointer;
}

.active .vh-video {
  cursor: pointer;
  /*pointer-events:auto;*/
}



.vh-story-text {
  font-size: 22px;
  line-height: 26px;
}


.vh-tezos-title {
  margin-bottom: 20px;
}

.vh-end.active .vh-link-end {
  transition: all .4s ease-in-out;
  pointer-events: auto;
}

.vh-link-end:hover {
  transform: scale(1.1);
}

.vh-video {
  position: relative;
}

.vh-thumb {
  position: absolute;
  opacity: 1;
  transition: all .1s ease;
}

.playing .vh-thumb {
  opacity: 0;
}

.paused .vh-thumb {
  opacity: 1;
}

.vh-fooiter-nav {
  pointer-events: auto;
}

.vh-footer-top,
.vh-footer-text-bottom {
  transition: all .4s ease;
}

.vh-footer.hide .vh-fooiter-nav {
  pointer-events: none;
}

#footer-triangle-top,
#footer-triangle-bottom {
  transition: all .4s ease;
}


.vh-footer-cta-bottom:hover #footer-triangle-bottom,
.vh-footer-cta-top:hover #footer-triangle-top {
  fill: #FAE100;
}


.vh-bullet {
  height: 8px;
  background: transparent !important;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all .4s ease;
}

.bullet-inside {
  height: 2px;
  width: 100%;
  background: white;
  transition: all .4s ease;
}

.vh-bullet.active .bullet-inside {
  background: #FAE100;
}

.vh-bullet:hover {
  opacity: .5;
}

.vh-nav-mobile {
  display: none;
  position: fixed;
}

.nav-mobile-menu {
  display: none;
}

.preload {
  background: #eaeaea;
  opacity: 1;
}

.vh-intro {
  transition: background .8s ease;
}

.ch-intro-title,
.vh-scroll,
.vh-intro-cta {
  transition: all 1s ease;

}

.preload .vh-intro-cta {
  opacity: 0;
  transform: scale(.8);
}

.preload .vh-scroll {
  opacity: 0;
  transform: translateY(100%);
}

.preload .ch-intro-title {
  opacity: 0;
  transform: scale(.8);
}



.vh-logo-desktop img {
  width: 120px;
}


.vh-cta-title {
  letter-spacing: .5px;
}

.footer-logo {
  height: 79px;
  position: absolute;
  right: 35px;
  bottom: 25px;
}

.vh-pass-intro {
  position: absolute;
  width: 35vw;
}

.vh-logo-intro {
  position: absolute;
  width: 20vw;
  left: 19%;
  transform: translateX(-50%);
  max-width: 300px;
}

.vh-countdown {
  position: absolute;
  right: 20vw;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  pointer-events: auto;
  color: black;
  text-decoration: none;
}

.vh-count-title {
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
}

.vh-count {
  display: flex;
  justify-content: center;
}

.vh-count-number {
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
}

.vh-count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}


.count-sep {
  width: 2px;
  height: 32px;
  background: #FAE100;
  margin-top: 8px;
}

.preload .vh-logo-intro {
  opacity: 0;
}

.preload .vh-pass-intro {
  opacity: 0;
}

.preload .vh-countdown {
  opacity: 0;
}


.vh-intro:not(.preload) .vh-pass-intro {
  animation: glow 2s alternate infinite ease-in-out;
}



@keyframes glow {
  0% {
      opacity: 100%;
      transform: scale(1);
  }

  100% {
      opacity: 80%;
      transform: scale(.98);
  }
}


@media(max-width: 1280px) and (min-width: 768px) {

  .vh-tezos-logo {
      top: 100px;
      transform: scale(.8);
  }

  .vh-tezos-middle {
      transform: scale(.9);
  }

}

@media(max-width: 768px) and (min-width: 480px) {

  .vh-nav-mobile.hide {
      opacity: 1;
      pointer-events: auto;

  }

  .vh-roadmap-text {
      padding: 0 0px;
  }

  .vh-roadmap-title {
      margin-left: 150px;
  }
}



@media(max-width: 768px) {


  .vh-story-right {
      width: 100%;
  }

  .vh-story-left {

      display: flex;
      flex-direction: column;
      align-items: center;

  }

  /*-------------*/

  .nav-mobile-menu {
      display: flex;
  }


  .vh-nav-mobile {
      display: flex;
      z-index: 8000;
      top: 0;
      padding: 0 0 0 10px;
      width: 100%;
      justify-content: space-between;
      transition: all .4s ease;
      mix-blend-mode: difference;
  }

  .vh-logo {
      width: 81px;
      transform: translateY(-4px);
  }


  .nav-mobile-menu {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      background: white;
      z-index: 5001;
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease;
  }

  .nav-mobile-menu.open {
      opacity: 1;
      pointer-events: auto;

  }



  .vh-footer-text-bottom,
  .vh-footer-top {
      opacity: 1 !important;
  }

  .vh-story-text {
      font-size: 20px;
      line-height: 24px;
  }


  .vh-video {
      aspect-ratio: 560/315;
  }

  .vh-video iframe {
      width: 100%;
      height: 100%;
  }

  .active iframe {
      pointer-events: auto;
  }

  .vh-thumb {
      display: none;

  }

  .vh-footer {
      z-index: 5000;
  }

  .vh-fooiter-nav {
      left: 15px;
      bottom: 15px;
  }

  .ch-intro-title {
      margin-top: -120px;
  }

  .vh-story-middle {
      height: 100%;
      padding-top: 5vh;
  }

  .vh-nav {
      transform: translateY(-100%);
  }

  .vh-roadmap-title {
      top: 0px;
      margin-top: 0px;
  }

  .vh-scroll {
      transform: rotate(180deg);
  }


  .vh-roadmap-title {
      margin-left: 10px;
  }

  .vh-tezos-middle {
      margin-top: 0px;
  }

  .vh-tezos-logo {
      top: 20px;
      cursor: pointer;
  }

  .vh-roadmap-text {
      padding: 0 20px;
  }

  .vh-tezos-logo {
      top: -20px;
      margin-bottom: 20px;
  }


  .vh-nav-list-mobile {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      padding-bottom: 40px;
  }

  .vh-nav-item-mobile {
      font-size: 40px;
      line-height: 70px;
      text-transform: uppercase;
      color: black;
  }

  .nav-mobile-bottom {
      position: fixed;
      bottom: 0;
      display: flex;
      width: 100%;
      justify-content: space-evenly;
  }

  .nav-mobile-bottom .vh-hover-half {
      width: 40px;
  }

  .nav-mobile-bottom .vh-hover-link {
      width: initial;
      min-width: 100px;

  }


  .vh-logo-intro {
      position: absolute;
      width: 50vw;
      left: 50%;
      top: 12vh;
      transform: translate(-50%);
      max-width: 320px;
  }

  .vh-pass-intro {
      position: absolute;
      width: 95vw;
  }

  .vh-countdown {
      position: absolute;
      right: 50%;
      transform: translate(50%);
      display: flex;
      flex-direction: column;
      margin-top: 0px;
  }

  .line-top {
      top: 0px;
  }

}



/*****************************/


.vh-popin.hide {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.hide .vh-popin-content {
  transform: scale(.95);
}

.disabled {
  pointer-events: none;
}


#kukai-iframe {
  pointer-events: auto !important;
}

#kukai-connect.hide {
  opacity: 0;
}

.vh-popin-content.hide {
  opacity: 0;
  transform: scale(.9);
  transition: all 1s ease;
}

.vh-faq-content a {
  color: black;
}

.vh-pass-button-last.hide {
  display: none;
}




.vh-popin.hide {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.hide .vh-popin-content {
  transform: scale(.95);
}

.disabled {
  pointer-events: none;
}


.section-faq .vh-faq-question:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  border-right: 3px #fae100 solid;
  border-bottom: 3px #fae100 solid;
  left: -34px;
  top: 11px;
  transform: rotate(-45deg);
  transition: all .4s ease;
}


.section-faq .vh-faq-question {
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
}

.section-faq .vh-faq-question:hover:before {
  left: -30px;
}

.section-faq .vh-faq-question:hover {
  color: #fae100;
}


.section-faq .vh-faq-answer {
  height: 0;
  overflow: hidden;
}

.open .vh-faq-answer {
  height: initial;
  margin-bottom: 70px;
  margin-left: 10px;
}

.open .vh-faq-question:before {
  top: 9px;
  transform: rotate(45deg);
}

.open .vh-faq-question {
  color: #fae100;
}

.section-faq .vh-faq-answer a {
  color: #fae100;
  text-decoration: none;
}

.vh-faq-answer a:hover {
  text-decoration: underline;
}

.pass-video-embed {
  height: 65vh;
  margin-bottom: -5vh;
}

.pass-video-embed:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8029805672268908) 0%, rgba(0, 0, 0, 0) 100%);
}

.vh-pass-sub {
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  max-width: 540px;
}

.under-claim {
  font-size: 16px;
  font-style: italic;
  color: white;
  text-align: center;
}

.vh-pass-count {
  margin-top: 50px;
}

.vh-pass-button,
.vh-wallet-btn {
  background: #ead104;
  margin: 20px 0;
  padding: 10px 25px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ead104;
  transition: all .4s ease-in-out;
  color: black;
}

.vh-faq-left {
  padding-right: 60px;
}

.vh-pass-title.sub {
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 16px;
  line-height: 22px;
  max-width: 460px;
  letter-spacing: 1px;
  margin-top: 6px;
}


.follow-block {
  margin-top: 20px;
  margin-bottom: 0px;
}

.vh-pass-title.error {
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 1px;
}

.vh-pass-content {
  padding: 0 40px;
}

.vh-pass-title {
  line-height: 50px;
}

.follow-block {
  align-items: center;
}

.vh-pass-text {
  font-size: 20px;
  line-height: 24px;
}

.section-evo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-top: 90px;
  overflow: hidden;
}

.vh-pass-video {
  padding-top: 85px;
}

.section-faq {
  margin-top: -80px;
}

.evo-left {
  height: 100vh;
  min-width: 33%;
  margin-left: 40px;
  padding-top: 75px;
  padding-left: 4%;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0px;
}

.evo-right {
  padding-top: 180px;
  display: flex;
  margin-left: 50px;
}

.vh-evo-title {
  margin-top: -70px;
  font-family: 'Neue plak compressed', sans-serif;
  font-size: 140px;
  line-height: 110px;
  font-weight: 900;
}

.evo-line {
  height: 100%;
  width: 3px;
  background: #FAE100;
  position: relative;
}

.evo-line::after {
  content: "";
  width: 3px;
  height: 360px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.evo-block {
  border: 2px solid #FAE100;
  padding: 30px 50px 45px;
  margin-bottom: 100px;
  color: white;
  position: relative;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  max-width: 700px;
}


.evo-blocks {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  flex: 1;
}

.evo-title {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.evo-date {
  color: grey;
  font-size: 14px;
}

.evo-description {
  font-size: 16px;
  line-height: 20px;
}

.evo-intro {
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  color: #fae100;
  margin-bottom: 10px;
}


.evo-content {
  max-width: 425px;
}

.evo-img1 {
  width: 300px;
  margin: -80px -110px -110px 0;
}

.evo-img2 {
  height: 300px;
  margin: -100px 50px -100px -20px;
  animation: fly 3s alternate infinite ease-in-out;
}

.evo-img3 {
  height: 300px;
  margin: -100px -20px -100px 50px;
  animation: fly 3s -1.5s alternate infinite ease-in-out;
}

.evo-img-av {
  margin-right: -250px;
  margin-left: -50px;
  margin-bottom: -90px;
  margin-top: -160px;
  height: 270px;
  pointer-events:none;
}

.evo-block.last {
  margin: 0;
  padding: 20px 50px 15px;
  width: 280px;
  margin-top: -80px;
  margin-bottom: 80px;
}

.last .evo-title {
  animation: alpha 1.5s alternate infinite ease-in-out;
}

@keyframes fly {
  0% {
      transform: translateY(-10px)
  }

  100% {
      transform: translateY(10px)
  }
}

@keyframes alpha {
  0% {
      opacity: 1;
  }

  100% {
      opacity: .3;
  }
}




@media(max-width: 768px) {

  .evo-intro br {
      display: none;
  }

  .vh-nav {
      display: none;
  }

  .evo-block.last {
      width: auto;
      padding: 40px 50px;
      margin-top: 0px;
  }


  .evo-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .evo-block:before {
      left: 50%;
      top: -33px;
      transform: translateX(-50%);
  }

  .evo-img1 {
      width: 280px;
      margin: 0;
      order: 1;
  }

  .evo-img2 {
      height: 260px;
      margin: 10px 0 30px 0;
  }

  .evo-img3 {
      height: 260px;
      margin: 10px 0 30px 0;
  }

  .evo-img-av {
    margin: 10px -20px 20px -20px;
    height:auto;
}

  .evo-right {
      margin-left: 0px;
  }

  .evo-blocks {
      padding: 0px 20px;
  }

  .evo-content {
      order: 2;
  }

  .evo-block {
      flex-direction: column;
      transform: translateY(0%);
      padding: 40px 30px;
      margin-bottom: 80px;
  }

  .section-evo {
      margin-top: 80px;
      flex-direction: column;
  }

  .evo-left {
      height: initial;
      min-width: 33%;
      margin-left: 0px;
      padding-top: 0px;
      padding-left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .evo-right {
      padding-top: 130px;
  }

  .vh-pass-title {
      line-height: 43px;
  }

  .vh-pass-count {
      margin-bottom: 50px;
  }

  .pass-video-embed {
      height: 100vw;
      margin-top: -75px;
  }



  .section-faq .vh-faq-question:before {
      content: "";
      width: 7px;
      height: 7px;
      position: absolute;
      border-right: 3px #fae100 solid;
      border-bottom: 3px #fae100 solid;
      left: -23px;
      top: 12px;
      transform: rotate(-45deg);
      transition: all .4s ease;
  }

  .open .vh-faq-question:before {
      top: 11px;
      transform: rotate(45deg);
  }

  .vh-nav-item-mobile {
      font-size: 40px;
      line-height: 60px;
      text-transform: uppercase;
      color: black;
  }
  
  .evo-left {
      position: relative;
  }
}

.terms .vh-nav {
  border-bottom: 1px solid #e7e7e7;
}

.terms .vh-content-text a {
  color: black;
}

.vh-nav-link {
  text-decoration: none;
}

.vh-button-text {
  font-size: 20px;
  line-height: 30px;
}

.pass-icon {
  animation: zoom 1s alternate infinite ease-in-out;
}

@keyframes zoom {
  0% {
      transform: scale(1.05)
  }

  100% {
      transform: scale(.95)
  }
}

.step {
  display: flex;
  align-items: flex-start;
  margin: 20px 0px;
}

.step-number {
  background: black;
  margin-right: 11px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  color: #FAE100;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 900;
  align-items: center;
  transform: translateY(2px);
}

.step-text {
  flex: 1;
}

.vh-faq-answer .yellow {
  cursor: pointer;
}

.vh-faq-answer .yellow:hover {
  text-decoration: underline;
}

.vh-content-text {
  padding-bottom: 220px;
}

.vh-nav-link-mobile {
  color: black;
  text-decoration: none;
}

.faq-left {
  top: 150px;
}


/************************************************ */

a {
  text-decoration: underline;
}

.vh-nav {
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.vh-body {
  background-color: #d7ddde;
  font-family: 'Barlow Condensed', sans-serif;
}

.vh-body.body-drop {
  background-color: #000;
}

.vh-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1408px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vh-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.vh-nav-item {
  padding-right: 28px;
  padding-left: 28px;
}

.vh-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 75px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.vh-nav-link.active {
  position: relative;
}

.vh-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.vh-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.vh-nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 32px;
  padding-right: 0px;
  padding-left: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.vh-nav-bee {
  height: 32px;
  margin-bottom: -2px;
  cursor: pointer;
}

.vh-cta-hover {
  position: absolute;
  top: 75px;
  width: 150px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.vh-hover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

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

.vh-small-bee {
  height: 34px;
}

.vh-cta-text {
  white-space: nowrap;
}

.vh-twitter {
  height: 26px;
}

.vh-discord {
  height: 20px;
}

.vh-hover-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-hover-half.end {
  width: 50px;
}


.vh-intro.hide {
  display: none;
}

.vh-intro-cta {
  position: absolute;
  bottom: 10vh;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 3px solid #fae100;
  border-left: 3px solid #fae100;
  color: #000;
}

.vh-cta-title {
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.vh-cta-sub {
  font-size: 17px;
  font-weight: 500;
}

.vh-scroll {
  position: absolute;
  bottom: 2vh;
}

.vh-canvas {
  position: fixed;
  z-index: 1;
}


.vh-story-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vh-story-left {
  margin-right: 60px;
}

.vh-story-title {
  margin-top: 0px;
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  text-transform: uppercase;
}

.vh-story-sub {
  padding-left: 10px;
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text {
  font-size: 20px;
  letter-spacing: 1px;
}

.vh-story-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  padding-top: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vh-story-text {
  position: absolute;
  margin-bottom: 27px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.vh-story-text.active {
  opacity: 1;
}

.vh-mini-line {
  width: 20px;
  height: 2px;
  background-color: #fae100;
}

.vh-story-cta {
  position: static;
  display: none;
  height: 32px;
  margin-top: 50px;
  padding-right: 17px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-transform: uppercase;
}

.vh-story-cta:hover {
  background-color: #fae100;
}

.text-block {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.vh-bee-cta {
  height: 28px;
  margin-right: 10px;
}


.vh-vision-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 860px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-vision-title {
  margin-top: 0px;
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  text-transform: uppercase;
}

.vh-vision-phrase {
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bold-text-2 {
  width: 100%;
}

.vh-vision-wrapper {
  margin-top: 40px;
}

.vh-vision-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.vh-bullet {
  width: 20px;
  height: 2px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
}

.vh-bullet.active {
  background-color: #fae100;
}

.vh-vision-bee {
  width: 70px;
  margin-top: 30px;
}



.vh-concept-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-concept-title {
  margin-top: 0px;
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  text-transform: uppercase;
}

.vh-concept-text {
  position: static;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.vh-list-bee {
  width: 44px;
  margin-right: 20px;
}

.vh-concept-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-concept-sub {
  margin-top: 10px;
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vh-concept-list {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.vh-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 6px;
  border-radius: 3px;
}

.vh-footer-gradient {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(200deg, transparent 50%, #000);
}

.vh-fooiter-nav {
  position: absolute;
  left: 35px;
  bottom: 25px;
  z-index: 100;
}

.vh-footer-cta-top {
  position: absolute;
  left: 0px;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.vh-footer-cta-bottom {
  position: absolute;
  right: 0px;
  bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}



.vh-roadmap-bottom {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.vh-roadmap-title {
  margin-left: 20px;
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
}

.vh-roadmap-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vh-roadmap-pagination {
  margin-right: 24px;
  margin-bottom: 4px;
  margin-left: 20px;
}

.vh-pagination-img {
  width: 140px;
}

.vh-roadmap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  min-height: 66px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vh-roadmap-date {
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.vh-roadmap-text {
  display: none;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.vh-roadmap-text.debug {
  display: block;
}

.yellow {
  color: #fae100;
}

.vh-footer-text-bottom {
  position: absolute;
  left: 70px;
  bottom: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vh-footer-top {
  position: absolute;
  left: 50px;
  bottom: 45px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}


.vh-end-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.vh-end.hide {
  display: none;
}

.vh-bee-end {
  width: 150px;
}

.vh-link-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #f3f3f3;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.vh-link-end:hover {
  opacity: 1;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  margin-bottom: 24px;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.vh-tezos-logo {
  position: absolute;
  top: 10vh;
  width: 260px;
}

.vh-tezos-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-tezos-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vh-tezos-text-wrapper.left {
  padding-right: 60px;
  padding-left: 0px;
}

.vh-tezos-title {
  margin-top: 0px;
  color: #fff;
}

.vh-tezos-text {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.vh-video {
  width: 560px;
  height: 315px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-right-mobile {
  display: none;
}

.vh-logo-hexa {
  height: 100%;
}

.vh-logo-text {
  padding-left: 4.7%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ch-intro-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 254px;
  max-width: 465px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  margin-top: 4.5%;
  margin-bottom: 9%;
}

.vh-story-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-left: 4px;
}

.vh-story-wrapper {
  position: relative;
  width: 100%;
}

.vh-concept-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.vh-pass-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pass-video-embed {
  height: 53vh;
}

.vh-pass-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-pass-content.hide {
  display: none;
}

.vh-pass-content.step1 {
  margin-top: -5px;
}

.vh-pass-title {
  margin-top: 0px;
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vh-pass-title.congrats {
  font-family: 'Neue plak compressed', sans-serif;
  color: #fff;
  font-size: 89px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 3px;
}

.vh-pass-title.sub {
  font-family: 'Monotype neue plak wide', sans-serif;
  color: #fae100;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0px;
}

.vh-pass-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.vh-pass-button:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.vh-button-text {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.pass-icon {
  margin-bottom: 5px;
}

.vh-pass-faq {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  color: #000;
}

.vh-faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fae100), to(#fae100));
  background-image: linear-gradient(180deg, #fae100, #fae100);
}

.vh-passz-footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.vh-faq-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-width: 33%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vh-faq-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 180px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vh-pass-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  text-decoration: none;
}

.vh-pass-link:hover {
  text-decoration: underline;
}

.vh-faq-icon {
  width: 106px;
  margin-bottom: 8vh;
}

.heading {
  font-size: 140px;
  line-height: 110px;
}

.vh-faq-title {
  margin-top: -10px;
  font-family: 'Neue plak compressed', sans-serif;
  font-size: 140px;
  line-height: 110px;
  font-weight: 900;
}

.vh-faq-title.small {
  margin-bottom: 40px;
  font-size: 100px;
}

.vh-faq-subtitle {
  font-family: 'Monotype neue plak wide', sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

.vh-pass-button-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.vh-pass-button-bottom:hover {
  opacity: 0.75;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.text-block-3 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.vh-faq-question {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
  text-decoration: none;
}

.vh-faq-sumary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vh-faq-answer {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.vh-faq-answer.close {
  overflow: hidden;
  height: 0px;
}

.vh-faq-block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.vh-pass-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh-pass-text {
  max-width: 440px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.vh-count-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  color: #fff;
}

.pass-count-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pass-number {
  color: #fff;
  font-size: 46px;
  line-height: 44px;
  font-weight: 500;
}

.pass-subnumber {
  text-transform: uppercase;
}

.pass-sep {
  width: 3px;
  height: 30px;
  margin-top: 10px;
  background-color: #fae100;
}

.line-top {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 2;
  height: 40px;
  background-color: #000;
}

.line-bottom {
  position: fixed;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 40px;
  background-color: #000;
}

.vh-popin {
  position: fixed;
  top: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.vh-popin.hide {
  display: none;
}

.vh-popin-bkg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.vh-popin-content {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  padding: 30px 40px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fae100;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.vh-popin-logo {
  margin-bottom: 20px;
}

.vh-popin-text {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.vh-optin {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 3px solid #000;
}

.vh-optin-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  cursor: pointer;
}

.vh-opint-text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.vh-pass-main-btn {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 27px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.vh-pass-main-btn:hover {
  background-color: #fae100;
  color: #000;
}

.vh-pass-main-btn.disabled {
  background-color: #fae100;
  opacity: 0.15;
  color: #000;
}

.vh-faq-sumary-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vh-black-line {
  width: 33px;
  height: 3px;
  margin-top: 40px;
  background-color: #000;
}

.vh-line-yellow {
  width: 33px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #fae100;
}

.vh-pass-bee {
  width: 50px;
  margin-top: 40px;
}

.vh-optin-check {
  width: 9px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: translate(3px, 2px) rotate(-40deg);
  -ms-transform: translate(3px, 2px) rotate(-40deg);
  transform: translate(3px, 2px) rotate(-40deg);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.vh-optin-check.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.vh-popin-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  cursor: pointer;
}

.vh-popin-link {
  color: #000;
}

.vh-body-page {
  background-color: #d7ddde;
  font-family: 'Barlow Condensed', sans-serif;
}

.vh-body-page.body-drop {
  background-color: #000;
}

.vh-term-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #d7ddde;
  background-color: #fff;
}

.vh-page-content {
  width: 100%;
  max-width: 1080px;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-2 {
  font-family: Raleway, sans-serif;
}

.vh-content-text {
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.vh-content-title {
  margin-left: -15px;
  font-size: 70px;
  line-height: 70px;
}

.follow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.follow-icon {
  width: 42px;
}

.follow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.follow-link:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
}

.section-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.faq-left {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  height: 100vh;
  min-width: 33%;
  margin-left: 40px;
  padding-top: 75px;
  padding-left: 4%;
}

.faq-right {
  margin-right: 40px;
  padding-top: 220px;
  padding-right: 100px;
  padding-bottom: 60px;
}

.vh-pass-button-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.vh-pass-button-last:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.text-span {
  color: #fae100;
}

.link {
  color: #000;
}

@media screen and (max-width: 991px) {
  .vh-nav {
    padding-right: 15px;
    padding-left: 30px;
  }

  .vh-nav-list {
    display: none;
  }

  .vh-nav-right {
    display: none;
  }

  .vh-story-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .vh-story-left {
    margin-right: 0px;
  }

  .vh-story-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vh-vision-middle {
    padding-right: 60px;
    padding-left: 60px;
  }

  .vh-footer {
    display: none;
  }

  .vh-roadmap {
    background-position: 50% 50%;
  }

  .vh-tezos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vh-tezos-logo {
    position: relative;
    top: auto;
  }

  .vh-tezos-middle {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vh-tezos-middle.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .vh-tezos-text-wrapper {
    max-width: 560px;
    padding-left: 0px;
  }

  .vh-tezos-text-wrapper.left {
    padding-right: 0px;
  }

  .vh-tezos-text {
    width: 100%;
  }

  .vh-video {
    margin-bottom: 40px;
  }

  .nav-right-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #000;
  }

  .pass-video-embed {
    height: 60vw;
  }

  .vh-faq-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vh-faq-left {
    position: relative;
    height: auto;
    padding-top: 60px;
    padding-left: 60px;
  }

  .vh-faq-right {
    padding-right: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .vh-faq-sumary {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vh-faq-sumary-2 {
    margin-top: 0px;
  }

  .section-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-left {
    position: relative;
    height: auto;
    padding-left: 60px;
  }

  .faq-right {
    margin-right: 0px;
    padding-top: 140px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 479px) {
  .vh-nav {
    padding-right: 15px;
    padding-left: 20px;
  }

  .vh-intro {
    height: 100%;
  }

  .vh-intro-cta {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .vh-story-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vh-story-title {
    font-size: 100px;
    line-height: 100px;
  }

  .vh-story-sub {
    font-size: 16px;
  }

  .vh-story-right {
    width: 100%;
    padding-top: 30px;
  }

  .vh-vision-middle {
    padding-right: 30px;
    padding-left: 30px;
  }

  .vh-vision-title {
    font-size: 100px;
    line-height: 100px;
  }

  .vh-vision-phrase {
    font-size: 16px;
    line-height: 24px;
  }

  .vh-bullet.mini {
    width: 10px;
  }

  .vh-vision-bee {
    width: 44px;
  }

  .vh-concept-title {
    font-size: 100px;
    line-height: 100px;
  }

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

  .vh-list-bee {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .vh-concept-item {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
  }

  .vh-concept-item.active {
    position: relative;
    opacity: 1;
  }

  .vh-concept-sub {
    font-size: 14px;
    line-height: 24px;
  }

  .vh-concept-list {
    position: relative;
    width: 100%;
  }

  .vh-roadmap-bottom {
    height: 30vh;
  }

  .vh-roadmap-title {
    position: fixed;
    top: 80px;
    margin-left: 0px;
  }

  .vh-roadmap-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vh-roadmap-right {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .vh-roadmap-date {
    font-size: 22px;
    line-height: 28px;
  }

  .vh-roadmap-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .vh-roadmap-text.debug {
    margin-top: 8px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vh-tezos-logo {
    width: 140px;
  }

  .vh-tezos-middle {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .vh-tezos-text-wrapper.left {
    padding-right: 0px;
  }

  .vh-tezos-title {
    font-size: 28px;
    line-height: 32px;
  }

  .vh-tezos-text {
    font-size: 16px;
  }

  .vh-video {
    width: 100%;
    height: 100%;
    max-width: 560px;
    margin-bottom: 30px;
  }

  .nav-right-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 2px;
    background-color: #000;
  }

  .vh-logo-hexa {
    width: 100%;
    margin-bottom: 5%;
  }

  .ch-intro-title {
    max-width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vh-story-pagination {
    margin-top: 30px;
  }

  .vh-concept-pagination {
    margin-top: 30px;
  }

  .pass-video-embed {
    height: 90vw;
  }

  .vh-pass-title {
    font-size: 50px;
    line-height: 41px;
  }

  .vh-pass-title.congrats {
    font-size: 64px;
    line-height: 56px;
  }

  .vh-pass-title.sub {
    font-size: 14px;
    line-height: 14px;
  }

  .vh-pass-faq {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .vh-faq-left {
    padding-top: 40px;
    padding-left: 20px;
  }

  .vh-faq-right {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .vh-faq-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .vh-pass-count {
    margin-top: 20px;
  }

  .line-top {
    top: 0px;
    height: 10px;
  }

  .line-bottom {
    height: 10px;
  }

  .vh-popin-content {
    overflow-y: scroll;
    width: 90%;
    max-height: 76vh;
    padding-right: 20px;
    padding-left: 20px;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .vh-page-content {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .vh-content-title {
    margin-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .faq-left {
    margin-left: 30px;
    padding-top: 40px;
    padding-left: 0px;
  }

  .faq-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .vh-faq-title {
    margin-top: -10px;
    font-family: 'Neue plak compressed', sans-serif;
    font-size: 120px;
    line-height: 100px;
    font-weight: 900;
}
  
.vh-popin-content {

  -webkit-justify-content: flex-start;
  -ms-flex-pack:flex-start;
  justify-content: flex-start;

}

}


.evo-description a{
  color:#fae100;
}


