:root {
  --color-8: #5a5a5a;
  --color-4: #3791c3;
  --color-7: #76bc21;
  --color-2: #333;
  --color: white;
  --color-5: #77add3;
  --color-3: #005a9c;
  --color-6: #aacae2;
}

body {
  color: #333;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-8);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-4);
  text-transform: none;
  padding: 0;
  line-height: 1em;
  text-decoration: underline;
}

a:hover {
  color: var(--color-7);
}

.hero {
  background-image: url('../images/young-woman-kayaking.png'), linear-gradient(90deg, #ffffffb5, #ffffff7d 64%, #fff0 74%, #fff0), url('../images/young-woman-kayaking.jpg');
  background-position: 0%, 0 0, 0%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 5%;
  display: flex;
}

.hero-div {
  width: 45%;
}

.hero-top-line {
  color: var(--color-2);
  margin-bottom: 20px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.lime {
  color: var(--color-7);
}

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

.button {
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 13px 30px;
  font-weight: 500;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.button.marg {
  margin-left: 10px;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navlink {
  align-items: center;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navlink.phone {
  background-color: var(--color-3);
  color: var(--color);
}

.navlink.phone:hover {
  background-color: var(--color-4);
}

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

.nav-menu {
  align-items: center;
  height: 85px;
  padding-right: 10px;
  display: flex;
}

.image {
  height: 65px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.self-test-section {
  padding-top: 2%;
  padding-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.self-test-wrapper {
  z-index: 1;
  justify-content: space-between;
  width: 90%;
  /*max-height: 600px;*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.st-img-div {
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  max-height: none;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
  margin-left: -5%;
}

.st-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.green {
  color: var(--color-7);
}

.lp-sub {
  margin-top: -15px;
  font-size: 1.5em;
  font-weight: 500;
}

.image-3 {
  width: 100%;
  margin-top: 30px;
}

.special-icon {
  opacity: .15;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -15% -12% auto auto;
}

.special-icon.how {
  flex-flow: column;
  align-items: center;
  height: auto;
  display: flex;
  inset: 5% auto 0% 10%;
}

.special-icon.why {
  flex-flow: column;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
  inset: -25% auto 0%;
}

.middle-icon {
  position: absolute;
  inset: 0%;
}

._1-row, ._2-row, ._3-row {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.what-is-section {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #013a64);
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-is-wrap {
  background-color: #005a9c00;
  justify-content: space-between;
  width: 80%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.what-is-wrap.doc {
  width: 90%;
}

.what-is-column {
  z-index: 5;
  align-items: flex-end;
  width: 50%;
  margin-top: 0%;
  padding-top: 5%;
  display: flex;
  position: relative;
}

.what-is-column.right {
  justify-content: flex-end;
  width: 54%;
}

.what-is-text-holder {
  z-index: 3;
  background-color: var(--color);
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 120%;
  padding: 30px;
  display: flex;
  position: relative;
}

.what-is-text-holder.doc {
  background-image: linear-gradient(#aacae233, #aacae233);
  margin-bottom: -5%;
}

.what-is-photo-div {
  z-index: 1;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-bottom: 5%;
  display: flex;
  position: relative;
}

.circle-img {
  object-fit: contain;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.candidate-section {
  background-image: url('../images/friends.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 65vh;
  padding: 5% 0%;
  display: flex;
}

.candidate-text-div {
  color: var(--color);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 45%;
  padding: 0;
  position: relative;
}

.blue-bg-div {
  background-color: var(--color-3);
  mix-blend-mode: multiply;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  inset: 0%;
}

.text-overlay {
  z-index: 1;
  color: var(--color);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
}

.h2-white {
  color: var(--color);
}

.list-holder {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.list-49 {
  width: 49%;
  padding-left: 20px;
}

.list-item {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.image-4 {
  width: 75px;
  margin-bottom: 15px;
}

.image-4.abs {
  width: 75px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 5% 10% auto;
}

.how-works {
  padding-top: 8%;
  padding-bottom: 250px;
  position: relative;
}

.how-works-wrapper {
  z-index: 5;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.why-choose-section {
  background-color: var(--color-3);
  padding-bottom: 5%;
}

.why-top-wrapper {
  width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-image-div {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  display: flex;
}

.why-img-1 {
  object-fit: contain;
  border-radius: 100%;
  width: 100%;
}

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

.why-text-div {
  color: var(--color);
  width: 55%;
}

.why-second-img-div {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 400px;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.second-img {
  z-index: 10;
  object-fit: contain;
  border-radius: 100%;
  width: 400px;
  height: 100%;
  position: relative;
}

.doc-section {
  background-color: var(--color);
  background-image: none;
  padding-top: 5%;
  padding-bottom: 8%;
}

.testimonials {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #003b66);
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h2-white-center {
  color: var(--color);
  text-align: center;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.testimonial-div {
  background-color: var(--color);
  background-image: url('../images/webclip.png');
  background-position: 95% 90%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 25px;
  display: flex;
}

.name {
  color: var(--color-3);
  font-weight: 700;
}

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

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

.address {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.form-div {
  width: 65%;
}

.form-block {
  margin-bottom: 0;
}

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

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

  .hero {
    background-image: linear-gradient(#0000, #0000 35%, #0009), url('../images/young-woman-kayaking.png'), url('../images/young-woman-kayaking.jpg');
    background-position: 0 0, 100%, 100%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    justify-content: flex-end;
    height: 800px;
  }

  .hero-div {
    width: 100%;
  }

  .hero-top-line {
    color: var(--color);
    font-size: 3em;
  }

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

  .special-icon.why {
    width: 500px;
    height: 500px;
    top: -30%;
  }

  .what-is-wrap {
    width: 90%;
  }

  .what-is-wrap.doc {
    flex-flow: column;
  }

  .what-is-column {
    width: 100%;
    padding-top: 0%;
  }

  .what-is-column.right {
    width: 100%;
  }

  .what-is-text-holder {
    min-width: 0;
  }

  .what-is-photo-div {
    display: none;
  }

  .what-is-photo-div.doc {
    display: block;
  }

  .candidate-section {
    background-size: contain;
    background-attachment: scroll;
    justify-content: flex-end;
    padding: 350px 0% 0%;
  }

  .candidate-text-div {
    border-radius: 0;
    width: 100%;
  }

  .blue-bg-div {
    border-radius: 0;
  }

  .text-overlay {
    background-color: var(--color-3);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .why-top-wrapper {
    margin-bottom: 20px;
  }

  .why-image-div {
    width: 300px;
    height: 300px;
    margin-top: -150px;
  }

  .why-text-div {
    width: 100%;
  }

  .why-second-img-div {
    width: 200px;
    height: 200px;
    display: none;
  }

  .testimonial-holder {
    flex-flow: column;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-link-txt {
    display: none;
  }
}

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

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

  .hero-top-line {
    font-size: 2.5em;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .self-test-wrapper {
    flex-flow: column;
  }

  .st-text {
    width: 100%;
  }

  .special-icon {
    width: 400px;
    height: 400px;
    top: -5%;
    right: -8%;
  }

  .what-is-text-holder {
    padding: 20px;
  }

  .how-works {
    padding-bottom: 200px;
  }

  .testimonial-div {
    padding: 20px;
  }

  .schedule-wrapper {
    flex-flow: column;
  }

  .address {
    width: 100%;
    margin-top: 20px;
  }

  .form-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 550px;
  }

  .button-holder {
    flex-flow: column;
    align-items: stretch;
  }

  .button.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .navlink {
    padding: 5px;
  }

  .nav-menu {
    height: 60px;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-left: 0;
  }

  .st-img-div {
    width: 100%;
  }

  .what-is-text-holder {
    padding: 15px;
  }

  .what-is-photo-div.doc {
    width: 100%;
  }

  .candidate-section {
    background-repeat: no-repeat;
    padding-top: 175px;
  }

  .text-overlay {
    padding: 15px;
  }

  .list-holder {
    flex-flow: column;
  }

  .list-49 {
    width: 100%;
  }

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

  .image-4.abs {
    bottom: 5%;
  }

  .how-works {
    padding-bottom: 150px;
  }

  .why-image-div {
    width: 200px;
    height: 200px;
    margin-top: -100px;
  }

  .testimonial-holder {
    margin-top: 0;
  }

  .testimonial-div {
    background-position: 95% 95%;
  }
}


