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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.vrc0005-body {
  background-color: #000;
  padding-bottom: 95px;
}

.vrc0005-section-topo {
  background-image: linear-gradient(270deg, rgba(41, 41, 41, .8), rgba(29, 32, 54, 0));
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.vrc0005-container {
  max-width: 1260px;
}

.vrc0005-space {
  padding-left: 20px;
  padding-right: 20px;
}

.vrc0005-space.vrc0005-space-topo {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.vrc0005-space.vrc0005-space-hero {
  height: 755px;
  padding-top: 102px;
}

.vrc0005-space.vrc0005-space-rodape {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.vrc0005-space.vrc0005-space-obrigado {
  padding-top: 43px;
}

.vrc0005-space.vrc0005-space-bio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 143px;
  padding-bottom: 73px;
  display: flex;
}

.vrc0005-space.vrc0005-space-tera {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 134px;
  padding-bottom: 124px;
  display: flex;
}

.vrc0005-space.vrc0005-space-prepare {
  background-image: url('../images/bg-prepare.png');
  background-position: 111%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 102px;
  padding-bottom: 131px;
  display: flex;
}

.vrc0005-space.vrc0005-space-o-que {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 332px;
  display: flex;
}

.vrc0005-space.vrc0005-space-grafico {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 114px;
  display: flex;
}

.vrc0005-logo-gp {
  width: 100%;
  max-width: 118px;
  height: auto;
}

.vrc0005-texto-topo {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.vrc0005-bold {
  font-weight: 700;
}

.vrc0005-destaque {
  color: #f5b41b;
}

.vrc0005-destaque.d {
  font-weight: 700;
}

.vrc0005-box-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vrc0005-icon-calendario {
  width: 100%;
  max-width: 19px;
  height: auto;
  display: block;
}

.vrc0005-box-textotopo {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vrc0005-texto-data {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.vrc0005-section-hero {
  z-index: 999;
  background-color: #000;
  background-image: url('../images/vrc0005-bg-hero_1vrc0005-bg-hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.vrc0005-hero-h2 {
  color: #f5b41b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.vrc0005-logo-master {
  width: 100%;
  max-width: 495px;
  height: auto;
  display: block;
}

.vrc0005-logo-master.mob {
  display: none;
}

.vrc0005-hero-sub {
  color: #fff;
  max-width: 506px;
  margin-top: 25px;
  margin-bottom: 21px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 140%;
}

.vrc0005-hero-sub.d {
  max-width: 479px;
  font-size: 19px;
}

.vrc0005-chamada-cta {
  color: #fff;
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
}

.vrc0005-cta {
  color: #0f1014;
  background-color: #f5b51c;
  background-image: linear-gradient(270deg, #fed471 10%, #f3ac06 90%);
  border-radius: 8.66px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 427px;
  height: 64px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.vrc0005-section-rodape {
  background-image: linear-gradient(315deg, rgba(21, 27, 24, 0), #151b18);
  border-top: 1px solid #54555f;
}

.vrc0005-text-copyright {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 145%;
}

.vrc0005-link-politicas {
  color: rgba(255, 255, 255, .7);
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #fff;
}

.html-embed-34 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.form-background-div-2 {
  z-index: 15;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  height: 48px;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-6 {
  color: #0f1014;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #f3ac06, #fed471);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 493px;
  height: 63px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
}

.button-6.mob {
  background-color: #27e223;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.close-modal-captura {
  color: rgba(255, 255, 255, .8);
  display: block;
}

.error-message-2 {
  color: #000;
  background-color: rgba(221, 221, 221, .2);
  width: 100%;
  max-width: 440px;
}

.modal-title {
  color: #fff;
  text-align: center;
  max-width: 345px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.9px;
  display: none;
}

.modal-title.open {
  text-transform: uppercase;
  max-width: 334px;
  font-family: Poppins, sans-serif;
  display: block;
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-weight: 400;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.box-forme {
  max-width: 440px;
}

.box-forme.open {
  color: #000;
  background-color: #131313;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.checkbox-field-2 {
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.modal-forme {
  max-width: 440px;
  margin-bottom: 0;
  display: none;
}

.modal-forme.open {
  z-index: 999;
  background-color: rgba(0, 0, 0, .76);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field-3 {
  color: #000;
  background-image: none;
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3.campo-nome {
  color: #000;
  background-color: #fff;
  background-image: url('../images/user.svg');
}

.text-field-3.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email {
  color: #000;
  background-color: #fff;
  background-image: url('../images/mail.svg');
}

.text-field-3.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.checkbox-label-2 {
  color: #fff;
  max-width: 352px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.a {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.close-modal {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.close-modal.open {
  display: block;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .2);
}

.text-block-271 {
  color: #fff;
  text-align: center;
}

.vrc0005-section-obrigado {
  background-image: url('../images/vrc0005-bg-obrigado.jpeg');
  background-position: 50% 0;
  background-size: auto;
  height: 852px;
}

.vrc0005-section-obrigado.whats {
  background-image: url('../images/vrc0005-bg-obrigado-whats.jpeg');
}

.vrc0005-icon-obrigado {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vrc0005-text-obrigado {
  color: #fff;
  text-align: center;
  max-width: 390px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.vrc {
  color: #e8a515;
}

.vrc005-box-obrigado {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: flex-start;
  max-width: 693px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 48px;
  display: flex;
}

.vrc0005-passo-numero {
  color: #e8a515;
  min-width: 128.2px;
  font-family: Exo, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-272 {
  color: #fff;
  max-width: 429px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.vrc0005-cta-obrigado {
  color: #0f1014;
  background-color: #49e563;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 54px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.vrc0005-cta-obrigado.whats {
  background-image: url('../images/vrc0005-icon-whatsapp.svg');
  background-position: 333px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 21px;
}

.vrc0005-numero-obrigado {
  display: none;
}

.vrc0005-section-bio {
  background-image: url('../images/bg-bio_1bg-bio.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading {
  color: #f2a900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.paragraph {
  color: #fff;
  text-align: justify;
  letter-spacing: -.5px;
  max-width: 541px;
  margin-top: 13px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph._2 {
  max-width: 537px;
  margin-top: 29px;
  margin-bottom: 150px;
  font-size: 23px;
  font-weight: 300;
}

.text-span {
  text-transform: lowercase;
}

.bold-text-2 {
  color: #f2a900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-3 {
  background-image: linear-gradient(#222, #000);
  border-radius: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 62px 122px 86px 80px;
  display: flex;
}

.heading-2 {
  color: #f2a900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #fed472);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  line-height: 120%;
}

.text-span-2 {
  text-transform: lowercase;
}

.div-block-4 {
  width: 100%;
  max-width: 773px;
}

.image {
  opacity: .11;
  margin-top: -8px;
  margin-left: -40px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  max-width: 709px;
  margin-top: -64px;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 25px;
  line-height: 150%;
}

.image-2 {
  margin-top: -40px;
  margin-left: auto;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 949px;
  margin-top: 0;
  margin-bottom: 59px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
}

.text-span-3 {
  color: #f2a900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-6 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1103px;
  display: grid;
}

.div-block-7 {
  background-color: #1a1a1c;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  display: block;
}

.paragraph-3 {
  color: #fff;
  max-width: 617px;
  margin-bottom: 0;
  margin-left: 70px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-3._6 {
  max-width: 560px;
}

.paragraph-3._4 {
  max-width: 600px;
}

.text-span-4 {
  color: #f2a900;
}

.vrc0005-section-prepare {
  background-image: linear-gradient(#ffd87d, #f2a900);
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 119%;
}

.paragraph-4 {
  color: #090b19;
  max-width: 712px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 140%;
}

.vrc-section-o-que {
  background-color: #161616;
  background-image: url('../images/bg-o-que_1bg-o-que.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.vrc0005-section-grafico {
  background-image: linear-gradient(#161616, #000);
}

.heading-5 {
  color: #f2a900;
  letter-spacing: .9px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  max-width: 948px;
  margin-top: 25px;
  margin-bottom: 45px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-5 {
  font-weight: 500;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  max-width: 1137px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
}

.bold-text-3 {
  color: #f2a900;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  order: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 670px;
  display: grid;
}

.heading-6 {
  color: #f2a900;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f2a900, #fed472);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 140%;
  display: flex;
}

.text-span-6 {
  letter-spacing: .75px;
  font-weight: 600;
}

.text-block-273 {
  max-width: 455px;
}

.text-block-273._2 {
  max-width: 470px;
}

.text-block-273._4 {
  max-width: 485px;
}

.text-block-273._5 {
  max-width: 510px;
}

.text-span-7 {
  font-weight: 600;
}

.image-6, .image-7 {
  display: none;
}

.image-8 {
  width: 100%;
  max-width: 576px;
}

.image-9 {
  border: 3px solid #f2a900;
  border-radius: 100%;
  padding: 10px;
}

.vrc0005-fix {
  z-index: 998;
  opacity: 0;
  background-color: #000;
  border-top: 1px solid #545560;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  color: #fff;
  background-color: #090a11;
  padding-top: 98px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.vrc05-section-navbar {
  z-index: 99;
  background-color: #fbb70f;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.vrc05-container {
  max-width: 1260px;
}

.vrc05-space {
  padding-left: 20px;
  padding-right: 20px;
}

.vrc05-space.sec-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.vrc05-space.sec-hero {
  padding-top: 47px;
  padding-bottom: 77px;
}

.vrc05-space.sec-para {
  padding-top: 57px;
  padding-bottom: 88px;
}

.vrc05-space.sec-capaz {
  padding-top: 52px;
  padding-bottom: 52px;
}

.vrc05-space.sec-criptomoedas {
  padding-top: 69px;
  padding-bottom: 249px;
}

.vrc05-space.sec-entregar {
  padding-top: 91px;
  padding-bottom: 70px;
}

.vrc05-space.sec-comunidade {
  padding-top: 113px;
  padding-bottom: 139px;
}

.vrc05-space.sec-conteudo {
  padding-top: 55px;
  padding-bottom: 69px;
}

.vrc05-space.sec-bonus {
  padding-top: 56px;
  padding-bottom: 46px;
}

.vrc05-space.sec-preco {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 65px;
  padding-bottom: 66px;
  display: flex;
}

.vrc05-space.sec-garantia {
  padding-top: 138px;
  padding-bottom: 138px;
}

.vrc05-space.sec-transformacao {
  padding-top: 82px;
  padding-bottom: 98px;
}

.vrc05-space.sec-depoimentos {
  background-image: url('../images/vrc05-slice6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 96px 0 86px;
}

.vrc05-space.space-day1 {
  padding-top: 37px;
  padding-bottom: 80px;
}

.button-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffb60d;
  background-image: linear-gradient(315deg, #f54a3c, #a32a20);
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 281px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.vrc05-section-hero {
  background-image: url('../images/vrc0005-bg-herovenda.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 652px;
  height: 445px;
  display: flex;
}

.text-block-274 {
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 649px;
  font-size: 36px;
  font-weight: 900;
  line-height: 128%;
}

.text-span-8 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f2a900, #ffd87d);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-275 {
  color: #f5f5f5;
  max-width: 619px;
}

.button-8 {
  color: #042521;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #f2a900, #ffd87d);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 569px;
  height: 73px;
  font-size: 21px;
  font-weight: 800;
  display: flex;
}

.vrc05-section-para {
  background-color: #09090a;
}

.text-block-276 {
  text-align: center;
  max-width: 620px;
}

.text-block-277 {
  text-align: center;
  max-width: 620px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  display: block;
}

.div-block-11 {
  border-radius: 7px;
  width: 100%;
  max-width: 286px;
  height: 392px;
}

.div-block-12 {
  background-color: rgba(255, 255, 255, .06);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 234px;
  padding: 33px 20px 22px;
  display: flex;
}

.text-block-278 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.div-block-13 {
  background-color: rgba(255, 255, 255, .08);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  height: 158px;
  padding-top: 12px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.text-block-279 {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-280 {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 61px;
  font-size: 36px;
  font-weight: 800;
  line-height: 130%;
}

.div-block-15 {
  background-color: #1a1a1c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 304px;
  padding: 24px 10px;
  display: flex;
  position: relative;
}

.div-block-15._4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-15._6 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-281 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
}

.image-10 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.div-block-16 {
  grid-row-gap: 44px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vrc05-section-criptomoedas {
  background-image: url('../images/vrc05-slice3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-282 {
  text-align: center;
  max-width: 634px;
  margin-bottom: 177px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
  line-height: 130%;
}

.image-11 {
  margin-left: auto;
  display: block;
}

.text-block-283 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 36px;
  font-weight: 800;
  line-height: 130%;
}

.text-block-284 {
  text-align: center;
  margin-bottom: 93px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-17 {
  background-image: linear-gradient(rgba(242, 169, 0, .12), #222);
  border-top: 1px solid #f2a900;
  border-left: 1px solid #f2a900;
  border-right: 1px solid #f2a900;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 82px;
  display: flex;
}

.text-block-285 {
  color: #f2a900;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-18 {
  border: 1px solid rgba(242, 169, 0, .22);
  width: 100%;
  height: 1px;
}

.div-block-19 {
  display: flex;
}

.div-block-20 {
  background-image: linear-gradient(135deg, #1d2036, rgba(33, 35, 45, .1));
  border-top: 1px solid #f2a900;
  border-left: 1px solid #f2a900;
  border-right: 1px solid #f2a900;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 190px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  padding-bottom: 56px;
  display: flex;
}

.text-block-286 {
  color: #f2a900;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-287 {
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.list-item {
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.list {
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.div-block-22 {
  justify-content: space-between;
  display: flex;
}

.vrc05-section-comunidade {
  background-image: url('../images/vrc05-slice4.png'), linear-gradient(90deg, #ffb800, #f59c0d);
  background-position: 35% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.div-block-23 {
  width: 100%;
  max-width: 570px;
  height: 377px;
}

.div-block-24 {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 43px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 93px;
  height: 51px;
  display: flex;
}

.text-block-288 {
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-25 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.div-block-26 {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 55px;
  margin-bottom: 34px;
  display: flex;
}

.div-block-26.mob {
  display: none;
}

.text-block-289 {
  color: #0b0b0b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-290 {
  color: #0b0b0b;
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
}

.text-block-291 {
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-27._2 {
  margin-top: 27px;
}

.vrc05-section-conteudo {
  background-color: #0b0b0b;
}

.div-block-28 {
  grid-column-gap: 32px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-292 {
  line-height: 130%;
}

.text-block-293 {
  text-align: center;
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 592px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
  line-height: 130%;
}

.text-block-294 {
  text-align: center;
  max-width: 592px;
}

.text-block-295 {
  color: #f5f5f5;
  text-align: center;
  max-width: 592px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-29 {
  background-image: linear-gradient(135deg, #1a1a1c, rgba(26, 26, 28, 0));
  border-radius: 10px;
  width: 100%;
  max-width: 383px;
  height: 500px;
}

.image-12 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-block-30 {
  padding-top: 24px;
  padding-left: 27px;
  padding-right: 27px;
}

.text-block-296 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-297 {
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.text-block-298 {
  font-size: 14px;
  line-height: 140%;
}

.div-block-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vrc05-section-preco {
  background-image: linear-gradient(#ffd87d 15%, #f2a900);
}

.div-block-33 {
  background-color: #1a1a1c;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 564px;
  height: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 81px;
  display: flex;
}

.div-block-33.desc-off {
  display: none;
}

.div-block-33.full {
  justify-content: center;
  align-items: center;
}

.div-block-34 {
  border: 1px solid #f2a900;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 246px;
  height: 47px;
  display: flex;
}

.text-block-299 {
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 39px;
  text-decoration: line-through;
}

.text-block-300 {
  font-size: 104px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-301 {
  padding-top: 30px;
  font-size: 61px;
  font-weight: 700;
  line-height: 151%;
}

.div-block-35 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-302 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
}

.div-block-36 {
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 515px;
  height: 64px;
  display: flex;
}

.text-block-303 {
  color: #042521;
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 259px;
  font-weight: 900;
}

.vrc05-section-garantia {
  background-color: #21232d;
  background-image: linear-gradient(135deg, #21232d, rgba(29, 32, 54, 0));
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-38 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 618px;
  height: 257px;
  display: flex;
}

.text-block-304 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
}

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

.text-block-305, .text-block-306 {
  font-size: 18px;
  line-height: 140%;
}

.button-9 {
  color: #042521;
  text-transform: uppercase;
  background-color: #f2a900;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 552px;
  height: 65px;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  display: flex;
}

.image-13 {
  max-width: 298px;
}

.vrc05-section-transformacao {
  background-color: #0b0b0b;
}

.text-block-307 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 69px;
  font-size: 36px;
  font-weight: 800;
  line-height: 115%;
}

.div-block-40 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41 {
  background-image: linear-gradient(135deg, #2a2a2f, rgba(28, 28, 32, 0));
  border: 1px solid rgba(182, 227, 48, .3);
  border-radius: 8px;
  width: 100%;
  max-width: 341px;
  height: 256px;
  padding-top: 42px;
  padding-left: 40px;
}

.text-block-308 {
  color: #f2a900;
  margin-bottom: 8px;
  font-size: 57px;
  font-weight: 700;
  line-height: 140%;
}

.text-span-9 {
  font-size: 30px;
  line-height: 140%;
}

.text-block-309 {
  max-width: 212px;
}

.text-block-309._2 {
  max-width: 238px;
}

.text-block-309._3 {
  max-width: 263px;
}

.vrc05-section-depoimentos {
  background-color: #1a1a1a;
}

.div-block-42 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1220px;
  height: 196px;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-43 {
  width: 100%;
  max-width: 711px;
  height: 186px;
}

.text-block-310 {
  color: #ffd87d;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 700;
}

.text-block-311 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
}

.div-block-44 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 489px;
  height: 147px;
  margin-top: auto;
  display: flex;
}

.link-block {
  color: #f2a900;
  text-transform: uppercase;
  border: 1px solid #f2a900;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 48px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.swiper-slide {
  background-color: #222529;
  border-radius: 10px;
  width: 100%;
  max-width: 406px;
  height: 258px;
  padding: 32px;
}

.swiper-slide._2 {
  max-width: 318px;
}

.swiper-slide._3 {
  max-width: 296px;
}

.swiper-slide._4 {
  max-width: 474px;
}

.swiper-slide._5 {
  max-width: 256px;
}

.swiper-slide._6 {
  max-width: 321px;
}

.swiper-slide._7 {
  max-width: 503px;
  height: auto;
}

.swiper-slide._8, .swiper-slide._9 {
  max-width: 367px;
}

.swiper-slide._10 {
  max-width: 484px;
}

.swiper-slide._11 {
  max-width: 386px;
}

.swiper-slide._12 {
  max-width: 484px;
}

.swiper-slide._7-gabriel {
  max-width: 327px;
}

.swiper-slide._8-rafa {
  max-width: 351px;
}

.swiper-slide._10-dani {
  max-width: 385px;
}

.swiper-slide._11-anderson {
  max-width: 321px;
}

.swiper-slide._13-mauri {
  max-width: 438px;
}

.swiper-slide._2-karo {
  max-width: 324px;
  height: auto;
}

.swiper-slide._3-virgilio {
  max-width: 309px;
  height: auto;
}

.swiper-slide._4-daniel {
  max-width: 360px;
}

.text-block-312 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-313 {
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-46 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.text-block-314, .image-19 {
  display: none;
}

.texto-borda {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f2a900;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 93px;
}

.texto-borda._2 {
  font-size: 55px;
}

.faq-click {
  background-color: #202227;
  border-bottom: 1px solid #313338;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 26px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.faq-click.borda {
  background-color: #171819;
  border-bottom: 1px #313338;
  border-radius: 6px;
  padding: 14px 1.625em;
}

.faq-click.borda.off {
  display: none;
}

.image-106 {
  width: 100%;
  max-width: 295px;
}

.div-block-65 {
  grid-column-gap: 179px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cripto-section-faq {
  background-color: #0b0b0b;
}

.faq-less {
  display: none;
}

.cripto-container {
  max-width: 1260px;
}

.tabs-2 {
  max-width: 696px;
}

.accordion-heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.005em;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.accordion-item-content {
  opacity: 1;
  color: #86868d;
  max-height: 100%;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
  top: auto;
  overflow: hidden;
}

.accordion-item-content.open {
  opacity: 1;
  max-height: 100%;
  margin-top: 0;
  position: relative;
  top: 0;
}

.text-block-99 {
  font-weight: 700;
}

.tab {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 12px;
  padding-left: 13px;
  padding-right: 7px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.tab.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ffc700;
  padding-bottom: 12px;
  padding-left: 13px;
  padding-right: 7px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.faq-resposta {
  color: #b6b6b6;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.faq-plus {
  display: block;
}

.tabs-content-2 {
  margin-top: 68px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.dropdown-2 {
  background-color: rgba(152, 157, 167, .19);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-tab {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.icone-tab {
  opacity: .9;
  filter: grayscale();
}

.tabs-menu-2 {
  grid-column-gap: 104px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: grid;
}

.cripto-space {
  padding-left: 20px;
  padding-right: 20px;
}

.cripto-space.sec-faq {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  padding-left: 30px;
}

.slide {
  width: auto;
  margin-right: 30px;
}

.right-arrow {
  width: 50%;
  display: block;
}

.left-arrow {
  width: 50px;
}

.icon, .icon-2 {
  color: rgba(255, 255, 255, 0);
}

.slide-nav, .div-block-66 {
  display: none;
}

.button-10 {
  color: #0f1014;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #f3ac06, #fed471);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 493px;
  height: 63px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
}

.button-10.mob {
  background-color: #27e223;
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.text-block-316 {
  color: #fff;
  text-align: center;
}

.vrc05-section-day1 {
  display: none;
}

.div-block-69 {
  background-color: #1c1c20;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-108 {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  width: 100%;
  max-width: 425px;
  height: auto;
}

.div-block-70 {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.heading-7 {
  color: #f2a900;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
}

.text-block-317 {
  max-width: 448px;
}

.text-block-336 {
  color: #fff;
  max-width: 232px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-342 {
  flex-direction: column;
  width: 100%;
  max-width: 563px;
  display: flex;
}

.cp-container {
  max-width: 1256px;
}

.grid-60 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.heading-9 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.grid-59 {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1008px;
  margin-top: 32px;
}

.text-block-337 {
  color: #fff;
  margin-left: 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-343 {
  align-items: center;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.cp-space {
  padding-left: 20px;
  padding-right: 20px;
}

.cp-space.cp-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 226px;
  display: flex;
}

.div-block-341 {
  background-image: linear-gradient(157deg, #21232d 7%, rgba(29, 32, 54, 0));
  border: .5px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 52px 82px 52px 83px;
  display: flex;
}

.text-block-333 {
  color: #fff;
  text-align: center;
  max-width: 652px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.body-2 {
  background-color: #000;
}

.text-block-342 {
  color: #fff;
  max-width: 232px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.text-block-340 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 56px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.text-block-343 {
  color: #fff;
  margin-left: 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.text-block-339 {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  line-height: 140%;
}

.div-block-346 {
  background-color: rgba(21, 21, 21, .3);
  border: .5px solid #4e4e4e;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 40px 29px 40px 48px;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 568px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 38px;
}

.div-block-347 {
  align-items: center;
  display: flex;
}

.text-block-344 {
  color: #fff;
  max-width: 430px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.p-container {
  max-width: 1256px;
}

.grid-61 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-348 {
  flex-direction: column;
  width: 100%;
  max-width: 443px;
  display: flex;
}

.div-block-345 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p-space {
  padding-left: 20px;
  padding-right: 20px;
}

.p-space.p-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 104px;
  display: flex;
}

.text-block-338 {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  max-width: 484px;
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 27px;
}

.div-block-344 {
  background-image: linear-gradient(157deg, #21232d 7%, rgba(29, 32, 54, 0));
  border: .5px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  width: 100%;
  padding: 68px 125px 112px 126px;
}

.body-3 {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.bold-text-5 {
  color: #f2a900;
}

.ver-mais {
  background-image: linear-gradient(45deg, #f2a900, #ffd87d);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 515px;
  height: 64px;
  display: none;
}

.text-block-345 {
  color: #000;
  text-transform: uppercase;
  margin-left: auto;
  font-weight: 600;
}

.text-block-346 {
  text-align: right;
  font-size: 24px;
}

.vr05-cta-preco {
  text-align: center;
  background-color: #21b357;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 448px;
  height: 83px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-347 {
  background-color: #f2a900;
  border-radius: 6.65px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 353px;
  height: 83px;
  margin-bottom: 39px;
  font-size: 41px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  box-shadow: 0 30px 99px rgba(242, 169, 0, .21);
}

.vr05-preco-beneficios {
  flex: 1;
  width: 100%;
  max-width: 580px;
}

.text-block-348 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.contador {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.div-block-349 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  display: flex;
}

.div-block-350 {
  background-color: #f2a900;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.text-block-349 {
  font-size: 15px;
  font-weight: 900;
  line-height: 140%;
}

.lista-precos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.item-preco {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.text-block-350 {
  font-size: 18px;
  line-height: 141%;
}

.text-block-350._2 {
  font-size: 24px;
}

.div-block-351 {
  border: 1px dashed #000;
  flex: 1;
}

.text-block-351 {
  font-size: 18px;
  line-height: 140%;
  text-decoration: line-through;
}

.bold-text-6 {
  font-size: 24px;
}

.div-block-352 {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 32px;
  display: grid;
}

.div-block-352.clock-div._2 {
  grid-column-gap: 7px;
  color: #000;
  align-items: center;
  justify-items: stretch;
  max-width: 282px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-2 {
  letter-spacing: .63px;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}

.div-block-353 {
  flex-direction: column;
  align-items: center;
  width: 64.0104px;
  display: flex;
}

.div-block-354 {
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
}

.div-block-355 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .vrc0005-body {
    background-color: #0a0c11;
    padding-bottom: 83px;
  }

  .vrc0005-container {
    max-width: 360px;
  }

  .vrc0005-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vrc0005-space.vrc0005-space-hero {
    height: 722px;
    padding-top: 268px;
  }

  .vrc0005-space.vrc0005-space-rodape {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .vrc0005-space.vrc0005-space-obrigado {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vrc0005-space.vrc0005-space-bio {
    padding-top: 34px;
    padding-bottom: 0;
  }

  .vrc0005-space.vrc0005-space-tera {
    padding-top: 57px;
    padding-bottom: 59px;
  }

  .vrc0005-space.vrc0005-space-prepare {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 227px;
    padding-bottom: 50px;
  }

  .vrc0005-space.vrc0005-space-o-que {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vrc0005-space.vrc0005-space-grafico {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .vrc0005-logo-gp {
    display: none;
  }

  .vrc0005-logo-gp.rodape {
    display: block;
  }

  .vrc0005-texto-topo {
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 13px;
  }

  .vrc0005-destaque.d {
    font-weight: 600;
  }

  .vrc0005-box-data {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: auto;
  }

  .vrc0005-icon-calendario {
    max-width: 12px;
  }

  .vrc0005-box-textotopo {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .vrc0005-texto-data {
    font-size: 13px;
  }

  .vrc0005-section-hero {
    background-color: #000;
    background-image: url('../images/vrc0005-bg-hero-mob.jpeg');
  }

  .vrc0005-hero-h2 {
    text-align: center;
    font-size: 32px;
  }

  .vrc0005-logo-master {
    display: none;
  }

  .vrc0005-logo-master.mob {
    max-width: 351px;
    display: block;
  }

  .vrc0005-hero-sub {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-hero-sub.d {
    font-size: 18px;
  }

  .vrc0005-chamada-cta {
    text-align: center;
    max-width: 209px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-cta {
    height: 52px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
  }

  .vrc0005-text-copyright {
    text-align: center;
    max-width: 280px;
  }

  .vrc0005-link-politicas {
    margin-left: auto;
    margin-right: auto;
  }

  .link-4 {
    color: #fff;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .form-background-div-2 {
    height: 40px;
    padding-left: 13px;
    padding-right: 5px;
  }

  .button-6 {
    height: 45px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
    display: none;
  }

  .button-6.mob {
    height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .modal-title {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .modal-title.open {
    max-width: 283px;
    font-size: 16px;
    line-height: 21px;
  }

  .campo-phone.phone {
    padding-right: 28px;
  }

  .campo-phone.phone::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .box-forme.open {
    border-radius: 11px;
    max-width: 320px;
    padding: 24px 18px;
  }

  .checkbox-field-2 {
    padding-left: 21px;
  }

  .modal-forme {
    display: none;
  }

  .modal-forme.open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-3 {
    max-width: none;
    height: 40px;
  }

  .text-field-3.campo-nome {
    background-image: url('../images/user.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
    font-family: Exo, sans-serif;
  }

  .text-field-3.campo-nome::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email {
    background-image: url('../images/mail.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
  }

  .text-field-3.campo-email::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .checkbox-label-2 {
    color: #2c2c2c;
    font-size: 10px;
    line-height: 13px;
  }

  .checkbox-label-2.a {
    color: #fff;
  }

  .checkbox {
    margin-left: -22px;
  }

  .vrc0005-section-obrigado {
    background-color: #010101;
    background-image: url('../images/vrc0005-bg-obrigado-mob.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 786px;
  }

  .vrc0005-section-obrigado.whats {
    background-image: url('../images/vrc0005-bg-obrigado-whatsmob.jpeg');
    background-position: 50% 0;
    background-size: auto;
    max-height: 100vh;
  }

  .vrc0005-icon-obrigado.whats {
    max-width: 50px;
    margin-left: 0;
  }

  .vrc0005-text-obrigado {
    font-size: 25px;
    line-height: 115%;
  }

  .vrc0005-text-obrigado.whats {
    text-align: left;
    max-width: 327px;
    margin-left: 0;
    font-size: 24px;
  }

  .vrc005-box-obrigado {
    border: 1px #fff;
    border-radius: 8px;
    margin-bottom: 27px;
    padding: 0 0 28px;
  }

  .vrc0005-passo-numero {
    display: none;
  }

  .text-block-272 {
    text-align: left;
    max-width: 235px;
  }

  .text-block-272._2 {
    max-width: 219px;
  }

  .text-block-272.whats {
    max-width: 237px;
  }

  .vrc0005-cta-obrigado {
    font-size: 14px;
  }

  .vrc0005-cta-obrigado.whats {
    background-position: 95%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .bold-text {
    color: #fdb600;
  }

  .vrc0005-numero-obrigado {
    display: inline-flex;
  }

  .div-block, .div-block-2 {
    width: 100%;
  }

  .vrc0005-section-bio {
    background-image: url('../images/mob-bio_1mob-bio.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading {
    font-size: 26px;
    line-height: 125%;
  }

  .paragraph {
    text-align: left;
    letter-spacing: 0;
    max-width: 314px;
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 14.76px;
    line-height: 23px;
  }

  .paragraph._2 {
    letter-spacing: .3px;
    max-width: 316px;
    margin-top: 15px;
    margin-bottom: 418px;
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-3 {
    border-radius: 23px 23px 0 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 52px 10px 53px;
  }

  .heading-2 {
    text-align: center;
    text-transform: uppercase;
    max-width: 203px;
    font-size: 29px;
    line-height: 125%;
  }

  .text-span-2 {
    text-transform: none;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    max-width: 293px;
    margin-top: 4px;
  }

  .image {
    max-width: 63px;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-2 {
    letter-spacing: .3px;
    max-width: 237px;
    margin-top: -34px;
    margin-left: 41px;
    font-size: 15.94px;
    line-height: 120%;
  }

  .image-2 {
    max-width: 63px;
    margin-top: -10px;
  }

  .vrc0005-section-tera {
    background-color: #000;
  }

  .heading-3 {
    text-align: left;
    letter-spacing: -.46px;
    max-width: 314px;
    margin-bottom: 38px;
    font-size: 26px;
  }

  .div-block-6 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    max-width: 314px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-3 {
    display: none;
  }

  .paragraph-3 {
    max-width: 253px;
    margin: 18px 22px 20px 35px;
    font-size: 15px;
  }

  .paragraph-3._4 {
    max-width: 220px;
  }

  .paragraph-3._3 {
    max-width: 240px;
  }

  .vrc0005-section-prepare {
    background-image: url('../images/mob-prepare.png'), linear-gradient(#ffd87d, #f2a900);
    background-position: 55% 0, 0 0;
    background-repeat: no-repeat, repeat;
  }

  .heading-4 {
    margin-bottom: 8px;
    font-size: 41px;
  }

  .paragraph-4 {
    max-width: 330px;
    font-size: 15px;
  }

  .vrc-section-o-que {
    background-image: url('../images/mob-o-que_1mob-o-que.webp'), linear-gradient(#000 69%, #0a0c0f 69%);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .vrc0005-section-grafico {
    background-image: linear-gradient(#0b0d11, #000);
  }

  .heading-5 {
    max-width: 240px;
    font-size: 26px;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 21px;
  }

  .paragraph-6 {
    text-align: left;
    letter-spacing: .45px;
    max-width: 320px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-8 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    max-width: 303px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 230px;
    margin-bottom: 11px;
    font-size: 26px;
    line-height: 125%;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    letter-spacing: -.3px;
    font-size: 15px;
  }

  .image-4 {
    max-width: 43px;
  }

  .image-5 {
    display: none;
  }

  .image-6, .image-7 {
    display: block;
  }

  .image-8 {
    width: 100%;
    max-width: 100%;
    height: 2px;
  }

  .image-9 {
    max-width: 143px;
    margin-top: -15px;
  }

  .vrc0005-fix {
    opacity: 0;
  }

  .body {
    padding-top: 32px;
  }

  .vrc05-container {
    max-width: 360px;
  }

  .vrc05-space.sec-navbar {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding: 10px 5px;
  }

  .vrc05-space.sec-hero {
    padding: 245px 10px 40px;
  }

  .vrc05-space.sec-para {
    padding: 24px 10px;
  }

  .vrc05-space.sec-capaz {
    padding: 37px 10px 48px;
  }

  .vrc05-space.sec-criptomoedas {
    padding: 39px 10px;
  }

  .vrc05-space.sec-entregar {
    padding: 70px 10px 40px;
  }

  .vrc05-space.sec-comunidade {
    padding: 40px 10px 30px;
  }

  .vrc05-space.sec-conteudo {
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vrc05-space.sec-bonus {
    padding: 0 10px 30px;
  }

  .vrc05-space.sec-preco {
    flex-flow: column;
    padding: 0 10px 40px;
  }

  .vrc05-space.sec-garantia {
    padding: 28px 10px 64px;
  }

  .vrc05-space.sec-transformacao {
    padding: 56px 10px;
  }

  .vrc05-space.sec-depoimentos {
    background-color: #141414;
    background-image: url('../images/vrc0005-bg-debmob.jpeg');
    padding: 123px 10px 90px;
  }

  .vrc05-space.space-day1 {
    padding-bottom: 60px;
  }

  .button-7 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    max-width: 141px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .vrc05-section-hero {
    background-color: #010101;
    background-image: url('../images/vrc05-slice1-mob.png');
  }

  .div-block-10 {
    height: 364px;
  }

  .text-block-274 {
    text-align: center;
    font-size: 20px;
    line-height: 140%;
  }

  .text-block-275 {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }

  .button-8 {
    text-align: center;
    height: 68px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 140%;
  }

  .vrc05-section-para {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-277 {
    max-width: 300px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-14 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .text-block-280 {
    max-width: 251px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-15._3, .div-block-15._2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-15._6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-10 {
    top: -3%;
    right: -3%;
  }

  .div-block-16 {
    grid-row-gap: 16px;
  }

  .vrc05-section-criptomoedas {
    background-image: url('../images/vrc05-slice2-mob.png');
  }

  .text-block-282 {
    margin-bottom: 308px;
    font-size: 30px;
    line-height: 130%;
  }

  .image-11 {
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-283 {
    margin-bottom: 22px;
    font-size: 27px;
    line-height: 45px;
  }

  .text-block-284 {
    max-width: 287px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .div-block-19, .div-block-20 {
    display: none;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-286 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
  }

  .text-block-287 {
    text-align: center;
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-287._2 {
    max-width: 226px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    font-size: 16px;
    line-height: 140%;
  }

  .list-item._1 {
    padding-top: 0;
    font-size: 16px;
  }

  .list {
    margin-top: 16px;
    padding-left: 30px;
  }

  .div-block-22.esconder {
    display: none;
  }

  .vrc05-section-comunidade {
    background-color: #f2a900;
    background-image: none;
    padding-bottom: 30px;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 321px;
    display: flex;
  }

  .div-block-24 {
    height: 43px;
  }

  .text-block-288 {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
  }

  .div-block-25 {
    justify-content: center;
    margin-bottom: 26px;
  }

  .div-block-26 {
    height: 47px;
  }

  .div-block-26.oculto {
    display: none;
  }

  .div-block-26.mob {
    margin-bottom: 0;
    display: flex;
  }

  .text-block-289 {
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-290 {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 45px;
  }

  .text-block-291 {
    max-width: 250px;
    font-size: 16px;
    line-height: 130%;
  }

  .text-block-291._1 {
    max-width: 260px;
  }

  .div-block-27 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .div-block-27._2 {
    margin-top: 22px;
    margin-bottom: 30px;
  }

  .div-block-28 {
    grid-row-gap: 32px;
  }

  .text-block-293 {
    margin-bottom: 29px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-295 {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 140%;
  }

  .div-block-29._6 {
    height: 402px;
  }

  .div-block-29._5 {
    height: 420px;
  }

  .div-block-29._4 {
    height: 461px;
  }

  .div-block-29._2 {
    height: 465px;
  }

  .div-block-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-296 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-298 {
    font-size: 13px;
    line-height: 21px;
  }

  .div-block-33 {
    border-radius: 12px;
    height: auto;
    padding: 46px 20px;
  }

  .div-block-34 {
    max-width: 280px;
    height: 58px;
  }

  .text-block-299 {
    font-size: 20px;
  }

  .text-block-300 {
    font-size: 70px;
  }

  .text-block-301 {
    padding-top: 25px;
    font-size: 41px;
  }

  .div-block-35 {
    margin-bottom: 20px;
  }

  .text-block-302 {
    text-align: center;
    max-width: 273px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-36 {
    border-radius: 20px;
    max-width: 300px;
  }

  .text-block-303 {
    text-align: center;
    font-size: 18px;
    line-height: 120%;
  }

  .vrc05-section-garantia {
    background-color: rgba(33, 35, 45, 0);
    background-image: none;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .div-block-38 {
    margin-bottom: 32px;
  }

  .text-block-304 {
    max-width: 220px;
  }

  .div-block-39 {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-306 {
    text-align: center;
    font-size: 14px;
  }

  .button-9 {
    display: none;
  }

  .image-13 {
    order: 1;
    max-width: 249px;
  }

  .div-block-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-41 {
    height: 164px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .text-block-308 {
    font-size: 50px;
  }

  .text-block-309 {
    max-width: 300px;
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-309._3 {
    max-width: 290px;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 340px;
    height: 270px;
    margin-bottom: 33px;
  }

  .div-block-43 {
    max-width: 340px;
    height: 200px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-310 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-block-311 {
    max-width: 330px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-44 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 43px;
    margin-top: 0;
  }

  .link-block {
    display: none;
  }

  .swiper-slide {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 330px;
    height: 270px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
  }

  .swiper-slide._2, .swiper-slide._3, .swiper-slide._4, .swiper-slide._5, .swiper-slide._6 {
    max-width: 330px;
  }

  .swiper-slide._7 {
    max-width: 330px;
    padding-right: 15px;
  }

  .swiper-slide._8, .swiper-slide._9, .swiper-slide._10, .swiper-slide._11, .swiper-slide._12, .swiper-slide._7-gabriel, .swiper-slide._8-rafa, .swiper-slide._11-anderson, .swiper-slide._13-mauri {
    max-width: 330px;
  }

  .swiper-slide._2-karo, .swiper-slide._3-virgilio {
    max-width: 330px;
    padding-right: 15px;
  }

  .text-block-312 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-14 {
    max-width: 70px;
  }

  .text-block-314 {
    color: #f2a900;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    display: block;
  }

  .image-16, .image-17 {
    max-width: 34px;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    display: block;
  }

  .image-20 {
    max-width: 281px;
  }

  .texto-borda._2 {
    font-size: 43px;
    line-height: 120%;
  }

  .image-106 {
    max-width: 150px;
    margin-bottom: 40px;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .cripto-container, .tabs-2 {
    max-width: 360px;
  }

  .accordion-heading-2 {
    max-width: 234px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-item-content.open {
    margin-right: 0;
  }

  .text-block-99 {
    font-size: 14px;
  }

  .tab {
    flex-direction: column;
  }

  .faq-resposta {
    font-size: 16px;
    line-height: 23px;
  }

  .tabs-content-2 {
    margin-top: 39px;
  }

  .accordion-wrapper-2 {
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .content-tab {
    flex-direction: column;
    align-items: flex-start;
  }

  .icone-tab {
    margin-bottom: 10px;
  }

  .tabs-menu-2 {
    grid-column-gap: 30px;
  }

  .cripto-space.sec-faq {
    padding-top: 64px;
  }

  .slider.desk {
    display: none;
  }

  .slide-nav {
    margin-bottom: -55px;
    font-size: 13px;
    display: block;
  }

  .div-block-66 {
    background-color: #2a2a2a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
  }

  .div-block-67 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-315 {
    max-width: 186px;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-68 {
    border-right: 1px solid #6a6a6a;
    flex: 0 auto;
    width: 1px;
    height: 64px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-2 {
    background-color: rgba(221, 221, 221, 0);
    width: 100%;
    height: auto;
  }

  .slide-2 {
    width: auto;
    margin-right: 19px;
  }

  .image-107 {
    width: 100%;
    max-width: 296px;
    height: auto;
    display: block;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 33%;
    display: block;
  }

  .mask {
    max-width: 296px;
    overflow: visible;
  }

  .slide-nav-2 {
    margin-bottom: -40px;
    font-size: 11px;
  }

  .icon-3, .icon-4 {
    color: rgba(255, 255, 255, 0);
  }

  .button-10 {
    height: 45px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
    display: none;
  }

  .button-10.mob {
    height: 41px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .div-block-69 {
    border-radius: 9px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .image-108 {
    object-fit: cover;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    max-height: 211px;
  }

  .div-block-70 {
    padding: 30px 20px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .text-block-317 {
    font-size: 16px;
    line-height: 135%;
  }

  .text-block-336 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 25px;
  }

  .cp-container {
    max-width: 360px;
  }

  .grid-60 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph-7 {
    text-align: center;
    max-width: 280px;
    font-size: 16px;
    line-height: 25px;
  }

  .cp-space.cp-space-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .div-block-341 {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .text-block-333 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-342 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-340 {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .text-block-339 {
    text-align: center;
    max-width: 265px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-346 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 130%;
  }

  .text-block-344 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .p-container {
    max-width: 360px;
  }

  .grid-61 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-345 {
    align-items: center;
  }

  .p-space.p-space-hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .text-block-338 {
    font-size: 16px;
    line-height: 130%;
  }

  .div-block-344 {
    padding: 60px 20px;
  }

  .ver-mais {
    border-radius: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-345 {
    text-align: right;
    flex: 1;
    font-size: 10px;
    font-weight: 600;
    line-height: 110%;
  }

  .text-block-345.desc-off {
    width: 141px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-346 {
    font-size: 18px;
  }

  .vr05-cta-preco {
    border-radius: 20px;
    max-width: 300px;
  }

  .text-block-347 {
    height: 63px;
    font-size: 43px;
  }

  .vr05-preco-beneficios {
    flex-flow: column;
    padding-top: 60px;
    display: flex;
  }

  .text-block-348 {
    font-size: 30px;
  }

  .contador.clockdiv {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: 1;
    font-size: 34px;
  }

  .div-block-349 {
    min-width: 68px;
  }

  .div-block-350 {
    width: 8px;
    height: 8px;
  }

  .text-block-349 {
    font-size: 12px;
  }

  .lista-precos {
    margin-bottom: 30px;
  }

  .item-preco {
    grid-column-gap: 8px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 16px 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .item-preco.total {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .text-block-350 {
    max-width: 257px;
    font-size: 16px;
    line-height: 130%;
  }

  .text-block-350._2 {
    font-size: 20px;
  }

  .div-block-351 {
    display: none;
  }

  .bold-text-6 {
    font-size: 24px;
  }

  .image-109 {
    margin-top: 4px;
  }

  .off-mob {
    display: none;
  }

  .div-block-352 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-352.clock-div._2 {
    grid-column-gap: 5px;
    flex: 0 auto;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-3 {
    letter-spacing: .04em;
    font-size: 10px;
  }

  .div-block-353 {
    width: 24px;
  }

  .div-block-354 {
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    min-height: 4px;
  }

  .div-block-355 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .modal-title {
    margin-bottom: 15px;
  }

  .checkbox-field-2 {
    margin-bottom: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .tabs-content-2 {
    margin-top: 32px;
  }

  .accordion-wrapper-2 {
    max-width: 100%;
  }

  .tabs-menu-2 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(123px, 1fr));
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .vrc0005-space.vrc0005-space-hero.b {
    padding-top: 255px;
  }

  .vrc0005-space.vrc0005-space-rodape {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .vrc0005-hero-sub {
    font-size: 17px;
    line-height: 130%;
  }

  .vrc0005-text-copyright {
    order: -1;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .form-background-div-2 {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding-left: 11px;
  }

  .modal-title {
    margin-bottom: 15px;
  }

  .campo-phone {
    font-size: 15px;
    font-weight: 400;
  }

  .campo-phone.phone {
    padding-right: 0;
  }

  .box-forme {
    width: 100%;
    max-width: 100%;
  }

  .box-forme.open {
    max-width: none;
  }

  .checkbox-field-2 {
    padding-left: 25px;
  }

  .modal-forme {
    width: 100%;
  }

  .text-field-3.campo-nome, .text-field-3.campo-email {
    margin-bottom: 8px;
  }

  .checkbox-label-2 {
    max-width: 355px;
  }

  .close-modal {
    right: 8px;
  }

  .checkbox {
    margin-left: -25px;
  }

  .vrc005-box-obrigado {
    padding-left: 0;
    padding-right: 0;
  }

  .vrc0005-cta-obrigado.whats {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
  }

  .text-block-300 {
    font-size: 60px;
  }

  .text-block-311 {
    font-size: 23px;
  }

  .faq-click.borda {
    max-width: 100%;
  }

  .tabs-2 {
    width: 100%;
    max-width: 100%;
  }

  .accordion-heading-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
  }

  .abas-faq {
    width: 100%;
    max-width: 100%;
  }

  .tab, .tab.w--current {
    font-size: 16px;
  }

  .faq-resposta {
    color: #e6e6e6;
    font-size: 16px;
    line-height: 150%;
  }

  .tabs-content-2 {
    margin-top: 32px;
  }

  .accordion-wrapper-2 {
    flex-direction: column;
    display: flex;
  }

  .content-tab {
    flex-direction: column;
  }

  .icone-tab {
    width: 24px;
  }

  .tabs-menu-2 {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(71px, 1fr));
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: none;
    display: grid;
  }

  .slider {
    padding-left: 0;
  }

  .slide {
    margin-right: 10px;
  }

  .slide-nav {
    margin-bottom: -35px;
  }

  .slide-2 {
    width: 100%;
    max-width: 296px;
  }

  .heading-9 {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
  }

  .cp-space.cp-space-hero, .div-block-341 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-333 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-10 {
    font-family: Lato, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
  }

  .text-block-338 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .text-block-346 {
    font-size: 16px;
    line-height: 138%;
  }
}

#w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d19-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d1e-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d1f-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d24-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d25-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d2c-8ea4e232, #w-node-ed59d5e3-5c24-b7a8-636e-1d7b94370d2d-8ea4e232, #w-node-e4b7bbea-8f5d-f199-e9be-74fa607bc1dc-c1065ace, #w-node-e4b7bbea-8f5d-f199-e9be-74fa607bc1e6-c1065ace, #w-node-e4b7bbea-8f5d-f199-e9be-74fa607bc1e7-c1065ace, #w-node-e4b7bbea-8f5d-f199-e9be-74fa607bc1eb-c1065ace, #w-node-e4b7bbea-8f5d-f199-e9be-74fa607bc1ec-c1065ace, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e67-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e6b-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e6f-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e7c-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e7d-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e81-65400624, #w-node-_7e6c89fb-5f59-6591-424d-a133ac433e82-65400624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a70e37f6-c814-a2c9-f030-27383f588042-8ea4e232 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-eb795fea-d9e2-bf5d-02af-02efc4f8d4a3-8ea4e232 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-f419f1a9-5acc-a96e-8d0b-08f342b09017-8ea4e232, #w-node-cf07e58f-e89e-4156-11ee-a61f1b503f68-8ea4e232 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b06f2496-07bc-0b0a-6271-c1b0a6036f10-8ea4e232 {
    grid-row: span 2 / span 2;
  }

  #w-node-_831f2ba5-61ca-23e5-5f2c-5d1df250f041-8ea4e232 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-aaf48699-b424-501a-1378-c7b37925b78f-8ea4e232, #w-node-ea2494e9-10df-55aa-58d0-8ab82da7986d-8ea4e232, #w-node-_2a9d9f99-b553-e120-33c4-05c07a20b1f6-8ea4e232 {
    grid-row: span 2 / span 2;
  }

  #w-node-d3039ac2-b866-486b-0ceb-a04093ac7688-8ea4e232 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}