.mous-hero-slider-section {
  position: relative;
  overflow: hidden;
}
.mous-hero-slider-section .hero-slider-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper {
    padding: 0;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper {
  position: relative;
  overflow: visible;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper:has(.swiper-controls-wrapper)::before,
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper {
  width: 74px;
  max-width: 74px;
  min-width: 74px;
  height: 42.75px;
  max-height: 42.75px;
  z-index: 100;
  border-radius: 24px;
  position: absolute;
  inset: auto 20px 55px auto;
  right: 5rem;
}
@media only screen and (min-width: 1399.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper:has(.swiper-controls-wrapper)::before,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper {
    right: calc((100vw - 1400px) / 2 + 5rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper:has(.swiper-controls-wrapper)::before,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper {
    display: none;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper:has(.swiper-controls-wrapper)::before {
  content: "";
  mix-blend-mode: difference;
  filter: grayscale(0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(240, 240, 240, 0.15);
  filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.1294117647));
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper:has(.swiper-controls-wrapper)::before {
    background: rgba(240, 240, 240, 0.25);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper {
  isolation: isolate;
  pointer-events: none;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper .swiper-controls {
  pointer-events: all;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper .swiper-controls img.swiper-button-prev.hero-slider-navigation,
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper .swiper-controls img.swiper-button-next.hero-slider-navigation {
  position: static;
  inset: unset;
  translate: 0;
  margin: 0;
  flex: 1;
  width: 50%;
  padding: 13px 0;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper .swiper-controls img.swiper-button-prev.hero-slider-navigation.swiper-button-lock,
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper .swiper-controls img.swiper-button-next.hero-slider-navigation.swiper-button-lock {
  opacity: 0.5;
  display: block;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slider.swiper .swiper-controls-wrapper:has(.swiper-button-lock) {
  visibility: hidden;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide {
  z-index: 5;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: auto;
  background: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column-reverse nowrap;
  gap: 0;
  aspect-ratio: var(--mobile-aspect-ratio);
}
@media only screen and (min-width: 768px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide {
    aspect-ratio: var(--desktop-aspect-ratio);
    max-height: var(--desktop-max-height);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide {
    gap: 13px;
    justify-content: var(--desktop-position);
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--hero-gradient-overlay);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide svg,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide picture,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide img:not(.play-icon):not(.pause-icon):not(.content-btn img):not(.logo):not(.hero-slide__collection-image) {
  pointer-events: none;
  inset: 0;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide svg,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide picture,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide img:not(.play-icon):not(.pause-icon):not(.content-btn img):not(.logo):not(.hero-slide__collection-image) {
    position: relative;
    width: 100%;
    height: auto;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide svg video,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide picture video,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper video,
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide img:not(.play-icon):not(.pause-icon):not(.content-btn img):not(.logo):not(.hero-slide__collection-image) video {
    inset: 0;
    position: relative;
    aspect-ratio: inherit;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .mobile-hero-content {
  display: none;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .mobile-hero-content .mobile-hero-image {
  height: 100% !important;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .mobile-hero-content {
    display: block;
    height: 100%;
    width: 100%;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .mobile-hero-content .video-wrapper {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper {
    display: none;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper img.play-icon,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .video-wrapper img.pause-icon {
  display: none;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 26px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-flow: column nowrap;
  background: transparent var(--hero-gradient-overlay-mobile);
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper {
    align-items: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper {
    align-items: center !important;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body {
    text-align: center !important;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons {
    justify-content: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons .buttons-heading {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper {
    flex: unset;
    justify-content: center;
    background: none;
    padding-top: 92px;
    padding-bottom: 55px;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 13px;
  width: 100%;
  max-width: 475px;
}
@media only screen and (min-width: 768px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper.content-padding {
    padding: 30px;
    background: var(--content-bg);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .buttons-heading {
  width: 100%;
  text-align: left;
  color: var(--hero-text-colour);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo {
  margin-right: auto;
  width: var(--logo-width);
  height: auto;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo.mobile {
  display: none;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo.desktop {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo {
    margin: auto;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo.mobile {
    display: inline-block;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .logo.desktop {
    display: none;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title {
  font-size: var(--title-size);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title {
    font-size: var(--title-size-mobile);
  }
}
@media only screen and (min-width: 1440px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title {
    font-size: var(--title-size-wide);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title.is-t-star {
  line-height: 1;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 18px;
  font-size: var(--subtitle-size);
  font-weight: 500;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle {
    font-size: 20px;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle > * {
  font-size: var(--subtitle-size);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle.cap {
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle {
    font-size: calc(var(--subtitle-size) - 2px);
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle > * {
    font-size: calc(var(--subtitle-size) - 2px);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body {
  font-size: var(--body-size);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body.is-t-star {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body.is-t-star > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (max-width: 991.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body {
    font-size: var(--body-size-mobile);
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body > * {
    font-size: var(--body-size-mobile);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .title + .content-buttons,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .subtitle + .content-buttons,
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .body + .content-buttons {
  margin-top: 10px;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 13px 10px;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons .buttons-heading {
  flex: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons .content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper .content-buttons .content-btn img {
  height: 18px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left {
    align-items: flex-start;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper {
    align-items: flex-start;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .subtitle, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .title, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .body {
    text-align: left;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .logo {
    margin-left: 0;
    margin-right: auto;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .content-buttons {
    justify-content: flex-start;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.left .content-wrapper .content-buttons .buttons-heading {
    text-align: left;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center {
    align-items: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper {
    align-items: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .subtitle, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .title, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .body {
    text-align: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .content-buttons {
    justify-content: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.center .content-wrapper .content-buttons .buttons-heading {
    text-align: center;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right {
    align-items: flex-end;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper {
    align-items: flex-end;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .subtitle, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .title, .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .body {
    text-align: right;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .logo {
    margin-left: auto;
    margin-right: 0;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .content-buttons {
    justify-content: flex-end;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper.right .content-wrapper .content-buttons .buttons-heading {
    text-align: right;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper--row {
    flex-flow: row nowrap;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 100%;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper--row .content-buttons {
    margin-top: 0 !important;
  }
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .page-width-wrapper .content-wrapper--row > * {
    flex-grow: 1;
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections {
  margin-top: 10px;
  width: 100%;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .hero-slide__collection {
  padding: 10px;
  background: var(--bg);
  border: 2px solid var(--color);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .hero-slide__collection img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .hero-slide__collection .overlay {
  width: 100%;
  text-align: center;
  color: var(--color);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .swiper-controls {
  --swiper-navigation-sides-offset: 12px;
  --swiper-navigation-size: 24px;
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .swiper-controls > div {
  background: var(--color);
  width: var(--swiper-navigation-size);
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide .hero-slide__collections .swiper-controls > div:after {
  font-size: 16px !important;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide.hero-slide--overlay .page-width-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: var(--mobile-position);
  }
}
.mous-hero-slider-section .hero-slider-wrapper .hero-slide.swiper-slide.hero-slide--overlay picture {
  height: 100%;
}
.mous-hero-slider-section .countdown-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--overlay-colour);
}
.mous-hero-slider-section .countdown-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: var(--overlay-background);
  opacity: var(--overlay-opacity);
  z-index: 10;
}
.mous-hero-slider-section .countdown-content {
  position: relative;
  z-index: 11;
  padding: 5px;
}
.mous-hero-slider-section .countdown-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.mous-hero-slider-section .countdown-timer {
  --gap: 10px;
  display: flex;
  justify-content: center;
  gap: var(--gap);
  flex-wrap: wrap;
}
.mous-hero-slider-section .countdown-timer:not(.loaded) {
  filter: blur(3px);
}
.mous-hero-slider-section .countdown-timer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  min-height: 40px;
}
.mous-hero-slider-section .countdown-timer__box:not(:last-of-type) {
  position: relative;
}
.mous-hero-slider-section .countdown-timer__box:not(:last-of-type):after {
  content: ":";
  position: absolute;
  right: calc(-1 * var(--gap) / 2 - 2px);
  top: 25%;
  color: var(--overlay-colour);
}
.mous-hero-slider-section .countdown-timer__value {
  font-size: 1.6rem;
  font-weight: bold;
}
.mous-hero-slider-section .countdown-timer__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 2px;
}
@media only screen and (max-width: 767.98px) {
  .mous-hero-slider-section .countdown-timer__label {
    font-size: 0.9rem;
  }
}
