:root {
  --color-2: white;
  --color-3: #0074bf;
  --color: black;
  --color-5: #3c92ca;
  --color-4: #00558c;
  --color-7: #002740;
  --color-6: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--color-2);
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  background-image: linear-gradient(220deg, #0000, #0000 31%, #000000d4), url('../images/smiling-couple.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.self-test-section {
  background-color: #0000;
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
}

.st-wrapper-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.self-test-text-div {
  width: 46%;
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.self-test-text-div.white {
  color: var(--color-2);
}

.st-holder {
  background-color: var(--color-3);
  background-image: linear-gradient(149deg, var(--color-5), var(--color-4) 52%);
  border-radius: 15px;
  justify-content: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

.self-test-img {
  background-color: var(--color-2);
  object-fit: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px -25px -25px 25px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 8px #0000001f;
}

.self-test-img.right {
  margin-left: -25px;
  margin-right: 25px;
}

.what-are-section {
  background-color: var(--color-7);
  background-image: url('../images/young-woman.png'), radial-gradient(circle farthest-corner at 100% 100%, var(--color-5), #fff0 68%), radial-gradient(circle farthest-corner at 0% 0%, var(--color-4), #fff0);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 100%, auto, auto;
  justify-content: flex-start;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.what-are-text-holder {
  z-index: 50;
  max-width: 50%;
  color: var(--color-2);
  background-color: #fff0;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  padding: 0;
  display: flex;
  position: relative;
}

.wrap {
  width: 90%;
  color: var(--color);
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

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

.wrap.top-marg {
  margin-top: 5%;
}

.wrap.top-marg.center {
  flex-flow: column;
  align-items: center;
  margin-top: 8%;
  display: flex;
}

.wrap.flex {
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 4%;
}

.wrap.flex.top-marg._100 {
  width: 100%;
  position: relative;
}

.wrap.flex.top-marg._100.steps {
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}

.wrap.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap.center._100 {
  width: 100%;
}

.img-div {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-div._55 {
  width: 55%;
}

.img-div._55.left {
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  margin-bottom: 0;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.brand {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.fancy-sub {
  border: 1px solid var(--color-5);
  color: var(--color-7);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px 30px;
  font-size: .9em;
  line-height: 1em;
}

.img-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.cta-section-2 {
  background-color: var(--color-7);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--color-5), #fff0 73%), radial-gradient(circle farthest-corner at 0% 0%, var(--color-3), #fff0);
  padding-top: 12%;
  padding-bottom: 5%;
}

.cta-img-div {
  object-fit: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-height: 450px;
  margin-top: -100px;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.cta-img-div.hide-mob {
  width: 85%;
}

.cta-text {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  display: flex;
}

.cta-wrap {
  border: 1px solid var(--color-2);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.contact-div {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 30px;
  display: flex;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.text-field {
  color: var(--color);
  background-color: #fff;
  border: 1px solid #e6d18e4f;
  border-radius: 0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.form {
  flex-flow: column;
  align-items: center;
  width: 80%;
  max-width: 80%;
  display: flex;
}

.text-block-4 {
  margin-bottom: 25px;
}

.new-navlink-jm {
  color: var(--color-2);
  text-transform: uppercase;
  border-radius: 50px;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.new-navlink-jm:hover {
  background-color: var(--color-4);
  color: var(--color-2);
}

.nav-icon {
  width: 25px;
  margin-right: 10px;
}

.nav-menu {
  display: flex;
}

.text-block-5 {
  letter-spacing: 3px;
  font-size: 1.5em;
}

.blue {
  color: var(--color-5);
}

.background-video-overlay {
  z-index: 2;
  background-color: #0000002b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 6%;
  padding-bottom: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-txt-wrapper {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

.video-overlay {
  color: #fff;
  text-align: center;
  max-width: 90%;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-06 {
  background-color: var(--color-5);
  color: var(--color-2);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.c-06.marg {
  margin-right: 10px;
}

.button-div {
  align-items: center;
  display: flex;
}

.button-div.center {
  justify-content: center;
}

.button-div.center.top {
  margin-top: 30px;
}

.hero-p-2 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.btn-bg {
  background-color: var(--color-4);
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.hero-par {
  line-height: 1.5em;
}

.h2-less {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.trust-card {
  background-color: #1a1a1a;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.img-div-2 {
  overflow: hidden;
}

.trust-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.trust-white {
  z-index: 1;
  filter: blur();
  background-color: #87c6eede;
  display: flex;
  position: absolute;
  inset: 0%;
}

.trust-text-div {
  z-index: 5;
  color: var(--color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lg-blue {
  color: var(--color-2);
  font-size: 1.2em;
}

.h2-lt-blue {
  color: #98d6ff;
}

.question-div-whole {
  background-color: #67ae3d;
  border-radius: 10px;
  width: 31%;
}

.question-div-whole._24 {
  z-index: 5;
  width: 23%;
  position: relative;
}

.questions {
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.timeline {
  background-color: var(--color-5);
  width: 120%;
  height: 2px;
  position: absolute;
  inset: 50px auto auto -10%;
}

.text-block-13 {
  text-transform: capitalize;
}

.question-txt-div {
  text-align: left;
  background-color: #fff;
  border: 1px solid #2186c71c;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  margin: -20px 20px 20px -20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 7px #00000012;
}

.question-txt-div.no-marg {
  margin: 0;
}

.blue-icon {
  width: 50px;
  height: 50px;
  color: var(--color-3);
  background-color: #2186c726;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.large-pic-section {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.right-column {
  flex-flow: column;
  justify-content: flex-end;
  width: 35%;
  margin-right: 5%;
  padding-bottom: 175px;
  display: flex;
  position: relative;
}

.title-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
}

.blue-bottom-div {
  background-color: var(--color-7);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-for-confidence {
  background-color: var(--color-7);
  padding-top: 5%;
  padding-bottom: 8%;
}

.h4-lt {
  color: #63bcf7;
}

.review-bubble {
  background-color: #fff;
  background-image: linear-gradient(130deg, var(--color-5), var(--color-4));
  outline-offset: 0px;
  color: #fff;
  border: 10px #fff;
  border-radius: 15px;
  outline: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  padding: 25px;
  line-height: 1.3em;
  display: flex;
  position: relative;
  inset: auto 0 0 auto;
  box-shadow: 0 2px 9px #0003;
}

.left-arrow {
  display: none;
}

.wrap-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap-2.flex {
  justify-content: space-between;
  max-width: 1600px;
  display: flex;
}

.wrap-2.flex._80 {
  max-height: 600px;
}

.testimonial-div {
  background-color: #3c92ca26;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 50px;
  display: flex;
}

.img-div-3 {
  border-radius: 20px;
  overflow: hidden;
}

.img-div-3._48 {
  width: 49%;
  position: relative;
}

.h2-white-abs {
  z-index: 10;
  color: #fff;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  z-index: 5;
  background-color: #fff;
  border-radius: 20px 0 15px;
  padding: 10px 20px 20px 10px;
  position: absolute;
  inset: auto -10px -10px auto;
}

.lg-line-2 {
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.image-3 {
  max-width: 150px;
  margin-bottom: 10px;
}

.right-arrow {
  display: none;
}

.slide-nav-3 {
  margin-bottom: -50px;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  background-image: url('../images/icons8-quotation.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 75px;
  width: 100%;
}

.testimonials {
  padding-top: 5%;
  padding-bottom: 5%;
}

.test-img-gradient {
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(318deg, #0000 51%, #1a1c259e);
  position: absolute;
  inset: 0%;
}

.testimoniald-text-div {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-16 {
  height: 30px;
  margin-bottom: 15px;
}

.h4-white {
  color: var(--color-2);
  font-style: normal;
}

.text-block-18 {
  color: var(--color-2);
  font-size: .9em;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.5em;
  }

  .hero {
    background-position: 0 0, 50%;
    background-size: auto, auto 140%;
    height: 735px;
    margin-top: 65px;
  }

  .self-test-section {
    padding-bottom: 5%;
  }

  .st-wrapper-div {
    flex-flow: column;
    width: 90%;
  }

  .self-test-text-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .st-holder {
    width: 100%;
    margin-bottom: 30px;
  }

  .self-test-img {
    margin: 0;
    padding: 0;
  }

  .self-test-img.right {
    margin: 0;
  }

  .what-are-section {
    background-color: var(--color);
    background-image: none;
    background-size: auto;
    padding-bottom: 5%;
    padding-right: 0%;
  }

  .what-are-text-holder {
    max-width: 100%;
    margin: 4% 4% 0%;
    padding: 25px;
  }

  .wrap.flex {
    flex-flow: column;
  }

  .wrap.flex.top-marg._100.steps {
    flex-flow: wrap;
    margin-top: 0%;
  }

  .cta-section-2 {
    padding-top: 125px;
  }

  .cta-img-div {
    max-height: 350px;
    margin-top: -75px;
  }

  .cta-img-div.hide-mob {
    margin-bottom: 0;
  }

  .cta-wrap {
    width: 90%;
  }

  .new-navlink-jm {
    padding: 10px;
  }

  .nav-icon {
    margin-right: 10px;
  }

  .nav-icon.no {
    margin-right: 0;
  }

  .nav-txt {
    display: none;
  }

  .video-overlay {
    font-size: 2.5em;
  }

  .button-div.center.top {
    margin-top: 0;
  }

  .hero-p-2 {
    max-width: 90%;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .trust-white {
    display: none;
  }

  .trust-text-div {
    color: var(--color-2);
    background-image: linear-gradient(#0000, #00000091);
  }

  .question-div-whole {
    width: 100%;
  }

  .question-div-whole._24 {
    width: 48%;
    margin-bottom: 4%;
  }

  .questions {
    padding-bottom: 8%;
  }

  .timeline {
    display: none;
  }

  .testimonial-div {
    padding: 30px;
  }

  .slide-nav-3 {
    margin-bottom: 0;
  }

  .slider-3 {
    min-height: 350px;
  }

  .testimoniald-text-div {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 450px;
    margin-top: 50px;
  }

  .self-test-section {
    padding-bottom: 5%;
  }

  .self-test-img {
    padding: 0;
  }

  .what-are-section {
    padding-right: 0%;
  }

  .what-are-text-holder {
    width: 100%;
    max-width: none;
    margin: 5% 5% 0%;
    padding: 0;
  }

  .brand {
    padding-left: 0;
    font-size: 1.2em;
  }

  .form {
    width: 100%;
    max-width: none;
  }

  .video-overlay {
    font-size: 2em;
  }

  .button-2.c-06.marg {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8em;
  }

  .hero-p-2 {
    margin-top: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .question-txt-div {
    text-align: center;
    align-items: center;
  }

  .review-bubble {
    border-width: 5px;
    padding: 15px;
    inset: 0 0 auto auto;
  }

  .testimonial-div {
    padding: 16px;
  }

  .div-block-7 {
    border-radius: 20px;
    padding: 0;
    inset: auto 0% 0% auto;
  }

  .slider-3 {
    background-size: auto 40px;
  }

  .testimoniald-text-div {
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    background-position: 0 0, 50% 100%;
    height: 600px;
    margin-top: 80px;
  }

  .self-test-section {
    padding-bottom: 5%;
  }

  .self-test-img {
    margin: 0;
  }

  .what-are-text-holder {
    margin: 4% 4% 0%;
  }

  .wrap.flex.top-marg {
    width: 100%;
  }

  .img-div._55.left {
    border-radius: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .brand {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1em;
  }

  .fancy-sub {
    letter-spacing: 3px;
    font-size: .8em;
  }

  .top-marg {
    margin-top: 20px;
  }

  .cta-section-2 {
    padding-top: 5%;
  }

  .cta-img-div.hide-mob {
    display: none;
  }

  .cta-text {
    width: 100%;
  }

  .cta-wrap {
    padding: 0 8px 8px;
  }

  .text-block-5 {
    letter-spacing: 0;
  }

  .button-2.c-06.marg.no-mob {
    margin-right: 0;
  }

  .button-2.c-06.hide-mob {
    display: none;
  }

  .button-div.center.top {
    flex-flow: column;
  }

  .hero-p-2 {
    font-size: 1em;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .img {
    border-radius: 20px;
  }

  .question-div-whole._24 {
    width: 100%;
  }

  .questions {
    padding-bottom: 12%;
  }

  .question-txt-div {
    margin: -10px 10px 10px -10px;
  }

  .large-pic-section {
    flex-flow: column;
  }

  .right-column {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .blue-bottom-div {
    display: none;
  }

  .review-bubble {
    padding: 10px;
    font-size: .9em;
    top: 0;
  }

  .wrap-2.flex._80 {
    flex-flow: column;
    width: 100%;
    max-height: none;
  }

  .testimonial-div {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-div-3._48 {
    width: 90%;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    inset: auto 0% 0% auto;
  }

  .lg-line-2 {
    margin-bottom: 5px;
  }

  .slider-3 {
    min-height: 0;
  }
}


