@font-face {
  font-family: Proximanova;
  src: url('../fonts/proximanova_regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/proximanova_light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/proximanova_bold.otf') format("opentype"), url('../fonts/proximanova_boldit.otf') format("opentype"), url('../fonts/proximanova_extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/proximanova_blackit.otf') format("opentype"), url('../fonts/proximanova_black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

.body {
  mix-blend-mode: normal;
  background-color: #080517;
  font-family: Proximanova, Arial, sans-serif;
}

.hero {
  background-image: linear-gradient(#07051700 58%, #070517), linear-gradient(#070517, #07051700 31%);
  height: 100vh;
  position: sticky;
  top: 0;
}

.containernew {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 54px;
  padding-right: 54px;
  position: relative;
}

.containernew.socialbg {
  background-image: url('../images/LogoBig.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.header-wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-clip-path: polygon(1% 0, 100% 0, 100% 20%, 97% 100%, 3% 100%, 0 20%);
  clip-path: polygon(1% 0, 100% 0, 100% 20%, 97% 100%, 3% 100%, 0 20%);
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.headermid {
  opacity: 1;
  background-image: url('../images/Header-Mid.svg');
  background-position: 50% 0;
  background-size: auto;
  border-bottom: 2px solid #b1b1b629;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  min-height: 50px;
  display: flex;
}

.socialwrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 22px;
  padding-bottom: 75px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block {
  border: 1px solid #d2ffad00;
  border-radius: 300px;
  margin-bottom: 13px;
}

.link-block.twitter, .link-block.tiktok {
  display: block;
}

.herowrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 27px;
  display: flex;
  position: relative;
}

.titlehero {
  color: #fff;
  text-align: center;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 56px;
}

.titlehero.gradient-text {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.btntext {
  color: #1a003d;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 5px;
  font-family: Teko, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 110%;
}

.link-block-2 {
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.titlewrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  display: flex;
}

.linktext {
  color: #fff;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.linktext.input {
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
}

.image-3 {
  margin: 131px auto 91px;
  display: block;
  position: relative;
}

.titleh2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.steps {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BgVenca.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -150vh;
  padding-top: 300px;
  padding-bottom: 287px;
  overflow: hidden;
}

.barsbg {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 33px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stepswrapper {
  margin-bottom: 50px;
  padding-bottom: 99px;
  position: relative;
  inset: 0%;
}

.bigstep {
  -webkit-clip-path: polygon(45px 0, 600px 0, 600px 299px, 558px 339px, 0 339px, 0 41px);
  clip-path: polygon(45px 0, 600px 0, 600px 299px, 558px 339px, 0 339px, 0 41px);
  background-color: #060216;
  background-image: url('../images/BorderWhite.svg'), url('../images/BorderGold1.svg');
  background-position: -3px 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 600px;
  height: 339px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stepsblock {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 159px;
}

.steptextwrapper {
  z-index: 3;
  margin-bottom: 25px;
  padding-left: 22px;
  padding-right: 20px;
  position: relative;
}

.stepnumber {
  color: #55fb24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 92px;
  line-height: 100%;
}

.stepnumber.small {
  font-size: 50px;
}

.steptext {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
}

.steptext.big {
  font-size: 22px;
  line-height: 28px;
}

.stepbg {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.bigstep4 {
  -webkit-clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%);
  clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%);
  background-color: #060216;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 600px;
  height: 339px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stepbgmoney {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.smallstep {
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 7%, 100% 100%, 7% 100%, 0 93%);
  clip-path: polygon(0 0, 93% 0, 100% 7%, 100% 100%, 7% 100%, 0 93%);
  background-image: url('../images/BorderGold1Small.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  min-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.smallstep.invert {
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
  clip-path: polygon(7% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 7%);
  background-image: none;
}

.smallstepswrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.smallstepimg {
  z-index: -4;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.bignumberstitle {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 163px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  position: relative;
}

.text-span {
  color: #55fb24;
}

.bignumbers {
  margin-bottom: 175px;
  padding-top: 249px;
  position: relative;
  overflow: visible;
}

.numbersblock {
  margin-top: 289px;
  padding-left: 109px;
  padding-right: 109px;
}

.numbersblock.right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.numberswrapper {
  background-image: linear-gradient(#13112a, #1110);
  border: 1px solid #d4ffc71a;
  width: 100%;
  max-width: 410px;
  padding-top: 42px;
  padding-bottom: 27px;
  padding-left: 32px;
}

.bgnumbernumber {
  color: #d4ffc7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.bignumbertext {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
}

.numbersimg {
  margin-top: -96px;
  margin-bottom: 29px;
}

.safetransition {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vh;
  padding-top: 52px;
  padding-bottom: 52px;
  display: block;
  position: relative;
}

.image-4 {
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.image-5 {
  margin: 192px auto;
  display: block;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.socialtite {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 163px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}

.socialtite.uppercase {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 120%;
}

.videosblock {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 49px;
  display: flex;
}

.videoinfluencer {
  z-index: -1;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 8%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 8%);
  background-image: linear-gradient(#13112a, #554eae);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 430px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.influencername {
  z-index: 4;
  margin-bottom: 21px;
  margin-left: 27px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  font-family: Teko, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.influencer {
  box-sizing: border-box;
  max-width: none;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: scale(1.1);
}

.influencerblock {
  z-index: 20;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  min-height: 560px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.playbutton {
  background-color: #000;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
  inset: 18% 2% 0% auto;
}

.influcencersmall {
  z-index: -2;
  opacity: .35;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 93%, 93% 100%, 0 100%, 0 15%);
  background-image: linear-gradient(#36307c, #1110);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 302px;
  height: 280px;
  min-height: 0;
  max-height: 180px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 79px;
  padding-bottom: 79px;
  display: none;
}

.smallinfluencer {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 302px;
  min-width: 0;
  position: relative;
}

.smallname {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -40px;
  padding-left: 25px;
  font-family: Teko, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.social {
  background-image: url('../images/LogoBig.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  margin-bottom: 58px;
  padding-top: 273px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.transition {
  background-image: url('../images/SafeTransition.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.faq {
  background-color: #020410;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.pergunta {
  cursor: pointer;
  background-color: #5552ff33;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 25px auto;
  padding: 28px 38px;
  display: flex;
}

.faqtitle {
  color: #fff;
  font-size: 24px;
  line-height: 120%;
}

.div-block-2 {
  background-color: #ffffff0d;
  border-radius: 8px;
  width: 56px;
  height: 54px;
  padding: 17px 20px;
}

.perguntawrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph-3 {
  color: #fff;
  width: 100%;
  margin-top: 14px;
  font-size: 18px;
  line-height: 120%;
  display: none;
  overflow: hidden;
}

.vercompleto {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.vamosjogar {
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
  overflow: hidden;
}

.ctatitle {
  color: #fff;
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 70px;
  line-height: 120%;
}

.ctasub {
  color: #55fb24;
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 120px;
  line-height: 120%;
}

.gameswrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btnblock {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 120px;
  display: flex;
  position: relative;
}

.ctawrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 76px;
  margin-bottom: 76px;
  display: flex;
}

.footer {
  overflow: hidden;
}

.footertop {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
}

.footerlogo {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footersocial {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #62e78e;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.footerbot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footerlinks {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plataforma {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
}

.stepstitleblock {
  position: relative;
}

.coin1 {
  position: absolute;
  inset: -68% 0% 0% 5%;
}

.coin2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.coin3 {
  z-index: 3;
  position: absolute;
  inset: 0% 0% 0% -196px;
}

.coin4 {
  z-index: 3;
  position: absolute;
  inset: 0% -32% 0% auto;
}

.coin5 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.coin6 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-7 {
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.bignumbertitlewrapper {
  position: relative;
}

.stickbignumber {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -41px;
  display: flex;
  position: sticky;
  top: 135px;
}

.text-field {
  background-color: #33005570;
  border: 1px solid #1f1f1f;
  border-radius: 0;
  padding-top: 23px;
  padding-bottom: 23px;
}

.form {
  flex-flow: row;
  width: 80%;
  display: none;
  position: relative;
}

.submit-button {
  color: #070517;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 14%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 14%);
  background-color: #55fb25;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Teko, sans-serif;
  font-weight: 600;
  overflow: clip;
}

.form-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bordersmall {
  position: absolute;
  inset: 0% 0% auto;
}

.bordersmall.botton {
  inset: auto 0% 0%;
}

.background-video {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Teko, sans-serif;
  font-size: 16px;
  position: relative;
  inset: auto 0% 0%;
}

.influencerquote {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6e0ba0eb;
  background-image: linear-gradient(115deg, #d5e74b1c, #a0a0a008);
  margin-bottom: -6px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-8 {
  z-index: 3;
  position: absolute;
  inset: 26% 0% auto;
}

.image-9 {
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  height: 200vh;
}

.thegame {
  opacity: 1;
  color: #55fb24;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 68px;
  font-family: Teko, sans-serif;
  font-size: 100px;
}

.herotransition {
  height: 250vh;
  position: relative;
}

.safedosafe {
  opacity: 1;
  color: #55fb24;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  padding-top: 79px;
  padding-bottom: 79px;
  font-family: Teko, sans-serif;
  font-size: 200px;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.image-10 {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-11 {
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.texttransition {
  will-change: transform;
}

.text-span-2 {
  color: #55fb25;
  font-size: 120px;
  font-weight: 500;
}

.image-12 {
  opacity: 1;
  height: 75px;
}

.gamescta {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.escudo {
  position: absolute;
  inset: -72% 0% auto auto;
}

.espada {
  position: absolute;
  inset: 31px auto 0% 0%;
}

.coin1cta {
  position: absolute;
  inset: 0% auto auto 0%;
}

.coin2cta {
  position: absolute;
  inset: auto 0% 0% auto;
}

.coin3cta {
  z-index: 3;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0);
}

.menulink {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.headerlinks {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-14, .image-15 {
  padding-top: 3px;
  position: absolute;
}

.hiddenquestions {
  opacity: 0;
  margin-top: -25px;
  margin-bottom: 33px;
  overflow: hidden;
}

.image-16 {
  z-index: 0;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bglol {
  background-image: linear-gradient(#06031500 87%, #080517), linear-gradient(#020410, #02041000 19%), url('../images/LolBg.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgvalorant {
  background-image: linear-gradient(#06031500 87%, #080517), linear-gradient(#020410, #02041000 19%), url('../images/BGValorant.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgcs {
  background-image: linear-gradient(#06031500 87%, #080517), linear-gradient(#020410, #02041000 19%), url('../images/BGcs.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lolactive, .valorantactive, .csactive {
  position: absolute;
}

.brevecs, .brevevalorant {
  color: #868686;
  text-align: center;
  margin-bottom: -14px;
  position: absolute;
  inset: auto 0% 0%;
}

.menuholder {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menuholder.criar {
  position: static;
  inset: 0%;
}

.activeline, .activelinetop {
  background-image: linear-gradient(90deg, #07f67900, #00ff7a 50%, #07f67900);
  height: 1px;
  margin-bottom: 6px;
}

.heading-2 {
  color: #55fb24;
  text-align: center;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.bordergold {
  margin-top: -1px;
  margin-left: -1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.playwhite, .playblue {
  width: 100%;
  padding: 20px;
  position: absolute;
  inset: 0%;
}

.v-deo3 {
  z-index: 20;
  background-color: #000000bd;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.youtube {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.videoholder {
  border: 1px solid #2bff00;
  border-radius: 20px;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.closevideo {
  background-color: #000;
  border-radius: 400px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70px;
  height: 70px;
  margin-top: -28px;
  margin-right: -28px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modalbackground {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.v-deo2, .v-deo1 {
  z-index: 20;
  background-color: #000000bd;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-termos {
  margin-left: auto;
  margin-right: auto;
}

.headertermos {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.termoscorpo {
  background-color: #ffffff1c;
  border-radius: 9px;
  padding: 26px 20px;
}

.termotitle, .paragraph-5, .rich-text-block {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 18px;
}

.rich-text-block-2 {
  color: #fff;
}

.link {
  color: #00ff2b;
}

.link-2 {
  color: #00ff2a;
}

.link-3, .link-4, .link-5, .link-6 {
  color: #00ff2b;
}

.donwloadheader {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btndonwload {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0b0d1d4f;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 3px 14px 7px;
  text-decoration: none;
  display: flex;
}

.image-18 {
  width: 26px;
}

.link-block-3 {
  width: 110px;
}

.link-block-3.w--current {
  width: 150px;
}

.recomende {
  background-image: url('../images/banners-mkt.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.indiqueblock {
  padding: 28px 54px;
}

.nickjogador {
  color: #fff;
  font-family: Teko, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.convitetext {
  color: #55fb24;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.subconvitetext {
  color: #fff;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.inputbox {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.text-field-2 {
  background-color: #fff0;
  background-image: url('../images/InputBgMid.svg');
  background-position: 0 0;
  background-size: auto;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image-19 {
  margin-top: -11px;
}

.text-field-3 {
  background-color: #fff0;
  border: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  height: 48px;
  margin-top: -1px;
  margin-left: -1px;
  padding-left: 27px;
}

.text-field-3:focus {
  border-color: #fff #0000;
}

.text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  border-color: #fff #fff0;
}

.text-field-3::placeholder {
  background-color: #fff0;
}

.image-20 {
  margin-top: -11px;
}

.image-21 {
  margin-top: 12px;
  margin-left: 11px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.inputwrappers {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: -17px;
  display: flex;
}

.criarconta {
  text-align: center;
  max-width: 100px;
}

.criarconta.interna {
  margin-top: 39px;
}

.maininput {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.labelmain {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.inputbtn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 11% 3% 0% auto;
}

.menumobile, .menumobileopen {
  display: none;
}

.itensmenumobile {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btnmid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #55fb24;
  flex-flow: row;
  margin-left: -1px;
  padding-top: 13px;
  padding-bottom: 12px;
  display: flex;
}

.cornerholder {
  width: 38px;
  height: 56px;
  position: relative;
}

.image-24, .image-25 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cornerr, .cornerr2 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.windowsmove {
  width: 33px;
  height: 31.0547px;
  position: relative;
}

.microsoftwhite, .microsoftpurple {
  position: absolute;
}

.div-block-3 {
  width: 90%;
  position: absolute;
  inset: -10% 0% 0%;
}

.influencerquote-copy {
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6e0ba0eb;
  background-image: linear-gradient(115deg, #d5e74b1c, #a0a0a008);
  width: 80%;
  margin-bottom: -6px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  inset: -9% 0% auto;
}

.bold-text {
  cursor: pointer;
}

.brevebubg {
  color: #868686;
  text-align: center;
  margin-bottom: -14px;
  position: absolute;
  inset: auto 0% 0%;
}

.bgpubg {
  background-image: linear-gradient(#06031500 87%, #080517), linear-gradient(#020410, #02041000 19%), url('../images/PubgBg.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pubgactive {
  position: absolute;
}

.checkbox-label {
  color: #fff;
}

.checkbox:active {
  background-color: #55fb24;
}

.invitewrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 46px;
  display: flex;
}

.invitestep {
  background-image: url('../images/Card.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  height: 170px;
  padding-bottom: 21px;
  padding-left: 16px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.stepimage {
  position: absolute;
  inset: -22% 0% auto auto;
}

.changemenu {
  padding-top: 0;
  position: relative;
}

.menuholder-copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menuholder-copy.criar {
  position: absolute;
  inset: 0%;
}

.menuholderbaixar {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  display: block;
  position: absolute;
  inset: 0%;
}

.menuholderbaixar.criar {
  position: absolute;
  inset: 0%;
}

.baixarmenu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: flex;
}

.baixarmenu.criar {
  position: static;
  inset: 0%;
}

.baixarlink {
  color: #1a003d;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 9px;
  text-decoration: none;
}

.baixarmidmenu {
  background-color: #55fb24;
  margin-left: -1px;
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 0;
}

.btnholder {
  position: relative;
}

.image-26 {
  position: absolute;
}

.image-27 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-28 {
  z-index: 1;
  position: relative;
}

.image-29 {
  margin-left: 0;
}

.image-30 {
  margin-left: -1px;
}

@media screen and (max-width: 991px) {
  .containernew.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .headermid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .socialwrapper {
    flex-flow: row;
    padding-bottom: 0;
    position: static;
  }

  .herowrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .numberswrapper {
    max-width: 100%;
  }

  .videosblock {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 57px;
    padding-right: 57px;
  }

  .influencerblock {
    width: 100%;
    max-width: 420px;
  }

  .influcencersmall {
    max-width: 100%;
    max-height: 270px;
  }

  .div-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 580px;
    padding-top: 157px;
    padding-bottom: 38px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .smallinfluencer {
    width: 380px;
    height: 355px;
  }

  .social {
    margin-top: -200vh;
    padding-top: 150vh;
    overflow: visible;
  }

  .ctatitle {
    margin-bottom: -23px;
    font-size: 50px;
  }

  .ctasub {
    font-size: 70px;
  }

  .coin1 {
    inset: 0% auto auto -25%;
    transform: scale(.7);
  }

  .coin3 {
    z-index: -1;
    inset: 21% auto auto -38%;
    transform: scale(.4);
  }

  .coin5 {
    z-index: -1;
    bottom: -11%;
  }

  .coin6 {
    z-index: -1;
  }

  .safedosafe {
    font-size: 120px;
  }

  .texttransition {
    padding-left: 61px;
    padding-right: 61px;
  }

  .image-12 {
    display: none;
  }

  .coin1cta {
    top: -25%;
    transform: scale(.7);
  }

  .coin2cta {
    inset: auto -7% 0% auto;
    transform: scale(.8);
  }

  .coin3cta {
    inset: 133px 0% 0% -9%;
    transform: scale(.4)translate(0);
  }

  .image-17 {
    display: none;
  }

  .stickmobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 200vh;
    display: none;
    position: relative;
  }

  .heading-2 {
    font-size: 70px;
  }

  .v-deo3 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .v-deo2 {
    padding-left: 43px;
    padding-right: 43px;
  }

  .v-deo1 {
    padding-left: 43px;
    padding-right: 43px;
    display: none;
  }

  .donwloadheader {
    display: none;
  }

  .indiqueblock {
    padding-left: 0;
    padding-right: 0;
  }

  .inputbox {
    width: 100%;
  }

  .inputwrappers {
    flex-flow: column;
  }

  .image-22 {
    display: none;
  }

  .menumobile {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
  }

  .menumobileopen {
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0b091ce6;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .itensmenumobile {
    flex-flow: column;
    margin-top: 119px;
    display: flex;
  }

  .close {
    opacity: 0;
    position: absolute;
  }

  .open {
    position: absolute;
  }

  .invitestep {
    background-repeat: no-repeat;
  }
}

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

  .influencerblock {
    max-width: 420px;
  }

  .footertop, .footerbot {
    flex-flow: column;
  }

  .footerlinks {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .indiqueblock {
    padding-left: 0;
    padding-right: 0;
  }

  .inputbox {
    width: 100%;
  }

  .inputwrappers {
    flex-flow: column;
  }

  .invitewrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .containernew {
    padding-left: 4px;
    padding-right: 4px;
  }

  .containernew.overflow {
    overflow: visible;
  }

  .containernew.numbers {
    padding-bottom: 571px;
  }

  .header {
    display: block;
  }

  .headermid {
    height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .herowrapper {
    padding-bottom: 55px;
  }

  .titlehero.gradient-text {
    font-size: 50px;
    line-height: 100%;
  }

  .btntext {
    padding-top: 8px;
    font-size: 19px;
  }

  .titlewrapper {
    width: 100%;
    min-width: 100%;
  }

  .steps {
    margin-top: -100vh;
    padding-bottom: 59px;
  }

  .barsbg {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    inset: 0%;
  }

  .bigstep {
    -webkit-clip-path: polygon(7.5% 0%, 100% 0%, 100% 88.2%, 93% 100%, 0% 100%, 0% 12.1%);
    clip-path: polygon(7.5% 0%, 100% 0%, 100% 88.2%, 93% 100%, 0% 100%, 0% 12.1%);
    background-image: linear-gradient(135deg, #c2a871, #c2a871 5%, #c2a87100 5%), url('../images/BorderWhite.svg'), url('../images/BorderGold1.svg');
    background-position: 0 0, -3px 100%, 50% 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, contain, contain;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 440px;
    height: auto;
    min-height: 210px;
  }

  .stepnumber {
    font-size: 40px;
  }

  .steptext {
    font-size: 20px;
    line-height: 120%;
  }

  .stepbg {
    max-width: 100%;
  }

  .bigstep4 {
    max-width: 440px;
    height: 220px;
    margin-top: 23px;
  }

  .stepbgmoney {
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .smallstep {
    width: 100%;
    min-height: 190px;
  }

  .smallstepswrapper {
    flex-flow: row;
    max-width: 440px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .bignumberstitle {
    padding-left: 42px;
    padding-right: 42px;
    font-size: 26px;
    line-height: 110%;
  }

  .bignumbers {
    margin-bottom: -158px;
  }

  .numbersblock {
    margin-top: 66px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .numbersblock.right {
    margin-top: 95px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .numberswrapper {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .socialvalidation {
    padding-left: 45px;
    padding-right: 45px;
  }

  .socialtite.uppercase {
    font-size: 30px;
    line-height: 110%;
  }

  .videosblock {
    padding-left: 28px;
    padding-right: 28px;
  }

  .social {
    overflow: clip;
  }

  .faq {
    margin-top: -125px;
  }

  .faqwrapper {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pergunta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .faqtitle {
    padding-right: 37px;
  }

  .ctasub {
    margin-top: 27px;
    line-height: 80%;
  }

  .gameswrapper {
    flex-flow: wrap;
    padding-left: 27px;
    padding-right: 27px;
  }

  .footer {
    padding-left: 33px;
    padding-right: 33px;
  }

  .footertop {
    flex-flow: column;
  }

  .footerlogo {
    flex-flow: column;
    margin-bottom: 22px;
  }

  .footerbot {
    flex-flow: column;
  }

  .footerlinks {
    grid-column-gap: 90px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 68px;
  }

  .coin1 {
    top: -86%;
  }

  .coin3, .coin6 {
    display: none;
  }

  .image-7 {
    margin-top: 0;
    top: -170px;
  }

  .stickbignumber {
    height: 400px;
    top: 143px;
    bottom: -52px;
  }

  .bordersmall.botton {
    max-width: 100%;
  }

  .herotransition {
    height: 200vh;
  }

  .safedosafe {
    font-size: 60px;
  }

  .texttransition {
    text-transform: uppercase;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-span-2 {
    font-size: 48px;
    line-height: 110%;
  }

  .escudo {
    width: 70px;
  }

  .espada {
    width: 65.1px;
    top: -15px;
  }

  .coin1cta {
    top: -34%;
  }

  .coin2cta, .coin3cta {
    display: none;
  }

  .stickmobile {
    height: 250vh;
    display: none;
  }

  .heading-2 {
    text-transform: uppercase;
    vertical-align: bottom;
    max-width: 100%;
    font-size: 50px;
    display: block;
  }

  .bordergold {
    display: none;
  }

  .recomende {
    background-image: linear-gradient(#080517, #08051700 61%), url('../images/banners-mkt.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .indiqueblock {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nickjogador {
    font-size: 30px;
  }

  .convitetext {
    font-size: 50px;
  }

  .subconvitetext {
    font-size: 30px;
  }

  .inputbox {
    width: 100%;
    padding-bottom: 0;
  }

  .inputwrappers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .criarconta {
    margin-top: 44px;
  }

  .maininput {
    width: 100%;
    padding-bottom: 0;
  }

  .image-23 {
    width: 90px;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_bold.otf') format('opentype'), url('../fonts/proximanova_boldit.otf') format('opentype'), url('../fonts/proximanova_extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/proximanova_blackit.otf') format('opentype'), url('../fonts/proximanova_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}