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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 500px;
  background-color: #141414;
}

.div-block-8 {
  color: #25632d;
}

.heading {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #145da0;
  font-size: 25px;
  font-weight: 500;
}

.bold-text {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.text-span-3 {
  color: red;
  font-size: 23px;
}

.button {
  display: block;
  width: 36%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #b88917;
  border-radius: 30px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #b88917;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #9b6f06;
  color: #fff;
}

.button.w--current {
  border: 1px solid #b88917;
  border-radius: 30px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #b88917;
  font-weight: 600;
}

.button.w--current:hover {
  background-color: #fff;
}

.jumbotron-section {
  display: block;
  height: auto;
  padding: 50px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 50px;
  background-image: url('../images/jumbotron-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.heading-23 {
  width: 500px;
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fcbf00;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-shadow: 2px 2px 6px #000;
}

.submit-button {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: #b88917;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #185726;
}

.div-block-2 {
  width: 400px;
  padding: 22px 20px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -2px 0 12px -10px #000;
}

.select-field {
  background-color: #fff;
}

.checkbox-label-2 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.link-2 {
  color: #1923f0;
}

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

.heading-22 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.text-field {
  padding-right: 4px;
  padding-left: 4px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  font-family: Exo, sans-serif;
}

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

.checkbox-label-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-span-5 {
  color: #bb1823;
}

.heading-24 {
  margin-bottom: 30px;
  padding-right: 91px;
  padding-left: 91px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.body {
  background-color: #000;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  width: auto;
  padding: 19px 20px;
  border-radius: 18px;
  background-color: #fad02c;
  text-align: center;
}

.heading-25 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.list {
  padding-left: 20px;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button-4 {
  width: 250px;
  margin-top: 11px;
  border-radius: 20px;
  background-color: #196d2b;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.heading-26 {
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.div-block-17 {
  width: 6%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #fcbf00;
}

.container-2 {
  margin-bottom: 45px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0px;
  text-align: center;
}

.section-4.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-4.footer.copyright {
  margin-top: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #fcbf00;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 5px;
  background-color: #42310a;
}

.text-block-12 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.heading-27 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 0.4px solid hsla(0, 0%, 100%, 0.28);
  border-radius: 3px;
  background-color: transparent;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-section {
  margin-bottom: 45px;
  padding-top: 40px;
  padding-bottom: 65px;
}

.paragraph {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

.text-span-6 {
  font-size: 30px;
  font-weight: 800;
}

.text-span-7 {
  color: #bb1823;
  font-size: 30px;
  font-weight: 800;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.image-10 {
  background-image: url('../images/profit.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button-copy {
  display: block;
  width: 22%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #b88917;
  border-radius: 30px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #b88917;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #9b6f06;
  color: #fff;
}

.button-copy.w--current {
  border: 1px solid #b88917;
  border-radius: 30px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #b88917;
  font-weight: 600;
}

.button-copy.w--current:hover {
  background-color: #fff;
}

.account-ottieni-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
}

.paragraph-2 {
  margin-top: 30px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

.text-span-8 {
  font-size: 25px;
}

.bold-text-2 {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 300px;
  }

  .button {
    font-size: 20px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-copy {
    width: 35%;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 250px;
    text-align: center;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button {
    margin-bottom: 15px;
  }

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

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

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

  .container-2 {
    padding-top: 0px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
  }

  .div-block-18 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-copy {
    width: 65%;
    margin-bottom: 15px;
  }

  .paragraph-2 {
    padding-right: 33px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .button {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 18px;
  }

  .button.w--current {
    width: auto;
    font-size: 18px;
  }

  .jumbotron-section {
    display: block;
    height: 665px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-23 {
    width: auto;
    font-size: 33px;
    text-align: center;
  }

  .submit-button {
    width: 100%;
    font-size: 15px;
  }

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

  .heading-24 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 25px;
  }

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

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

  .heading-26 {
    font-size: 23px;
  }

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

  .div-block-18 {
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial-section {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .paragraph {
    font-size: 20px;
  }

  .text-span-6 {
    font-size: 25px;
  }

  .text-span-7 {
    font-size: 25px;
  }

  .container-3 {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    padding-right: 28px;
    padding-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-copy {
    width: auto;
    margin-right: 26px;
    margin-left: 26px;
    font-size: 18px;
  }

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

  .bold-text-2 {
    font-size: 25px;
  }
}