/* Style quiz exit-intent popup — port of main-site wait-popup-with-style-quiz-modal for bioEp. */

#bio_ep.style-quiz-popup {
  width: 90% !important;
  max-width: 647px;
  height: 90%;
  max-height: 557px;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

#bio_ep.style-quiz-popup #bio_ep_header {
  display: none;
}

#bio_ep.style-quiz-popup #popup_wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}

#bio_ep.style-quiz-popup #bio_ep_close {
  position: absolute;
  top: 13px;
  right: 13px;
  left: auto;
  float: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  z-index: 3;
  text-align: right;
  text-shadow: none;
  opacity: 1;
  color: inherit;
  background-color: transparent;
}

#bio_ep.style-quiz-popup #bio_ep_close svg {
  padding-right: 0;
  display: block;
}

#bio_ep.style-quiz-popup #bio_ep_content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: "proxima-nova", "Gill Sans MT", "Gill Sans", sans-serif;
  overflow: hidden;
}

#bio_ep.style-quiz-popup .style-quiz-hero {
  position: relative;
  flex-shrink: 0;
  height: 251px;
  min-height: 1px;
  background-image: url(https://cdn.decorilla.com/imgp/jpg/882ae596-2e85-414b-ac5c-065a40d79391/style-quiz-hero-image.jpg?width=1500);
  background-size: cover;
  background-position-y: 35%;
  background-repeat: no-repeat;
}

#bio_ep.style-quiz-popup .style-quiz-forbes {
  position: absolute;
  top: 0;
  left: 8px;
  width: 97px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  display: block;
}

#bio_ep.style-quiz-popup .banner-container notranslate {
  display: block;
}

#bio_ep.style-quiz-popup .banner-container {
  height: auto;
}

#bio_ep.style-quiz-popup .banner-container h2 {
  font-family: "Ethereal semi", "Ethereal", Georgia, serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 5px;
}

#bio_ep.style-quiz-popup .banner-container .subtitle {
  display: block;
  font-family: "proxima-nova", "Gill Sans MT", "Gill Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

#bio_ep.style-quiz-popup .banner-container .features-container {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  width: 67%;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #333333;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description:first-child {
  border-right: 1px solid #bfbfbf;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description.feature-3d {
  padding-left: 50px;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description svg {
  align-self: center;
  flex-shrink: 0;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description div {
  padding: 0 12px;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description div .title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#bio_ep.style-quiz-popup .banner-container .features-container .feature-description div .subtitle {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

#bio_ep.style-quiz-popup .style-quiz-footer {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

#bio_ep.style-quiz-popup .btn.btn-dec-gold.btn-pop-start-style-quiz {
  display: block;
  max-width: 100%;
  width: 374px;
  margin: 0 auto;
  padding: 13px 20px 11px;
  border: none;
  border-radius: 10px;
  background-color: #D1C398;
  color: #111111;
  font-family: "proxima-nova", "Gill Sans MT", "Gill Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#bio_ep.style-quiz-popup a.btn.btn-dec-gold.btn-pop-start-style-quiz:hover,
#bio_ep.style-quiz-popup a.btn.btn-dec-gold.btn-pop-start-style-quiz:focus {
  color: #ffffff;
  background-color: #8A7C56;
}

#bio_ep.style-quiz-popup .footer-text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

#bio_ep.style-quiz-popup.style-quiz-initiated #bio_ep_content {
  height: 100%;
}

#bio_ep.style-quiz-popup #styleQuizIframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  #bio_ep.style-quiz-popup .banner-container h2 {
    width: 100%;
    margin-bottom: 12px;
    font-size: clamp(24px, 7.5vw, 30px);
    text-align: center;
    white-space: nowrap;
  }

  #bio_ep.style-quiz-popup .banner-container notranslate.language-es > h2 {
    line-height: 1.1;
    white-space: normal;
  }

  #bio_ep.style-quiz-popup .banner-container notranslate > .subtitle {
    font-size: clamp(14px, calc(10.67vw - 24px), 16px);
    line-height: calc(1.42857143em - 4px);
  }

  #bio_ep.style-quiz-popup .banner-container notranslate > .subtitle.language-en .mobile-confidence {
    display: block;
    white-space: nowrap;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container {
    margin-top: 20px;
    width: 90%;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description.feature-3d {
    padding-left: 20px;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description svg {
    width: 35px;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description svg.svg-3d {
    width: 25px;
  }
}

@media (max-width: 496px) {
  #bio_ep.style-quiz-popup {
    height: auto;
    max-height: 600px;
  }

  #bio_ep.style-quiz-popup #popup_wrapper,
  #bio_ep.style-quiz-popup #bio_ep_content {
    height: auto;
  }

  #bio_ep.style-quiz-popup.style-quiz-initiated,
  #bio_ep.style-quiz-popup.style-quiz-initiated #popup_wrapper,
  #bio_ep.style-quiz-popup.style-quiz-initiated #bio_ep_content {
    height: 90%;
    max-height: 600px;
  }
}

@media (max-width: 445px) {
  #bio_ep.style-quiz-popup {
    width: 92% !important;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 1px;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description div {
    line-height: calc(1.15em - 2px);
  }

  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description div .title,
  #bio_ep.style-quiz-popup .banner-container .features-container .feature-description div .subtitle {
    font-size: clamp(10px, 3vw, 12px);
    white-space: nowrap;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container.language-es .feature-description:first-child {
    width: 55%;
  }

  #bio_ep.style-quiz-popup .banner-container .features-container.language-es .feature-description.feature-3d {
    width: 45%;
  }

  #bio_ep.style-quiz-popup .style-quiz-footer {
    min-height: unset;
    padding: 30px 0;
  }

  #bio_ep.style-quiz-popup .btn.btn-dec-gold.btn-pop-start-style-quiz {
    width: 85%;
  }
}
