* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  background-color: #fff;
  font-family: "National2-Light", Arial, sans-serif;
  color: #000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

ul,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.btn-primary,
.btn-secondary {
  width: 100%;
  max-width: 400px;
  padding: 14px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "National2Condensed-Bold", sans-serif;
  gap: 24px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.btn-primary {
  color: #FFFFFF;
  background: #E21E2D;
}

.btn-secondary {
  color: #000;
  background: #FFFFFF;
}

.btn-primary img,
.brn-secondary img {
  width: 28px;
  height: auto;
}

.btn-primary:disabled {
  background-color: #959595;
}

header {
  background-color: #000000;
}
@media (min-width: 768px) {
  header {
    padding: 24px;
  }
}
.header-inner {
  width: 100%;
  max-width: 1440px;
  padding: 12px 24px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9999;
}
header .header-inner .logo {
  width: auto;
  height: 24px;
}
header .header-inner .hamburger-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  header .header-inner .hamburger-icon {
    display: none;
  }
}
header .header-inner .hamburger-icon .hamburger-bar {
  width: 38px;
  height: 2px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 99px;
  margin: 10px 0;
}
header .header-inner .hamburger-icon .top-bar,
header .header-inner .hamburger-icon .middle-bar,
header .header-inner .hamburger-icon .bottom-bar {
  transition: all 0.3s ease-in-out;
}
header .header-inner .hamburger-icon .middle-bar {
  opacity: 1;
  transform: scale(1);
}
header .header-inner .hamburger-icon.open .top-bar {
  transform: rotate(-45deg) translateY(1px);
}
header .header-inner .hamburger-icon.open .middle-bar {
  /*display: none;*/
  opacity: 0;
  height: 0;
  transform: scale(0);
  position: absolute;
  top: -9999px;
}
header .header-inner .hamburger-icon.open .top-bar,
header .header-inner .hamburger-icon.open .bottom-bar {
  transform-origin: center;
  margin: 0;
}
header .header-inner .hamburger-icon.open .bottom-bar {
  transform: rotate(45deg) translateY(-1px);
}
header .header-inner nav {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100svh - 57px);
  top: 57px;
  left: 0;
  background-color: #000;
}
@media (min-width: 768px) {
  header .header-inner nav {
    display: block;
    position: unset;
    width: auto;
    height: auto;
  }
}
header .header-inner nav ul {
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 40px;
}
@media (min-width: 768px) {
  header .header-inner nav ul {
    height: auto;
    flex-direction: row;
    gap: 0;
    background-image: unset;
  }
}
header .header-inner nav ul li {
  margin-left: 0;
}
@media (min-width: 768px) {
  header .header-inner nav ul li {
    margin-left: 30px;
  }
}
header .header-inner nav ul li .headline-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-inline: auto;
  margin-bottom: 48px;
}
header .header-inner nav ul li a {
  color: #FFFFFF;
  font-size: 2.25rem;
  font-family: "National2Condensed-Bold", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-inner nav ul li a:hover {
  color: #E21E2D;
}
@media (min-width: 768px) {
  header .header-inner nav ul li a {
    font-size: 1.5rem;
  }
}

#btn-opreste-turul {
  width: fit-content;
  color: #E21E2D;
  font-size: 1.5rem;
  font-family: "National2Compressed", sans-serif;
  text-transform: uppercase;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

#btn-opreste-turul::after {
  content: '';
  position: absolute;
  width: 144px;
  height: 2px;
  background-color: #E21E2D;
  margin-inline: auto;
  left: 0;
  right: 0;
  bottom: -8px;
}

@media (min-width: 768px) {
  #btn-opreste-turul {
    display: none !important;
  }
}

