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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.body {
  background-color: #000;
}

.headline {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 29px;
  line-height: 1.2em;
}

.headline.left {
  text-align: left;
  line-height: 1.5em;
}

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

.text-span {
  color: #0f3;
}

.section {
  background-image: linear-gradient(#fff0 49%, #000), url('../images/Avatar.png');
  background-position: 0 0, 50% 0;
  background-size: 1920px;
  min-height: 95vh;
  padding: 60px;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph.left {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.left.black {
  color: #1f1f1f;
  margin-bottom: 15px;
}

.radio-button-field {
  text-align: left;
  font-size: 16px;
}

.bottom {
  color: #000;
  text-align: center;
  background-color: #0f2;
  background-image: radial-gradient(circle farthest-side at 50% 0, #1f0, #0cbb00);
  border: 2px solid #11fa00;
  border-radius: 90px;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bottom.fix-w {
  color: #fff;
  background-color: #39d353;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.bottom.fix-w.full {
  max-width: none;
  margin-top: 30px;
}

.image {
  text-align: center;
  width: 60%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.dados {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .37;
  filter: invert();
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.dados-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  filter: invert();
  width: 30px;
}

.section-2 {
  background-image: url('../images/head-DS-DESK-12.webp');
  background-position: 50% 0;
  background-size: auto;
  padding: 60px;
}

.text-span-2 {
  color: #39d353;
  font-size: 45px;
}

.div-block {
  background-color: #00000085;
  border-radius: 5px;
  padding: 15px;
}

.section-3 {
  background-image: url('../images/bg-2-10-2.webp');
  background-position: 50%;
  background-size: cover;
  padding: 30px;
}

.container {
  padding: 30px 15px;
}

.section-4 {
  background-color: #1b1d2e;
}

.section-10 {
  background-color: #161826;
}

.container-15 {
  padding: 60px 30px;
}

.text-block-4 {
  color: #adadad;
  text-align: center;
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.link {
  color: #acacac;
}

.text-field {
  color: #000;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.data-text {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.data-text.left {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.columns {
  flex-flow: row-reverse;
  display: flex;
}

.formwrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.highlight-3 {
  color: #0ed600;
  text-transform: uppercase;
}

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

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

.input-field.atual {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

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

.heading-9 {
  text-transform: none;
  font-size: 30px;
  line-height: 35px;
}

.heading-9.minor {
  text-transform: none;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 26px;
}

.section-8 {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  width: 100%;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-8.popup {
  background-color: #000000cf;
  background-image: url('../images/texture-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.link-block {
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #ffd90a, #e07600);
  border-radius: 30px;
  width: 100%;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block.submit {
  color: #000;
  background-color: #f0c12d;
  background-image: none;
  border-bottom: 5px solid #cda525;
  border-radius: 8px;
  margin-top: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.container-10 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.container-10.modal {
  color: #000;
  background-color: #fff;
  border: 2px #000;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 11px #f1c22d8a;
  margin: 0;
}

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-block {
  margin-top: 0;
}

.image-2 {
  padding: 15px;
}

.dados-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .input-field.atual {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .headline {
    font-size: 20px;
  }

  .headline.left {
    line-height: 1.3em;
  }

  .section {
    background-color: #070517;
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200%;
    padding-top: 108px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    width: 60%;
  }

  .section-2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 140%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 200px;
  }

  .text-span-2 {
    font-size: 35px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  .form {
    margin-top: 0px;
  }

  .columns {
    flex-flow: column-reverse;
  }

  .formwrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .input-field.atual {
    height: 41px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-9.minor {
    font-size: 18px;
  }

  .section-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-8.popup {
    display: none;
  }

  .link-block {
    border-radius: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block {
    margin-top: 0;
  }
}
