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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.button {
  background-color: #db3a2e;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.button.w--current {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.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: #fcfcfc;
}

.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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
  background-color: #fff;
  background-image: url('../images/jumbotron-img.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: 30px;
}

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

.heading-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-span {
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 35px;
  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: 30px;
}

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

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

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

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

.checkbox-label {
  font-size: 12px;
}

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

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

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

.heading-3 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  text-align: center;
}

.cta-section {
  margin-bottom: 0px;
  padding: 40px 20px;
  background-color: #f8f8f8;
}

.button-2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #ea961f;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-align: center;
}

.bold-text-2 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.text-block-2 {
  font-size: 11px;
  text-align: center;
}

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

.benefit-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  padding: 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: 20px;
  background-color: #fff;
}

.benefit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -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 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-5 {
  font-family: Lato, sans-serif;
}

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

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

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

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

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

.testimonial-slider {
  height: auto;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.testimonial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author {
  margin-bottom: 2px;
  font-family: Exo, sans-serif;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-slider-left {
  left: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.testimonial-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  right: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.testimonial-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.testimonial-slide-nav {
  display: none;
}

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

.text-block-6 {
  margin-top: 20px;
  text-align: center;
}

.button-3 {
  display: block;
  width: 35%;
  margin: 40px auto 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #db3a2e;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-areas: ". . . ."
    "Area Area Area-2 Area-2";
  -ms-grid-columns: 0.25fr 30px 0.25fr 30px 0.25fr 30px 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 {
  width: 200px;
  height: 150px;
  padding: 9px 9px 9px 15px;
  border-radius: 11px;
  background-color: #f3f3f3;
}

.text-block-7 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.link {
  font-family: Exo, sans-serif;
  color: #2d49c3;
}

.slide {
  background-color: #fff;
}

.img-2 {
  height: 230px;
  max-width: 230px;
  margin: 35px auto 10px;
  background-image: url('../images/img-slide-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.icon {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 5px -4px #000;
  color: #0a0a0a;
}

.slide-2 {
  background-color: #fff;
}

.img-1 {
  height: 230px;
  max-width: 230px;
  margin: 35px auto 10px;
  background-image: url('../images/img-slide-1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-color: #fff;
}

.img-3 {
  height: 230px;
  max-width: 300px;
  margin: 10px auto;
  background-image: url('../images/img-slide-3.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.img-4 {
  height: 230px;
  max-width: 230px;
  margin: 35px auto 10px;
  background-image: url('../images/img-slide-4.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-color: #fff;
}

.slide-5 {
  background-color: #fff;
}

.img-5 {
  height: 230px;
  max-width: 230px;
  margin: 35px auto 10px;
  background-image: url('../images/img-slide-5.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-color: #fff;
}

.img-6 {
  height: 230px;
  max-width: 230px;
  margin: 35px auto 10px;
  background-image: url('../images/img-slide-6.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-section {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-8 {
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 77px;
  -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: #e7d361;
}

.heading-5 {
  text-align: center;
}

.text-block-9 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

.div-block-4 {
  width: 70%;
  padding: 21px;
  border-radius: 20px;
  background-color: #fff;
}

.heading-6 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}

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

.section-3 {
  display: block;
  -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: #f3f3f3;
}

.heading-7 {
  font-size: 25px;
}

.heading-8 {
  font-size: 25px;
  line-height: 35px;
}

.div-block-5 {
  width: 30%;
}

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

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

.paragraph {
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  font-family: Exo, sans-serif;
}

.paragraph-3 {
  font-family: Exo, sans-serif;
}

.paragraph-4 {
  font-family: Exo, sans-serif;
}

.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: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  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 {
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  text-align: center;
}

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

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

.icon-3 {
  color: #292424;
}

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

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -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: 17px;
  background-color: #db3a2e;
}

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

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

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

  .testimonial-section {
    width: auto;
  }

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

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .button-3 {
    width: 70%;
    font-size: 15px;
  }

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

  .text-block-8 {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
  }

  .section-2 {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    margin-bottom: 0px;
    padding: 20px;
  }

  .text-block-9 {
    padding: 20px;
  }

  .div-block-4 {
    width: 100%;
    padding: 0px;
  }
}

#w-node-_7f140979-85df-93aa-a3d1-9766235ab8ac-42aa083f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-_2aa51117-b8f3-ee81-f3fe-db5a377a82b4-42aa083f {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}