.animation {
  width: fit-content;
  position: relative;
  margin: -70px auto 0 auto;
}
@media (min-width: 768px) {
  .animation {
    display: none;
  }
}
.animation .animation-inner:before, .animation .animation-inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 999;
  top: 0;
}
.animation .animation-inner:before {
  left: 0;
  background: linear-gradient(to right, #000000, transparent);
}
.animation .animation-inner:after {
  right: 0;
  background: linear-gradient(to right, transparent, #000000);
}
.animation .animation-inner video {
  width: 100vw;
  max-width: 500px;
  height: 90vh;
  max-height: 820px;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  display: block;
}

.content {
  margin: 72px 0 0 0;
}
.content .scan {
  margin-top: -100px;
  position: relative;
}

.content .scan .scan-headline-wrapper {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.content .scan .scan-btn-wrapper {
  margin-top: -48px;
}
@media (min-width: 768px) {
  .content {
    /*background-image: url("../assets/desktop-bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    margin: 0;
    /*padding-bottom: 88px;*/
  }
  .content .scan {
    display: none;
  }
}
.content .scan .scan-img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.content .scan .checkbox-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.content .scan .checkbox-wrapper a {
  color: #E21E2D;
  text-decoration: underline !important;
}
.content .scan .checkbox-wrapper #termsCheckbox {
  width: 25px;
  height: 25px;
  background: transparent;
}
.content .scan .checkbox-wrapper label {
  color: #FFFFFF;
}
.content .scan .checkbox-wrapper .scan-btn:disabled {
  opacity: 0.5;
}
.content .scan small {
  margin: 16px auto;
  display: block;
  text-align: center;
  font-style: italic;
}
.content .scan .scan-btn-wrapper .btn-primary {
  font-family: "National2Compressed", sans-serif !important;
}
.content .desktop-hero {
  width: 100vw;
  height: calc(100vh - 126px);
  display: none;
}
@media (min-width: 768px) {
  .content .desktop-hero {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    background-image: url("../assets/desktop-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
  }

  .content .desktop-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 32px;
    background: linear-gradient(to bottom, transparent, #000000);
    left: 0;
    bottom: 0;
  }
}
.content .desktop-hero .desktop-hero-wrapper {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.content .desktop-hero .desktop-hero-wrapper h1 {
  font-family: "National2Compressed", sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
}
.content .desktop-hero .desktop-hero-wrapper h1,
.content .desktop-hero .desktop-hero-wrapper p {
  text-align: center;
}

.content .desktop-hero .desktop-hero-wrapper h1 {
  margin-top: 24px;
}

.content .desktop-hero .desktop-hero-wrapper p {
  font-size: 1rem;
  font-family: "National2-Medium", sans-serif;
  line-height: 1.5;
}

.content .desktop-hero .desktop-hero-wrapper > * {
  margin-bottom: 24px;
}

.content .desktop-hero .desktop-hero-wrapper .hero-desktop-img {
  width: 100%;
  /*max-width: 335px;*/
  height: auto;
  margin-inline: auto;
  /*margin: 80px auto 32px auto;*/
}
.content .desktop-hero .desktop-hero-wrapper .hero-desktop-img,
.content .desktop-hero .desktop-hero-wrapper .icons-band {
  display: block;
}
.content .desktop-hero .desktop-hero-wrapper .icons-band {
  margin: 24px auto 0 auto;
}
.content .desktop-hero .desktop-hero-wrapper .hero-desktop-description {
  width: 100%;
  max-width: 550px;
  /*margin: 0 auto 48px auto;*/
  margin-inline: auto;
}
.content .desktop-hero .desktop-hero-wrapper .hero-desktop-tour-steps {
  display: flex;
  margin-bottom: 48px;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.tour-step {
  width: fit-content;
  color: #000;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.tour-step .step-number {
  font-family: "National2-Extrabold", sans-serif;
  font-size: 3rem;
}

.tour-step .step-content {
  font-family: "National2Condensed-Bold", sans-serif;
  font-size: 1.5rem;
}

.content .prizes {
  margin-top: 72px;
  position: relative;
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .content .prizes {
    padding: 54px 0 0 0;
  }
}
.content .prizes h2 {
  width: 100%;
  font-size: 2rem;
  font-family: "National2Condensed-Bold", sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-inline: auto;
}
.content .prizes .headline-img {
  width: 100%;
  max-width: 225px;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .content .prizes {
    margin-top: 0;
    background-color: #000;
    color: #fff;
  }

  .content .prizes h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 44px;
  }
}
.content .prizes .prizes-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .content .prizes .prizes-wrapper {
    max-width: unset;
    margin: 12px auto 0 auto;
    flex-direction: row;
  }
}
.content .prizes .prizes-wrapper .prize-card {
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .content .prizes .prizes-wrapper .prize-card {
    max-width: 350px;
    flex: 1 0 33.33%;
  }
}
.content .prizes .prizes-wrapper .prize-card .prize-card-img img {
  width: 160px;
  height: auto;
}
.content .prizes .prizes-wrapper .prize-card .prize-card-content {
  font-size: 1.25rem;
  font-family: "National2Condensed-Bold", sans-serif;
  text-transform: uppercase;
}
/*.content .prizes .prizes-wrapper .prize-card .prize-img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  margin: 0 auto;*/
/*  display: block;*/
/*}*/
/*.content .prizes .prizes-wrapper .prize-card p {*/
/*  margin-top: 16px;*/
/*  text-align: center;*/
/*}*/
/*.content .prizes .prizes-wrapper .prize-card small {*/
/*  text-align: center;*/
/*  margin: 12px auto;*/
/*  display: block;*/
/*  font-size: 11px;*/
/*}*/
.content .prize-card-img .rotate-left {
  transform: rotate(-5deg);
  transform-origin: center;
}
.content .prize-card-img .rotate-right {
  transform: rotate(5deg);
  transform-origin: center;
  /*margin-top: 48px;*/
}
/*@media (min-width: 768px) {*/
/*  .content .prize-card-img .rotate-right {*/
/*    margin-top: 120px;*/
/*  }*/
/*}*/
.homepage-disclaimer {
  font-size: 0.875rem;
  font-style: italic;
  width: 100%;
  text-align: center;
  margin-top: 56px;
  background-color: #000;
  color: #fff;
  padding: 35px 16px 20px;
}

.homepage-disclaimer-inner {
  width: 100%;
  margin-inline: auto;
}

.homepage-disclaimer p {
  margin: 16px !important;
}

@media (min-width: 768px) {
  .homepage-disclaimer {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .homepage-disclaimer-inner {
    width: 100%;
    max-width: 914px;
  }
}

footer {
  padding: 32px 0;
  background-color: #000;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-inner .footer-mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer {
    padding: 64px 0 40px 0;
  }

  footer .footer-inner .footer-mobile {
    width: fit-content;
    justify-content: flex-start;
    gap: 84px;
  }
}
footer .footer-inner .footer-mobile .footer-logo {
  width: 54px;
  height: auto;
}
footer .footer-inner .footer-mobile .social-networks {
  display: flex;
  gap: 24px;
}
footer .footer-inner .copyright {
  font-family: "National2-Bold", sans-serif;
  display: none;
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-inner .copyright {
    width: fit-content;
    display: block;
  }
}

.show {
  display: block !important;
}

dialog {
  width: 90%;
  max-width: 400px;
  border: none;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.85);
}

.modal {
  padding: 24px 16px;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .close-btn {
  position: absolute;
  top: 4px;
  right: 0;
}
.modal .modal-title,
.modal .text {
  line-height: 1.1;
  font-family: "National2Condensed-Bold", sans-serif;
  text-transform: uppercase;
}

.modal .modal-title {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.modal .text {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.modal .disclaimer {
  font-size: 0.75rem;
  margin-bottom: 12px;
  display: inline-block;
}
.modal .voucher-code-wrapper {
  margin-top: 8px;
}
.modal .prize-img {
  width: 100%;
  height: auto;
}
.modal .voucher-code {
  margin-top: -7px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "National2-Bold", sans-serif;
  text-align: center;
  padding: 16px 0 8px 0;
}
.modal .voucher-code,
.modal .separator {
  background: #E21E2D;
}
.modal .separator {
  padding: 8px 0;
  position: relative;
}
.modal .separator img {
  margin: 0 auto;
  display: block;
}
.modal .separator:before, .modal .separator:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
}
.modal .separator:before {
  left: -8px;
}
.modal .separator:after {
  right: -8px;
}
.modal .send-email-accordion {
  text-align: center;
  margin: 12px 0;
}
.modal .send-email-accordion small {
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.modal .send-email-accordion .send-email-accordion-btn {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-inline: auto;
}
.modal .send-email-accordion .send-email-accordion-btn span {
  font-size: 1.25rem;
  font-family: "National2Compressed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.modal .send-email-accordion .send-email-accordion-btn .right-caret {
  transition: all .2s ease-in-out;
}
.modal .send-email-accordion .send-email-accordion-btn.open .right-caret {
  transform: rotate(90deg);
  transform-origin: center center;
}
.modal .send-email-form {
  height: 0;
  position: absolute;
  top: -9999px;
  transition: all .4s ease-in-out;
}

.modal .send-email-form.open {
  height: auto;
  position: unset;
}
.modal .send-email-form .voucher-checkbox {
  font-size: 0.875rem;
  margin: 10px 0 14px 0;
  text-align: left;
  display: flex;
  gap: 8px;
}
.modal .send-email-form .voucher-checkbox input[type=checkbox] {
  width: 25px;
  height: 25px;
  background: transparent;
}
.modal .send-email-form .voucher-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal .send-email-form .voucher-input .input-email {
  width: 100%;
  padding: 18px;
  color: #000;
  background: #EBEBEB;
  border: 1px solid #818181;
  font-size: 1rem;
}
.modal .send-email-form .voucher-input .input-email::placeholder {
  color: #959595;
}
.modal .send-email-form .voucher-input button {
  width: fit-content;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #E21E2D;
}
.modal .send-email-form .voucher-input #submit_award_modal:disabled {
  background-color: #818181;
  border: 1px solid #818181;
}
.modal .send-email-form #dialogAwardModalDisclaimer {
  font-size: 10px;
  line-height: 10px;
}

#awardModal {
  position: relative;
}

.award-modal-headline,
.award-modal-sub-headline {
  font-family: "National2Condensed-Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.award-modal-headline {
  font-size: 2rem;
  margin-bottom: 10px;
}

.award-modal-sub-headline {
  font-size: 1rem;
  margin-bottom: 14px;
}

.award-modal-prize-img {
  /*background-color: #E21E2D;*/
  padding-top: 8px;
}

.award-modal-prize-img img,
#dialogModalImg img {
  width: auto !important;
  height: 12svh !important;
  display: block;
  margin-inline: auto;
}

#dialogModalImg {
  margin-bottom: 16px;
}

