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

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

.highlight-yellow {
  color: #ffc64a;
  text-shadow: 0 0 5px #f1c22d7d;
}

.highlight-yellow.gold {
  color: #f1c22d;
  text-shadow: 0 0 3px #f1c22d;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 700;
}

.head-highlight {
  font-weight: 500;
}

.nav {
  margin-left: 1px;
}

.infowrapper {
  z-index: 5;
  width: 590px;
  position: relative;
}

.data {
  color: #f1c22d;
  font-size: 17px;
  font-weight: 500;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 960px;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.footer {
  border-top-style: none;
  width: 540px;
}

.paragraph {
  color: #ebbc2b;
  font-family: FilsonProlight, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

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

.paragraph.center.w {
  color: #fff;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  color: #000;
  background-image: linear-gradient(0deg, #000, #fff0 19%), linear-gradient(45deg, #29231a, #0000 61%), url('../images/bg-3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 91px;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: FilsonProlight, sans-serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1em;
}

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

.underline {
  text-decoration: underline;
}

.email {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.email::placeholder {
  color: #8b8b8b;
}

.form-block {
  margin-top: 40px;
}

.gdpr {
  color: #fff3;
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  font-weight: 500;
}

.tech {
  opacity: .7;
  color: #f1c22d;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #f1c22d78;
  background-color: #0000;
  border: 1px solid #f1c22d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 42px;
  font-size: 10px;
  font-weight: 600;
  transition: opacity .5s, transform .5s, box-shadow .5s;
  box-shadow: 0 0 6px #f1c22d45, inset 0 0 7px #f1c22de0;
}

.tech:hover {
  opacity: .88;
  transform: scale(1.08);
  box-shadow: 0 0 10px #f1c22d3d, inset 0 0 17px #f1c22de3;
}

.tech.full {
  opacity: .88;
  color: #fff;
  text-shadow: 0 0 4px #ffffff78;
  background-color: #07993a;
  border-color: #07993a;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 0 6px #07993a45, inset 0 0 7px #07993ae0;
}

.tech.full:hover {
  opacity: 1;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.tech-2.full {
  text-decoration: none;
}

.div-block-4 {
  z-index: 10;
  align-self: center;
  position: relative;
}

.text-block-3 {
  line-height: 1.6em;
}

.div-block-250 {
  z-index: 2;
  opacity: .2;
  width: 300px;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-2 {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

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

.heading-2 {
  text-align: left;
  font-family: FilsonProbold2, sans-serif;
}

.heading-2.center {
  text-align: center;
}

.section-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-3.glow {
  position: relative;
  box-shadow: 0 0 100px #f1c22d26;
}

.text-block {
  color: #f1c22d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.text-block.highlight-yellow {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-249 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr .25fr 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  position: relative;
}

.section-4 {
  color: #fff;
  background-color: #141514;
  padding-top: 60px;
  padding-bottom: 60px;
}

.title {
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3em;
}

.image-2 {
  filter: saturate(120%);
  text-align: center;
  border-top: 1px solid #f1c22d;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: FilsonPronormal, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.div-block-6 {
  width: 420px;
  padding-bottom: 10px;
}

.div-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-6 {
  color: #f1c22d;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: FilsonPronormal, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-5 {
  margin-top: 30px;
  font-family: FilsonPronormal, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.div-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  margin: 100px auto;
  display: grid;
}

.body {
  background-color: #000;
}

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

.footer {
  border-top: 1px solid #f1c22d40;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.text-block-7 {
  color: #ffffff40;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.image {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.input-field {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: #8b8b8b80;
}

.input-field.atual {
  width: 48%;
  margin-bottom: 15px;
}

.input-field.atual::placeholder {
  color: #868484;
}

.input-field.atual.hundred {
  width: 100%;
}

.input-field.atual.hundred.none {
  display: none;
}

.form {
  width: 100%;
  margin-top: 20px;
}

.button.animated-button1 {
  filter: brightness(110%) saturate(120%);
  background-color: #007ae457;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 10px 66px #a3000073, inset 1px 1px 10px 1px #a30000;
}

.button.animated-button1.full-width {
  z-index: 1000;
  background-color: #5c0000;
  max-width: none;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.button.animated-button1.full-width._2 {
  filter: none;
  background-color: #f19f3c;
  width: 100%;
  margin-top: 0;
  box-shadow: 0 10px 45px #ff9c324d, inset 1px 1px 20px 1px #b14700;
}

.button.animated-button1.full-width._2._3 {
  background-color: #f19f3c;
  flex: 0 auto;
  width: 100%;
  margin-top: 9px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: inset 1px 1px 20px 1px #b14700, 10px 0 45px #ff9c324d;
}

.button.animated-button1.full-width._2 {
  box-shadow: none;
  filter: none;
  color: #fff;
  background-color: #00c358;
  border-radius: 5px;
  justify-content: center;
  width: 90%;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 15px 5% 5%;
}

.button.animated-button1.full-width._2.red {
  box-shadow: none;
  background-color: #c30000;
}

.button.animated-button1.full-width._2 {
  filter: none;
  color: #fff;
  background-color: #00c358;
  border-radius: 5px;
  justify-content: center;
  width: 90%;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 15px 5% 5%;
  box-shadow: 0 0 11px #00ff8ca8;
}

.button.animated-button1.full-width._2.fix {
  box-shadow: none;
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.button.animated-button1.full-width._2-copy {
  box-shadow: none;
  filter: none;
  color: #fff;
  background-color: #00c358;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 15px 5% 5%;
}

.button.animated-button1.full-width._2-copy.mobile {
  display: none;
}

.formwrapper {
  color: #000;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: end;
  margin-top: 35px;
  display: flex;
}

.text-block-67 {
  font-family: FilsonProbold2, sans-serif;
  font-size: 23px;
  position: relative;
}

.m {
  color: #ffc800;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #ffe100c7;
  font-weight: 600;
}

.image-26 {
  width: 180px;
  margin-bottom: 24px;
}

.p {
  color: #f8f8f8;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.p.alerta {
  color: #141414;
}

.container-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
  inset: 0%;
}

.videoembeded {
  border: 1px solid #eeb610;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
}

.text-span-28 {
  font-size: 30px;
}

.heading-17 {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 43px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-16 {
  color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: inline;
}

._1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 590px;
  margin: 20px;
  padding: 20px 40px;
  display: flex;
}

._1.alerta {
  background-color: #fff;
  border: 0 #fffd71;
  border-radius: 15px;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  background-image: linear-gradient(#000c, #000c), url('../images/bg-missaocripto.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-27 {
  margin-bottom: 10px;
}

.text-block-68 {
  text-transform: uppercase;
  text-shadow: 0 0 6px #b8bb007d;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: FilsonPronormal, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
}

.text-block-69 {
  font-size: 16px;
  line-height: 1.3em;
}

.bold-text {
  font-family: FilsonProbold, sans-serif;
}

.div-block-252 {
  font-family: FilsonPronormal, sans-serif;
}

.container-6 {
  margin-top: 41px;
}

.paragraph-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: flex;
}

.head-highlight-2 {
  color: #f1b949;
}

.heading-18 {
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 1.1em;
}

.image-28 {
  filter: invert();
  color: #fff;
  padding-right: 15px;
}

.div-block-275 {
  background-color: red;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  border: 2px solid #fff;
  border-radius: 30px;
  max-width: 600px;
  height: 43px;
  margin: 25px auto 55px;
  padding: 5px;
}

.heading-box {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 58px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3em;
}

.text-span-14 {
  color: #fbb302;
  text-shadow: 0 0 12px #ffc80070;
}

.div-block-276 {
  color: #353535;
  background-color: #000;
  background-image: linear-gradient(85deg, #ffc64a, #ff8c00f7);
  border-radius: 30px 10px 10px 30px;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 29px;
  padding-right: 25px;
  display: flex;
}

.div-block-277 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff47;
  border-radius: 5px;
  width: 70%;
  padding: 15px 15px 100px;
  position: relative;
}

.hightlight {
  color: #00ff6a;
}

.aviso {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
}

.text-block-70 {
  letter-spacing: 1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

.bold-text-2 {
  margin-left: 15px;
  margin-right: 15px;
}

.section-10 {
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 50px;
  display: block;
  position: static;
  inset: 0%;
}

.heading-10 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.container-7 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.grid-7 {
  grid-template-rows: auto;
  justify-content: center;
  display: flex;
}

.paragraph-4 {
  max-width: 600px;
  margin-top: -41px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.body-3 {
  color: #fff;
  background-color: #181818;
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/1453-BG-Site.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.heading-box-2 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-2-copy {
  color: #888;
  letter-spacing: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

.div-block-278 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000052;
  border: 1px solid #3b3b3b;
  border-radius: 5px;
  width: 70%;
  padding: 15px;
  position: relative;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.paragraph-10 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.div-block-red {
  border: 2px solid #7e1618;
  border-radius: 30px;
  max-width: 600px;
  height: 43px;
  margin: 25px auto 55px;
  padding: 5px;
}

.div-block-2-red {
  background-color: #000;
  background-image: linear-gradient(85deg, red, #d41215);
  border-radius: 30px 10px 10px 30px;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 29px;
  padding-right: 25px;
  display: flex;
}

.section-11 {
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-block-71 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  position: relative;
}

.text-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 60px;
  display: flex;
}

.text-block-89 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

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

.section-12 {
  text-align: center;
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/1453-BG-Site.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: static;
  inset: 0%;
}

.column {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-9 {
  position: absolute;
  top: 256px;
  left: 236px;
  transform: rotate(-34deg);
}

.heading-5 {
  font-size: 44px;
}

.div-block-280 {
  grid-column-gap: 20px;
  color: #fff;
  background-color: red;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns {
  display: flex;
}

.cronos-counter {
  font-size: 53px;
  font-weight: 700;
}

.image-8 {
  filter: invert();
  color: #fff;
  padding-right: 15px;
}

.aviso-2 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
}

.text-block-88 {
  margin-top: 34px;
  font-size: 21px;
  line-height: 26px;
}

.bold-text-18 {
  line-height: 20px;
}

.container-10 {
  margin-top: 41px;
}

.section-5 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.bord-img {
  border-radius: 5px;
  max-width: 70%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-281 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    background-size: auto, auto, cover;
  }

  .button.animated-button1.full-width {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
  }

  .button.animated-button1.full-width._2 {
    box-shadow: 0 10px 45px #10ee744d, inset 1px 1px 10px 1px #0b953a;
  }

  .head-highlight-2 {
    color: #ffc33b;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
  }

  .section {
    height: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-3 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.glow {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .grid {
    grid-row-gap: 20px;
    grid-template-columns: .25fr .75fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-4 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    align-items: end;
  }

  .div-block-7 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button.animated-button1.full-width {
    width: 100%;
  }

  .section-10, .section-12 {
    padding-bottom: 50px;
    position: static;
  }

  .section-5 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-bottom: -20px;
  }

  .infowrapper {
    width: 420px;
  }

  .paragraph {
    font-size: 18px;
  }

  .section {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #000, #fff0 22%), linear-gradient(45deg, #29231a, #0000), url('../images/1657-O-Últimato-Cripto-Stories.png');
    background-position: 0 0, 0 0, 0 0, 69%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .heading {
    font-size: 26px;
  }

  .div-block-250 {
    width: 200px;
  }

  .section-3 {
    padding-bottom: 60px;
  }

  .section-3.glow {
    padding-top: 63px;
  }

  .div-block-6 {
    width: auto;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .input-field.atual {
    margin-bottom: 0;
  }

  .button.animated-button1.w--current {
    max-width: 100%;
  }

  .formwrapper {
    padding-bottom: 17px;
  }

  .heading-box {
    line-height: 1.2em;
  }

  .div-block-277 {
    width: 100%;
  }

  .section-10 {
    margin-bottom: 80px;
    margin-left: 15px;
    margin-right: 15px;
    position: static;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .grid-7 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .heading-box-2 {
    line-height: 1.2em;
  }

  .div-block-278 {
    width: 100%;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .section-11, .section-12 {
    margin-bottom: 80px;
    margin-left: 15px;
    margin-right: 15px;
    position: static;
  }

  .section-5 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-37 {
    font-size: 12px;
  }

  .nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .infowrapper {
    width: auto;
    margin-top: 16px;
  }

  .container {
    align-items: center;
    width: 100%;
    margin-top: -5px;
  }

  .container.footer {
    width: 100%;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .paragraph.center.w {
    max-width: 100%;
  }

  .section {
    background-image: linear-gradient(#000000b0, #000000b0), linear-gradient(0deg, #000, #fff0 22%), linear-gradient(45deg, #29231a, #0000), url('../images/1657-O-Últimato-Cripto-Stories.png');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, cover;
    padding: 20px 10px;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .gdpr {
    color: #fff;
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
  }

  .heading-2 {
    line-height: 1.3em;
  }

  .section-3 {
    color: #fff;
  }

  .section-3.glow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    color: #fff;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    color: #fff;
  }

  .para-voce {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-6 {
    text-align: center;
    line-height: 1.5em;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

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

  .form-block-2 {
    color: #000;
  }

  .input-field.atual {
    width: 100%;
    margin-bottom: 5px;
  }

  .form {
    color: #000;
    margin-top: 0;
  }

  .button.animated-button1 {
    position: relative;
  }

  .button.animated-button1.full-width {
    padding: 20px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .button.animated-button1.full-width._2._3 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button.animated-button1.full-width._2, .button.animated-button1.full-width._2-copy, .button.animated-button1.full-width._2 {
    margin-top: 0;
    font-size: 20px;
  }

  .button.animated-button1.full-width._2.fix {
    width: 100%;
    margin-top: 35px;
  }

  .button.animated-button1.full-width._2-copy {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 20px;
  }

  .button.animated-button1.full-width._2-copy.mobile {
    display: flex;
  }

  .button.animated-button1.full-width._2-copy.desktop {
    display: none;
  }

  .formwrapper {
    grid-row-gap: 5px;
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .text-block-67 {
    font-size: 19px;
    position: relative;
  }

  .p {
    font-size: 18px;
  }

  .container-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-17 {
    text-align: center;
    font-size: 26px;
    line-height: 2rem;
  }

  ._1 {
    margin: 1rem;
    padding: 1rem;
  }

  .image-27 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-68 {
    text-align: center;
    margin-bottom: 3px;
    font-size: 17px;
  }

  .div-block {
    margin-bottom: 27px;
  }

  .heading-box {
    font-size: 20px;
    line-height: 1.2em;
  }

  .text-block-70 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }

  .heading-10 {
    font-size: 22px;
  }

  .heading-box-2 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
  }

  .heading-11 {
    font-size: 22px;
  }

  .div-block-red {
    margin-bottom: 27px;
  }

  .text-block-71 {
    font-size: 22px;
    position: relative;
  }

  .text-block-89 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
  }

  .div-block-279 {
    justify-content: center;
  }

  .section-12 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    width: 52px;
    top: 169px;
    left: 185px;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 28px;
  }

  .image-10 {
    width: 65%;
  }

  .div-block-280 {
    height: 65px;
  }

  .columns {
    flex-flow: wrap;
  }

  .cronos-counter {
    font-size: 49px;
  }

  .image-11 {
    width: 50px;
  }

  .aviso-2 {
    font-size: 20px;
  }

  .text-block-88 {
    text-align: center;
    margin-top: 19px;
    font-size: 17px;
    line-height: 21px;
  }

  .text-block-88.mobilenone {
    display: none;
  }

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

  .container-10 {
    margin-top: 18px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-5 {
    color: #fff;
  }

  .bord-img {
    max-width: 100%;
  }

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

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

#fullname.w-node-_38933264-e3e3-ab53-0924-65c8667ea583-005d8d41, #email.w-node-_38933264-e3e3-ab53-0924-65c8667ea584-005d8d41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8fb99113-2d4a-ef60-13c7-00653e64f11f-005d8d41 {
  justify-self: end;
}

#w-node-_8fb99113-2d4a-ef60-13c7-00653e64f121-005d8d41 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_8fb99113-2d4a-ef60-13c7-00653e64f11f-005d8d41 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Ds digi';
  src: url('../fonts/DS-DIGI.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ds digib';
  src: url('../fonts/DS-DIGIB.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonPro100';
  src: url('../fonts/FilsonProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonProbold';
  src: url('../fonts/FilsonProBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonProbold2';
  src: url('../fonts/FilsonProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonPronormal';
  src: url('../fonts/FilsonProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FilsonProlight';
  src: url('../fonts/FilsonProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}