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

.text-block-12 {
  width: 70%;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  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: #fff;
}

.text-block-12-copy {
  width: 70%;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

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

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

.centered-heading {
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  text-align: center;
}

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

.heading-9 {
  padding-bottom: 20px;
  text-align: center;
}

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

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.icon-3 {
  color: #292424;
}

.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 {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #145da0;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
}

.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: 530px;
  background-color: #fcfcfc;
}

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

.button {
  width: 150px;
  border-radius: 4px;
  background-color: #145da0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #174570;
}

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

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

.div-block-3 {
  width: auto;
  text-align: center;
}

.image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.jumbotron-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
  -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: 60px;
  background-color: #fff;
  background-image: url('../images/Artboard-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.text-block-3 {
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

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

.text-block {
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.text-span {
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.bold-text {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
}

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

.submit-button {
  width: 100%;
  border-radius: 2px;
  background-color: #145da0;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-9 {
  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: 25px;
}

.text-block-13 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

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

.heading-10 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #145da0;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.text-block-14 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

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

.heading-4 {
  font-family: Exo, sans-serif;
  font-size: 27px;
  text-align: center;
}

.benefit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.text-block-4 {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-5 {
  margin-right: auto;
  margin-left: auto;
  padding: 45px;
}

.container-4 {
  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: 45px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.text-block-15 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #faed00;
  text-align: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -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: 30px;
  border-radius: 17px;
  background-color: #145da0;
}

.heading-6 {
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #145da0;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-10 {
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: justify;
}

.section-6 {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-radius: 6px;
  background-color: #145da0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.button-4:hover {
  background-color: #1c4e7c;
}

.heading-13 {
  color: #e73636;
  font-size: 25px;
  text-align: center;
}

.heading-14 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.image-6 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-5 {
  width: 250px;
  padding: 17px;
  border-radius: 4px;
  background-color: #145da0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-5:hover {
  background-color: #174570;
}

.heading-15 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: red;
  font-size: 23px;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

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

@media screen and (max-width: 767px) {
  .testimonial-section {
    padding: 60px 15px;
  }

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

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

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

  .testimonial-section {
    width: auto;
  }

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

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

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

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

  .container-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}

#w-node-_1667bbc8-0fe5-66d3-f4fb-50ce908d6533-dc20a404 {
  grid-area: Area;
}

#w-node-_1667bbc8-0fe5-66d3-f4fb-50ce908d6536-dc20a404 {
  grid-area: Area-2;
}