.tour-details {
  margin: 22px 0;
}

.tour-details .headline,
.tour-details .sub-headline {
  font-family: "National2Condensed-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}

.tour-details .headline {
  font-size: 2rem;
  margin-top: 35px;
  margin-bottom: 10px;
}

.tour-details .sub-headline {
  font-size: 1rem;
  margin-bottom: 20px;
}

.tour-details .tour-details-steps {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
}

.tour-details .tour-details-steps .tour-step {
  height: clamp(50px, 56px, 64px);
}

.tour-details .tour-details-steps .tour-step .step-number {
  font-size: 3.5rem;
  width: 35px;
  text-align: center;
}

.tour-details .tour-details-steps .tour-step .step-content {
  font-size: 1.2rem;
}

.tour-note {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 18px;
  text-align: center;
  display: block;
}

@media (max-width: 768px) {
  .tour-btn-fixed {
    width: calc(100% - 36px);
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}

#modal .btn-primary,
#modal .btn-secondary {
  margin-top: 24px;
}

dialog::backdrop ,
dialog + .backdrop {
  background: rgba(0, 0, 0, 0.85);
}

#modal_loading {
  width: 100vw;
  max-width: unset;
  height: 100svh;
  background-image: url("../assets/loading_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#modal_loading .modal-loading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal_loading .modal-loading .loading {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
#modal_loading .modal-loading .loading .search-img,
#modal_loading .modal-loading .loading .loading-path {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}
#modal_loading .modal-loading .loading .search-img {
  margin: 0 auto 32px auto;
}
#modal_loading .modal-loading .loading .loading-path {
  margin: 0 auto;
}
#modal_loading .modal-loading .loading .loading-text {
  margin-top: 64px;
  text-align: center;
  color: #FFFFFF;
  font-family: "National2Condensed-Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

