@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
DESKTOP 
*/
body {
  font-size: 21px;
  line-height: 26px;
  color: #1a1d1e;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  max-width: 1250px;
  margin: 0 auto;
}

.input_error {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  display: none;
  text-align: left;
  padding: 5px;
  margin: 2px 0 0 0;
}

.input_error.alert-danger {
  color: red;
  background: transparent;
  text-shadow: none;
}

button:active,
input.submit:active,
.choice:active {
  position: relative;
  top: 2px;
}

button:focus {
  outline: 0 none;
}

header {
  background: transparent;
  display: block;
  width: 100%;
  height: 89px;
  padding-top: 25px;
}

header .logo img {
  max-width: calc(306px * 1.5);
}

header a.phone {
  float: right;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #4c4c4c;
  letter-spacing: 0.01em;
  width: 265px;
  height: 42px;
}

header a.phone .icon-phone {
  display: block;
  height: 41px;
  width: 40px;
  float: left;
  margin-right: 6px;
  background: url("../images/icon-phone.png") 0 0 no-repeat;
  background-size: contain;
}

header a.phone .number {
  color: #202b45;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

header a.phone:hover {
  text-decoration: none;
}

header a.phone:hover .hover {
  text-decoration: underline;
}

section {
  text-align: center;
}

section .background-container {
  padding-top: 28px;
  background: url(../images/background-01.jpg) center center no-repeat;
  background-size: cover;
  min-height: 721px;
}

section.two .background-container {
  background-image: url(../images/background-02.jpg);
  min-height: 778px;
}

section.three .background-container {
  background-image: url(../images/background-03.jpg);
  min-height: 727px;
}

section.four .background-container {
  background-image: url(../images/background-04.jpg);
  min-height: 761px;
}

section.five .background-container {
  background-image: url(../images/background-05.jpg);
  min-height: 659px;
}

section.six .background-container {
  padding-top: 45px;
  background-image: url(../images/background-06.jpg);
  min-height: 718px;
}

section.thank-you .background-container {
  padding-top: 62px;
  background-image: url(../images/background-thank-you.jpg);
  min-height: 718px;
}

section.thank-you h1 {
  font-size: 52px;
  color: #2bd2df;
  font-weight: 700;
}

section.thank-you p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

section h1 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  color: #25373d;
}

section h1.alt {
  font-size: 32px;
  line-height: 41px;
}

section h1.alt strong {
  font-size: 40px;
}

section h1 .highlight {
  color: #009ed7;
}

section h1 span {
  display: block;
}

section h1 span.line-1 strong {
  font-size: 53px;
  font-weight: 800;
}

section h1 span.line-2 {
  font-size: 43px;
  line-height: 60px;
}

section h1 span.line-2 strong {
  font-size: 65px;
  font-weight: 800;
}

section h2 {
  font-size: 24px;
  line-height: 30px;
  color: #25373d;
  letter-spacing: 0.02em;
}

section h2 .highlight {
  color: #08c2f1;
}

section p {
  font-size: calc(17px);
  line-height: calc(23px);
  color: #271739;
  font-weight: 400;
  margin-bottom: calc(19.5px * 1.5);
}

section .last-step {
  font-size: 47px;
  color: #009ed7;
  font-weight: 600;
  line-height: 1.216;
  text-align: center;
  margin-bottom: 0;
}

section .start-here {
  margin-top: 10px;
  display: inline-block;
  font-size: 42px;
  line-height: 38px;
  letter-spacing: 0.025em;
  color: #00cecc;
  font-weight: 900;
  position: relative;
}

section .start-here.no-arrow:before {
  background: none;
}

section .start-here:before {
  content: " ";
  background: url("../images/arrow.png") 0 0 no-repeat;
  background-size: 71px 28px;
  width: 71px;
  height: 28px;
  position: absolute;
  top: 0;
  left: -81px;
}

section label {
  display: block;
  text-align: center;
  margin: 0 0 18px 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #1b2022;
}

section label.alt {
  font-size: 24px;
  line-height: 30px;
  margin-top: 27px;
}

section label .number {
  display: inline-block;
  margin-right: 10px;
  background: #29b7e6;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  color: white;
  font-weight: 800;
  text-align: center;
  height: 33px;
  width: 33px;
  border-radius: calc(5px * 1.5);
}

section label.input-label {
  font-size: 19px;
  color: black;
  font-weight: 600;
  line-height: 1.053;
  text-align: left;
  margin-bottom: 10px;
}

section .form-control {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  border: 2px solid #000;
  font-size: 18px;
  text-align: center;
}

section .form-control::placeholder {
  color: #9a9a9a;
}

section .search-group {
  max-width: 414px;
  margin: 10px auto 0 auto;
}

section .search-group img {
  width: 55px;
  height: 48px;
}

section .search-group .input-group-text {
  background-color: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 8px;
  padding: 0 20px 0 10px;
}

