.no-scroll {
  overflow: hidden;
}

.visible-desktop {
  display: block !important;
}
@media (max-width: 1279.98px) {
  .visible-desktop {
    display: none !important;
  }
}

.visible-mobile {
  display: none !important;
}
@media (max-width: 767.98px) {
  .visible-mobile {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

.hidden-mobile {
  display: block !important;
}
@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none !important;
  }
}

.hidden-desktop {
  display: none !important;
}
@media (max-width: 1279.98px) {
  .hidden-desktop {
    display: block !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-tablet {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

.nobr {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}
.nobr:not(:last-of-type) {
  margin-right: 0.25em;
}

.quiz-page .xmas-banner-transparent {
  display: none;
}
.quiz-page .xmas-banner {
  display: none;
}

.xmas-banner-transparent {
  height: 38px;
  width: 100vw;
}
@media (max-width: 767.98px) {
  .xmas-banner-transparent {
    height: 96px;
  }
}

.xmas-banner {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100vw;
  height: 38px;
  background-color: #FFE60A;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .xmas-banner {
    height: 96px;
  }
}
.xmas-banner > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .xmas-banner > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.xmas-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://web-archive.nli.org.il/National_Library/oe_/https://cdn.novakidschool.com/landing/static/images/xmas/xmas-banner-circles-l.webp") no-repeat;
  width: 520px;
  height: 497px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .xmas-banner::before {
    background: url("https://web-archive.nli.org.il/National_Library/oe_/https://cdn.novakidschool.com/landing/static/images/xmas/xmas-banner-circles-m.webp") no-repeat;
    width: 271px;
    height: 259px;
    left: -135.5px;
    top: -129.5px;
    background-size: contain;
  }
}
.xmas-banner::after {
  content: "";
  position: absolute;
  right: -167px;
  top: 0;
  background: url("https://web-archive.nli.org.il/National_Library/oe_/https://cdn.novakidschool.com/landing/static/images/xmas/xmas-banner-circles-r.webp") no-repeat;
  width: 520px;
  height: 497px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .xmas-banner::after {
    display: none;
  }
}

.xmas-banner-description {
  color: #210a74;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .xmas-banner-description {
    font-size: 14px;
    text-align: center;
  }
}
.xmas-banner-description span {
  text-decoration: underline;
}

.header-with-promo-xmas, .header.header-with-promo-xmas {
  top: 70px;
}
@media (max-width: 767.98px) {
  .header-with-promo-xmas, .header.header-with-promo-xmas {
    top: 130px;
  }
}
@media (max-width: 1279.98px) {
  .header-with-promo-xmas.header--mobile-nav-active, .header.header-with-promo-xmas.header--mobile-nav-active {
    top: 40px;
  }
}

.xmas-hero__content:before {
  top: -100px;
}