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

@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: 55px 15px;
}

.section._1dobra {
  color: #fff;
  background-color: #000;
  background-image: none;
  padding-top: 42px;
  padding-left: 0;
  padding-right: 0;
}

.section._1dobra.padding {
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #460000 50%, #000);
  padding-top: 18px;
}

.section._1dobra.padding.v2 {
  background-color: #fff;
  background-image: none;
}

.section.bg-gray {
  background-color: #f2f1ec;
}

.section.bg-gray.padding {
  padding-top: 166px;
}

.section.bg-green {
  color: #fff;
  background-color: #020101;
  padding-bottom: 0;
}

.section.bg-dark-green {
  color: #fff;
  background-color: #081013;
}

.section.bg-dark-green.v2 {
  background-image: linear-gradient(90deg, #000, #490001 51%, #000);
}

.container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container._1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
}

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

.container._1._1dobra.v2 {
  color: #000;
}

.container.black {
  color: #333;
}

.image {
  margin-bottom: 12px;
}

.text-span {
  background-color: red;
}

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

.paragraph {
  font-size: 19px;
  line-height: 26px;
}

.heading {
  color: #284e5b;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  margin-top: 0;
  padding: 31px;
  font-weight: 400;
}

.columns {
  text-align: left;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 14px;
  display: flex;
}

.columns.invert {
  background-color: #f2f1ec;
  flex-flow: row-reverse;
}

.text-block {
  font-size: 20px;
  line-height: 24px;
}

.heading-2 {
  color: #eb6fff;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 700;
}

.column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #ff4c4f;
  font-size: 19px;
  font-weight: 700;
}

.container-2 {
  text-align: center;
  max-width: 1100px;
}

.list {
  text-align: left;
  margin-bottom: 34px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/carbon_checkmark-outline.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 33px;
  margin-bottom: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.text-block-3 {
  font-size: 19px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 6px;
  display: flex;
}

.text-block-4 {
  font-size: 19px;
  line-height: 26px;
}

.container-3 {
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  padding: 25px 19px;
  display: flex;
}

.list-2 {
  width: 100%;
  max-width: 700px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-2 {
  text-align: left;
  background-image: url('../images/Checkbox.svg');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 27px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 40px;
  display: flex;
}

.text-block-5 {
  color: red;
  text-align: right;
  font-size: 19px;
  font-weight: 700;
  text-decoration: line-through;
}

.text-block-6 {
  max-width: 81%;
  font-size: 18px;
}

.text-block-7 {
  margin-top: 22px;
  font-size: 23px;
  line-height: 30px;
}

.heading-3 {
  color: #eb6fff;
  text-align: center;
}

.text-span-2 {
  color: #fff;
  font-weight: 400;
}

.column-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: #00a500;
  border: 1px solid #00fff7;
  border-radius: 50px;
  width: 100%;
  max-width: 500px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 18px 29px;
  font-size: 25px;
  line-height: 23px;
}

.text-block-8 {
  color: #43ff4f;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.text-block-9 {
  font-size: 25px;
  font-weight: 600;
}

.container-4 {
  max-width: 1100px;
}

.heading-4 {
  color: #eb6fff;
  font-size: 33px;
}

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

.container-5 {
  max-width: 1100px;
}

.divider-5 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.faq-q-text-2 {
  color: #014d5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #eff0f2;
  border-radius: 7px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
  overflow: hidden;
}

.c-faq-q {
  background-color: #5bebd4;
  align-items: center;
  display: flex;
}

.c-faq-q.v2 {
  background-color: #eff0f2;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-a-text-2 {
  color: #525252;
  font-size: 16px;
  line-height: 1.6em;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.section-7 {
  background-color: #000;
  padding-top: 27px;
  padding-bottom: 27px;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #6f6e6e;
  text-align: center;
  margin-bottom: 16px;
}

.link-final {
  color: #707070;
}

.heading-5 {
  margin-top: 0;
  font-weight: 500;
}

.text-block-11 {
  font-size: 22px;
  line-height: 24px;
}

.bold-text {
  color: #eb6fff;
  text-decoration: underline;
}

.italic-text, .bold-text-2 {
  color: #eb6fff;
}

.image-2 {
  margin-top: 31px;
}

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

.heading-6 {
  color: #333;
  max-width: 600px;
  font-weight: 600;
}

.bold-text-3 {
  color: #eb6fff;
}

.centered {
  text-align: center;
  font-weight: 400;
}

.div-block-3 {
  color: #333;
  text-align: center;
  background-color: #f4f1cf;
  border: 5px dashed #8bc53f;
  border-radius: 17px;
  max-width: 900px;
  margin: 45px auto -133px;
  padding: 21px;
  position: relative;
}

.heading-7 {
  font-weight: 400;
}

.heading-8 {
  text-align: center;
  margin-bottom: 37px;
  font-size: 33px;
  line-height: 36px;
}

.image-3 {
  background-color: #284e5b;
  width: 100%;
  height: 42px;
}

.heading-9 {
  font-size: 32px;
  font-weight: 600;
}

.columns-3 {
  color: #284e5b;
  background-color: #f2f1ed;
  border-radius: 20px;
  margin-top: 53px;
  padding: 27px 24px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.heading-10 {
  margin-bottom: 29px;
  font-size: 32px;
}

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

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-12 {
  font-size: 17px;
  line-height: 22px;
}

.container-11, .container-12 {
  max-width: 1100px;
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  background-color: #fff;
  max-width: 110%;
  padding: 12px 12px 43px;
}

.bold-text-4 {
  color: #f1abfc;
}

.column-4 {
  text-align: right;
}

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

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

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

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: #eb6fff;
}

.image-7 {
  border-radius: 8px;
}

.carrossel-container {
  max-width: 1920px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.carrossel {
  background-image: url('../images/carrossel.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 400px;
}

.list-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 27px auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-3 {
  color: #000;
  background-color: #fff;
  border-radius: 11px;
  margin-bottom: 11px;
  padding: 19px 18px;
}

.text-block-13 {
  font-size: 17px;
}

.image-8 {
  border: 1px solid #ff1313;
  border-radius: 14px;
  margin-top: 27px;
  padding-top: 1px;
}

.image-8.v2 {
  border-width: 0;
  border-color: #eb6fff;
}

@media screen and (max-width: 991px) {
  .c-faq-item-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 37px;
    padding-bottom: 37px;
  }

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

  .heading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
    line-height: 27px;
  }

  .columns {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

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

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

  .list {
    margin-bottom: 15px;
  }

  .div-block {
    flex-flow: column;
    margin-bottom: 15px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .text-block-6 {
    max-width: 62%;
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-7 {
    font-size: 17px;
    line-height: 25px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 31px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
  }

  .text-block-8 {
    font-size: 39px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

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

  .divider-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-q-text-2 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .c-faq-q-text-2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-10 {
    font-size: 13px;
    line-height: 16px;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 28px;
  }

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

  .image-2 {
    margin-top: 16px;
  }

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

  .heading-6 {
    font-size: 29px;
    line-height: 30px;
  }

  .centered {
    font-size: 26px;
    line-height: 29px;
  }

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

  .heading-7 {
    font-size: 17px;
    line-height: 26px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 31px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 36px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-4 {
    max-width: 20%;
  }

  .columns-4, .columns-5 {
    flex-flow: column;
  }

  .image-5 {
    max-width: 100%;
  }

  .column-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 33px;
  }

  .bold-text-11 {
    color: #eb6fff;
  }

  .carrossel {
    height: 300px;
  }
}


