.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: static;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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: #f8f8f8;
}

.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: 25px;
}

.button {
  width: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #30897a;
}

.button.w--current {
  border-radius: 4px;
  background-color: #ca3499;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

.benefit-section {
  display: block;
  margin-top: 45px;
  margin-bottom: 0px;
  padding: 28px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 40px;
  grid-template-areas: ". . . ."
    "Area Area Area-2 Area-2";
  -ms-grid-columns: 0.25fr 45px 0.25fr 45px 0.25fr 45px 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
}

.benefit-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  padding: 25px 15px;
  -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;
  grid-row-gap: 5px;
  border-radius: 11px;
  background-color: #178a7b;
  text-align: center;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
}

.image-5 {
  background-color: #fff;
  color: #ff0606;
}

.image-6 {
  margin-bottom: 5px;
}

.image-7 {
  margin-bottom: 5px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 0px;
}

.testimonial-section {
  position: relative;
  width: 1000px;
  margin: 65px auto 25px;
  padding: 20px 30px;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 11px;
  background-color: #fdfdfd;
  box-shadow: 1px 1px 12px -9px #000;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.icon-3 {
  color: #292424;
}

.icon-2 {
  color: #5a3535;
}

.text-block-12-copy {
  width: 70%;
  margin-top: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #f4f5f3;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-align: center;
}

.centered-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.text-block-12 {
  width: 70%;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-9 {
  width: 60%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
}

.text-block-18 {
  padding: 22px 25px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.43);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

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

.heading-16 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.text-block-17 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.submit-button {
  width: 100%;
  border: 2px none #000;
  border-radius: 4px;
  background-color: #19645a;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.jumbotron-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px 20px 40px;
  -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: 110px;
  grid-row-gap: 110px;
  background-image: url('../images/Group-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-3 {
  width: 450px;
  padding-right: 0px;
  text-align: center;
}

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

.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: 15px;
  grid-row-gap: 15px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}

.heading-17 {
  padding: 10px 0px;
  border-radius: 7px;
  background-color: rgba(206, 79, 180, 0.66);
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
}

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

.button-2 {
  margin-top: 0px;
  padding: 10px;
  border: 2.5px solid #000;
  border-radius: 5px;
  background-color: #fad02c;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

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

.cta-section {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 55px;
}

.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: 55px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #efefef;
  color: #8696a8;
  font-size: 14px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #178a7b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border-radius: 0px 0px 10px 10px;
  background-color: #f7f7f7;
}

.paragraph {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

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

.section-5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff3f8;
}

.heading-19 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

.container-6 {
  color: #000;
}

.image-8 {
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 8px;
}

.columns {
  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;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  font-family: Exo, sans-serif;
  text-shadow: none;
}

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

  .container-3 {
    max-width: 728px;
  }

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

@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;
  }

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

  .testimonial-section {
    padding: 60px 15px;
  }

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

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

@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;
  }

  .benefit-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 35px;
  }

  .testimonial-section {
    width: auto;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

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

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

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

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