input[type=file] {
  display: none;
}


input[type=file]:disabled + label {
  opacity: 1;
  cursor: unset;
}

#download_code {
  width: 400px;
  background: #E21E2D;
  padding-bottom: 8px;
  overflow: hidden;
  display: none;
}
#download_code .voucher-code-wrapper {
  margin-top: 8px;
}
#download_code .voucher-code-wrapper .prize-img {
  width: 100%;
  height: auto;
}
#download_code .voucher-code-wrapper .voucher-code {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "National2-Bold", sans-serif;
  text-align: center;
  padding: 16px 0 8px 0;
}
#download_code .voucher-code-wrapper .voucher-code,
#download_code .voucher-code-wrapper .separator {
  background: #E21E2D;
  margin: 0 auto;
}
#download_code .voucher-code-wrapper .separator {
  padding: 8px 0;
  position: relative;
}
#download_code .voucher-code-wrapper .separator img {
  margin: 0 auto;
  display: block;
}
#download_code .voucher-code-wrapper .separator:before, #download_code .voucher-code-wrapper .separator:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
}
#download_code .voucher-code-wrapper .separator:before {
  left: -8px;
}
#download_code .voucher-code-wrapper .separator:after {
  right: -8px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
  font-size: 0.875rem;
}

.checkbox-group a {
  color: #E21E2D;
  text-decoration: underline;
}

