.bst-page .menu-links-wrapper, .bst-page #onetrust-consent-sdk, .bst-page #onetrust-banner-sdk {
  display:none !important;
}

.bst-page .drinkiq-quiz-questions__title{
  text-align: left !important;
}

.bst-page .home-link {
  pointer-events: none;
}
.bst-page header.header{
  z-index: 9;
}
.bst-page .logo-wrapper{
  margin-top: 12px;
}
.bst-page .p-bar{
  left: -36px;
  position: relative;
}
.bst-page .results-page.visible .quiz-progress-bar__restart-quiz{
  position: absolute;
  right: 20px;
}
.bst-page .post-quiz-poll .quiz-progress-bar__restart-quiz{
  position: absolute;
  top: 0;
  right: 22px;
}
.bst-page [restartquiz] {
  color: var(--primary-night);
  font-family: var(--font-regular);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.18px;
  display: flex;
  width: 215px;
  padding: 21px 23px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 32px;
  background: #9FCCFF;
  text-decoration: none;
  z-index: 9999;
  display: flex;
  position: relative;
  margin-top: 24px;
}
.quiz-progress-bar__restart-quiz{
  display: flex;
  justify-content: end;
  z-index: 9999999;
  position: relative;
}
/* .bst-page .row.tablet{
flex-direction: column-reverse;
gap: var(--spacing-32);
align-items: center;
} */
/* .bst-page .drinkiq-quiz-questions__img-wrapper{
display: flex;
height: 100%;
} */
/*.bst-page .post-quiz-poll__panel .row {
flex-direction: column;
gap: 40px;
align-items: center;
} */
body.bst-page.popup-avail::before{
  display:none;
}

.bst-page .results-page-bts__reward-content-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 40px 64px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 24px;
  min-height: 485px;
}
.bst-page .results-page .results-page-bst__right {
  justify-content: end;
}
.bst-page .results-page__image{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bst-page .results-page__score-signposts-cta a{
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 24px;
  margin-right: 8px;
  height: 76px;
  width: 76px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.bst-page .results-page__score-signposts-cta a.icon{
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  color: var(--primary-carbon);
}
.bst-page .results-page-bst__image{
  max-width: 300px;
  max-height: 300px;
  margin-left: 60px;
  bottom: -20px;
}
}
@media only screen and (max-width: 767px) {
  .bst-page .results-page__reward-content-wrapper {
    padding: 32px 24px;
    min-height: 481px;
  }
  .bst-page .results-page__campaign-text {
    padding-bottom: 32px;
  }
  .bst-page .quiz-reward__content-wrapper {
    max-width: unset;
    padding: 0 16px 0 0;
  }
  .bst-page .quiz-reward__wrapper{
    min-height: 620px;
  }
}

.bst-page .results-page:is([data-marks="0"],[data-marks="1"],[data-marks="2"],[data-marks="3"],[data-marks="4"],[data-marks="5"],[data-marks="6"],[data-marks="7"],[data-marks="8"],[data-marks="9"]) {
  --res-primary-color: var(--secondary-light-purple) !important;
  --svg-color: none;
}




#ip3-bst .quiz-progress-bar__main {
  margin: 0 auto 1rem;
}

#ip3-bst .quiz-progress-bar__wrapper {
  margin-top: 2.8rem;
  margin-bottom: 0.2rem;
}

body#ip3-bst .drinkiq-quiz-questions__panel.pt-lg-48 {
  padding-top: var(--spacing-72);
}

/* body#ip3-bst {
overflow: hidden;
overscroll-behavior: contain;

} */


#ip3-bst .drinkiq-quiz-questions__panel .tablet {
  align-items:center;
} 

.bst-page .text-black {
  line-height: 36px;
}