* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.header {
  background: #fff;
  padding: 15px 0;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}

/* intro */
.intro {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 168, 142, 0.2)), to(#fff));
  background: -o-linear-gradient(top, rgba(0, 168, 142, 0.2) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(0, 168, 142, 0.2) 0%, #fff 100%);
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: url('../../assets/img/finderIntroBg.webp');
  background-position: -160px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.introInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.introText {
  width: 49.5%;
}
.introTitle {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 74.75px; /* 115% */
  letter-spacing: 1.6px;
}
.introTitle span {
  color: #f78930;
}
.introSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-top: 26px;
}
.introSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.4px; /* 110% */
}
.introSub img {
  display: block;
}
.introRight {
  width: 42%;
  border-radius: 40px;
  background: #fff;
  padding: 30px 32px 15px 32px;
}
.introRightSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  color: #939393;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.progressBar {
  margin-top: 20px;
}
.progressBarBox {
  border-radius: 9px;
  border: 1px solid #707070;
  background: #fff;
  height: 17px;
  position: relative;
}
.progressBarBoxInner {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 9px;
  background: #010c5f;
}
.progressBarSub {
  color: #f78930;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.75px; /* 137.5% */
  margin-top: 10px;
}
.finderForm {
  margin-top: 59px;
}
.finderFormBox {
  display: none;
}
.finderFormBoxQuestion {
  color: #315668;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.25px; /* 137.5% */
}
.finderFormBoxAnswers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px;
  margin-top: 30px;
}
.finderFormBoxAnswer {
  cursor: pointer;
}
.finderFormBoxAnswerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 19px;
  border-radius: 23px;
  border: 1px solid #f78930;
  background: #fff;
}
.finderFormBoxAnswerImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.finderFormBoxAnswerSub {
  color: #315668;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.5px; /* 137.5% */
  margin-top: 20px;
}
.finderFormBoxBtns {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 28px;
}
.insureBoxAnswer {
  width: 160px;
}
.wouldBoxAnswer,
.maleBoxAnswer,
.smokeBoxAnswer {
  width: 115px;
}
.wouldBoxAnswer .finderFormBoxAnswerImg,
.maleBoxAnswer .finderFormBoxAnswerImg,
.smokeBoxAnswer .finderFormBoxAnswerImg {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.birthLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.coverageSelect,
.dayList,
.monthList,
.yearList,
.provinceSelect {
  display: block;
  color: #242424;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 1px solid #c3c3c3;
  background: #fff;
  margin-top: 20px;
  padding: 12px 0 12px 20px;
}
.coverageSelect,
.dayList,
.monthList,
.yearList,
.provinceSelect {
  background: url('../../assets/img/selectArrow.webp');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dayList,
.monthList,
.yearList {
  width: 30%;
}
.nameFields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.nameFieldTitle {
  color: #315668;
  font-family: 'Open Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.25px; /* 137.5% */
}
.nameFieldInput {
  display: block;
  color: #242424;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #c3c3c3;
  padding: 14px 20px;
  width: 100%;
  margin-top: 20px;
}
.otherFieldsBoxBottom {
  margin-top: 30px;
}
.submitBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.75px; /* 137.5% */
  border-radius: 40px;
  border: 1px solid #f78930;
  background: #f78930;
  padding: 10px 0;
  cursor: pointer;
}
.successSub {
  display: none;
  color: green;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.successSub.active {
  display: block;
}
.otherFieldsBoxSub {
  color: #315668;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.continueBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.75px; /* 137.5% */
  border-radius: 40px;
  border: 1px solid #f78930;
  background: #f78930;
  padding: 10px 44.5px;
}
.backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #f78930;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.75px; /* 137.5% */
  border-radius: 40px;
  border: 1px solid #f78930;
  padding: 10px 20px;
}
.continueBtn img,
.backBtn img {
  display: block;
}
.googleImg {
  margin-top: 30px;
}
.googleImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* why */
.why {
  padding-top: 75px;
}
.whyTitle {
  color: #315668;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 78.3px; /* 135% */
}
.whyTitle span {
  color: #f78930;
}
.whyBoxs {
  background: #f4f7fa;
  padding: 75px 0;
  margin-top: 75px;
}
.whyBoxsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whyBox {
  width: calc(25% - 36px);
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 37px 46.38px 39px 30px;
}
.whyBoxImg img {
  display: block;
  width: 83px;
  height: 83px;
}
.whyBoxTitle {
  color: #315668;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-top: 31px;
}

/* footer */
.footer {
  background: #315668;
  padding: 45px 0;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  max-width: 890px;
  margin: 0 auto;
}
.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.footerBottomSub {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerLinks span {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.footerLink img {
  display: block;
}

@media screen and (min-width: 1240px) and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
  /* intro */
  .intro::before {
    width: 100%;
    background-position: 0 0;
  }
  .introInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .introText {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .introRight {
    width: 75%;
    border-radius: 40px;
    background: #fff;
    padding: 30px 32px 15px 32px;
  }
}
@media screen and (max-width: 991px) {
  /* intro */
  .intro {
    padding: 50px 0;
  }
  .introTitle {
    font-size: 45px;
    line-height: 60px;
  }
  .introText {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introSubs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introSub {
    font-size: 25px;
    line-height: 35px;
  }

  /* why */
  .why {
    padding-top: 50px;
  }
  .whyTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .whyBoxs {
    padding: 50px 0;
    margin-top: 50px;
  }
  .whyBoxsInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .whyBox {
    width: 45%;
  }

  /* footer */
  .footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* intro */
  .intro {
    padding: 30px 0;
  }
  .introTitle {
    font-size: 27px;
    line-height: 37px;
  }
  .introSub {
    font-size: 16px;
    line-height: 26px;
  }
  .introSub img {
    width: 20px;
  }
  .introRight {
    width: 100%;
    padding: 20px;
  }
  .finderForm {
    margin-top: 30px;
  }
  .finderFormBoxBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .finderFormBoxAnswers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .finderFormBoxQuestion {
    font-size: 18px;
  }
  .finderFormBoxAnswerSub {
    font-size: 16px;
  }
  .wouldBoxAnswer .finderFormBoxAnswerImg,
  .maleBoxAnswer .finderFormBoxAnswerImg,
  .smokeBoxAnswer .finderFormBoxAnswerImg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .finderFormBoxAnswerImg {
    padding: 10px;
  }

  /* why */
  .why {
    padding-top: 30px;
  }
  .whyBoxs {
    padding: 30px 0;
    margin-top: 30px;
  }
  .whyTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .whyBox {
    width: 100%;
    padding: 20px;
  }

  /* footer */
  .footerBottom {
    margin-top: 30px;
  }
  .footerLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}