.checkbox-group input[type=checkbox] {
  width: 25px;
  height: 25px;
}

.checkbox-group label {
  width: 90%;
}

#bifeModal .disclaimer {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
}

.bounce-in-fwd {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

.out-of-stock {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75;
}

.out-of-stock-message {
  width: fit-content;
  padding: 12px 24px;
  background-color: #fff;
  color: #757575;
  font-family: "National2Condensed", sans-serif;
  margin: 4px auto 0 auto;
  display: block;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.out-of-stock-message img {
  width: 20px;
  height: auto;
}

.hidden-on-desktop {
  display: block;
}

@media (min-width: 768px) {
  .hidden-on-desktop {
    display: none;
  }
}

.tour-main {
  position: relative;
  width: 100svw;
  max-width: 768px;
  height: calc(100svh - 72px);
  margin-inline: auto;
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../assets/tour-bg.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: contain;*/
}

@media (min-width: 768px) {
  .tour-main {
    height: calc(100svh - 102px);
  }
}

.tour-main .tour-headline-wrapper,
.scan .scan-headline-wrapper {
  width: calc(100% - 16px);
  max-width: 440px;
  margin-top: 20px;
  margin-inline: auto;
}

.tour-main .tour-headline-wrapper .tour-headline,
.scan .scan-headline-wrapper .scan-headline {
  background-color: #fff;
  border: 1.5px solid #000;
  padding: 24px 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.tour-main .tour-headline-text,
.tour-main .tour-sub-headline,
.scan .scan-headline-text {
  font-family: "National2Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.scan .scan-headline-text span {
  font-weight: 900;
  white-space: nowrap;
}

.scan .scan-headline-text a {
  color: #000;
  text-decoration: underline;
}

.tour-main .tour-headline-text,
.scan .scan-headline-text {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}

/*.tour-main .tour-sub-headline {*/
/*  font-size: 1.5rem;*/
/*  margin: 0;*/
/*}*/

@media (max-width: 500px) {
  .scan .scan-headline-wrapper .scan-headline-text {
    font-size: 1.75rem;
  }

  .tour-main .tour-sub-headline {
    font-size: 1.2rem;
  }
}

.tour-main .tour-headline-img img {
  width: 100%;
  height: auto;
}

.tour-main .tour-headline-img,
.tour-main .tour-progress-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}

.tour-headline-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.tour-main .tour-headline-img {
  top: 20px;
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 320px;
  z-index: 2;
}

.tour-main .tour-progress-wrapper {
  top: 34px;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.tour-main .tour-progress-wrapper .tour-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lottie_player {
  position: absolute;
  top: 0px;
  left: 0;
}

.finish-tour-btn {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: -42px;
}

.tour-cta {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #fff;
  padding: 12px 0;
  z-index: 2;
}

.award-modal-bucket {
  background-color: #E21E2D;
  color: #fff;
}

.award-modal-bucket .award-modal-prize-img img {
  width: auto !important;
  height: 16svh !important;
  display: block;
  margin-inline: auto;
}

.award-modal-bucket .voucher-code-wrapper button {
  margin: 20px 0;
}

.award-modal-bucket .send-email-accordion .send-email-accordion-btn {
  color: #fff;
}

.active-tour {
  z-index: 9;
  display: none;
}

.scan-btn-container {
  display: none;
}

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

dialog {
  border: 1.5px solid #000;
  z-index: 99;
}

dialog::backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
}

.modal-user-id {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}

.header-sub-headline {
  background-color: #fff;
  border: 1.5px solid #000;
  padding: 18px 40px;
  font-size: clamp(13px, 14px, 16px);
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -32px;
  margin-inline: auto;
  width: fit-content;
  max-width: 85%;
}

.header-sub-headline a {
  color: #000;
  text-decoration: underline;
}

.home-header-sub-headline {
  font-family: "National2Condensed-Bold", sans-serif;
}

.home-header-sub-headline span {
  font-weight: 900;
}

.tour-header-sub-headline {
  font-family: "National2Condensed-Bold", sans-serif;
}

@media (min-width: 400px) {
  .header-sub-headline {
    bottom: -50px;
  }
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/*# sourceMappingURL=main.css.map */