section .search-group .form-control {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  height: 58px;
  letter-spacing: 0.020em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 8px;
  border-left: 0 none;
}

section .search-group .form-control::placeholder {
  color: #8b8b8b;
}

section span.help-text {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: left;
  color: #3a5982;
  font-weight: 600;
}

section .btn-continue {
  border-radius: 5px;
  border: 3px solid #fff;
  background: #0aacdc;
  background: linear-gradient(90deg, #0aacdc 0%, #06c5bf 100%);
  color: #fff;
  width: 369px;
  height: 75px;
  font-size: 29px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(15, 149, 177, 0.65);
  letter-spacing: 0.02em;
  padding: 0;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section .btn-continue:hover {
  background: #0886ab;
  background: linear-gradient(90deg, #0886ab 0%, #04948f 100%);
}

section .btn-continue:before {
  content: ' ';
  width: 15px;
  height: 18px;
  display: block;
  position: absolute;
  right: 18px;
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: contain;
}

section .btn-choice {
  border-radius: 5px;
  border: 3px solid #fff;
  color: #fff;
  width: 369px;
  height: 75px;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section .btn-choice.yes {
  background: #27d971;
  text-shadow: 0px 1px 0px rgba(23, 138, 71, 0.4);
}

section .btn-choice.yes:hover {
  background-color: #1fae5a;
}

section .btn-choice.no {
  background: #879697;
  text-shadow: 0px 1px 0px rgba(67, 82, 83, 0.4);
}

section .btn-choice.no:hover {
  background-color: #6d7d7e;
}

section .btn-choice.not-sure {
  background: #73c7cf;
  text-shadow: 0px 1px 0px rgba(81, 160, 168, 0.4);
}

section .btn-choice.not-sure:hover {
  background-color: #4db8c2;
}

section .btn-choice:before {
  content: ' ';
  width: 15px;
  height: 18px;
  display: block;
  position: absolute;
  right: 18px;
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: contain;
}

section .btn-credit {
  max-width: 376px;
  width: 100%;
  height: 81px;
  color: #fff;
  margin: 0 auto 38px auto;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 3px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(34, 37, 39, 0.26);
  position: relative;
}

section .btn-credit.excellent {
  background-color: #37c444;
}

section .btn-credit.excellent:hover {
  background-color: #2c9c36;
}

section .btn-credit.good {
  background-color: #abdf34;
}

section .btn-credit.good:hover {
  background-color: #90c11f;
}

section .btn-credit.fair {
  background-color: #f9b100;
}

section .btn-credit.fair:hover {
  background-color: #c68d00;
}

section .btn-credit.poor {
  background-color: #f96100;
}

section .btn-credit.poor:hover {
  background-color: #c64d00;
}

section .btn-credit span {
  display: block;
  font-weight: 700;
}

section .btn-credit:before {
  content: ' ';
  width: 15px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: contain;
}

section .btn-back {
  margin: 89px auto 0 auto;
  background-color: #364c69;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 146px;
  height: 37px;
  font-weight: 500;
  border-radius: 5px;
}

section .btn-back:hover {
  background-color: #253447;
}

section .btn-back:before {
  content: ' ';
  width: 9px;
  height: 13px;
  display: block;
  position: absolute;
  left: 11px;
  background: url("../images/button-arrow.png") 0 0 no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
}

section input.btn-submit {
  max-width: 377px;
  width: 100%;
  height: 77px;
  margin: 20px auto 30px auto;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #ff8d11;
  background: linear-gradient(90deg, #ff8d11 0%, #ffa411 100%);
}

section input.btn-submit:hover {
  background: #dd7300;
  background: linear-gradient(90deg, #dd7300 0%, #dd8900 100%);
}

section .disclaimer {
  font-size: 13px;
  color: #56515b;
  line-height: 1.538;
  text-align: center;
  letter-spacing: 0.053em;
}

section .disclaimer a {
  color: #0b77f0;
}

footer {
  color: #323232;
  padding: 30px 50px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: center;
}

footer a {
  color: #0082d5;
}

/*
MOBILE
*/
@media (max-width: 991px) {
  body {
    height: 100vh;
    max-width: 320px;
    margin: 0 auto;
    background: #f0f3f4;
  }
  body.thank-you header {
    display: none !important;
  }
  header {
    position: absolute;
    top: 0px;
    max-width: 320px;
    padding-top: 10px;
    height: 50px;
  }
  header .logo {
    margin: 0;
    width: 222.5px;
  }
  header .logo img {
    width: 100%;
  }
  header a.phone {
    position: absolute;
    top: 0;
    right: 8px;
    width: 30.5px;
    height: 30.5px;
  }
  header a.phone .icon-phone {
    background-image: url("../images/icon-phone-mobile.png");
    width: 30.5px;
    height: 30.5px;
  }
  footer {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #c1beba;
    font-size: 10px;
    background-color: #f0f3f4;
  }
  .error {
    margin-bottom: 0;
  }
  .error.alert-danger {
    color: red;
    background: transparent;
    text-shadow: none;
  }
  section .background-container {
    background: none;
    min-height: 0;
    padding-top: 0;
  }
  section.two .background-container, section.three .background-container, section.four .background-container, section.five .background-container, section.six .background-container {
    background: none;
    min-height: 0;
    padding-top: 0;
  }
  section.two .content-max-width, section.three .content-max-width, section.four .content-max-width, section.five .content-max-width, section.six .content-max-width {
    max-width: 270px;
  }
  section.six {
    padding-top: 50px;
  }
  section.thank-you .background-container {
    min-height: 0;
    background: none;
    min-height: 0;
    padding-top: 0;
  }
  section.thank-you .container {
    background: url("../images/background-thank-you-mobile.jpg") 0 0 no-repeat;
    background-size: cover;
    padding-top: 50px;
    min-height: 500px;
  }
  section.thank-you h1 {
    font-size: 27px;
  }
  section.thank-you p {
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
  }
  section.thank-you .background-mobile {
    margin: 60px auto 10px auto;
  }
  section .background-mobile {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  section .content-max-width {
    max-width: 240px;
    margin: 0 auto;
  }
  section h2 {
    font-size: 13.5px;
    line-height: 17px;
    color: #1b2022;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
  }
  section .start-here {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0;
  }
  section .start-here:before {
    display: none;
  }
  section .last-step {
    font-size: 25px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  section p {
    font-size: 13.5px;
    line-height: 17px;
    text-align: left;
  }
  section p strong {
    font-weight: 600;
  }
  section label {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 0 auto;
  }
  section label.alt {
    text-align: left;
    position: relative;
    font-size: 18px;
    line-height: 20.5px;
    margin-top: 0;
  }
  section label.alt:before {
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
    top: 3px;
    border-radius: 5px;
    line-height: 1;
    content: ' ';
    position: absolute;
    background-color: #29b7e6;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12.5px;
  }
  section label.alt.num-2:before {
    content: '2';
  }
  section label.alt.num-3:before {
    content: '3';
  }
  section label.alt.num-4:before {
    content: '4';
  }
  section label.alt.num-5:before {
    content: '5';
  }
  section label.alt.num-6:before {
    content: '6';
  }
  section label.alt .number {
    display: none;
  }
  section label .number {
    width: 20px;
    height: 20px;
    top: -2px;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
  }
  section label.input-label {
    display: none;
  }
  section .search-group {
    margin: 10px auto 10px auto;
  }
  section .search-group img {
    width: 33.5px;
    height: 29px;
  }
  section .search-group .input-group-text {
    border-top: 1px solid #7adddc;
    border-left: 1px solid #7adddc;
    border-bottom: 1px solid #7adddc;
    border-radius: 4px;
    padding-right: 4px;
  }
  section .search-group .form-control {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    height: 39px;
    border-top: 1px solid #7adddc;
    border-right: 1px solid #7adddc;
    border-bottom: 1px solid #7adddc;
    border-radius: 4px;
  }
  section .form-control {
    height: 39px;
    border: 1px solid #7bdfdd;
    font-size: 13.5px;
    letter-spacing: 0.025em;
  }
  section .btn-continue {
    max-width: 100%;
    height: 49px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid #fff;
  }
  section .btn-continue:before {
    width: 10.5px;
    height: 13px;
  }
  section .btn-choice {
    width: 100%;
    height: 49px;
    font-size: 19px;
    border: 1px solid;
  }
  section .btn-choice:before {
    width: 10.5px;
    height: 13px;
  }
  section .btn-credit {
    width: 242px;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20.5px;
    box-shadow: none;
  }
  section .btn-credit.excellent {
    margin-top: 20px;
  }
  section .btn-back {
    background-color: #364c69;
    margin-top: 32px;
    width: 127px;
    height: 32.5px;
    font-size: 16.5px;
  }
  section .btn-back:before {
    width: 8.5px;
    height: 10.5px;
  }
  section .btn-show {
    margin: 30px auto 0px auto;
    max-width: 302px;
    width: 100%;
    height: 36px;
    border: 0;
  }
  section .btn-show.more {
    background: url(../images/btn-show-more.png) 0 0 no-repeat;
    background-size: cover;
  }
  section .btn-show.less {
    background: url(../images/btn-show-less.png) 0 0 no-repeat;
    background-size: cover;
  }
  section input.btn-submit {
    margin-top: 0;
    margin-bottom: 20px;
    height: 49px;
    font-size: 19px;
    letter-spacing: 0.025em;
  }
  section .disclaimer {
    font-size: 12px;
    line-height: 1.2;
    color: #56515b;
    letter-spacing: 0;
  }
}

.tcpa_disclaimer label {
  font-size:14px;
}

input.error {
  background-color: red;
  color:#FFF;
}