* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Spline Sans";
  src: url("../../fonts/SplineSans/SplineSans-Regular.woff2");
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../../fonts/Garamond/AGaramondPro-Bold.woff");
}
@font-face {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AGaramondPro-Bold.woff");
}
@font-face {
  font-family: "Garamond BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AGaramondPro-BoldItalic.woff");
}
@font-face {
  font-family: "Garamond Italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AGaramondPro-Italic.woff");
}
@font-face {
  font-family: "Garamond Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/AGaramondPro-Regular.woff");
}
@font-face {
  font-family: "SplineSans Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SplineSans-Bold.woff2");
}
@font-face {
  font-family: "SplineSans SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SplineSans-SemiBold.woff2");
}
@font-face {
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SplineSans-Light.woff2");
}
@font-face {
  font-family: "SplineSans Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SplineSans-Medium.woff2");
}
@font-face {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SplineSans-Regular.woff2");
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}

h1 {
  font-family: "Garamond Bold";
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  max-width: 570px;
  margin: 50px auto 0px;
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.quiz-site {
  /*
  @media screen and (max-height: 800px) {
      .quiz-box {
          height: auto;
          max-height: unset;
          position: unset;
          top: unset;
          transform: unset;
          min-height: 100vh;
          .quiz-inner {
              position: unset;
              top: unset;
              transform: unset;
          }
      }
  }
  */
  background-image: url("../../kviz-assets/img/background.png");
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}
.quiz-site section {
  max-width: 100vw;
}
.quiz-site body {
  background-color: #1E1E3C;
}
.quiz-site .nav {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
  height: 70px;
  background: #181830;
}
@media (min-width: 953px) and (max-width: 1440px) {
  .quiz-site .nav {
    height: 56px;
  }
}
.quiz-site .nav .--hidden-on-load {
  opacity: 0;
}
.quiz-site .nav__gradient {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 338px;
  background: linear-gradient(180deg, #1E1E3C 0%, rgba(30, 30, 60, 0) 115.28%);
}
@media (min-width: 953px) and (max-width: 1440px) {
  .quiz-site .nav__gradient {
    height: 260px;
  }
}
.quiz-site .nav .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.quiz-site .nav__circle {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -47px;
  z-index: 10000;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #181830;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 953px) and (max-width: 1440px) {
  .quiz-site .nav__circle {
    top: -30px;
    width: 140px;
    height: 140px;
  }
}
.quiz-site .nav__logo {
  position: relative;
  z-index: 10000;
  width: 85px;
  margin-top: 32px;
  top: 0;
}
@media (min-width: 953px) and (max-width: 1440px) {
  .quiz-site .nav__logo {
    margin-top: 24px;
    width: 75px;
  }
}
.quiz-site .nav__buttons-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.quiz-site .nav__buttons-wrapper .spacer {
  width: 80px;
}
.quiz-site .nav__buttons-wrapper .nav__button {
  font-family: "Spline Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  color: white;
  text-decoration: none;
}
@media (min-width: 953px) and (max-width: 1440px) {
  .quiz-site .nav__buttons-wrapper .nav__button {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (hover: hover) {
  .quiz-site .nav__buttons-wrapper .nav__button:hover {
    transition: all 0.25s;
    text-decoration: underline;
    cursor: pointer;
  }
}
.quiz-site .nav__buttons-wrapper .nav__button.home-link {
  display: none;
}
.quiz-site .nav__burger-box {
  display: none;
}
@media (min-width: 0px) and (max-width: 952px) {
  .quiz-site .nav {
    overflow: visible;
  }
  .quiz-site .nav .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0;
  }
  .quiz-site .nav__gradient {
    display: none;
  }
  .quiz-site .nav__burger-box {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 24px;
  }
  .quiz-site .nav__burger.burger-x {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
  }
  .quiz-site .nav__burger.burger-initial {
    transition: opacity 0.25s ease;
  }
  .quiz-site .nav__buttons-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 180px;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    transition: all 0s;
    transition-delay: 1s;
    overflow: hidden;
  }
  .quiz-site .nav__buttons-wrapper:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1E1E3C;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    transition: height 0.75s ease;
  }
  .quiz-site .nav .homeLink {
    display: block;
  }
  .quiz-site .nav .nav__button {
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .quiz-site .nav .nav__button {
    font-size: 24px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .quiz-site .nav .nav__button.home-link {
    display: block;
  }
  .quiz-site .nav.active h6 {
    color: #FFFFFF;
  }
  .quiz-site .nav.active .burger-x {
    opacity: 1;
  }
  .quiz-site .nav.active .burger-initial {
    opacity: 0;
  }
  .quiz-site .nav.active .nav__buttons-wrapper {
    height: 100vh;
    transition: all 0s;
  }
  .quiz-site .nav.active .nav__buttons-wrapper:before {
    height: 100%;
  }
  .quiz-site .nav.active .nav__buttons-wrapper .nav__button {
    opacity: 1;
    transition: opacity 0.5s ease;
    transition-delay: 0.5s;
  }
}
.quiz-site .progress-bar {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  background: #ECE5DE;
  transition: all 0.5s ease;
  z-index: 100;
}
.quiz-site .progress-bar .progress-made {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #0A64B4;
  transition: all 0.5s ease;
}
.quiz-site .quiz-site-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  background-size: cover;
  background-position: center top;
}
.quiz-site .quiz-site-bg.bg-hide {
  opacity: 0;
  transition-delay: 0.5s;
}
.quiz-site .quiz-box-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.quiz-site .quiz-box {
  position: relative;
  width: 90%;
  max-width: 1330px;
  height: auto;
  min-height: 780px;
  max-height: 900px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C8A064;
  display: flex;
}
.quiz-site .quiz-box .quiz-inner {
  margin: auto;
  padding: 15px 50px;
  width: 90%;
  max-width: 1120px;
}
.quiz-site .quiz-box .quiz-inner.quiz-form {
  text-align: center;
}
.quiz-site .quiz-box .quiz-inner.quiz-form .title-wrapper {
  margin: 50px auto 30px;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone {
  padding: 0 50px 50px;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .quiz-standalone-container {
  max-width: 100%;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-image figure {
  height: 200px;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-image figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone p {
  font-family: "Spline Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #FFFDF9;
  max-width: 785px;
  margin: 7px auto;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone a {
  color: #FFFDF9;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone h2 {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #1E1E3C;
  margin: 40px auto;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone pre {
  white-space: break-spaces;
  font-family: "Spline Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  max-width: 720px;
  margin: 7px auto;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone pre a {
  color: #FFFFFF;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .is-layout-flex {
  margin: 0 auto;
  max-width: 540px;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button {
  margin: 30px auto 0;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button__link {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 59px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #FFFFFF;
  background-color: #0A64B4;
  border-radius: 0;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button__link:disabled, .quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button__link-disabled {
  pointer-events: none;
  background-color: #DEDEDE;
}
.quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button__link:hover {
  background-color: #1E1E3C;
}
.quiz-site .quiz-box .quiz-inner .image-wrapper {
  height: 300px;
  width: 460px;
  box-shadow: 15px 15px 75px 2px rgba(116, 134, 145, 0.25);
  margin: 0 auto;
  position: relative;
  z-index: 30;
  display: inline-block;
  margin-inline: auto;
}
.quiz-site .quiz-box .quiz-inner .image-wrapper .frame {
  position: absolute;
  top: 0%;
  left: -5%;
  width: 110%;
  z-index: 50;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.quiz-site .quiz-box .quiz-inner .image-wrapper .background-object {
  position: absolute;
  top: 5%;
  bottom: 0;
  height: 90%;
  width: auto;
  width: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.quiz-site .quiz-box .quiz-inner .image-wrapper .background-object.left {
  transform: translateX(-50%);
  left: 0;
}
.quiz-site .quiz-box .quiz-inner .image-wrapper .background-object.right {
  transform: translateX(50%);
  right: 0;
}
.quiz-site .quiz-box .quiz-inner img, .quiz-site .quiz-box .quiz-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quiz-site .quiz-box .quiz-inner .resource-wrapper {
  position: relative;
  z-index: 40;
  height: 100%;
  overflow: hidden;
  background-image: url("../img/frame-bg.png");
  background-position: center;
  background-size: cover;
}
.quiz-site .quiz-box .quiz-inner .resource-wrapper#model, .quiz-site .quiz-box .quiz-inner .resource-wrapper#model_explained {
  padding: 20px 5px;
}
.quiz-site .quiz-box .quiz-inner model-viewer {
  --poster-color: transparent;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px auto;
}
.quiz-site .quiz-box .quiz-inner model-viewer::part(default-progress-mask) {
  display: none;
}
.quiz-site .quiz-box .selectors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 876px;
  margin-inline: auto;
}
.quiz-site .quiz-box .selectors.voted .one-option {
  pointer-events: none;
  cursor: unset;
}
.quiz-site .quiz-box .selectors.voted .one-option:hover {
  background-color: #FFFFFF;
  border: 1px solid #1377C0;
}
.quiz-site .quiz-box .selectors.voted .one-option:hover .option-index {
  color: #0A64B4;
}
.quiz-site .quiz-box .selectors.voted .one-option:hover .option-value {
  color: #0B212F;
  opacity: 0.5;
}
.quiz-site .quiz-box .selectors.voted .one-option.correct:hover {
  background-color: #43976E;
  border: 1px solid #43976E;
}
.quiz-site .quiz-box .selectors.voted .one-option.correct:hover .option-index, .quiz-site .quiz-box .selectors.voted .one-option.correct:hover .option-value {
  color: #FFFFFF;
  opacity: 1;
}
.quiz-site .quiz-box .selectors.voted .one-option.incorrect:hover {
  background-color: #B03E3E;
  border: 1px solid #B03E3E;
}
.quiz-site .quiz-box .selectors.voted .one-option.incorrect:hover .option-index, .quiz-site .quiz-box .selectors.voted .one-option.incorrect:hover .option-value {
  color: #FFFFFF;
  opacity: 1;
}
.quiz-site .quiz-box .selectors .one-option {
  position: relative;
  width: calc(50% - 8px);
  height: 59px;
  margin-bottom: 16px;
  padding: 0 20px;
  background-color: #FFFFFF;
  border: 1px solid #1377C0;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.quiz-site .quiz-box .selectors .one-option .option-index {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  color: #0A64B4;
  position: absolute;
  left: 31px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.quiz-site .quiz-box .selectors .one-option .option-value {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0B212F;
  opacity: 0.5;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.quiz-site .quiz-box .selectors .one-option:hover {
  background-color: #e3f8ff;
  /*border: 1px solid #a0dbed;
  .option-index, .option-value {
      color: #FFFFFF;
      opacity: 1;
  }*/
}
.quiz-site .quiz-box .selectors .one-option.selected {
  background-color: #0A64B4;
  border: 1px solid #0A64B4;
}
.quiz-site .quiz-box .selectors .one-option.selected .option-index, .quiz-site .quiz-box .selectors .one-option.selected .option-value {
  color: #FFFFFF;
  opacity: 1;
}
.quiz-site .quiz-box .selectors .one-option.correct {
  background-color: #43976E;
  border: 1px solid #43976E;
}
.quiz-site .quiz-box .selectors .one-option.incorrect {
  background-color: #B03E3E;
  border: 1px solid #B03E3E;
}
.quiz-site .quiz-box .selectors .one-option.correct .option-index, .quiz-site .quiz-box .selectors .one-option.correct .option-value, .quiz-site .quiz-box .selectors .one-option.incorrect .option-index, .quiz-site .quiz-box .selectors .one-option.incorrect .option-value {
  color: #FFFFFF;
  opacity: 1;
}
.quiz-site .quiz-box .quiz-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 570px;
  margin: 0 auto;
}
.quiz-site .quiz-box .quiz-cta {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: block;
  width: 265px;
  height: 59px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #FFFFFF;
  background-color: #0A64B4;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}
.quiz-site .quiz-box .quiz-cta:disabled, .quiz-site .quiz-box .quiz-cta-disabled {
  pointer-events: none;
  background-color: #DEDEDE;
}
.quiz-site .quiz-box .quiz-cta:hover {
  background-color: #1E1E3C;
}
.quiz-site .quiz-box .quiz-cta-museum {
  text-decoration: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 59px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #FFFFFF;
  background-color: #1E1E3C;
  border-radius: 0;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}
.quiz-site .quiz-box .quiz-cta-museum:disabled, .quiz-site .quiz-box .quiz-cta-museum-disabled {
  pointer-events: none;
  background-color: #DEDEDE;
}
.quiz-site .quiz-box .quiz-cta-museum:hover {
  background-color: #0A64B4;
}
.quiz-site .code-form {
  max-width: 550px;
  margin: 50px auto 0;
}
.quiz-site .code-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quiz-site .code-form-input {
  width: calc(50% - 6px);
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0B212F;
  padding: 0 25px;
}
.quiz-site .code-form-submit {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  width: calc(50% - 6px);
  height: 59px;
  background-color: #0A64B4;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.quiz-site .code-form-submit:hover {
  background-color: #1E1E3C;
}
.quiz-site .code-form .wpcf7-not-valid-tip {
  font-family: "SplineSans Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 1366px) {
  .quiz-site .code-form {
    max-width: 400px;
  }
  .quiz-site .code-form-wrapper {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
  }
  .quiz-site .code-form-input {
    width: 100%;
    margin-bottom: 12px;
  }
  .quiz-site .code-form-submit {
    width: 100%;
  }
}
.quiz-site .shop-banner {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 640px;
  height: 640px;
  background-image: url("../../kviz-assets/img/round-bg.png");
  background-size: cover;
  background-position: center;
  transform: translate(100%, 100%);
  transition: all 0.5s ease;
}
.quiz-site .shop-banner.visible {
  transform: translate(14%, 14%);
}
.quiz-site .shop-banner.visible.mobile {
  display: none;
}
.quiz-site .shop-banner-container {
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
  text-align: center;
  width: 400px;
}
.quiz-site .shop-banner h3 {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #1E1E3C;
  margin: -10px 0 0;
}
.quiz-site .shop-banner p {
  font-family: "Spline Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1E1E3C;
  margin: 10px 0 30px;
}
@media screen and (max-height: 768px) {
  .quiz-site .shop-banner {
    transform: translate(100%, 100%) scale(0.6);
  }
  .quiz-site .shop-banner.visible {
    transform: translate(28%, 25%) scale(0.6);
  }
}
@media screen and (max-width: 1800px) {
  .quiz-site .shop-banner {
    transform: translate(100%, 100%) scale(0.7);
  }
  .quiz-site .shop-banner.visible {
    transform: translate(23%, 23%) scale(0.7);
  }
  .quiz-site .shop-banner-container {
    position: relative;
  }
}
@media screen and (max-width: 1600px) {
  .quiz-site .shop-banner {
    transform: translate(100%, 100%) scale(0.7);
  }
  .quiz-site .shop-banner.visible {
    transform: translate(25%, 24%) scale(0.7);
  }
}
@media screen and (max-width: 1024px) {
  .quiz-site .shop-banner {
    position: relative;
    margin-top: 100px;
    right: unset;
    left: 50%;
    transform: translate(-50%);
    width: 350px;
    height: 350px;
  }
  .quiz-site .shop-banner-container {
    top: -80px;
  }
  .quiz-site .shop-banner .shop-banner-top {
    margin-bottom: 20px;
  }
  .quiz-site .shop-banner .shop-banner-top img {
    max-height: 150px;
  }
  .quiz-site .shop-banner h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .quiz-site .shop-banner p {
    font-size: 16px;
    line-height: 18px;
  }
  .quiz-site .shop-banner .shop-banner-bottom img {
    max-height: 70px;
  }
  .quiz-site .shop-banner.visible {
    transform: translateX(-50%);
  }
  .quiz-site .shop-banner.visible.mobile {
    display: block !important;
  }
  .quiz-site .shop-banner.visible.desktop {
    display: none !important;
  }
}
@media screen and (max-width: 370px) {
  .quiz-site .shop-banner {
    margin-top: 70px;
    /*
    overflow-x: hidden;
    overflow-y: visible;
    */
    width: 90vw;
    height: 90vw;
  }
  .quiz-site .shop-banner-container {
    top: -50px;
  }
  .quiz-site .shop-banner .shop-banner-top {
    margin-bottom: 20px;
  }
  .quiz-site .shop-banner .shop-banner-top img {
    max-height: 130px;
  }
  .quiz-site .shop-banner h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .quiz-site .shop-banner p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 15px;
  }
  .quiz-site .shop-banner .shop-banner-bottom img {
    max-height: 50px;
  }
}
@media screen and (max-height: 1050px) {
  .quiz-site .quiz-box-container {
    padding: 140px 0 50px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .quiz-site .quiz-box {
    height: auto;
    max-height: unset;
    position: relative;
    top: unset;
    transform: unset;
  }
}
@media screen and (max-width: 1024px) {
  .quiz-site {
    /*
    #smooth-wrapper {
        position: relative!important;
    }
    */
  }
}
@media screen and (max-width: 370px) {
  .quiz-site .quiz-box-container {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1500px) {
  .quiz-site .quiz-box {
    max-width: 1000px;
    min-height: 600px;
    min-height: 600px;
  }
  .quiz-site .quiz-box .quiz-inner {
    width: 90%;
    padding: 30px;
    max-width: 760px;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone {
    width: 90%;
    padding: 30px;
    max-width: 760px;
  }
  .quiz-site .quiz-box .quiz-inner .image-wrapper {
    width: 350px;
    height: 240px;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone h2 {
    max-width: 90%;
    font-size: 48px;
    line-height: 50px;
  }
  .quiz-site .quiz-box .quiz-cta-wrapper {
    max-width: 473px;
  }
  .quiz-site .quiz-box .quiz-cta, .quiz-site .quiz-box .quiz-cta-museum {
    width: 220px;
    height: 44px;
    font-size: 16px;
    margin-top: 5px;
  }
  .quiz-site .quiz-box .selectors .one-option {
    height: 44px;
  }
}
@media screen and (max-width: 1500px) and (max-height: 599px) {
  .quiz-site .quiz-box {
    min-height: 100vh;
  }
}
@media screen and (max-width: 1280px) {
  .quiz-site .quiz-box {
    max-width: 840px;
  }
  .quiz-site .quiz-box .quiz-inner {
    width: 90%;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone {
    width: 90%;
  }
  .quiz-site .quiz-box .selectors .one-option .option-index {
    left: 20px;
  }
  .quiz-site .quiz-box .selectors .one-option .option-value {
    left: 50px;
    line-height: 22px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .quiz-site .quiz-box {
    width: 95%;
    height: auto;
    position: unset;
    top: unset;
    transform: unset;
  }
  .quiz-site .quiz-box .quiz-inner {
    width: 100%;
    padding: 40px 20px;
    position: unset;
    top: unset;
    transform: unset;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone {
    padding: 40px 20px;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone .wp-block-button__link {
    font-size: 16px;
    max-width: 200px;
  }
  .quiz-site .quiz-box .quiz-inner .image-wrapper .background-object {
    display: none !important;
  }
  .quiz-site .quiz-box .quiz-inner.quiz-standalone h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .quiz-site .quiz-box .quiz-cta-wrapper {
    display: block;
  }
  .quiz-site .quiz-box .selectors .one-option {
    height: 59px;
    width: 100%;
  }
  .quiz-site .quiz-box .selectors .one-option .option-index {
    left: 25px;
    font-size: 28px;
    line-height: 22px;
  }
  .quiz-site .quiz-box .selectors .one-option .option-value {
    left: 60px;
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .quiz-site .quiz-box .quiz-inner .image-wrapper {
    width: 250px;
    height: 170px;
  }
}
.quiz-site .quiz-done {
  display: none;
  opacity: 0;
  padding: 40px 50px 20px;
}
.quiz-site .quiz-done .centered {
  text-align: center;
}
.quiz-site .quiz-done .text-wrapper {
  color: white;
}
.quiz-site .quiz-done .text-wrapper p {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.quiz-site .quiz-done .text-wrapper.text-blue {
  color: #1E1E3C;
}
.quiz-site .quiz-done .text-wrapper.text-blue p {
  font-size: 20px;
}
.quiz-site .quiz-done .title-wrapper h2 {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  margin: 30px auto;
  text-align: center;
  color: #FFFFFF;
}
.quiz-site .quiz-done .title-wrapper.color-green h2 {
  color: #3CDAB4;
}
.quiz-site .quiz-done .redirect-cta {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: block;
  width: 265px;
  padding: 19px 0;
  text-align: center;
  max-width: 100%;
  margin: 48px auto 0;
  color: #FFFFFF;
  background-color: #0A64B4;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.quiz-site .quiz-done .success-rate {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  color: #1E1E3C;
  margin: 35px auto 20px;
}
.quiz-site .quiz-done .flex-wrapper {
  max-width: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  word-break: keep-all;
  margin: 0 auto;
}
.quiz-site .quiz-done .divider {
  width: 80%;
  max-width: 655px;
  height: 0px;
  left: 633px;
  top: 534px;
  margin: 0 auto;
  opacity: 0.1;
  border: 1px solid #FFFFFF;
  margin: 30px auto 45px;
}
.quiz-site .quiz-done .form-wrapper, .quiz-site .quiz-done .success-wrapper {
  max-width: 622px;
  width: 80%;
  margin: 0 auto;
}
.quiz-site .quiz-done .form-wrapper .title-wrapper, .quiz-site .quiz-done .success-wrapper .title-wrapper {
  margin-bottom: 20px;
}
.quiz-site .quiz-done .form-line-wrapper {
  display: block;
}
.quiz-site .quiz-done .form-error-wrapper {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 20, 20);
  margin: 3px;
  height: 12px;
}
.quiz-site .quiz-done .wpcf7-not-valid-tip {
  font-family: "SplineSans Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.quiz-site .quiz-done .input-wrapper {
  width: 80%;
  max-width: 450px;
  margin: 0 auto 8px;
}
.quiz-site .quiz-done .button-wrapper {
  position: relative;
  width: 160px;
  display: block;
  margin: 0 auto;
}
.quiz-site .quiz-done .button-wrapper .ajax-loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 20px;
}
.quiz-site .quiz-done input {
  width: 100%;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0B212F;
  padding: 0 25px;
}
.quiz-site .quiz-done input::-moz-placeholder {
  color: #000000;
}
.quiz-site .quiz-done input::placeholder {
  color: #000000;
}
.quiz-site .quiz-done input[type=submit] {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  width: 100%;
  height: 59px;
  background-color: #0A64B4;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.quiz-site .quiz-done input[type=submit]:hover {
  background-color: #1E1E3C;
}
.quiz-site .quiz-done .checkbox-wrapper {
  height: 34px;
  margin: 25px 0;
  text-align: center;
}
.quiz-site .quiz-done .checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: unset;
  position: relative;
  width: 32px;
  height: 0px;
  top: -20px;
  margin: 0;
}
.quiz-site .quiz-done .checkbox-wrapper input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  /* Light */
  border: 2px solid #FFFDF9;
}
.quiz-site .quiz-done .checkbox-wrapper input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
}
.quiz-site .quiz-done .checkbox-wrapper label {
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin-left: 0px;
}
.quiz-site .quiz-done .checkbox-wrapper label a {
  color: #FFFFFF;
}
@media screen and (max-width: 1500px) {
  .quiz-site .quiz-done .success-rate {
    max-width: 90%;
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .quiz-site .quiz-done .text-wrapper p {
    font-size: 20px;
    line-height: 26px;
  }
  .quiz-site .quiz-done .title-wrapper h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .quiz-site .quiz-done .flex-wrapper {
    max-width: 80%;
  }
  .quiz-site .quiz-done .divider {
    margin: 15px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .quiz-site .quiz-done .text-wrapper p {
    font-size: 16px;
    line-height: 22px;
  }
  .quiz-site .quiz-done .title-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .quiz-site .quiz-done .success-rate {
    font-size: 36px;
    line-height: 42px;
  }
  .quiz-site .quiz-done .input-wrapper {
    width: 100%;
  }
  .quiz-site .quiz-done .button-wrapper {
    width: 100%;
    max-width: 175px;
    margin: 10px auto 0;
  }
  .quiz-site .quiz-done .checkbox-wrapper label {
    margin-left: -5px;
  }
}
@media screen and (max-width: 550px) {
  .quiz-site .quiz-done .flex-wrapper {
    display: block;
    text-align: center;
  }
  .quiz-site .quiz-done .checkbox-wrapper {
    padding-left: 50px;
    text-align: left;
  }
  .quiz-site .quiz-done .checkbox-wrapper input[type=checkbox] + .wpcf7-list-item-label {
    display: block;
    position: relative;
    left: 40px;
    top: -30px;
  }
  .quiz-site .quiz-done .checkbox-wrapper .wpcf7-condition-link {
    position: relative;
    top: 0;
    left: 0;
  }
  .quiz-site .quiz-done .checkbox-wrapper label {
    margin-left: -67px;
    line-height: 24px;
    position: relative;
    top: -12px;
  }
  .quiz-site .quiz-done .form-error-wrapper {
    height: 40px;
  }
}
@media screen and (max-width: 340px) {
  .quiz-site .quiz-done .checkbox-wrapper {
    height: 50px;
  }
}
@media screen and (max-width: 340px) {
  .quiz-site .quiz-done .flex-wrapper .text-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .quiz-site .quiz-done input {
    padding: 0 15px;
  }
  .quiz-site .quiz-done .checkbox-wrapper label {
    margin-left: -48px;
  }
}
.quiz-site .quiz-explained {
  display: none;
  opacity: 0;
  text-align: center;
}
.quiz-site .quiz-explained .centered {
  text-align: center;
}
.quiz-site .quiz-explained .text-wrapper {
  color: white;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}
.quiz-site .quiz-explained .text-wrapper p {
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.quiz-site .quiz-explained .text-wrapper.text-blue {
  color: #1E1E3C;
}
.quiz-site .quiz-explained .text-wrapper.text-blue p {
  font-size: 20px;
}
.quiz-site .quiz-explained .title-wrapper h2 {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
}
.quiz-site .quiz-explained .title-wrapper.color-green h2 {
  color: #3CDAB4;
}
.quiz-site .quiz-explained .quiz-cta {
  margin: 50px auto 0;
}
.quiz-site .quiz-explained .redirect-cta {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: block;
  width: 265px;
  padding: 19px 0;
  text-align: center;
  max-width: 100%;
  margin: 48px auto 0;
  color: #FFFFFF;
  background-color: #0A64B4;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.quiz-site .quiz-explained .success-rate {
  font-family: "Garamond Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #1E1E3C;
  margin: 35px auto 20px;
}
.quiz-site .quiz-explained .flex-wrapper {
  max-width: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  word-break: keep-all;
  margin: 0 auto;
}
.quiz-site .quiz-explained .divider {
  width: 80%;
  max-width: 655px;
  height: 0px;
  left: 633px;
  top: 534px;
  margin: 0 auto;
  opacity: 0.1;
  border: 1px solid #FFFFFF;
  margin: 30px auto 45px;
}
.quiz-site .quiz-explained .form-wrapper, .quiz-site .quiz-explained .success-wrapper {
  max-width: 622px;
  width: 80%;
  margin: 0 auto;
}
.quiz-site .quiz-explained .form-wrapper .title-wrapper, .quiz-site .quiz-explained .success-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.quiz-site .quiz-explained .form-line-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quiz-site .quiz-explained .form-error-wrapper {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 20, 20);
  margin: 3px;
  height: 12px;
}
.quiz-site .quiz-explained .input-wrapper {
  width: calc(100% - 172px);
}
.quiz-site .quiz-explained .button-wrapper {
  position: relative;
  width: 160px;
}
.quiz-site .quiz-explained .button-wrapper .ajax-loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 20px;
}
.quiz-site .quiz-explained input {
  width: 100%;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0B212F;
  padding: 0 25px;
}
.quiz-site .quiz-explained input::-moz-placeholder {
  color: #000000;
}
.quiz-site .quiz-explained input::placeholder {
  color: #000000;
}
.quiz-site .quiz-explained input[type=submit] {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "SplineSans Light";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
  width: 100%;
  height: 59px;
  background: #0A64B4;
  color: #FFFFFF;
}
.quiz-site .quiz-explained .checkbox-wrapper {
  height: 34px;
  margin-top: 5px;
}
.quiz-site .quiz-explained .checkbox-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: unset;
  position: relative;
  width: 32px;
  height: 0px;
  top: -20px;
  margin: 0;
}
.quiz-site .quiz-explained .checkbox-wrapper input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  /* Light */
  border: 2px solid #FFFDF9;
}
.quiz-site .quiz-explained .checkbox-wrapper input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
}
.quiz-site .quiz-explained .checkbox-wrapper label {
  font-family: "SplineSans Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin-left: 0px;
}
.quiz-site .quiz-explained .checkbox-wrapper label a {
  color: #FFFFFF;
}
@media screen and (max-width: 1500px) {
  .quiz-site .quiz-explained .success-rate {
    max-width: 90%;
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .quiz-site .quiz-explained .text-wrapper p {
    font-size: 20px;
    line-height: 26px;
  }
  .quiz-site .quiz-explained .title-wrapper h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .quiz-site .quiz-explained .flex-wrapper {
    max-width: 80%;
  }
  .quiz-site .quiz-explained .divider {
    margin: 15px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .quiz-site .quiz-explained .text-wrapper p {
    font-size: 16px;
    line-height: 22px;
  }
  .quiz-site .quiz-explained .title-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .quiz-site .quiz-explained .success-rate {
    font-size: 36px;
    line-height: 42px;
  }
  .quiz-site .quiz-explained .input-wrapper {
    width: 100%;
  }
  .quiz-site .quiz-explained .button-wrapper {
    width: 100%;
    max-width: 175px;
    margin: 10px auto 0;
  }
  .quiz-site .quiz-explained .checkbox-wrapper label {
    margin-left: -5px;
  }
  .quiz-site .quiz-explained .quiz-cta {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .quiz-site .quiz-explained .flex-wrapper {
    display: block;
    text-align: center;
  }
  .quiz-site .quiz-explained .checkbox-wrapper {
    padding-left: 50px;
  }
  .quiz-site .quiz-explained .checkbox-wrapper input[type=checkbox] {
    left: -50px;
  }
  .quiz-site .quiz-explained .checkbox-wrapper label {
    margin-left: -54px;
    line-height: 24px;
    position: relative;
    top: -12px;
  }
  .quiz-site .quiz-explained .form-error-wrapper {
    height: 40px;
  }
}
@media screen and (max-width: 340px) {
  .quiz-site .quiz-explained .checkbox-wrapper {
    height: 50px;
  }
}
@media screen and (max-width: 340px) {
  .quiz-site .quiz-explained .flex-wrapper .text-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .quiz-site .quiz-explained input {
    padding: 0 15px;
  }
  .quiz-site .quiz-explained .checkbox-wrapper label {
    margin-left: -34px;
  }
}

/*
.quiz-form { display: none !important; }
.quiz-done { display: block !important; opacity: 1 !important; }
*/
#smooth-wrapper {
  height: auto !important;
  position: initial !important;
  overflow: unset !important;
}