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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-2 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.container-testimonial-right {
  text-align: right;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-testimonial-left {
  text-align: left;
}

.container {
  background-image: url('../images/exdebito_may25_office.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.heading {
  text-align: center;
  margin-bottom: 35px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.funzionano-container {
  text-align: center;
}

.funzionano-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.container-3 {
  text-align: center;
  margin-top: 35px;
}

.button {
  background-image: linear-gradient(139deg, #358215, #020501);
  border-radius: 13px;
  padding: 21px 33px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 2px 5px 2px #0003;
}

.footer-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-container {
  text-align: center;
}

.image {
  margin-bottom: 15px;
}

.flex-block {
  justify-content: center;
  align-items: stretch;
}

.div-block {
  text-align: center;
  background-color: #f4f4f4;
  width: 80%;
  padding: 4px 25px;
}

.text-field {
  color: #000;
  background-color: #f3f3f300;
  border: 2px solid #2f9c45a6;
}

.text-block {
  margin-bottom: 15px;
}

.submit-button {
  background-image: linear-gradient(97deg, #1d4f09 42%, #000);
  border-radius: 9px;
  width: 100%;
  margin-top: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
}

.container-4 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.image-3, .image-4 {
  margin-bottom: 10px;
}

.section-3 {
  background-image: url('../images/exdebito_may25_office.jpg');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-5 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  outline-offset: 0px;
  color: #fff;
  outline: 3px solid #fff;
  width: 800px;
  padding: 13px 21px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.button-2 {
  color: #007c2d;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  padding: 20px 32px;
  font-size: 26px;
  font-weight: 700;
}

.checkbox-field {
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .flex-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-4 {
    flex-flow: column;
  }

  .div-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .funzionano-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-3 {
    height: auto;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
