@import url("https://p.typekit.net/p.css?s=1&k=bvx7gad&ht=tk&f=29434.29435.29436.49474.49476&a=138773395&app=typekit&e=css");

@font-face {
  font-family: "miller-headline";
  src: url("https://use.typekit.net/af/fffcc2/00000000000000007736b58e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/fffcc2/00000000000000007736b58e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/fffcc2/00000000000000007736b58e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}



@font-face {
  font-family: "greycliff-cf";
  src: url("https://use.typekit.net/af/58c760/00000000000000007735fa4c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/58c760/00000000000000007735fa4c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/58c760/00000000000000007735fa4c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");

}

.container-1920 {
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main-body {
  margin: 0 !important;
}

.lpl-logo {
  background-color: #FFF;
  padding: 0 165px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 104px;

}


.logo-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img {
  width: 178px;
  height: 23.12px;
  object-fit: contain;
}

.highlight {
  color: #037C60;
  font-family: miller-headline, serif;
  text-rendering: optimizeLegibility;
}

.main-section {
  padding: 0;
  margin: 0;
}

.banner-container {
  position: relative;
  width: 100%;
  margin: auto;
  background-image: url('/assets/images/forward-looking.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;


}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

body,
html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}


.container-bg {
  background: #03A981;
  width: 100%;
  max-width: 1920px;

  grid-column: 1/span 7;
  z-index: 1;

}

.responsive-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.card-container {
  padding: 20px;

  .card-box {
    padding: 60px;
    background-color: #ffff;
    border: 1px solid #D0D1DB;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);

    .title-text {
      font-family: miller-headline, serif;
      text-rendering: optimizeLegibility;
      color: #06163A;
      font-weight: 400;
      letter-spacing: 0.34px;
      margin: 0px;
    }

    p {
      font-family: greycliff-cf, sans-serif;
      text-rendering: optimizeLegibility;
      font-style: normal;
      font-weight: 400;
      line-height: 125%;
      color: #06163A;
    }

    .button-quiz {
      border: none !important;
      background-color: #B35000 !important;
      padding: 10px 30px !important;
      color: #ffff !important;
      height: 43px !important;
      font-size: 16px !important;
      cursor: pointer !important;
    }

    .button-quiz:hover {
      background-color: #DE7925 !important;
    }


  }
}

@media screen and (max-width: 978px) {
  .card-box {
    width: 94%;
    margin: 0 auto;

    .title-text {
      font-size: 50px;
      margin-bottom: 30px !important;
    }

    p {
      font-size: 16px;
    }

    .button-quiz {
      font-size: 18px;
    }
  }


}

@media screen and (max-width: 576px) {
  .card-box {
    .title-text {
      font-size: 34px;
    }

    p {
      font-size: 14px;
    }

    .button-quiz {
      font-size: 16px;
    }
  }
}

@media only screen and (min-width: 979px) {

  /* CSS styles for laptops and larger screens */
  .card-container {
    padding: 20px;

    .card-box {
      padding: 40px;
      position: absolute;
      left: 50%;
      width: 475px;
      min-height: 409px;
      top: 139px;

      .title-text {
        font-size: 50px;
      }

      p {
        font-size: 14px;
      }

      .button-quiz {
        font-size: 16px;
      }
    }
  }
}



@media only screen and (min-width: 1450px) {

  /* CSS styles for large desktops and extra-large screens */
  .card-container {
    padding: 20px;

    .card-box {
      top: 139px;
      width: 745px;
      min-height: 608px;
      max-width: 1920px;
      left: 46%;
      position: absolute;

      .title-text {
        font-size: 80px;
      }

      p {
        font-size: 22px;
      }

      .button-quiz {
        font-size: 18px;
      }

    }
  }
}



.quiz-button {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #B35000;
  color: #FFF;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-family: greycliff-cf, sans-serif;
  text-rendering: optimizeLegibility;

  @media screen and (max-width: 1280px) {
    font-size: 50px;

  }

  @media screen and (max-width: 979px) {
    font-size: 34px;

  }
}

.bg-img img {
  width: 100%;
  display: block;

}

.custom-footer {
  background-color: #FFF;
  padding: 30px 20px;
  font-size: 14px;
  color: #000;
  font-family: greycliff-cf, sans-serif;
  text-rendering: optimizeLegibility;
  border-top: 1px solid #ccc;
  background-color: #F7F1ED
}

.footer-top-line {
  margin-bottom: 20px;
}

.footer-body-text {
  text-align: left;
  color: #000;

  @media(min-width:1200px) {

    margin-right: 300px;
    margin-left: 300px;
  }

  @media(max-width:1200px) {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.footer-icons {
  text-align: center;

  @media(max-width:430px) {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;

  }

}

.footer-icons a {
  color: #06163A;
  text-decoration: none;
  font-size: 24px;
  margin-right: 30px;

  @media(max-width:430px) {
    margin-right: 0;
  }

}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eee;

  @media(max-width:430px) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-left {

  padding: 5px 0;

  @media(max-width:430px) {
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
    display: flex;
    gap: 8px;
  }

}

.footer-links a {
  margin-left: 20px;
  color: #06163A;
  font-family: greycliff-cf, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 10px;
  text-decoration: none;

  @media(max-width:430px) {
    margin: 0;
    display: block;
  }


}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-end {
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media(max-width:670px) {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  padding-top: 20px;
  border-top: 1px solid var(--Secondary-Cool-Grey-2, #D0D1DB);

  @media(min-width:1200px) {

    margin: 80px 165px 80px 165px;
  }

  @media(max-width:1200px) {
    margin: 30px 50px 30px 50px;

  }
}

/* Quiz section */
.quiz-section {
  background-color: #03A981;

  padding-bottom: 80px;


}

.quiz-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  gap: 0;
  box-sizing: border-box;
  min-height: 680px;
}

.quiz-left,
.quiz-right {
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-left {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: #F7F1ED;

  h2 {
    color: var(--Primary-Blue, #06163A);
    font-family: Miller Display, serif;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0px 0 86px;
  }
}

.quiz-right {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #FFF;
}

.quiz-step {
  color: #037C60;
  font-family: "Miller Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#smartcapture-block-nt8lg85xxma fieldset:not(:first-of-type) {
  display: none
}

.quiz-form {
  width: 100%;

}

.form-button {
  border: none;
  background-color: #B35000;
  padding: 10px 30px;
  color: #ffff;
  height: 43px;
  font-size: 16px;
  cursor: pointer;
}

.form-button:hover {
  background-color: #DE7925;
}

.answers-container {
  padding: 0 27px;
}

.answer {
  border: 1px solid #B35000;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
}

.answer:hover {
  background-color: #B35000;
  color: #fff;
}

.form-label {
  color: var(--Primary-Copper, #B35000);
  font-family: greycliff-cf, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.answer.selected {
  background-color: #B35000;
  color: #fff;
}



fieldset {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 0;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 40px 0;
}

@media screen and (max-width:1446px) {
  .quiz-left h2 {
    padding: 0;
  }
}

@media screen and (max-width:1274px) {
  .quiz-left h2 {
    font-size: 50px
  }

  .answers-container {
    padding: 0;
  }
}

@media screen and (max-width:1058px) {
  .quiz-left h2 {
    font-size: 43px
  }
}


@media screen and (min-width:979px) {
  .quiz-section {
    padding: 0 100px 100px 100px;

  }
}

@media screen and (max-width:978px) {
  .quiz-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 auto;
    border-radius: 35px;
    overflow: hidden;
    width: 90%;

  }

  .quiz-left,
  .quiz-right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 32px 20px;
    border-radius: 0 !important;
  }
}

@media screen and (max-width:430px) {
  .quiz-section {
    padding: 60px 12px;
    padding-top: 0;

    .quiz-left,
    .quiz-right {
      padding: 25px 20px;
      border-radius: 25px;
    }

    .quiz-left h2 {
      font-size: 18px;
    }

    .quiz-step {
      font-size: 11px;
    }
  }
}

@media screen and (min-width: 1921px) {
  .card-box {
    max-width: 1920px;
    left: 50% !important;
  }

}
