@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/subset-NotoSans-Bold.woff2") format("woff2"), url("../fonts/subset-NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/subset-NotoSans-Regular.woff2") format("woff2"), url("../fonts/subset-NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.25;
  background: #073325;
  overflow-x: hidden;
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: 0.75rem 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.6rem 1.15rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .btn:hover {
    color: #073325;
    background-color: #fff;
  }
}
.btn--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 50%;
}
.btn--icon img {
  display: block;
  width: 60%;
  height: 60%;
}

.box-slide__box {
  display: flex;
  justify-content: center;
  height: 100%;
}
.box-slide__box img {
  height: 100%;
}

.loader {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #FFF;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}

.loader::before {
  background-color: #d7490c;
  transform: scale(0.5) translate(-4rem, -4rem);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.text-offset-top {
  display: block;
  margin-top: 0.3rem;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 3rem 0;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 767px) {
  .main-header {
    padding: 2rem 2rem 0;
  }
}
.main-header__logo {
  width: 12rem;
}
.main-header__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .main-header__logo {
    width: 10rem;
  }
}
.main-header__actions .btn {
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .main-header__actions .btn {
    margin: 0 0.15rem;
  }
}
.main-header--simple .btn:first-child {
  display: none;
}
@media (max-width: 767px) {
  .main-header--simple {
    justify-content: center;
  }
  .main-header--simple .main-header__actions {
    display: none;
  }
}

.main-content {
  height: 100%;
}

@keyframes prize-box-slide-in {
  0% {
    transform: translateY(-35%) scale(1.75);
  }
  100% {
    transform: translateY(-43%);
  }
}
@keyframes prize-box-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.screen {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  min-height: max(100%, 40rem);
  max-height: 0;
  padding-top: 6.5rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}
.screen.active {
  max-height: none;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
}
.screen.active[data-screen-id=prize] * {
  animation-play-state: running !important;
}
.screen__title {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
  z-index: 30;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
.screen__title em {
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .screen__title {
    margin-top: 1rem;
    font-size: 2.25rem;
  }
}
.screen__perex {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  z-index: 30;
}
@media (max-width: 767px) {
    .screen__perex {
        font-size: 0.85rem;
        margin-left: 13px;
        margin-right: 13px;
    }
}
.screen__main {
  flex-grow: 1;
}
.screen__box-carousel {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}
.screen__box-carousel .splide {
  height: calc(100vh - 32rem);
  min-height: 15rem;
  max-height: 35rem;
  width: calc(225vh - 72rem);
  min-width: 33.75rem;
  max-width: 78.75rem;
}
.screen__box-carousel .splide.transitioning {
  pointer-events: none;
}
@media (max-width: 767px) {
  .screen__box-carousel .splide {
    height: 60vw;
    min-height: 0;
    max-height: none;
    width: 90vw;
    min-width: 0;
    max-width: none;
  }
}
.screen__box-carousel .splide__track {
  overflow: visible;
  height: 100%;
}
.screen__box-carousel .splide__list {
  transform: none !important;
}
.screen__box-carousel .splide__slide {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: z-index 0.75s;
}
.screen__box-carousel .splide__slide .box-slide {
  height: 100%;
}
.screen__box-carousel .splide__slide .box-slide,
.screen__box-carousel .splide__slide .box-slide .btn,
.screen__box-carousel .splide__slide .box-slide img {
  transition: 0.75s;
}
.screen__box-carousel .splide__slide .box-slide .btn {
  position: relative;
  z-index: 10;
}
.screen__box-carousel .splide__slide[class*=slide-position-] {
  z-index: 10 !important;
}
.screen__box-carousel .splide__slide[class*=slide-position-] .box-slide {
  filter: blur(5px) brightness(0.75);
  transform: translateX(0%);
}
.screen__box-carousel .splide__slide[class*=slide-position-] .box-slide img {
  transform: scale(0);
}
.screen__box-carousel .splide__slide[class*=slide-position-] .box-slide .btn {
  opacity: 0;
}
.screen__box-carousel .splide__slide[class*=slide-position--] {
  z-index: 10 !important;
}
.screen__box-carousel .splide__slide[class*=slide-position--] .box-slide {
  filter: blur(5px) brightness(0.75);
  transform: translateX(0%);
}
.screen__box-carousel .splide__slide[class*=slide-position--] .box-slide img {
  transform: scale(0);
}
.screen__box-carousel .splide__slide[class*=slide-position--] .box-slide .btn {
  opacity: 0;
}
.screen__box-carousel .splide__slide.slide-position-0 {
  z-index: 30 !important;
}
.screen__box-carousel .splide__slide.slide-position-0 .box-slide {
  opacity: 1;
  filter: blur(0);
  transform: none;
}
.screen__box-carousel .splide__slide.slide-position-0 .box-slide img {
  transform: scale(1);
}
.screen__box-carousel .splide__slide.slide-position-0 .box-slide .btn {
  opacity: 1;
}
.screen__box-carousel .splide__slide.slide-position--1, .screen__box-carousel .splide__slide.slide-position-1 {
  z-index: 20 !important;
}
.screen__box-carousel .splide__slide.slide-position--1 .box-slide, .screen__box-carousel .splide__slide.slide-position-1 .box-slide {
  opacity: 1;
  filter: blur(3px) brightness(0.75);
}
.screen__box-carousel .splide__slide.slide-position--1 .box-slide {
  transform: translateX(45%);
}
@media (max-width: 767px) {
  .screen__box-carousel .splide__slide.slide-position--1 .box-slide {
    transform: translateX(65%);
  }
}
.screen__box-carousel .splide__slide.slide-position--1 .box-slide img {
  transform: scale(0.75);
}
.screen__box-carousel .splide__slide.slide-position-1 .box-slide {
  transform: translateX(-45%);
}
@media (max-width: 767px) {
  .screen__box-carousel .splide__slide.slide-position-1 .box-slide {
    transform: translateX(-65%);
  }
}
.screen__box-carousel .splide__slide.slide-position-1 .box-slide img {
  transform: scale(0.75);
}
.screen__box-carousel .splide__arrow {
  top: 47.5%;
  height: 15%;
  aspect-ratio: 1;
  width: auto;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  transition: 0.75s;
}
.screen__box-carousel .splide__arrow--prev {
  left: 16%;
}
@media (max-width: 767px) {
  .screen__box-carousel .splide__arrow--prev {
    left: 0%;
  }
}
.screen__box-carousel .splide__arrow--next {
  right: 16%;
}
@media (max-width: 767px) {
  .screen__box-carousel .splide__arrow--next {
    right: 0%;
  }
}
.screen__box-carousel .splide__arrow svg {
  width: 100%;
  height: 100%;
}
.screen__box-carousel .splide__arrow svg path {
  fill: #d7490c;
  fill-opacity: 0;
  stroke: #fff;
  stroke-width: 2px;
}
.screen__box-carousel .splide__arrow:active svg path {
  fill-opacity: 1;
}
@media (min-width: 768px) {
  .screen__box-carousel .splide__arrow:hover svg path {
    fill-opacity: 1;
  }
}
.screen__box-carousel .splide__arrow[disabled] {
  pointer-events: none;
  opacity: 0.25;
}
.screen__box-carousel__action {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: 2rem;
  z-index: 10;
}
.screen__box-carousel__action .btn {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .screen__box-carousel__action .btn {
    font-size: 1rem;
  }
}
.screen__prize {
  position: absolute;
  left: 50%;
  bottom: 32%;
  transform: translate(-48%, -50%) rotate(-15deg);
  white-space: nowrap;
  z-index: 30;
  font-size: max(3.2rem, 8vh);
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
[data-screen-id=prize] .screen__prize {
  opacity: 0;
  animation: prize-box-fade-in 1s 1s 1 both paused;
}
.screen__prize em {
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .screen__prize {
    bottom: 39%;
    font-size: max(1.6rem, 4vh);
  }
}
.screen__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.screen__background {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -10;
}
.screen__background img {
  width: auto;
  height: 100%;
  object-position: center bottom;
}
.screen__background::before, .screen__background::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.screen__background::before {
  left: 0;
  background: linear-gradient(to right, #073325 0%, rgba(7, 51, 37, 0) 100%);
}
.screen__background::after {
  right: 0;
  background: linear-gradient(to left, #073325 0%, rgba(7, 51, 37, 0) 100%);
}
[data-screen-id=not-found] .screen__background {
  min-height: max(100%, 45rem);
}
[data-screen-id=prize] .screen__background {
  animation: prize-box-slide-in 1s 1 both paused;
}
[data-screen-id=prize] .screen__background .screen__background-frame {
  position: absolute;
  top: 0;
  height: 143%;
}
[data-screen-id=prize] .screen__background .screen__background-frame--2 {
  opacity: 0;
  animation: prize-box-fade-in 1.5s 0.5s 1 both ease-out paused;
}
.screen__footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  z-index: 20;
}
@media (max-width: 767px) {
  .screen__footer {
    font-size: 0.85rem;
  }
}
.screen__footer small {
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .screen__footer small {
    font-size: 0.65rem;
  }
}
.screen__footer a:not(.btn) {
  color: #d7490c;
}
.screen__footer a:not(.btn):hover {
  text-decoration: none;
}
.screen__footer .btn {
  margin: 0 0.5rem 3rem;
}
.screen__footer .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-screen-id=prize] .screen__footer {
  animation: prize-box-fade-in 1s 2s 1 both paused;
}