@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  width: 100%;
}
@media (max-width: 1024px) {
  html {
    overflow-x: unset;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #F9EEE8;
  overflow-x: hidden;
  width: 100%;
  padding-top: 190px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
}
body.home {
  padding-top: 300px;
}
@media (max-width: 1024px) {
  body.home {
    padding-top: 220px;
  }
}

strong, b {
  font-weight: 600;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

p {
  line-height: 1.6;
}

.uppercase {
  text-transform: uppercase;
}

.text--italic {
  font-style: italic;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

.no-scroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

em {
  font-style: italic;
}

.wrapper {
  box-sizing: content-box;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 6px;
}

@media (min-width: 769px) {
  .wrapper {
    padding: 0 10px;
  }
}
.container {
  max-width: 85em;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 60em;
  }
}

.autocomplete-items {
  position: absolute;
  width: 350px;
  left: auto;
  right: 90px;
  top: 100%;
  text-align: left;
  background-color: #FFF;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px 0px #000;
  z-index: 99;
}
@media (max-width: 1024px) {
  .autocomplete-items {
    width: 282px;
    right: 38px;
  }
}
@media (max-width: 533px) {
  .autocomplete-items {
    width: 201px;
  }
}
.autocomplete-items h2 {
  font-size: 14px;
  background-color: #0128FF;
  color: #FFF;
  padding: 8px;
  margin-bottom: 0;
  border-bottom: 2px solid #000;
  text-transform: none;
}
.autocomplete-items .name,
.autocomplete-items .date {
  display: block;
  float: left;
  cursor: pointer;
  color: #000;
  padding: 10px 0 8px;
}
.autocomplete-items .name {
  width: calc(100% - 95px);
  padding-left: 12px;
}
.autocomplete-items .date {
  width: 95px;
  text-align: right;
  padding-right: 12px;
}
.autocomplete-items > div > div {
  overflow: hidden;
}
.autocomplete-items > div > div:hover {
  background-color: #000;
}
.autocomplete-items > div > div:hover .name,
.autocomplete-items > div > div:hover .date {
  color: #FFF;
  background-color: #000;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  color: #fff;
  background-color: #000;
}
.autocomplete-active span {
  color: #fff !important;
  background-color: #000;
}

.search-home .autocomplete-items {
  left: 0;
  width: 100%;
}

.banners {
  text-align: center;
}
.banners .splide__track li {
  width: 100%;
}
.banners .splide__slide__container {
  text-align: center;
}
.banners .splide__pagination {
  bottom: 10px;
}
.banners .splide__pagination__page {
  background: black;
  opacity: 1;
}
.banners .splide__pagination__page.is-active {
  background: #0128ff;
}
.banners .splide__slide img {
  width: auto;
  max-height: 650px;
}
.banners--image img,
.banners--image a {
  display: inline-block;
  width: 100%;
}
.banners--image img {
  box-shadow: 4px 4px 0px #000;
}

.banners {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding: 60px 0;
}
.banners h3 {
  display: inline-flex;
  margin-top: 50px;
  margin-bottom: 24px;
}
.banners h3 svg {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.banners .splide__track {
  overflow: visible;
}
.banners .splide {
  position: relative;
  overflow: visible;
  z-index: 10;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.banners .splide:hover {
  z-index: 1000;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.banners .splide .splide__arrows {
  position: absolute;
  /* top: -50px; */
  /* width: 167px; */
  /* margin-left: 73%; */
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .banners .splide .splide__arrows {
    display: none;
  }
}
.banners .splide .splide__arrows .splide__arrow {
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  padding: 8px 8px 6px;
  box-shadow: none;
  text-shadow: none;
  transform: none;
  opacity: 1;
}
.banners .splide .splide__arrows .splide__arrow:hover {
  border: 2px solid #000 !important;
}
.banners .splide .splide__arrows .splide__arrow.hidden {
  display: none;
}
.banners .splide .splide__arrows .splide__arrow svg {
  fill: none;
  height: unset;
  width: unset;
}
.banners .splide .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1) !important;
}
.banners .splide .splide__arrows .splide__arrow--next {
  float: right;
}
.banners .splide .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1) !important;
}
.banners .splide .splide__list {
  overflow: visible;
}
.banners .splide .splide__slide__short {
  position: relative;
  padding: 20px;
  z-index: 600;
  opacity: 1;
  transition: opacity 0.2s;
  transition-delay: 0.4s;
}
.banners .splide .splide__slide__short .title,
.banners .splide .splide__slide__short .date {
  position: relative;
  display: inline-block;
  background: #F9EEE8;
  padding: 4px 8px;
  z-index: 5;
}
.banners .splide .splide__slide__short .title {
  font-weight: bold;
  margin-bottom: 12px;
}
.banners .splide .splide__slide__short .date {
  font-size: 12px;
}
.banners .splide .splide__slide__main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 100%;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  transition: all 0.4s;
  transition-delay: 0.4s;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #F9EEE8;
  z-index: 10;
}
.banners .splide .splide__slide__main img {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners .splide .splide__slide__main .box-info {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.banners .splide .splide__slide__main .box-info .title,
.banners .splide .splide__slide__main .box-info .date,
.banners .splide .splide__slide__main .box-info .open,
.banners .splide .splide__slide__main .box-info .actions {
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.banners .splide .splide__slide__main .box-info .date,
.banners .splide .splide__slide__main .box-info .open,
.banners .splide .splide__slide__main .box-info .additional {
  display: flex;
  align-items: center;
}
.banners .splide .splide__slide__main .box-info .date svg,
.banners .splide .splide__slide__main .box-info .open svg,
.banners .splide .splide__slide__main .box-info .additional svg {
  margin-right: 8px;
}
.banners .splide .splide__slide__main .box-info .title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.banners .splide .splide__slide__main .box-info .actions {
  display: flex;
  align-items: center;
}
.banners .splide .splide__slide__main .box-info .actions .button {
  margin-right: 18px;
}
.banners .splide .splide__slide__main .box-info .actions .button--pink {
  float: left;
  font-size: 14px;
}
.banners .splide .splide__slide__main .box-info .actions .button--underline {
  font-size: 4px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.banners .splide .splide__slide__main .box-info .actions .button--ticket img {
  max-width: 24px;
  height: auto;
}
.banners .splide .splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: default;
  overflow: visible;
}
.banners .splide .splide__slide .slide__close {
  display: none;
}

@media (min-width: 1024px) {
  body.home.not-on-top .h-search {
    display: none;
  }
}

.beat-radio {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .beat-radio {
    padding-bottom: 60px;
  }
}
.beat-radio h2 {
  margin-bottom: 20px;
}
.beat-radio .p-info {
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto 30px;
}

.beat-radio-bootstrap *, .beat-radio-bootstrap ::after, .beat-radio-bootstrap ::before {
  box-sizing: border-box;
}
.beat-radio-bootstrap .w-100 {
  width: 100% !important;
}
.beat-radio-bootstrap .justify-content-center {
  justify-content: center !important;
}
.beat-radio-bootstrap .justify-content-between {
  justify-content: space-between !important;
}
.beat-radio-bootstrap .align-items-center {
  align-items: center !important;
}
.beat-radio-bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.beat-radio-bootstrap .d-none {
  display: none !important;
}
.beat-radio-bootstrap .d-block {
  display: block !important;
}
.beat-radio-bootstrap .d-flex {
  display: flex !important;
}
.beat-radio-bootstrap .flex-row {
  flex-direction: row !important;
}
.beat-radio-bootstrap .d-inline-flex {
  display: inline-flex !important;
}
.beat-radio-bootstrap .align-items-center {
  align-items: center !important;
}
@media (min-width: 576px) {
  .beat-radio-bootstrap .d-sm-none {
    display: none !important;
  }
  .beat-radio-bootstrap .d-sm-block {
    display: block !important;
  }
  .beat-radio-bootstrap .d-sm-flex {
    display: flex !important;
  }
}

.home .beat-radio-widget {
  height: 200px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: black;
  position: relative;
  display: block;
  /*@media (min-width: $beat-radio-breakpoint-sm) and (max-width: $beat-radio-breakpoint-md) {*/
  /*  svg {*/
  /*    width: 100vw;*/
  /*    height: auto;*/
  /*  }*/
  /*}*/
}
.home .beat-radio-widget .hide {
  display: none !important;
}
.home .beat-radio-widget *:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.home .beat-radio-widget svg:not(.icon) {
  width: auto;
  height: 200px;
}
.home .beat-radio-widget .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
.home .beat-radio-widget .bg img {
  width: 130%;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .home .beat-radio-widget .bg img {
    width: 150%;
    left: -25%;
  }
}
.home .beat-radio-widget .beat-radio-content-layer {
  z-index: 2;
  position: relative;
}
.home .beat-radio-widget .song {
  height: 200px;
  width: 100%;
  color: white;
  font-size: 1.5rem;
}
.home .beat-radio-widget .cover {
  position: relative;
  order: 0;
}
.home .beat-radio-widget .song img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 10px;
}
.home .beat-radio-widget .btn-beat {
  color: #fff;
  background-color: #02cfc8;
  border-color: #02cfc8;
}
.home .beat-radio-widget .btn-beat:hover {
  color: #fff;
  background-color: #00d0db;
  border-color: #00d0db;
}
.home .beat-radio-widget .btn-outline-beat {
  background: transparent;
  color: #02cfc8;
  border-color: #02cfc8;
}
.home .beat-radio-widget .btn-outline-beat:hover {
  color: #fff;
  background-color: #00d0db;
  border-color: #00d0db;
}
.home .beat-radio-widget .btn-beat .icon {
  width: 100%;
  height: 100%;
}
.home .beat-radio-widget .icon--play {
  padding-left: 5px;
}
.home .beat-radio-widget .btn-play {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.home .beat-radio-widget .buttons {
  margin: 10px;
}
.home .beat-radio-widget .title {
  font-weight: bold;
}
.home .beat-radio-widget .song-xs .data {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.home .beat-radio-widget .song-xs .data > div {
  font-size: 0;
}
.home .beat-radio-widget .song-xs .data > div > div {
  display: inline-block;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.5);
  margin: 1px;
  border-radius: 5px;
  font-size: 16px;
}
.home .beat-radio-widget .song-xs .data > br {
  height: 1px;
}
.home .beat-radio-widget .logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home .beat-radio-widget .logo img {
  height: 60px;
}
.home .beat-radio-widget .logo-top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: auto;
  text-align: center;
  filter: drop-shadow(0 0 0.35rem rgba(0, 0, 0, 0.5));
}
.home .beat-radio-widget .logo-top.hide {
  display: none;
}
.home .beat-radio-widget .logo-top img {
  height: 60px;
}
.home .beat-radio-widget .song-xs .buttons {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.33);
}
.home .beat-radio-widget .song-xs .btn-play {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
  font-size: 40px;
  line-height: 68px;
}
.home .beat-radio-widget .song-xs .btn-play > i.fa-play {
  position: relative;
  left: 2px;
}
.home .beat-radio-widget .song-xs .btn-play:focus {
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px !important;
}
.home .beat-radio-widget .song-xs .buttons {
  opacity: 1;
  transition: opacity 0.5s;
}
.home .beat-radio-widget .song-xs .buttons.playing {
  opacity: 0;
}
.home .beat-radio-widget .song-xs:hover .buttons {
  opacity: 1 !important;
}
.home .beat-radio-widget .playing-overlay.d-block.hide {
  display: none !important;
}
.home .beat-radio-widget .animation {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
}
.home .beat-radio-widget .animation .bars {
  position: absolute;
  left: -20px;
}
.home .beat-radio-widget .animation .bar {
  background: white;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 5px;
  animation: sound 0ms -800ms linear infinite alternate;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.home .beat-radio-widget .animation .bar:nth-child(1) {
  left: 1px;
  animation-duration: 274ms;
}
.home .beat-radio-widget .animation .bar:nth-child(2) {
  left: 7px;
  animation-duration: 233ms;
}
.home .beat-radio-widget .animation .bar:nth-child(3) {
  left: 13px;
  animation-duration: 207ms;
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}

.button {
  display: inline-block;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 24px;
  text-decoration: none;
  padding: 10px 16px;
  cursor: pointer;
}
.button--primary, .button--pink {
  color: #FFF;
  background-color: #0128FF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
}
.button--primary:hover, .button--pink:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
.button--primary--inverse, .button--pink--inverse {
  color: #0128FF;
  background-color: #FFF;
}
.button--primary--inactive, .button--pink--inactive {
  color: #000;
  background-color: #FFF;
  opacity: 0.4;
  cursor: default;
}
.button--primary--inactive:hover, .button--pink--inactive:hover {
  cursor: default;
  margin-top: 0;
  border-bottom: 5px solid #000;
}
.button--pink {
  color: #000;
  background-color: #F8C5FE;
}
.button--select {
  position: relative;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 2px;
  padding-right: 48px;
}
.button--select::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  top: 12px;
  right: 12px;
  background: transparent url(../images/icons/icon-arrow-down.svg) left center no-repeat;
}
.button--select:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
.button--simple {
  position: relative;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 2px;
  padding: 4px 8px;
}
.button--simple:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
.button--underline {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.button--close {
  width: 28px;
  height: 28px;
  min-width: 12px !important;
  background: #FFF url(../images/icons/icon-close.svg) center center no-repeat;
  background-size: 14px;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
}
.button--close:hover {
  margin-top: 2px;
  border-bottom: 1px solid #000;
}
.button--ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #362983;
  background-color: #fff;
  border: 2px solid #362983;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 7px;
  min-height: 40px;
}
.button--ticket--inactive {
  cursor: default;
}
.button--ticket--inactive:hover {
  cursor: default;
  margin-top: 0;
}
.button--ticket .ticket-icon {
  margin-right: 8px;
}
.button--mobile-only {
  padding: 20px 0;
  display: none;
}
@media (max-width: 533px) {
  .button--mobile-only {
    display: block;
  }
}
.button--desktop-only {
  display: block;
}
@media (max-width: 533px) {
  .button--desktop-only {
    display: none;
  }
}

.button-open-info {
  position: relative;
  top: 4px;
  display: inline-block;
  border-radius: 0;
  font-size: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  background: url(../images/icon-information-dark.svg) no-repeat;
  background-size: 100%;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  margin-left: 7px;
}

.c-toast-container.v--default-css .c-toast {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #F9EEE8;
  border-radius: 4px;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px #000;
}

.calendar-program {
  position: absolute;
  width: 100%;
  max-width: 368px;
  top: 54px;
  background-color: #FFF;
  border: 2px solid #000;
  box-shadow: 16px 16px 0px #000;
  border-radius: 2px;
  padding: 24px 18px;
  z-index: 50;
}
@media (max-width: 533px) {
  .calendar-program {
    width: calc(100% - 10px);
    box-shadow: 8px 8px 0px #000;
  }
}
.calendar-program .ul-ranges {
  margin-bottom: 24px;
}
.calendar-program .ul-ranges li {
  position: relative;
  margin-bottom: 12px;
}
.calendar-program .ul-ranges li a {
  font-weight: 600;
}
.calendar-program .ul-ranges li a.active {
  color: #A1A1A1;
  text-decoration: none;
  pointer-events: none;
}
.calendar-program .ul-ranges li a.active::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: -4px;
  right: 0;
  background: transparent url(../images/icons/icon-check.svg) left center no-repeat;
  background-size: cover;
}
.calendar-program .p-calendar {
  display: block;
  width: 100%;
}
.calendar-program .p-calendar .p-datepicker {
  display: block;
  overflow: visible;
}
.calendar-program .p-datepicker-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
}
.calendar-program .p-datepicker-header .p-datepicker-title {
  display: flex;
  flex-direction: row-reverse;
  order: 1;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
}
.calendar-program .p-datepicker-header .p-datepicker-title button {
  position: relative;
  font-size: 14px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 2px;
  padding: 4px 8px;
  cursor: pointer;
}
.calendar-program .p-datepicker-header .p-datepicker-title .p-datepicker-year {
  margin-right: 6px;
}
.calendar-program .p-datepicker-header .p-datepicker-title .p-datepicker-year::after {
  content: ".";
}
.calendar-program .p-datepicker-header .button-today {
  order: 2;
  margin-right: 14px;
}
.calendar-program .p-datepicker-header .p-datepicker-prev,
.calendar-program .p-datepicker-header .p-datepicker-next {
  width: 24px;
  height: 24px;
  background: transparent url(../images/icons/icon-chevron-left.svg) left center no-repeat;
  background-size: 70%;
  border: 0;
}
.calendar-program .p-datepicker-header .p-datepicker-prev {
  order: 3;
}
.calendar-program .p-datepicker-header .p-datepicker-next {
  order: 4;
  transform: scaleX(-1);
  margin-top: -1px;
}
.calendar-program--locale-en .p-datepicker-header .p-datepicker-title {
  flex-direction: row;
}
.calendar-program--locale-en .p-datepicker-header .p-datepicker-title .p-datepicker-year {
  margin-right: 0;
}
.calendar-program--locale-en .p-datepicker-header .p-datepicker-title .p-datepicker-year::after {
  content: "";
}
.calendar-program--locale-en .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 6px;
}
.calendar-program .p-datepicker-calendar-container {
  font-size: 12px;
}
.calendar-program .p-datepicker-calendar-container thead th {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.calendar-program .p-datepicker-calendar-container tbody tr {
  font-weight: 600;
  border: 1px solid #000;
  border-bottom: 0;
}
.calendar-program .p-datepicker-calendar-container tbody tr:last-child {
  border-bottom: 1px solid #000;
}
.calendar-program .p-datepicker-calendar-container tbody td {
  position: relative;
  font-weight: 600;
  width: 14.3%;
  border-right: 1px solid #000;
}
.calendar-program .p-datepicker-calendar-container tbody td span {
  overflow: visible;
}
.calendar-program .p-datepicker-calendar-container tbody td .events-number {
  position: absolute;
  top: 36px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 18px;
  background-color: #FF4D1F;
  text-align: center;
  color: #FFF;
  border-radius: 18px;
  z-index: 10;
}
.calendar-program .p-datepicker-calendar-container tbody td .calendar-day {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s;
}
.calendar-program .p-datepicker-calendar-container tbody td .calendar-day--inactive {
  color: #747474;
  background: #F9EEE8;
}
.calendar-program .p-datepicker-calendar-container tbody td .calendar-day:hover {
  background: blue;
  color: white;
}

.cart {
  position: relative;
}
.cart .button-cart {
  position: relative;
  padding: 0 0 0 16px;
}
.cart__item__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.cart__item__row--primary {
  font-size: 16px;
  font-weight: 700;
}
.cart__item__quantity {
  position: absolute;
  z-index: 1000;
  bottom: -9px;
  right: -3px;
  font-size: 12px;
  color: #FFF;
  background: #FF4D1F;
  padding: 2px 0 4px;
  border: 2px solid #000;
  border-radius: 16px;
  width: 24px;
  height: 24px;
}
.cart__item__headline {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 6px;
}
.cart__item__headline h3 {
  margin: 0;
  margin-right: 14px;
}
.cart__item__headline .button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.cart__item__headline .button svg {
  width: 24px;
  height: 24px;
}
.cart__item__subtitle {
  font-size: 16px;
  font-weight: 700;
}
.cart__item__productname {
  margin-top: 4px;
}
.cart__item__date {
  font-size: 16px;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 14px;
}
.cart__item__person {
  text-align: right;
  margin-bottom: 6px;
}
.cart__popup {
  position: absolute;
  width: 100vw;
  max-width: 400px;
  z-index: 10000;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
@media (max-width: 1440px) {
  .cart__popup {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .cart__popup {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100vh;
    transform: none;
  }
}
.cart__popup::before {
  position: absolute;
  content: "";
  top: -32px;
  left: calc(50% - 13px);
  width: 26px;
  height: 34px;
  background: transparent url(../images/icons/icon-hand-blue.svg) left center no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .cart__popup::before {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .cart__popup::before {
    display: none;
  }
}
.cart__popup__close {
  position: absolute;
  right: 8px;
  top: 6px;
}
@media (min-width: 1025px) {
  .cart__popup__close {
    display: none;
  }
}
.cart__popup__header {
  font-weight: 600;
  color: #FFF;
  background-color: #0128FF;
  text-align: center;
  padding: 8px 10px;
  border-bottom: 2px solid #000;
}
@media (max-width: 1024px) {
  .cart__popup__header {
    padding: 12px 10px;
  }
}
.cart__popup__body {
  padding: 10px 0 24px;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 1024px) {
  .cart__popup__body {
    max-height: calc(100vh - 42px);
  }
}
.cart__popup__body a {
  display: block;
  width: 100%;
  text-align: center;
}
.cart__popup__body a.button {
  text-decoration: none !important;
}
.cart__popup__body .p--info {
  padding: 10px 24px 0;
}
.cart__popup__body .cta-wrapper {
  overflow: hidden;
  min-height: 50px;
  padding: 0 24px;
  margin: 20px 0 0;
}
.cart__popup__body .cta-wrapper .button--primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cart__popup__body .cta-wrapper .button--primary {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.cart__popup__body .cta-wrapper .button--primary.disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
  border: 2px solid black;
}
.cart__popup__body .cta-wrapper .button--primary svg {
  margin-left: 10px;
}
.cart__popup__body ul {
  margin-bottom: 10px;
}
.cart__popup__body li {
  font-size: 14px;
  font-weight: 400;
  padding: 0 24px 20px;
  margin-bottom: 10px;
  border-bottom: 2px dashed #000;
}
.cart__popup__body li:last-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
  border: 0;
}
.cart__popup__body li .value {
  font-size: 20px;
  font-weight: 700;
}

.checkbox {
  text-align: left;
  margin-bottom: 8px;
}
.checkbox span {
  display: inline-block;
  vertical-align: middle;
  float: none;
  font-weight: 600;
  line-height: 24px;
}
.checkbox span a {
  color: #000;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 250ms;
}
.checkbox label:hover {
  opacity: 0.85;
}
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 4px;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.collapsible {
  position: relative;
  background: #FFF;
  border: 2px solid #000;
  box-shadow: 6px 6px 0px #000;
  border-radius: 2px;
  margin-bottom: 30px;
}
.collapsible::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  top: 20px;
  right: 16px;
  background: transparent url(../images/icons/icon-arrow-down.svg) left center no-repeat;
  pointer-events: none;
}
.collapsible.open::after {
  transform: rotateX(180deg);
}
.collapsible__head {
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  background: #FFF;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 50px 16px 14px;
  cursor: pointer;
}
.collapsible__body {
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.collapsible.open .collapsible__body {
  max-height: 5000px;
  padding: 12px 16px 20px;
}

.concert-datasheet {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .concert-datasheet {
    margin-top: -12px;
    margin-bottom: -12px;
  }
}
.concert-datasheet .wrapper {
  display: table;
}
.concert-datasheet .row-headline {
  position: relative;
  color: #fff;
  padding: 60px 0 14px;
  margin-bottom: 50px;
  width: 45%;
  float: right;
}
@media (max-width: 768px) {
  .concert-datasheet .row-headline {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 45px;
    margin-bottom: -20px;
  }
}
.concert-datasheet .row-headline > * {
  position: relative;
  z-index: 2;
}
.concert-datasheet .row-headline::before, .concert-datasheet .row-headline::after {
  position: absolute;
  content: "";
  left: -100vw;
  width: 300vw;
  z-index: 1;
}
.concert-datasheet .row-headline::before {
  background-color: #0128FF;
  top: 0;
  height: 100%;
  z-index: 1;
}
.concert-datasheet .row-headline::after {
  background: transparent url(../images/header-border.svg) left center repeat-x;
  bottom: -16px;
  height: 16px;
  z-index: 1;
}
.concert-datasheet .row-headline h1 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
}
.concert-datasheet .row-image {
  position: relative;
  float: left;
  width: calc(55% - 30px);
  padding-top: 50px;
  margin-right: 30px;
  z-index: 2;
}
@media (max-width: 768px) {
  .concert-datasheet .row-image {
    width: 100%;
    padding-top: 16px;
    margin-right: 0;
    margin-bottom: 10px;
    border-top: 2px dashed #000;
  }
}
.concert-datasheet .row-image img {
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .concert-datasheet .row-image img {
    min-height: 28vw;
  }
}
@media (max-width: 768px) {
  .concert-datasheet .row-image img {
    min-height: 40vw;
  }
}
@media (max-width: 533px) {
  .concert-datasheet .row-image img {
    min-height: 54vw;
  }
}
.concert-datasheet .row-parameters {
  display: flex;
  flex-direction: column;
  width: 45%;
  float: right;
}
@media (max-width: 768px) {
  .concert-datasheet .row-parameters {
    float: left;
    width: 100%;
  }
}
.concert-datasheet .row-parameters > span {
  margin-bottom: 8px;
}
.concert-datasheet .row-parameters > span svg {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.concert-datasheet .row-parameters .concert-additional {
  margin-bottom: 30px;
}
.concert-datasheet .row-parameters .concert-additional svg {
  width: 16px;
  height: 16px;
}
.concert-datasheet .row-parameters .concert-slider__status--free {
  margin-top: 12px;
}
.concert-datasheet .row-parameters .button--primary {
  text-align: center;
}
.concert-datasheet .row-info {
  float: left;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.concert-datasheet .row-info a b {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .concert-datasheet .row-info {
    width: 100%;
  }
}
.concert-datasheet .row-info .real_attached_event {
  display: flex;
  position: relative;
}
.concert-datasheet .row-info .attached_event-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.concert-datasheet .row-info .attached_event-text {
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
}
.concert-datasheet .row-info .attached_event-img {
  max-width: 220px;
  margin-left: 10px;
  height: auto;
  margin-top: 20px;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 2px;
}

.concert-informations {
  position: relative;
  margin-bottom: 50px;
}
.concert-informations .static-text__visible,
.concert-informations .static-text__hidden {
  line-height: 1.6;
}
@media (min-width: 769px) {
  .concert-informations .static-text__visible,
  .concert-informations .static-text__hidden {
    max-width: 640px;
  }
}
.concert-informations .static-text__visible h3,
.concert-informations .static-text__hidden h3 {
  margin-top: 20px;
}
.concert-informations .static-text__visible ul,
.concert-informations .static-text__hidden ul {
  margin-bottom: 16px;
}
.concert-informations .static-text__visible ul li,
.concert-informations .static-text__hidden ul li {
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  .concert-informations.full-width .static-text__visible,
  .concert-informations.full-width .static-text__hidden {
    max-width: 100%;
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link {
  text-decoration: underline;
}

.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 99999999999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1;
}
.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  flex: 1;
  margin-right: 20px;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
    padding: 18px 20px 80px !important;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 100px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-banner,
.cc-theme-classic {
  opacity: 0.95 !important;
  font-size: 14px !important;
  padding: 18px 150px 18px 20px !important;
}
.cc-banner.cc-invisible,
.cc-theme-classic.cc-invisible {
  opacity: 0 !important;
}
.cc-banner .cc-btn,
.cc-theme-classic .cc-btn {
  display: inline-block !important;
  background: transparent !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  border: 0 !important;
  border-radius: 24px !important;
  text-decoration: none !important;
  padding: 6px 10px !important;
  cursor: pointer !important;
  color: #FFF !important;
  background-color: #0128FF !important;
  border: 2px solid #000 !important;
}
.cc-banner .cc-btn:hover,
.cc-theme-classic .cc-btn:hover {
  color: #0000ff !important;
  background-color: #fff !important;
}
.cc-banner .cc-link,
.cc-theme-classic .cc-link {
  color: #fff !important;
}

.cover-header-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cover-success.jpg");
  background-size: cover;
  background-position: center;
  height: 35vh; /* Teljes képernyő magasság */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-h1 {
  color: white;
  font-size: 3em;
  text-align: center;
  display: block;
}

.cover {
  position: relative;
}
.cover__video {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
.cover__video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.cover__video::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-white.svg) left center repeat-x;
  z-index: 6;
}
.cover__video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%, -20%);
}
@media (max-width: 768px) {
  .cover__video video.desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .cover__video video.mobile {
    display: none;
  }
}
.cover--video {
  height: 220px;
}
@media (max-width: 1024px) {
  .cover--video {
    margin-top: -20px;
  }
}
@media (min-width: 769px) {
  .cover--video {
    height: 400px;
  }
}
.cover--video-tiny {
  height: 170px;
}
.cover--video-tiny:before {
  display: none;
}
@media (min-width: 769px) {
  .cover--video-tiny {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .cover--video-tiny {
    height: 310px;
  }
}
@media (min-width: 1280px) {
  .cover--video-tiny {
    height: 280px;
  }
}

.event_notification {
  background-color: #FF4D1F;
  padding: 6px 10px;
  color: white;
  text-align: center;
  /*   margin: 40px 0 0;*/
  font-size: 14px;
  line-height: 19px;
}
.event_notification a {
  color: white;
}
.event_notification p {
  font-family: inherit;
}

.event_notification2 {
  background-color: #FF4D1F;
  padding: 25px 10px;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.event_notification2 a {
  color: white;
}
.event_notification2 p {
  font-family: inherit;
}

.attached_event {
  display: flex;
  background: #F9EEE8;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 2px;
  /*    padding: 10px 0;*/
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}
@media (max-width: 533px) {
  .attached_event {
    flex-direction: column;
    padding: 0;
  }
}
.attached_event .image {
  display: block;
  width: 100%;
  height: auto;
}
.attached_event .title-overlay {
  position: absolute;
  bottom: 40px;
  left: 1%;
  text-align: center;
  background-color: white;
  color: black;
  font-size: 13px;
  padding: 5px 2px 2px 5px;
  box-sizing: border-box;
  font-weight: 800;
  text-transform: uppercase;
}
.attached_event .title-overlay a {
  text-decoration: none;
}
.attached_event .date-overlay {
  position: absolute;
  bottom: 0;
  left: 1%;
  text-align: left;
  background-color: white;
  color: black;
  font-size: 10px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.event-board {
  display: flex;
  background: #F9EEE8;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 2px;
  padding: 10px 0;
  margin-bottom: 24px;
}
@media (max-width: 533px) {
  .event-board {
    flex-direction: column;
    padding: 0;
  }
}
.event-board .col-data {
  display: flex;
  width: 67%;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .event-board .col-data {
    flex-direction: column;
  }
}
@media (max-width: 533px) {
  .event-board .col-data {
    width: 100%;
    padding: 6px 6px 16px;
    border-bottom: 3px dashed #000;
  }
}
.event-board .col-data .box-image,
.event-board .col-data .box-info {
  width: 50%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .event-board .col-data .box-image,
  .event-board .col-data .box-info {
    width: 100%;
  }
}
.event-board .col-data .box-info.nightsof {
  color: white;
}
.event-board .col-data .box-info.nightsof .box-info__bottom svg path {
  fill: white;
}
.event-board .col-data .box-info.nightsof .col-actions a {
  color: white;
}
.event-board .col-data .box-image img {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 4px 4px 0px #000;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .event-board .col-data .box-image img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .event-board .col-data .box-image img {
    height: 200px;
  }
}
@media (max-width: 533px) {
  .event-board .col-data .box-image img {
    box-shadow: none;
    height: 180px;
  }
}
.event-board .col-data .box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .event-board .col-data .box-info {
    margin-top: 12px;
    padding-left: 0;
  }
}
@media (max-width: 533px) {
  .event-board .col-data .box-info {
    padding: 0 8px;
  }
}
.event-board .col-data .box-info__top {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.event-board .col-data .box-info__bottom {
  margin-bottom: 6px;
}
.event-board .col-data .box-info .date,
.event-board .col-data .box-info .open,
.event-board .col-data .box-info .additional {
  display: flex;
  align-items: center;
}
.event-board .col-data .box-info .date svg,
.event-board .col-data .box-info .open svg,
.event-board .col-data .box-info .additional svg {
  margin-right: 8px;
}
.event-board .col-data .box-info .title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .event-board .col-data .box-info .title {
    font-size: 18px;
  }
}
.event-board .col-data .box-info .date {
  margin-top: 50px;
  margin-bottom: 12px;
}
@media (max-width: 533px) {
  .event-board .col-data .box-info .date {
    margin-top: 24px;
  }
}
.event-board .col-data .box-info .open {
  margin-bottom: 12px;
}
.event-board .col-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  padding: 12px 20px;
  border-left: 3px dashed #000;
}
.event-board .col-actions.nightsof {
  border-left: 3px dashed #fff;
}
@media (max-width: 533px) {
  .event-board .col-actions {
    width: 100%;
    padding: 16px 6px 12px;
    border: 0;
  }
}
.event-board .col-actions .button--primary {
  min-width: 80%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 533px) {
  .event-board .col-actions .button--primary {
    width: 100%;
  }
}
.event-board .nightsof .button--primary {
  background-color: #4E54BF;
}

.event-stripes .splide__slide__main .event-status {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  position: absolute;
  transition: all 0.4s;
  transition-delay: 0.4s;
  transition-property: height, max-height;
}
.event-stripes .splide__slide__main .event-status__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.4s;
  transition-delay: 0.4s;
  transition-property: margin;
  width: 100%;
  margin: 20px auto auto 0;
}
.event-stripes .splide__slide__main .event-status__content .status-image {
  height: auto;
  margin-bottom: 0;
  transform: rotateZ(-15deg);
  margin-top: 20px;
  max-height: 44px;
  width: auto;
}
.event-stripes .splide__slide__main .event-status__content svg {
  transform: rotateZ(-15deg);
  margin-top: 20px;
  max-height: 44px;
}
@media (min-width: 768px) {
  .event-stripes .splide__slide:hover .event-status {
    height: 200px;
  }
  .event-stripes .splide__slide:hover .event-status__content {
    margin-top: 40px;
  }
  .event-stripes .splide__slide:hover .event-status__content .status-image {
    max-height: 44px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .event-stripes .splide__slide .splide__slide__main .event-status__content {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide .splide__slide__main .event-status__content .status-image {
    transition: none;
    transition-delay: 0s;
  }
}
.event-board .col-data .event-status {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  margin: auto;
}
.event-board .col-data .event-status a {
  width: 100%;
}
.event-board .col-data .event-status .box-image {
  width: 100%;
  height: 100%;
}
.event-board .col-data .event-status__content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
.event-board .col-data .event-status__content .status-image {
  transform: rotateZ(-15deg);
  max-height: 44px;
}
@media (max-width: 533px) {
  .event-board .col-data .event-status__content {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .splide__slide.active .splide__slide__main .event-status__content {
    margin-top: 60px;
  }
  .splide__slide .splide__slide__main .event-status__content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .event-board .col-data .event-status {
    width: 100%;
  }
}
.concert-datasheet .event-status__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 50px);
  background: rgba(0, 0, 0, 0.6);
}
.concert-datasheet .event-status__content .status-image {
  min-height: 0;
  max-height: 44px;
  transform: rotateZ(-15deg);
  width: auto;
  box-shadow: none;
  border: 0;
}
.concert-datasheet .event-status .box-image {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .concert-datasheet .event-status {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .concert-datasheet .event-status__content {
    height: calc(100% - 20px);
  }
}

.event-stripes {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding-bottom: 60px;
}
.event-stripes h3 {
  display: inline-flex;
  margin-top: 50px;
  margin-bottom: 24px;
}
.event-stripes h3 svg {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.event-stripes .stripe-bg-night {
  position: relative;
  background: #362983;
  padding-bottom: 36px;
  margin-top: 60px;
}
.event-stripes .stripe-bg-night h3 {
  color: #FFF;
  margin-top: 28px;
}
.event-stripes .stripe-bg-night::before, .event-stripes .stripe-bg-night::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-purple.svg) left center repeat-x;
}
.event-stripes .stripe-bg-night::before {
  top: -16px;
  transform: rotate(180deg);
}
.event-stripes .stripe-bg-night::after {
  bottom: -16px;
}
.event-stripes .splide__track {
  overflow: visible;
}
.event-stripes .splide {
  position: relative;
  overflow: visible;
  z-index: 10;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.event-stripes .splide:hover {
  z-index: 1000;
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.event-stripes .splide .splide__arrows {
  position: absolute;
  top: -50px;
  width: 130px;
  margin-left: 73%;
}
@media (max-width: 768px) {
  .event-stripes .splide .splide__arrows {
    display: none;
  }
}
.event-stripes .splide .splide__arrows .splide__arrow {
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  padding: 8px 8px 6px;
  box-shadow: none;
  text-shadow: none;
  transform: none;
  opacity: 1;
}
.event-stripes .splide .splide__arrows .splide__arrow:hover {
  border: 2px solid #000;
}
.event-stripes .splide .splide__arrows .splide__arrow.hidden {
  display: none;
}
.event-stripes .splide .splide__arrows .splide__arrow svg {
  fill: none;
  height: unset;
  width: unset;
}
.event-stripes .splide .splide__arrows .splide__arrow:disabled {
  border: 2px solid #998D86;
  cursor: default;
}
.event-stripes .splide .splide__arrows .splide__arrow:disabled:hover {
  margin-top: 0;
  border: 2px solid #998D86;
}
.event-stripes .splide .splide__arrows .splide__arrow:disabled svg {
  color: #998D86;
}
.event-stripes .splide .splide__arrows .splide__arrow:disabled svg path, .event-stripes .splide .splide__arrows .splide__arrow:disabled svg stroke {
  color: #998D86;
  stroke: #998D86;
}
.event-stripes .splide .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1) !important;
}
.event-stripes .splide .splide__arrows .splide__arrow--next {
  float: right;
}
.event-stripes .splide .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1) !important;
}
.event-stripes .splide .splide__list {
  overflow: visible;
}
.event-stripes .splide .splide__slide__short {
  position: relative;
  padding: 18px 16px;
  z-index: 600;
  opacity: 1;
  transition: opacity 0.2s;
  transition-delay: 0.4s;
}
.event-stripes .splide .splide__slide__short .title,
.event-stripes .splide .splide__slide__short .date {
  position: relative;
  display: inline-block;
  background: #F9EEE8;
  padding: 4px 8px;
  z-index: 5;
}
.event-stripes .splide .splide__slide__short .title {
  font-weight: bold;
  margin-bottom: 12px;
}
.event-stripes .splide .splide__slide__short .date {
  font-size: 12px;
}
.event-stripes .splide .splide__slide__main {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 100%;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  transition: all 0.4s;
  transition-delay: 0.4s;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #F9EEE8;
  z-index: 10;
}
.event-stripes .splide .splide__slide__main img {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-stripes .splide .splide__slide__main .box-info {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.event-stripes .splide .splide__slide__main .box-info .title,
.event-stripes .splide .splide__slide__main .box-info .date,
.event-stripes .splide .splide__slide__main .box-info .open,
.event-stripes .splide .splide__slide__main .box-info .actions {
  transition: all 0.4s;
  transition-delay: 0.4s;
}
.event-stripes .splide .splide__slide__main .box-info .date,
.event-stripes .splide .splide__slide__main .box-info .open,
.event-stripes .splide .splide__slide__main .box-info .additional {
  display: flex;
  align-items: center;
}
.event-stripes .splide .splide__slide__main .box-info .date svg,
.event-stripes .splide .splide__slide__main .box-info .open svg,
.event-stripes .splide .splide__slide__main .box-info .additional svg {
  margin-right: 8px;
}
.event-stripes .splide .splide__slide__main .box-info .title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-stripes .splide .splide__slide__main .box-info .actions {
  display: flex;
  align-items: center;
}
.event-stripes .splide .splide__slide__main .box-info .actions .button {
  margin-right: 18px;
}
.event-stripes .splide .splide__slide__main .box-info .actions .button--pink {
  float: left;
  font-size: 14px;
}
.event-stripes .splide .splide__slide__main .box-info .actions .button--underline {
  font-size: 4px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  transition: all 0.2s;
  transition-delay: 0.4s;
}
.event-stripes .splide .splide__slide__main .box-info .actions .button--ticket img {
  max-width: 24px;
  height: auto;
}
.event-stripes .splide .splide__slide__main .box-info .actions__coming-soon {
  flex-direction: column;
}
.event-stripes .splide .splide__slide__main .box-info .actions__coming-soon .ticket-list__items__outage {
  margin-bottom: 24px;
}
.event-stripes .splide .splide__slide__main .box-info .actions__coming-soon .button--underline {
  align-self: flex-start;
}
.event-stripes .splide .splide__slide__main .box-info .actions__sold-out {
  justify-content: space-between;
}
.event-stripes .splide .splide__slide__main .box-info .actions__sold-out .button--underline {
  width: 100px;
}
.event-stripes .splide .splide__slide__main .box-info .actions__cancelled .button--underline {
  width: 100px;
}
.event-stripes .splide .splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 200px;
  cursor: default;
  overflow: visible;
}
.event-stripes .splide .splide__slide .slide__close {
  display: none;
}
@media (min-width: 769px) {
  .event-stripes .splide .splide__slide:hover .splide__slide__short {
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main {
    width: calc(100% + 70px);
    left: -10px;
    top: -10px;
    background-color: #F9EEE8;
    box-shadow: 12px 12px 0px 0px rgb(0, 0, 0);
    transition: all 0.4s;
    transition-delay: 0.4s;
    z-index: 1000;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .box-info {
    max-height: 500px;
    padding: 24px 20px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .box-info .title {
    margin-bottom: 2px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .box-info .date {
    margin-top: 24px;
    margin-bottom: 12px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .box-info .open {
    margin-bottom: 12px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .box-info .actions {
    margin-top: 18px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
  .event-stripes .splide .splide__slide:hover .splide__slide__main .button--underline {
    font-size: 14px;
    transition: all 0.4s;
    transition-delay: 0.4s;
  }
}
@media (max-width: 768px) {
  .event-stripes .splide {
    transition: none;
    transition-delay: 0;
  }
  .event-stripes .splide .splide__track .splide__list {
    display: flex;
    overflow-x: scroll;
    padding: 0 10px 6px 10px !important;
    transform-style: inherit;
    transform-style: unset;
  }
  .event-stripes .splide__slide {
    width: 100%;
    max-width: 280px;
    margin-right: 20px;
  }
  .event-stripes .splide__slide .slide__close {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 9px 11px 6px 11px;
    border-radius: 50%;
    z-index: 100;
  }
  .event-stripes .splide__slide .slide__close svg {
    width: 20px;
    height: 20px;
  }
  .event-stripes .splide__slide .splide__slide__short {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide .splide__slide__main {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide .splide__slide__main .box-info {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide .splide__slide__main .box-info .title,
  .event-stripes .splide__slide .splide__slide__main .box-info .date,
  .event-stripes .splide__slide .splide__slide__main .box-info .open,
  .event-stripes .splide__slide .splide__slide__main .box-info .actions {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide .splide__slide__main .box-info .actions .button--underline {
    transition: none;
    transition-delay: 0s;
  }
  .event-stripes .splide__slide.active {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100vw;
    height: 100vh;
    z-index: 5001;
    background-color: #F9EEE8;
  }
  .event-stripes .splide__slide.active button,
  .event-stripes .splide__slide.active .splide__slide__main {
    animation: showEventPopup 0.5s ease-in-out;
  }
  .event-stripes .splide__slide.active .slide__close {
    display: block;
  }
  .event-stripes .splide__slide.active .box-info {
    max-height: 50vh;
    padding: 20px 16px;
  }
  .event-stripes .splide__slide.active .box-info .title {
    margin-bottom: 2px;
  }
  .event-stripes .splide__slide.active .box-info .date {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .event-stripes .splide__slide.active .box-info .open {
    margin-bottom: 12px;
  }
  .event-stripes .splide__slide.active .box-info .actions {
    margin-top: 18px;
  }
  .event-stripes .splide__slide.active .box-info .actions .button--underline {
    font-size: 14px;
  }
  .event-stripes .splide__slide.active .splide__slide__short {
    opacity: 0;
  }
}

.stripe-bg-red {
  position: relative;
  background: #FF4D1F;
  padding: 40px 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .stripe-bg-red {
    text-align: center;
  }
}
.stripe-bg-red::before, .stripe-bg-red::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
}
.stripe-bg-red::before {
  height: 400px;
  top: -400px;
  background-color: #FF4D1F;
}
.stripe-bg-red::after {
  bottom: -16px;
  height: 16px;
  background: transparent url(../images/header-border-2.svg) left center repeat-x;
}

@media (min-width: 1024px) {
  body.home.not-on-top .h-search {
    display: none;
  }
}

@keyframes showEventPopup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer .hr {
  border-color: #000;
  margin: 0;
}
.footer__subscribe {
  max-width: 740px;
  margin: 0 auto 100px;
  position: relative;
}
.footer__subscribe .jump {
  position: absolute;
  top: -160px;
  left: 0;
}
@media (max-width: 768px) {
  .footer__subscribe .jump {
    top: -90px;
  }
}
@media (max-width: 768px) {
  .footer__subscribe {
    padding: 0 6px;
  }
}
.footer__subscribe h3 {
  text-transform: none;
}
.footer__subscribe .checkbox {
  margin-bottom: 16px;
}
.footer__subscribe__input {
  position: relative;
}
.footer__subscribe__input input {
  width: 100%;
}
.footer__subscribe__input .email-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 22px;
}
.footer__subscribe__input .input--email {
  padding-right: 140px;
  height: 56px;
}
.footer__subscribe__input .button {
  position: absolute;
  font-size: 13px;
  top: 4px;
  right: 5px;
  border-bottom: 2px solid black;
  padding: 8px 16px;
  margin-top: 2px;
  line-height: 24px;
}
.footer__subscribe__unsubscribe-text {
  display: inline-block;
  float: none;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  width: 100%;
  margin-top: -16px;
}
.footer__subscribe__unsubscribe-text::before {
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background: transparent url(../images/border-red.svg) left 100% repeat-x;
  margin: 32px 0 32px;
}
.footer__subscribe__unsubscribe-text p {
  padding-left: 35px;
}
.footer__subscribe .subscribe-subtitle {
  font-size: 12px;
}
.footer__subscribe .subscribe-subtitle::after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: transparent url(../images/border-red.svg) left 100% repeat-x;
  margin: 20px 0 32px;
}
.footer__subscribe__message--error, .footer__subscribe__message--validation-error, .footer__subscribe__message--success {
  background-color: #d42f2f;
  font-weight: bold;
  border-radius: 6px;
  color: white;
  padding: 0.5rem 1rem;
}
.footer__subscribe__message--success {
  background-color: #37a71b;
}
.footer__subscribe__message p {
  display: none;
  margin: 10px 0 20px;
  font-size: 16px;
  text-align: center;
}
.footer__subscribe[data-status=success] .footer__subscribe__message--success, .footer__subscribe[data-status=validation_error] .footer__subscribe__message--validation-error, .footer__subscribe[data-status=error] .footer__subscribe__message--error {
  display: inline-block !important;
}
.footer .footer__map {
  background-color: #F9EEE8;
  color: #000;
  padding: 60px 0;
}
.footer .footer__map.blue {
  background-color: #0128FF;
  color: #FFF;
}
.footer .footer__map.blue h2 {
  text-align: center;
}
.footer .footer__map.blue .footer__map__info {
  color: #FFF;
}
.footer .footer__map.blue .footer__map__info a {
  color: #FFF;
}
.footer .footer__map.blue .link-route::after {
  background: url(../images/icons/icon-route-w.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .footer .footer__map {
    padding: 24px 0;
  }
}
.footer .footer__map h2 {
  font-weight: bold;
}
@media (max-width: 533px) {
  .footer .footer__map h2 {
    text-align: left;
    padding: 0 6px;
  }
}
.footer .footer__map__container {
  display: flex;
}
@media (max-width: 768px) {
  .footer .footer__map__container {
    flex-direction: column;
    padding: 0 6px;
  }
}
.footer .footer__map__info {
  width: 28%;
  min-width: 28%;
  padding-right: 24px;
}
@media (max-width: 1000px) {
  .footer .footer__map__info {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .footer__map__info {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer__map__info b {
  line-height: 1.6;
}
.footer .footer__map__info .link-route {
  position: relative;
  display: inline-flex;
  height: 24px;
}
.footer .footer__map__info .link-route::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icons/icon-route.svg) no-repeat center center;
  background-size: cover;
  margin-left: 6px;
}
.footer #footer__map {
  width: 76%;
  height: 380px;
  background: #F9EEE8 url(../images/map-placeholder.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto 0;
  border: 2px solid #000;
}
@media (max-width: 1000px) {
  .footer #footer__map {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .footer #footer__map {
    width: 100%;
    height: 200px;
  }
}
.footer #footer__map.inited {
  background-image: none;
}
.footer .container-white {
  background-color: #FFF;
}
.footer .container-black {
  background-color: #000;
  color: #fff;
}
.footer .container-black a {
  color: #fff;
}
.footer .container-black h3 {
  color: #fff;
}
.footer .container-black p {
  color: #fff;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    padding: 0 6px;
  }
}
.footer__bottom h3 {
  text-transform: none;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer__bottom h3 {
    margin-bottom: 20px;
  }
}
.footer__bottom a {
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer__bottom__contact, .footer__bottom__mozduljunkki, .footer__bottom__follow {
    margin-bottom: 36px;
  }
}
.footer__bottom__img {
  padding-right: 8%;
}
@media (max-width: 768px) {
  .footer__bottom__img {
    text-align: center;
    padding-right: 0;
    margin: 30px 0;
  }
}
.footer__bottom__contact {
  padding-right: 30px;
}
.footer__bottom__mozduljunkki {
  max-width: 230px;
}
@media (min-width: 769px) {
  .footer__bottom__mozduljunkki h3 {
    margin-bottom: 34px;
  }
}
.footer__bottom__follow a {
  display: inline-block;
  margin: 2px 4px;
}
.footer__bottom__follow a:nth-child(2) {
  margin-left: 0;
}
.footer__menu--bottom {
  text-align: center;
  padding: 24px 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__menu--bottom {
    padding: 24px 8px;
  }
}
.footer__menu--bottom a {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.footer__menu--bottom li {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .footer__menu--bottom li {
    font-size: 14px;
    float: left;
  }
  .footer__menu--bottom li a {
    display: inline-block;
  }
  .footer__menu--bottom li:last-child {
    margin-bottom: 0;
  }
}
.footer__menu--bottom .separator {
  margin: 0 10px;
}
.footer__menu--bottom .footer-nav {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer__menu--bottom .footer-nav {
    flex-direction: column;
  }
}
.footer__menu--bottom .footer-nav .box-provider {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: flex-start;
  min-width: 200px;
  margin-top: 2px;
  margin-left: 64px;
}
@media (max-width: 1024px) {
  .footer__menu--bottom .footer-nav .box-provider {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .footer__menu--bottom .footer-nav .box-provider {
    margin-left: 20px;
    margin-top: 12px;
  }
}
.footer__menu--bottom .footer-nav .box-provider span {
  font-size: 8px;
  font-weight: 600;
  margin-right: 8px;
}
.footer__menu--bottom .footer-nav .box-provider a {
  width: 40px;
  height: auto;
  margin-top: 5px;
}
.footer .footer__map__container iframe {
  width: 100%;
  max-width: 100%;
}

.freshdesk strong,
div.freshdesk strong {
  font-weight: 700;
}
.freshdesk em,
div.freshdesk em {
  font-style: italic;
}
.freshdesk u,
div.freshdesk u {
  text-decoration: underline;
}
.freshdesk ol,
.freshdesk ul,
div.freshdesk ol,
div.freshdesk ul {
  margin: 8px 0 4px;
  padding: 0 0 0 40px;
  line-height: 17px;
  list-style: auto;
}
.freshdesk ol,
div.freshdesk ol {
  list-style-type: decimal;
}
.freshdesk ul,
div.freshdesk ul {
  list-style-type: disc;
}
.freshdesk h1, .freshdesk h2, .freshdesk h3, .freshdesk h4,
div.freshdesk h1,
div.freshdesk h2,
div.freshdesk h3,
div.freshdesk h4 {
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
.freshdesk h1,
div.freshdesk h1 {
  font-size: 2em;
}
.freshdesk h2,
div.freshdesk h2 {
  font-size: 1.5em;
}
.freshdesk h3,
div.freshdesk h3 {
  font-size: 1.17em;
}
.freshdesk h4,
div.freshdesk h4 {
  font-size: 1em;
}
.freshdesk blockquote,
div.freshdesk blockquote {
  font-weight: normal;
  margin: 0.5em;
  border-left: 1px dotted #999;
  padding: 6px 6px 1px 1em;
}
.freshdesk pre,
div.freshdesk pre {
  background-color: #ebedf0;
  margin: 1em 0;
}
.freshdesk table,
div.freshdesk table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.freshdesk table tbody,
div.freshdesk table tbody {
  box-sizing: border-box;
}
.freshdesk table td, .freshdesk table th,
div.freshdesk table td,
div.freshdesk table th {
  cursor: text;
  min-width: 5px;
  font-size: 13px;
  padding: 4px;
  border: 1px solid #afafaf;
}
.freshdesk iframe,
div.freshdesk iframe {
  max-width: 100%;
}

.gallery {
  position: relative;
  background-color: #FF4D1F;
  z-index: 2;
  padding: 40px 0 40px;
}
.gallery::before, .gallery::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-red.svg) left center repeat-x;
}
.gallery::before {
  top: -16px;
  transform: rotate(180deg);
}
.gallery::after {
  bottom: -16px;
}
.gallery.nightsof {
  background-color: #121212;
}
.gallery.nightsof::before, .gallery.nightsof::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-purple.svg) left center repeat-x;
  transform: rotate(180deg);
  top: -16px;
}
.gallery.nightsof::after {
  top: unset;
  bottom: 0px;
}
.gallery.nightsof::before {
  transform: rotate(0deg);
  top: 0px;
}
.gallery h2 {
  color: #FFF;
}
.gallery .galleries-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}
.gallery .gallery-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: calc(25% - 16px);
  color: #000;
  margin: 8px;
  box-shadow: 4px 4px 0px #000;
  border-radius: 4px;
  border: 2px solid #000;
  min-height: 150px;
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0s;
}
.gallery .gallery-box:hover {
  box-shadow: 12px 12px 0px #000;
  transform: translate3d(-2px, -2px, 0);
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0s;
}
@media (max-width: 768px) {
  .gallery .gallery-box {
    width: 100%;
  }
}
.gallery .gallery-box img {
  display: block;
  width: 100%;
}
.gallery .p-info {
  font-size: 16px;
  margin: 20px 0 0;
}
.gallery .p-info a {
  font-weight: bold;
}

.h-languages__frame {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .h-languages__frame {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
  }
  .h-languages__label {
    display: none;
  }
  .h-languages__item {
    display: inline-block;
    vertical-align: middle;
  }
  .h-languages__item:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #FFF;
  }
  .h-languages__item a {
    display: block;
    padding: 5px 0;
  }
}
@media (min-width: 1025px) {
  .h-languages {
    position: absolute;
    flex-direction: column;
    top: 40px;
    width: 100%;
    border: 1px solid #FFF;
    background-color: #0128FF;
    z-index: 10;
  }
  .h-languages__label {
    width: 38px;
    padding: 4px 6px;
    cursor: pointer;
    text-decoration: underline;
  }
  .h-languages__frame {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
  }
  .h-languages__frame:not(:hover) .h-languages {
    display: none;
  }
  .h-languages__frame:hover .h-languages__label:after {
    transform: translateY(-50%) scaleY(-1);
  }
  .h-languages__item a {
    display: block;
    padding: 2px 7px;
    transition: background-color 0.25s, color 0.25s;
    text-decoration: none;
  }
  .h-languages__item a:hover {
    color: #000;
    background-color: #fff;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0128FF;
  color: #fff;
  z-index: 5000;
}
.header__bar {
  position: relative;
}
@media (max-width: 1024px) {
  .header__bar::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: -10px;
    width: 120vw;
    height: 16px;
    z-index: 10;
    background: transparent url(../images/header-border.svg) left center repeat-x;
  }
}
@media (max-width: 1024px) {
  .header__navigation {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #0128FF;
    z-index: 5000;
    overflow: hidden;
    transform: translateX(-1100px);
    transition: transform 0.5s ease-in-out;
  }
}
.header__navigation .button--close-mobile-nav {
  position: absolute;
  top: 8px;
  right: 0px;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .header__navigation .button--close-mobile-nav {
    display: none;
  }
}
.header__navigation .button--close-mobile-nav svg {
  width: 20px;
  height: 20px;
}
.header__navigation__primary-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px;
}
@media (max-width: 1280px) {
  .header__navigation__primary-row {
    font-size: 13px;
  }
}
.header__navigation__primary-row::before {
  position: absolute;
  content: "";
  width: 300vw;
  height: 1px;
  top: -3px;
  left: -100vw;
  border-bottom: 2px dashed #000;
}
@media (max-width: 1024px) {
  .header__navigation__primary-row::before {
    top: calc(100% - 8px);
  }
}
@media (min-width: 1025px) {
  .header__navigation__primary-row::after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 200vw;
    height: 16px;
    z-index: 10;
    left: -50vw;
    background: transparent url(../images/header-border.svg) left center repeat-x;
  }
  .header__navigation__primary-row.nightsof::after {
    background-color: transparent;
  }
}
.header__navigation__primary-row .col-left,
.header__navigation__primary-row .col-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__navigation__primary-row .col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__navigation__primary-row .col-left.full-width {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header__navigation__primary-row .col-right {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header__navigation__primary-row .col-right .button span,
  .header__navigation__primary-row .col-right label span {
    font-size: 13px;
  }
}
.header__navigation__primary-row .col-right .button-cart {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.header__navigation__primary-row .col-right .button-cart:hover {
  text-decoration: none;
}
.header__navigation__primary-row .col-right .button-cart svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header__navigation__primary-row .logo {
  overflow: hidden;
  margin-right: 8px;
  max-width: 135px;
  max-height: 95px;
  transition: all 0.2s;
}
.header__navigation__primary-row .logo svg {
  max-width: 150px;
  max-height: 100px;
  transition: all 0.15s;
}
@media (max-width: 1280px) {
  .header__navigation__primary-row .logo svg {
    max-height: 76px;
  }
}
@media (max-width: 1024px) {
  .header__navigation__primary-row .logo svg {
    max-width: 86px;
    max-height: 42px;
  }
}
.header__navigation__primary-row ul.h-navigation {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header__navigation__primary-row ul.h-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__navigation__primary-row ul.h-navigation.full-width {
    width: 100%;
  }
}
.header__navigation__primary-row ul.h-navigation li {
  margin: 24px 6px;
}
@media (max-width: 1024px) {
  .header__navigation__primary-row ul.h-navigation li {
    list-style-type: none;
    margin: 14px 8px;
  }
}
.header__navigation__primary-row ul.h-navigation li.no-disc {
  list-style-type: none;
  margin-left: 6px;
}
.header__navigation__primary-row ul.h-navigation li a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 6px;
}
.header__navigation__primary-row ul.h-navigation li a:hover {
  text-decoration: none;
}
.header__navigation__primary-row ul.h-navigation li .button {
  color: #0128FF;
  list-style-type: none;
  text-decoration: none;
  padding-left: 16px;
}
@media (max-width: 1280px) {
  .header__navigation__primary-row ul.h-navigation li .button {
    font-size: 15px;
  }
}
.header__navigation__secondary-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-height: 200px;
  transition: max-height 0.2s;
}
.header__navigation__secondary-row ul.h-navigation-secondary {
  display: flex;
}
@media (max-width: 1024px) {
  .header__navigation__secondary-row ul.h-navigation-secondary {
    flex-direction: column;
  }
}
.header__navigation__secondary-row ul.h-navigation-secondary li {
  margin: 24px 10px;
  padding-left: 6px;
  padding-right: 16px;
  list-style-type: disc;
}
@media (max-width: 1024px) {
  .header__navigation__secondary-row ul.h-navigation-secondary li {
    margin: 14px 8px;
    list-style-type: none;
  }
}
@media (min-width: 1025px) {
  .header__navigation__secondary-row ul.h-navigation-secondary li:first-child {
    list-style-type: none;
    margin-left: 0;
  }
}
.header__navigation__secondary-row a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .header__navigation__secondary-row a {
    font-size: 13px;
  }
}
.header__navigation__secondary-row a:hover {
  text-decoration: none;
}
.header__navigation.is-open {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.header__mobile-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding: 4px 6px 0;
}
@media (min-width: 1025px) {
  .header__mobile-row {
    display: none;
  }
}
.header__mobile-row > a svg {
  position: relative;
  max-width: 72px;
  max-height: 42px;
  z-index: 5;
}
.header__mobile-row a,
.header__mobile-row .button {
  padding: 5px;
}
.header__mobile-row .button,
.header__mobile-row .header-placeholder {
  min-width: 34px;
}
.header__mobile-row .h-search {
  min-width: 34px;
  margin: 0;
}
.header__mobile-row .h-search .h-search__input {
  right: 38px;
}
.header__mobile-row .h-search .h-search__icon__close {
  right: 40px;
}
.header__mobile-row .h-search.act .h-search__input {
  width: 280px;
}
@media (max-width: 533px) {
  .header__mobile-row .h-search.act .h-search__input {
    width: 200px;
  }
}
.header__notification-line {
  background-color: #000;
  color: #FF4D1F;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  transition: all 0.2s;
}
.header__notification-line a {
  color: #FF4D1F;
}
.header__notification-line .wrapper {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .header__notification-line .wrapper {
    padding: 0 40px;
  }
}
.header__notification-line .wrapper::before, .header__notification-line .wrapper::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .header__notification-line .wrapper::before, .header__notification-line .wrapper::after {
    width: 24px;
    height: 24px;
  }
}
.header__notification-line .wrapper::before {
  left: 6px;
  background: transparent url(../images/icons/icon-eye-right-color.svg) left center no-repeat;
  background-size: cover;
}
.header__notification-line .wrapper::after {
  right: 6px;
  background: transparent url(../images/icons/icon-eye-left-color.svg) left center no-repeat;
  background-size: cover;
}
.header .stripe-bg-red {
  margin-bottom: 0;
  transition: all 0.2s;
}
.header .stripe-bg-red::before {
  display: none;
}
.header .stripe-bg-red::after {
  transition: all 0.2s;
}

body.not-on-top .header__notification-line {
  max-height: 0;
  padding: 0;
  transition: all 0.2s;
}
@media (min-width: 1025px) {
  body.not-on-top .header__navigation__secondary-row {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }
}

@media (min-width: 1025px) {
  body.not-on-nav .header__navigation__primary-row {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.2s;
  }
  body.not-on-nav .header__navigation__primary-row .logo {
    max-height: 0;
    max-width: 0;
    transition: all 0.2s;
  }
  body.not-on-nav .header__navigation__primary-row ul.h-navigation li.h-navigation__item {
    margin-top: 18px;
    margin-bottom: 8px;
    transition: all 0.2s;
  }
  body.not-on-nav .header__navigation__primary-row li.h-navigation__item {
    display: none;
  }
  body.not-on-nav .header__navigation__primary-row li.h-navigation__item.no-disc {
    display: inline-block;
  }
  body.not-on-nav .header .stripe-bg-red {
    padding: 0;
    max-height: 0;
    transition: all 0.2s;
  }
  body.not-on-nav .header .stripe-bg-red::after {
    max-height: 0;
    transition: all 0.2s;
  }
  body.not-on-nav .search-home {
    position: fixed;
    top: 16px;
    z-index: 5000;
    margin-left: 300px;
    max-width: 560px;
  }
  body.not-on-nav .search-home .button {
    background-color: #0128FF;
  }
  body.not-on-nav .button-tickets {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.not-on-nav .header .stripe-bg-red {
    overflow: hidden;
    max-height: 0;
    padding: 0;
  }
}

.parkfm, .nightsof_icon {
  width: 170px;
  display: inline;
  margin-right: 10px;
}
.parkfm .controllerButton, .nightsof_icon .controllerButton {
  height: 30px;
  position: relative;
  top: 15px;
  cursor: pointer;
}
.parkfm .logo, .nightsof_icon .logo {
  height: 20px;
  margin-top: 10px;
  position: relative;
  top: 11px;
  left: 10px;
  cursor: pointer;
}
.parkfm.desktop-version, .nightsof_icon.desktop-version {
  display: block;
}
.parkfm.mobile-version, .nightsof_icon.mobile-version {
  display: none;
}
@media (max-width: 1024px) {
  .parkfm .controllerButton, .nightsof_icon .controllerButton {
    position: initial;
    top: 0;
  }
  .parkfm .logo, .nightsof_icon .logo {
    display: none;
  }
  .parkfm.desktop-version, .nightsof_icon.desktop-version {
    display: none;
  }
  .parkfm.mobile-version, .nightsof_icon.mobile-version {
    display: inline-block;
    width: auto;
    line-height: 1px;
    display: inline-block;
    vertical-align: middle;
  }
}

.nightsof_icon {
  margin-left: 10px;
  width: 100px;
}

.parkfm-li, .nightsof-li {
  display: none;
  text-align: center;
}
@media (max-width: 1024px) {
  .parkfm-li, .nightsof-li {
    display: block;
  }
  .parkfm-li .logo, .nightsof-li .logo {
    display: inline;
    height: 20px;
    position: relative;
    top: 11px;
    left: 10px;
  }
  .parkfm-li .controllerButton, .nightsof-li .controllerButton {
    display: inline;
    height: 30px;
    position: relative;
    top: 15px;
    cursor: pointer;
  }
}

.nightsof-li {
  text-align: left;
}

.parkfm-li-alternate {
  display: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .parkfm-li-alternate {
    display: block;
  }
  .parkfm-li-alternate .logo {
    display: inline;
    height: 35px;
    position: relative;
    top: 5px;
    left: 10px;
  }
  .parkfm-li-alternate .controllerButton {
    display: inline;
    height: 60px;
    position: relative;
    top: 15px;
    cursor: pointer;
  }
}

.weather-li {
  display: none;
}
@media (max-width: 1024px) {
  .weather-li {
    display: block;
  }
}

.weather {
  margin-top: 10px;
  height: 20px;
  font-size: 9px;
  display: flex;
  flex-direction: row;
  min-width: 120px;
  width: 120px;
}
.weather svg {
  height: 15px;
}
.weather .idokep-logo {
  height: 45px;
}
.weather .weather_list {
  margin-left: -15px;
}
.weather .weather_list svg {
  margin-top: 3px;
  margin-left: -5px;
  margin-right: -20px;
}
.weather.mobile-version {
  display: none;
}
.weather.nightsof {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  height: 68px;
  min-width: 180px;
  width: 180px;
  padding-top: 17px;
}
@media (max-width: 1024px) {
  .weather.desktop-version {
    display: none;
  }
  .weather.mobile-version {
    display: flex;
  }
}

.h-search {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
  z-index: 500;
}
.h-search__input {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: 148px;
  transition: width 0.25s linear, padding 0.1s linear;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 0;
  padding-right: 0;
  padding-left: 0;
  pointer-events: none;
}
.h-search__icon {
  line-height: 1px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.h-search__icon:hover {
  background: transparent;
}
.h-search__icon:hover span {
  text-decoration: none;
}
.h-search__icon path {
  transition: fill 0.25s;
}
.h-search__icon svg {
  width: 24px;
  height: 24px;
}
.h-search__icon span {
  position: relative;
  top: -7px;
  padding-left: 3px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.h-search__icon__close {
  display: none;
  position: absolute;
  top: -3px;
  right: 155px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 9px;
}
.h-search .autocomplete-items {
  display: none;
}
.h-search.act .h-search__input {
  width: 445px;
  border: 2px solid #000;
  padding: 8px 10px;
  border-radius: 20px;
  pointer-events: all;
}
@media (min-width: 1025px) {
  .h-search.act .h-search__input {
    padding: 12px 14px;
  }
}
.h-search.act .h-search__icon__close {
  display: block;
}
.h-search.act .h-search__icon__close svg {
  width: 12px;
  height: 12px;
}
.h-search.act .autocomplete-items {
  display: block;
}

.info-map {
  position: relative;
  padding: 20px 0 80px;
}
@media (max-width: 768px) {
  .info-map {
    padding: 0 0 50px;
  }
}
.info-map h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.info-map p {
  margin-bottom: 40px;
}
.info-map svg g {
  transition: opacity 0.2s ease 0s;
}
.info-map__buttons {
  margin: 30px 0;
  padding: 0 15px;
}
.info-map__buttons .button-popup-open {
  background-color: transparent;
  background-image: url("../images/icon-tour-modal.svg");
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #0139f5;
  border-radius: 4px;
  color: #0139f5;
  font-weight: bold;
  padding: 10px 18px 10px 50px;
  text-decoration: none;
  text-transform: uppercase;
}
.info-map__buttons .button-popup-open:hover {
  background-color: #0139f5;
  background-image: url("../images/icon-tour-modal-white.svg");
  color: #fff;
}
.info-map__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .info-map__wrapper {
    flex-direction: column;
  }
}
.info-map__switches {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
@media (max-width: 768px) {
  .info-map__switches {
    margin-bottom: 40px;
  }
}
.info-map__switches .button-virtual-tour {
  margin-top: 30px;
}
.info-map__switch {
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
}
.info-map__switch .info-map__switch__name,
.info-map__switch svg,
.info-map__switch .switch-button {
  display: inline-block;
  vertical-align: middle;
  float: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.info-map__switch .info-map__switch__name {
  font-weight: 600;
  max-width: 218px;
  width: 100%;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .info-map__switch {
    width: 100%;
    padding-left: 10px;
    display: inline-block;
  }
  .info-map__switch .info-map__switch__name {
    width: 150px;
  }
}
.info-map__map {
  position: relative;
  z-index: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .info-map__map {
    text-align: center;
  }
}
.info-map__map:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  right: 100%;
  bottom: 0;
  width: 200px;
  height: 100px;
  background-size: auto auto;
}
@media (max-width: 768px) {
  .info-map__map:before {
    display: none;
  }
}

.infocards {
  position: relative;
  padding: 50px 0 56px;
  color: #F9EEE8;
  background: #362983;
}
.infocards::before, .infocards::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-purple.svg) left center repeat-x;
}
.infocards::before {
  top: -16px;
  transform: rotate(180deg);
}
.infocards::after {
  bottom: -16px;
}
.infocards .wrapper-infocards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .infocards .wrapper-infocards {
    flex-direction: column;
  }
}
.infocards .infocard {
  width: 33%;
  padding: 0 14px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .infocards .infocard {
    width: 100%;
    margin-bottom: 36px;
    padding: 0 6px;
  }
}
.infocards .infocard__img,
.infocards .infocard svg {
  display: block;
  margin: 0 auto 32px;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  .infocards .infocard__img,
  .infocards .infocard svg {
    max-width: 33%;
  }
}
.infocards .infocard__text {
  text-align: center;
  overflow: hidden;
}
.infocards .infocard__text h3, .infocards .infocard__text__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.infocards .infocard__text h3::before, .infocards .infocard__text h3::after, .infocards .infocard__text__title::before, .infocards .infocard__text__title::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 300px;
  height: 1px;
  border-bottom: 2px dashed #FF4D1F;
}
.infocards .infocard__text h3::before, .infocards .infocard__text__title::before {
  right: calc(100% + 20px);
}
.infocards .infocard__text h3::after, .infocards .infocard__text__title::after {
  left: calc(100% + 20px);
}
.infocards .infocard__text p {
  text-align: left;
}

.infocards-park {
  margin-bottom: 80px;
}
.infocards-park .infocard svg {
  max-width: 40px;
}
.infocards-park .infocard ul li {
  display: inline-block;
  font-weight: bold;
  float: left;
  padding: 2px 0;
}
.infocards-park .infocard ul li::after {
  display: inline-flex;
  content: "/";
  margin: 0 4px;
}
.infocards-park .infocard ul li:last-child::after {
  display: none;
}

.inpage-navigation {
  position: sticky;
  z-index: 1000;
  padding: 14px 0 10px;
  background-color: #F9EEE8;
  top: 76px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .inpage-navigation {
    top: 62px;
  }
}
.inpage-navigation::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  bottom: -32px;
  background: transparent url(../images/border-blue-bg.svg) left 100% repeat-x;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .inpage-navigation .wrapper {
    padding: 0;
  }
}
.inpage-navigation ul {
  width: 100%;
  overflow: hidden;
  list-style: disc;
}
@media (max-width: 768px) {
  .inpage-navigation ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 0 10px;
  }
}
.inpage-navigation ul li {
  float: left;
  margin-left: 12px;
}
.inpage-navigation ul li a {
  display: block;
  padding: 6px 22px 6px 8px;
  color: #000;
  font-size: 16px;
}
.inpage-navigation ul li:first-child {
  list-style-type: none;
  margin-left: 0;
}
.inpage-navigation ul li:first-child a {
  padding-left: 0;
}
@media (max-width: 768px) {
  .inpage-navigation ul li.active a {
    font-weight: 600;
    text-decoration: none;
    pointer-events: none;
  }
}

.input {
  color: #000;
  background-color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 24px;
  text-transform: uppercase;
  padding: 14px 14px;
  transition: border 0.2s;
}
.input:focus, .input:active {
  border-color: #FF4D1F;
  transition: border 0.2s;
}
.input::placeholder, .input:-ms-input-placeholder, .input::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}
.input:focus-visible {
  outline: none;
}

.leave-outside {
  position: relative;
  margin: 40px 0 100px;
}
.leave-outside::before, .leave-outside::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
}
.leave-outside::before {
  top: 0;
  background: transparent url(../images/bg-border-br.svg) left center repeat-x;
}
@media (max-width: 768px) {
  .leave-outside::before {
    top: 20px;
    background-size: 100%;
  }
}
.leave-outside::after {
  bottom: 0;
  background: transparent url(../images/bg-border-bb.svg) left center repeat-x;
}
@media (max-width: 768px) {
  .leave-outside::after {
    bottom: 34px;
    background-size: 100%;
  }
}
.leave-outside h2 {
  font-weight: 900;
  font-size: 68px;
  text-transform: uppercase;
  padding: 60px 0;
  margin-left: -60px;
}
@media (max-width: 768px) {
  .leave-outside h2 {
    font-size: 8vw;
  }
}
.leave-outside .wrapper-bg {
  display: flex;
  justify-content: center;
  background: transparent url(../images/bg-leave-outside.png) left center no-repeat;
  background-size: 100%;
}
@media (max-width: 532px) {
  .leave-outside .wrapper-bg {
    background: transparent url(../images/bg-leave-outside-mobile.png) left center no-repeat;
    background-size: 100%;
  }
}

.link-cloud {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .link-cloud {
    padding: 16px 0 90px;
  }
}
.link-cloud img {
  max-width: 100%;
}
.link-cloud__links li {
  display: inline-block;
  margin: 4px 0px 4px 20px;
}
@media (max-width: 768px) {
  .link-cloud__links li {
    margin-left: 10px;
  }
}
.link-cloud__links li::after {
  content: "/";
  color: #FF4D1F;
  font-weight: 700;
  margin-left: 20px;
}
.link-cloud__links li:last-child::after {
  display: none;
}
.link-cloud__links a {
  display: inline;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.link-cloud__links__container {
  position: relative;
  margin: 0 100px 0 80px;
}
@media (max-width: 768px) {
  .link-cloud__links__container {
    margin: 0;
  }
}
.link-cloud__links__container::before, .link-cloud__links__container::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: transparent url(../images/icons/icon-star-2-color.svg) left 100% no-repeat;
}
.link-cloud__links__container::before {
  left: -64px;
}
@media (max-width: 768px) {
  .link-cloud__links__container::before {
    top: -44px;
    left: calc(50% - 12px);
  }
}
.link-cloud__links__container::after {
  right: -64px;
}
@media (max-width: 768px) {
  .link-cloud__links__container::after {
    top: auto;
    bottom: -44px;
    left: calc(50% - 12px);
  }
}

.gallery-modal-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 5vw;
  display: block;
  opacity: 0;
}
.gallery-modal-wrapper.is-hidden {
  display: none;
}
.gallery-modal-wrapper .close-gallery-modal {
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal-wrapper .close-gallery-modal img {
  width: 50%;
}

.gallery-slider.is-hidden {
  display: none;
}
.gallery-slider__item {
  text-align: center;
  margin: 0 24px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider__item img {
  max-height: 85%;
}
.gallery-slider .prev,
.gallery-slider .next {
  cursor: pointer;
  background-color: #ff00ff;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  font-family: monospace;
  font-weight: 700;
  font-size: 32px;
}
.gallery-slider .prev {
  left: 2rem;
}
.gallery-slider .prev:after {
  content: "<";
}
.gallery-slider .next {
  right: 2rem;
}
.gallery-slider .next:after {
  content: ">";
}

section.media {
  position: relative;
  background-color: #FF4D1F;
  z-index: 2;
  padding: 20px 0 20px;
  margin-top: 60px;
  margin-bottom: 80px;
}
section.media::before, section.media::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-red.svg) left center repeat-x;
}
section.media::before {
  top: -16px;
  transform: rotate(180deg);
}
section.media::after {
  bottom: -16px;
}
section.media h2 {
  color: #FFF;
  margin-bottom: 16px;
}
section.media iframe {
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 4px 4px 0px 0px #000;
}
section.media .media__youtube {
  width: 68%;
  margin-right: 1.5%;
  display: inline-block;
}
section.media .media__youtube iframe {
  width: 100%;
  height: 400px;
}
section.media .media__spotify {
  width: 30%;
  display: inline-block;
}
section.media .media__spotify iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  section.media {
    padding: 8rem 0 !important;
  }
  section.media .media__youtube,
  section.media .media__spotify {
    width: 100%;
    margin: 20px auto;
  }
  section.media .media__youtube iframe,
  section.media .media__spotify iframe {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .modal-banner .modal-banner__image--tiny {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal-banner .modal__body {
    width: 351px;
    margin: auto;
  }
  .modal-banner .modal__content {
    padding: 14px;
  }
  .modal-banner .modal-banner__image--large {
    display: none;
  }
  .modal-banner .modal-banner__image--tiny {
    display: block;
  }
}

.modal-beatradio.modal {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.modal-beatradio.modal img {
  width: 100%;
}
.modal-beatradio.modal .modal__body {
  max-width: 445px;
}
@media (max-width: 533px) {
  .modal-beatradio.modal .modal__body {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
.modal-beatradio.modal .modal__content {
  padding: 0;
}
.modal-beatradio.modal .modal__inner {
  position: absolute;
  width: 100%;
  max-width: 278px;
  top: 0;
  color: #FFF;
  margin-top: 61%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 533px) {
  .modal-beatradio.modal .modal__inner {
    max-width: 60%;
  }
}
.modal-beatradio.modal .modal__inner p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media (max-width: 533px) {
  .modal-beatradio.modal .modal__inner p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .modal-beatradio.modal .modal__inner p {
    font-size: 12px;
  }
}
.modal-beatradio.modal .modal__inner a {
  color: #0AC4BB;
}
.modal-beatradio.modal .modal__inner a:hover {
  opacity: 0.8;
}

.modal-tickets .modal__content {
  padding: 0;
}
.modal-tickets .concert-datasheet .wrapper {
  display: block;
  padding: 0 24px;
}
.modal-tickets .concert-datasheet .row-headline {
  float: none;
  width: 100%;
  color: #000;
  padding: 30px 0 14px;
  margin-bottom: 0;
}
.modal-tickets .concert-datasheet .row-headline::before, .modal-tickets .concert-datasheet .row-headline::after {
  display: none;
}
.modal-tickets .concert-datasheet .row-headline h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-right: 28px;
  margin-bottom: 4px;
}
.modal-tickets .concert-datasheet .row-parameters {
  float: none;
  width: 100%;
}
.modal-tickets .concert-datasheet .row-parameters > a {
  display: inline-block;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 24px;
  text-decoration: none;
  padding: 10px 16px;
  cursor: pointer;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
}
.modal-tickets .concert-datasheet .row-parameters > a:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
@media (max-width: 768px) {
  .modal-tickets .select-ticket {
    margin-top: 0;
  }
}
.modal-tickets .select-ticket__list {
  max-width: 100%;
  padding: 0 14px;
}
.modal-tickets .select-ticket__list h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.modal-tickets .select-ticket__infos {
  padding: 0 24px 20px;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 77, 31, 0.8);
  z-index: 6000;
  padding: 10px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .modal {
    padding: 0;
  }
}
.modal.show {
  display: flex;
}
.modal img {
  display: block;
  height: auto;
}
.modal__body {
  position: relative;
  margin: 10vh auto 0;
  width: 100%;
  max-width: 880px;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .modal__body {
    margin: 0;
    margin-top: 60px;
  }
}
.modal__body h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.modal__content {
  background-color: #F9EEE8;
  border-radius: 4px;
  border: 1px solid #000;
  box-shadow: 16px 16px 0px #000;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  margin-top: -24px;
}
@media (max-width: 768px) {
  .modal__content {
    padding: 46px 14px;
    margin-top: -40px;
  }
}
.modal__content ul {
  margin: 6px 0;
  list-style-type: disc;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .modal__content ul {
    padding-right: 10px;
  }
}
.modal__content ul li {
  margin-bottom: 4px;
  line-height: 1.4;
}
.modal__close {
  border-radius: 50%;
  padding: 9px 11px 6px;
  position: sticky;
  right: 0;
  margin-left: calc(100% - 30px);
  top: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .modal__close {
    top: 4px;
    margin-left: calc(100% - 44px);
  }
}
.modal__close svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .modal__close svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .modal.modal-location {
    margin: 0;
    padding: 0;
  }
}
.modal.modal-location .modal__body {
  padding: 10px;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__body {
    padding: 0;
    margin: 0;
  }
}
.modal.modal-location .modal__content {
  display: flex;
  padding-bottom: 60px;
  margin-top: 120px;
  margin-bottom: 60px;
  flex-direction: row;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content {
    flex-direction: column;
    margin-top: -40px;
  }
}
.modal.modal-location .modal__content .col-left {
  width: 65%;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-left {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}
.modal.modal-location .modal__content .col-left .location-image {
  border-radius: 4px;
  border: 1px solid #000;
  margin: -100px 0 60px -16px;
  box-shadow: 16px 16px 0px #000000;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-left .location-image {
    margin: 4px 10px;
    box-shadow: 4px 4px 0px #000000;
    order: 2;
  }
}
.modal.modal-location .modal__content .col-left h4, .modal.modal-location .modal__content .col-left p {
  padding-left: 40px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-left h4 {
    background-color: #0128FF;
    border-bottom: 2px solid #000;
    font-size: 18px;
    color: #FFF;
    padding: 15px 54px 15px 10px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-left p {
    order: 3;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal.modal-location .modal__content .col-left ul {
  margin: 6px 0;
  list-style-type: disc;
  padding-left: 60px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-left ul {
    order: 3;
    padding-left: 30px;
    padding-right: 10px;
  }
}
.modal.modal-location .modal__content .col-left ul li {
  margin-bottom: 4px;
  line-height: 1.4;
}
.modal.modal-location .modal__content .col-right {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .modal.modal-location .modal__content .col-right img {
    margin: 0 auto;
  }
}
.modal#static_info_popup .modal__content {
  padding: 40px;
}
@media (max-width: 768px) {
  .modal#static_info_popup .modal__content {
    padding: 30px 14px;
  }
}
.modal--rink {
  overflow-y: auto;
}
.modal--rink .modal__content {
  background-color: #e9f6fd;
}
.modal--promotion .modal__content {
  min-height: 200px;
}

section.page-404-section {
  text-align: center;
  color: #000;
  background-size: cover;
}
section.page-404-section .page-404__visual {
  line-height: 1px;
  width: 285px;
  margin: 0 auto;
}
section.page-404-section .page-404__visual svg {
  height: auto;
}
section.page-404-section .page-404__content {
  width: 100%;
  margin-bottom: 50px;
}
section.page-404-section .page-404__content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
section.page-404-section .page-404__content p {
  font-size: 14px;
  line-height: 18px;
}
section.page-404-section .page-404__content a {
  color: #000;
}
section.page-404-section .wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
}
section.page-404-section:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

@media (min-width: 769px) {
  section.page-404-section .page-404__content {
    margin-bottom: 0;
  }
  section.page-404-section .page-404__content h1 {
    font-size: 40px;
    line-height: 44px;
  }
  section.page-404-section .page-404__content p {
    font-size: 16px;
    line-height: 20px;
  }
  section.page-404-section .page-404__visual {
    width: 480px;
    transform: translateY(-15%);
  }
  section.page-404-section .wrapper {
    padding-top: 0;
    padding-bottom: 145px;
    justify-content: space-evenly;
  }
}
@media (min-width: 1280px) {
  section.page-404-section .page-404__visual {
    transform: translateY(-30%);
    width: 840px;
  }
  section.page-404-section .wrapper {
    padding-bottom: 0;
  }
}
.info-map-layers {
  width: 78%;
  margin-top: 30px;
  margin-left: 5%;
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 1024px) {
  .info-map-layers {
    width: 100%;
    margin: 0;
    margin-top: -100px;
  }
}
.info-map-layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2, 1.2);
  transition: opacity 150ms, transform 150ms;
}
.info-map-layers .layer.is-visible {
  opacity: 1;
  transform: scale(1, 1);
}
.info-map-layers .ticket-type__block {
  display: inline;
  margin: 0;
}
.info-map-layers .video-popup-open-stage {
  left: 68%;
  top: 38%;
}
.info-map-layers .video-popup-open-entry {
  bottom: 28%;
  left: 59%;
}

.partners {
  text-align: center;
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .partners {
    padding: 80px 0 60px;
  }
}
.partners h2 {
  position: relative;
  padding-bottom: 40px;
}
.partners h2::after {
  position: absolute;
  content: "";
  background: transparent url(../images/icons/icon-star-3-color.svg) left 100% no-repeat;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  bottom: -18px;
}
.partners .partners__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners .partners__logos {
    justify-content: space-around;
  }
}
.partners .partners__logos li {
  display: flex;
  justify-content: center;
  float: none;
  vertical-align: middle;
  margin: 30px;
  max-width: 100px;
  max-height: 54px;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .partners .partners__logos li {
    width: 30%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.partners .partners__logos li a {
  display: flex;
  width: 100px;
  height: 54px;
  max-height: 54px;
}
.partners .partners__logos li.logo--dark {
  filter: grayscale(100%) brightness(0.4);
}
.partners .partners__logos img {
  display: flex;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .partners .partners__logos img {
    max-height: none;
    width: 100%;
  }
}
.partners--csr {
  background: #fff;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .partners--csr {
    margin-bottom: 40px;
  }
}
.partners--csr::before, .partners--csr:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 37px;
  background: #F9EEE8 url(../images/bg-border-white-wo-stroke.svg) left center repeat-x;
}
.partners--csr:before {
  top: 0;
}
.partners--csr:after {
  transform: rotate(180deg);
  bottom: 0px;
}

.program-book-night, .about-night {
  position: relative;
  background-color: #121212;
  font-color: white;
  padding: 36px 0 24px;
}
.program-book-night::before, .program-book-night::after, .about-night::before, .about-night::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-black.svg) left center repeat-x;
}
.program-book-night::before, .about-night::before {
  top: -16px;
}
.program-book-night::after, .about-night::after {
  bottom: -16px;
}
.program-book-night .row-info, .about-night .row-info {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
}
.program-book-night .row-info a, .about-night .row-info a {
  display: inline-flex;
  align-items: center;
}
.program-book-night .row-info a svg, .about-night .row-info a svg {
  margin-right: 10px;
}
.program-book-night .row-filter, .about-night .row-filter {
  position: sticky;
  top: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px 6px;
  margin-bottom: 36px;
  background-color: #FF4D1F;
  z-index: 50;
}
@media (max-width: 1024px) {
  .program-book-night .row-filter, .about-night .row-filter {
    top: 63px;
  }
}
.program-book-night .row-filter::before, .about-night .row-filter::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 16px;
  bottom: -15px;
  background: transparent url(../images/bg-border-red.svg) left center repeat-x;
}
@media (max-width: 768px) {
  .program-book-night .row-filter, .about-night .row-filter {
    flex-direction: column-reverse;
  }
}
.program-book-night .row-filter .button--select, .about-night .row-filter .button--select {
  max-height: 43px;
  padding-left: 40px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .program-book-night .row-filter .button--select, .about-night .row-filter .button--select {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 533px) {
  .program-book-night .row-filter .button--select, .about-night .row-filter .button--select {
    max-width: 100%;
  }
}
.program-book-night .row-filter .button--select::before, .about-night .row-filter .button--select::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 7px;
  left: 12px;
  background: transparent url(../images/icons/icon-calendar.svg) left center no-repeat;
}
.program-book-night .row-filter .filter-concert-type, .about-night .row-filter .filter-concert-type {
  display: inline-block;
  margin-left: 30px;
}
.program-book-night .row-filter .filter-concert-type__anchor, .about-night .row-filter .filter-concert-type__anchor {
  position: relative;
  top: -330px;
}
@media (max-width: 768px) {
  .program-book-night .row-filter .filter-concert-type, .about-night .row-filter .filter-concert-type {
    display: flex;
    width: calc(100% + 12px);
    overflow-y: auto;
    white-space: nowrap;
    margin-left: -6px;
    margin-bottom: 10px;
    z-index: 5;
  }
  .program-book-night .row-filter .filter-concert-type__anchor, .about-night .row-filter .filter-concert-type__anchor {
    top: -270px;
  }
}
.program-book-night .row-filter .filter-concert-type li, .about-night .row-filter .filter-concert-type li {
  float: left;
}
.program-book-night .row-filter .filter-concert-type .button, .about-night .row-filter .filter-concert-type .button {
  padding: 8px 8px;
  font-weight: 600;
}
.program-book-night .row-filter .filter-concert-type .button.active, .about-night .row-filter .filter-concert-type .button.active {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
}
.program-book-night .row-day-header, .about-night .row-day-header {
  display: flex;
  justify-content: space-between;
  background-color: #F9EEE8;
  padding: 8px 18px;
  color: #0128FF;
  margin-bottom: 24px;
}
.program-book-night .row-day-header.actual, .about-night .row-day-header.actual {
  color: #FFF;
  background: #0128FF;
}
.program-book-night .row-day-header .title, .about-night .row-day-header .title {
  font-weight: 700;
  text-transform: uppercase;
}
.program-book-night h2, .about-night h2 {
  margin-bottom: 24px;
}
.program-book-night__info, .about-night__info {
  max-width: 932px;
  font-color: white;
  color: white;
  margin-bottom: 40px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .program-book-night__info, .about-night__info {
    font-size: 14px;
    line-height: 24px;
  }
}
.program-book-night .row-filter, .about-night .row-filter {
  padding: 0 0 6px;
}

.about-night {
  background: #362983;
  color: #F9EEE8;
}
.about-night::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-purple.svg) left center repeat-x;
  transform: rotate(180deg);
  top: -16px;
}
.about-night::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
}
.about-night::after {
  bottom: -16px;
}
.about-night h2 {
  color: #F9EEE8;
}
.about-night p {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #F9EEE8;
  margin-bottom: 20px;
}
.about-night p b u {
  font-size: 22px;
}
.about-night p:has(b u) {
  display: block;
}

.program-book {
  position: relative;
  background-color: #FF4D1F;
  padding: 36px 0 24px;
}
.program-book::before, .program-book::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/bg-border-red.svg) left center repeat-x;
}
.program-book::before {
  top: -16px;
  transform: rotate(180deg);
}
.program-book::after {
  bottom: -16px;
}
.program-book .row-info {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
}
.program-book .row-info a {
  display: inline-flex;
  align-items: center;
}
.program-book .row-info a svg {
  margin-right: 10px;
}
.program-book .row-filter {
  position: sticky;
  top: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px 6px;
  margin-bottom: 36px;
  background-color: #FF4D1F;
  z-index: 50;
}
@media (max-width: 1024px) {
  .program-book .row-filter {
    top: 63px;
  }
}
.program-book .row-filter::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 16px;
  bottom: -15px;
  background: transparent url(../images/bg-border-red.svg) left center repeat-x;
}
@media (max-width: 768px) {
  .program-book .row-filter {
    flex-direction: column-reverse;
  }
}
.program-book .row-filter .button--select {
  max-height: 43px;
  padding-left: 40px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .program-book .row-filter .button--select {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 533px) {
  .program-book .row-filter .button--select {
    max-width: 100%;
  }
}
.program-book .row-filter .button--select::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 7px;
  left: 12px;
  background: transparent url(../images/icons/icon-calendar.svg) left center no-repeat;
}
.program-book .row-filter .filter-concert-type {
  display: inline-block;
  margin-left: 30px;
}
.program-book .row-filter .filter-concert-type__anchor {
  position: relative;
  top: -330px;
}
@media (max-width: 768px) {
  .program-book .row-filter .filter-concert-type {
    display: flex;
    width: calc(100% + 12px);
    overflow-y: auto;
    white-space: nowrap;
    margin-left: -6px;
    margin-bottom: 10px;
    z-index: 5;
  }
  .program-book .row-filter .filter-concert-type__anchor {
    top: -270px;
  }
}
.program-book .row-filter .filter-concert-type li {
  float: left;
}
.program-book .row-filter .filter-concert-type .button {
  padding: 8px 8px;
  font-weight: 600;
}
.program-book .row-filter .filter-concert-type .button.active {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
}
.program-book .row-day-header {
  display: flex;
  justify-content: space-between;
  background-color: #F9EEE8;
  padding: 8px 18px;
  color: #0128FF;
  margin-bottom: 24px;
}
.program-book .row-day-header.actual {
  color: #FFF;
  background: #0128FF;
}
.program-book .row-day-header .title {
  font-weight: 700;
  text-transform: uppercase;
}
.program-book h2 {
  margin-bottom: 24px;
}
.program-book__info {
  max-width: 732px;
  margin-bottom: 40px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .program-book__info {
    font-size: 14px;
    line-height: 24px;
  }
}
.program-book .row-filter {
  padding: 0 0 6px;
}

.search-home {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .search-home {
    width: 100%;
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .search-home {
    max-width: 800px;
    margin-bottom: 14px;
  }
}
.search-home .input {
  width: 100%;
  padding: 13px 14px 13px 54px;
}
.search-home .button {
  position: absolute;
  height: 36px;
  width: 36px;
  left: 8px;
  top: 6px;
  padding: 0;
  border: 2px solid #000;
  background: #FF4D1F;
  border-radius: 50%;
}

.search-results__page {
  position: relative;
  margin-top: -100px;
  padding-top: 10rem;
  margin-bottom: 80px;
  z-index: 9;
}
@media (max-width: 532px) {
  .search-results__page {
    padding-top: 8rem;
  }
}
.search-results__page .search-results {
  text-align: center;
}
.search-results__page .search-results__has-results > .wrapper, .search-results__page .search-results__no-results > .wrapper {
  max-width: 1150px;
}
.search-results__page .search-results__no-results > .wrapper {
  margin-bottom: 40px;
}
.search-results__page .search-results__result {
  color: #e62e48;
  font-size: 24px;
  margin-bottom: 20px;
}
.search-results__page .search-results__result span {
  font-weight: 700;
}
.search-results__page .search-results__search {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.search-results__page .search-results__search__icon {
  background: url(../images/icon-search.svg) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.search-results__page .search-results__search input {
  margin: 20px auto;
  display: inline-block;
  border: 1px solid get-color(text);
  border-radius: 4px;
  padding: 5px 5px 5px 40px;
  height: 36px;
  min-width: 250px;
}
.search-results__page .program-book {
  background: none;
}
.search-results__page .program-book::before, .search-results__page .program-book::after {
  display: none;
}
.search-results__page .program-book .row-day-header {
  background-color: #fff;
}
.search-results__page .program-book .row-day-header.actual {
  color: #FFF;
  background-color: #0128FF;
}
.search-results__page .program-book .box-info__top {
  text-align: left;
}
.search-results__page .program-book .col-actions > span {
  width: 100%;
}

.select-ticket {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .select-ticket {
    margin-top: -50px;
    padding: 50px 0 !important;
  }
}
@media (max-width: 532px) {
  .select-ticket {
    margin-top: -35px;
  }
}
.select-ticket .container {
  max-width: 1270px;
}
.select-ticket__wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.select-ticket__list {
  width: 100%;
  overflow: hidden;
  padding-right: 4px;
}
.select-ticket__list .button-virtual-tour {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .select-ticket__list .button-virtual-tour {
    margin-bottom: 40px;
  }
}
.select-ticket__list .button-featured {
  display: inline-block;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 24px;
  text-decoration: none;
  padding: 10px 16px;
  cursor: pointer;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}
.select-ticket__list .button-featured:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
.select-ticket__map {
  position: sticky;
  top: 38px;
  align-self: flex-start;
  margin-left: 40px;
}
@media (max-width: 834px) {
  .select-ticket__map {
    display: none;
  }
}
.select-ticket__map .book-image {
  padding-top: 110px;
  min-width: 350px;
}
.select-ticket__infos--row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.select-ticket__infos--row p,
.select-ticket__infos--row svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.select-ticket__infos--row .pictogram {
  margin: 0 1rem 0 0;
  display: inline-block;
  max-width: none;
}

.ticket-type__block {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.ticket-type__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ticket-type__header h3 {
  text-transform: none;
  margin-bottom: 0;
}
.ticket-type__header a {
  text-decoration: underline;
  margin-left: 16px;
}
.ticket-type__header a:hover {
  text-decoration: none;
}
.ticket-type__item-list:after {
  content: "";
  flex: auto;
}
@media (max-width: 1280px) {
  .ticket-type__item-list {
    flex-wrap: wrap;
  }
}
.ticket-type__item-list__group h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.ticket-card-wrapper {
  width: 150px;
  position: relative;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .ticket-card-wrapper:not(.is-fixed) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .ticket-card-wrapper:not(.is-fixed) {
    margin-bottom: 1.5rem;
    width: 23%;
  }
}
@media (max-width: 533px) {
  .ticket-card-wrapper:not(.is-fixed) {
    width: 47%;
  }
}

@media (max-width: 1024px) {
  .ticket-type__block.w50 .ticket-card-wrapper {
    margin-bottom: 1.5rem;
    width: 47%;
  }
}
@media (max-width: 768px) {
  .ticket-type__block.w50 .ticket-card-wrapper {
    margin-bottom: 1rem;
    width: 94%;
  }
}

.ticket-card.association-type-optional .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-up-sell .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-cross-sell .ticket-card__extras .ticket-card__extra-separator {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  width: 200%;
  border-top: 0px dashed black;
  transition-delay: 0.5s;
  transition-property: border-top;
}
.ticket-card.association-type-optional .ticket-card__content.opened > .ticket-card__extras, .ticket-card.association-type-up-sell .ticket-card__content.opened > .ticket-card__extras, .ticket-card.association-type-cross-sell .ticket-card__content.opened > .ticket-card__extras {
  border-top: 0;
}
.ticket-card.association-type-optional .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-up-sell .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-cross-sell .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator {
  display: flex;
  border-top: 2px dashed black;
  transition-delay: 0s;
  transition-property: border-top;
}
@media (max-width: 533px) {
  .ticket-card.association-type-optional .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-up-sell .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator, .ticket-card.association-type-cross-sell .ticket-card__content.opened > .ticket-card__extras .ticket-card__extra-separator {
    display: none;
  }
}

.ticket-card {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
  display: flex;
  align-items: stretch;
  transition: background-color 150ms, box-shadow 0.5s ease 0s, transform 0.5s ease 0s;
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 4px 4px 0px 0px #000;
  background-color: #F9EEE8;
}
.ticket-card__previous-price-popup {
  position: relative;
}
@media (max-width: 533px) {
  .ticket-card {
    flex-direction: column;
    align-items: center;
  }
}
.ticket-card--discounted .ticket-card__price {
  color: red;
  font-weight: bold;
}
.ticket-card__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  min-height: 140px;
}
.ticket-card__wrapper .button--mobile-only {
  width: 90%;
  margin: 0 auto;
}
.ticket-card__wrapper .button--mobile-only button {
  width: 100%;
}
@media (max-width: 533px) {
  .ticket-card__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    border-right: 0;
    border-bottom: 2px dashed #000;
  }
}
.ticket-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px dashed #000;
  width: 100%;
}
.ticket-card__content.opened .ticket-card__extras {
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  position: relative;
  border-top: 2px dashed #000;
  max-height: 2500px;
  transition-delay: 0s;
}
.ticket-card__content.opened .ticket-card__wrapper:first-of-type {
  min-height: 180px;
}
@media (max-width: 533px) {
  .ticket-card__content {
    border-right: 0;
  }
  .ticket-card__content.opened .ticket-card__extras {
    border-top: 0;
  }
}
.ticket-card__extras {
  height: auto;
  overflow: hidden;
  position: relative;
  border-top: 0px dashed black;
  max-height: 0;
  transition-property: border-top, max-height;
  transition-delay: 0.5s, 0s;
  transition-duration: 0s, 0.5s;
}
@media (max-width: 533px) {
  .ticket-card__extras {
    overflow: hidden;
  }
}
.ticket-card__extras .extra-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 0 24px;
  margin: 12px 0;
}
.ticket-card__extras .extra-description {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0 24px;
  margin-bottom: 12px;
}
.ticket-card__extras .ticket-card__wrapper {
  padding: 24px;
}
.ticket-card__extras .extra-options {
  padding: 24px;
}
.ticket-card__extras .extra-options .extra-item {
  width: 100%;
}
.ticket-card__extras label, .ticket-card__extras legend {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.ticket-card__extras .extra-input {
  margin-top: 8px;
  margin-bottom: 16px;
}
.ticket-card__extras .extra-input input {
  width: 100%;
  margin-bottom: 4px;
}
.ticket-card__extras .extra-input .error-message {
  color: red;
}
.ticket-card__extras fieldset .options, .ticket-card__extras .extra-checkboxes .options {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.ticket-card__extras fieldset .options option, .ticket-card__extras .extra-checkboxes .options option {
  display: flex;
}
.ticket-card__extras fieldset .options option input, .ticket-card__extras .extra-checkboxes .options option input {
  margin-right: 5px;
}
.ticket-card__extras .extra-select,
.ticket-card__extras .extra-options,
.ticket-card__extras .date-input,
.ticket-card__extras .extra-input,
.ticket-card__extras fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ticket-card__extras .date-input input {
  margin-bottom: 8px;
}
.ticket-card__extras .extra-checkboxes label {
  margin-bottom: 0;
  margin-right: 8px;
}
@media (max-width: 533px) {
  .ticket-card__extras select, .ticket-card__extras input[type=date] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ticket-card__extras .extra-description, .ticket-card__extras .extra-title {
    padding: 0 16px;
  }
  .ticket-card__extras .extra-options {
    padding: 16px;
  }
}
.ticket-card__buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}
@media (max-width: 533px) {
  .ticket-card__buttons {
    padding: 20px 10px 10px;
    width: 90%;
  }
}
.ticket-card__buttons .button {
  width: 170px;
  cursor: pointer;
}
.ticket-card__buttons .button:disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
  border: 2px solid black;
}
.ticket-card__buttons .button:disabled svg {
  color: black;
}
.ticket-card__buttons .button:disabled:hover {
  border: 2px solid black;
  margin-top: 0;
}
@media (max-width: 533px) {
  .ticket-card__buttons .button {
    width: 100%;
  }
}
.ticket-card.has-association .ticket-card__buttons {
  flex-direction: column;
}
.ticket-card.has-association .ticket-card__buttons .button {
  margin-bottom: 10px;
}
.ticket-card.has-association .ticket-card__buttons .button:disabled {
  background-color: lightgray;
  color: black;
  cursor: not-allowed;
  border: 2px solid black;
}
.ticket-card.has-association .ticket-card__buttons .button:disabled svg {
  color: black;
}
.ticket-card.has-association .ticket-card__buttons .button:disabled:hover {
  border: 2px solid black;
  margin-top: 0;
}
.ticket-card.has-association .ticket-card__buttons .button:disabled:hover.button--bottom {
  margin-top: auto !important;
}
.ticket-card.has-association .ticket-card__buttons.opened {
  justify-content: flex-start;
  padding-top: 20px;
}
.ticket-card.has-association .ticket-card__buttons.opened button:last-of-type {
  margin-top: auto;
}
.ticket-card.is-inactive {
  cursor: auto;
}
.ticket-card.is-inactive * {
  cursor: auto !important;
}
.ticket-card.is-inactive a {
  pointer-events: none;
}
.ticket-card.is-inactive .ticket-card__wrapper {
  opacity: 0.3;
}
.ticket-card.is-inactive .ticket-card__wrapper, .ticket-card.is-inactive > button {
  pointer-events: none;
}
.ticket-card.is-inactive .ticket-card__type {
  text-decoration: line-through;
}
.ticket-card.is-inactive .ticket-card__values__price span {
  color: #000;
}
.ticket-card.is-soon * {
  cursor: auto !important;
}
.ticket-card.is-soon .ticket-card__wrapper, .ticket-card.is-soon > button {
  opacity: 0.3;
  pointer-events: none;
}
.ticket-card.is-soon > button {
  opacity: 1;
  color: #fff;
  background: #26268f;
}
.ticket-card.is-soon .ticket-card__values__price span {
  color: #000;
}
.ticket-card:not(.is-inactive):hover {
  z-index: 1;
}
.ticket-card__title {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  font-size: 16px;
}
.ticket-card__title svg,
.ticket-card__title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-height: 27px;
}
.ticket-card__title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
}
.ticket-card__type {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-right: 10px;
  max-width: 220px;
  margin: auto 0;
  line-height: 24px;
}
@media (max-width: 533px) {
  .ticket-card__type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .ticket-card__type img.ticket-card__type__logo {
    display: none;
  }
}
.ticket-card__type img.ticket-card__type__logo {
  filter: grayscale(100%);
  height: 40px;
  margin-top: 10px;
  max-width: 100px;
}
@media (max-width: 533px) {
  .ticket-card__type img.ticket-card__type__logo {
    margin-top: 0;
  }
}
.ticket-card__values {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 180px;
}
.ticket-card__values-select {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.ticket-card__values-select select {
  padding: 8px;
  height: 100%;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  background: white url(../images/icons/icon-arrow-down.svg) 60px center no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ticket-card__values-select img {
  display: none;
}
.ticket-card__values-select .select-placeholder {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background-color: lightgray;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 2px;
  padding: 10px 16px;
  min-width: 92px;
  text-align: left;
}
@media (max-width: 533px) {
  .ticket-card__values {
    text-align: left;
    width: 100%;
    align-items: flex-start;
    max-width: none;
  }
  .ticket-card__values-select {
    flex-direction: row;
    width: 100%;
  }
  .ticket-card__values-select img {
    filter: grayscale(100%);
    height: 40px;
    display: block;
    max-width: 120px;
  }
  .ticket-card__values .ticket-card__values__prices {
    padding-left: 0;
  }
}
.ticket-card__values__prices {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ticket-card__values__prices li.ticket-card__values__price--inactive,
.ticket-card__values__prices li.ticket-card__values__price--coming-soon {
  cursor: pointer;
  font-size: 12px;
  margin: auto;
}
.ticket-card__values__prices li.ticket-card__values__price--current {
  font-size: 16px;
}
.ticket-card__values ul.ticket-card__values__prices {
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  float: right;
  overflow: visible;
}
.ticket-card__values__price {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.ticket-card__values__price--active {
  font-weight: bold;
}
.ticket-card__values__price--current {
  font-size: 16px;
}
.ticket-card__values__price--inactive span, .ticket-card__values__price--coming-soon span {
  color: gray;
}
.ticket-card__values__price--inactive span {
  text-decoration: line-through;
}
.ticket-card__values__price--inactive span:hover, .ticket-card__values__price--coming-soon span:hover {
  color: #0128FF;
}
.ticket-card__values__additional {
  margin-bottom: 14px;
  white-space: nowrap;
}
@media (max-width: 533px) {
  .ticket-card__values .select {
    width: 120px;
  }
}
.ticket-card__button {
  display: inline-block;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  max-height: 46px;
  border: 0;
  border-radius: 24px;
  text-decoration: none;
  padding: 10px 16px;
  cursor: pointer;
  color: #FFF;
  background-color: #0128FF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  margin-left: 20px;
  margin-right: 20px;
}
.ticket-card__button:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}
.ticket-card__link {
  display: none;
}
.ticket-card__show-on-map {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}
@media (max-width: 1023px) {
  .ticket-card__show-on-map {
    display: block;
  }
}

.ticket-list__info {
  margin-bottom: 30px;
}

.select-ticket__types {
  margin-bottom: 30px;
}

.ticket-list__popup {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100%;
  left: 1000%;
  top: 0;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.ticket-list__popup.show {
  left: 0;
}
.ticket-list__popup h3 {
  text-align: center;
}
.ticket-list__popup__slider {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.ticket-list__popup__slider img {
  width: 100%;
}
.ticket-list__popup__slider div {
  display: inline-block;
  width: 100%;
}
.ticket-list__popup__slider .next,
.ticket-list__popup__slider .prev {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50%;
  margin-top: -35px;
  background: url(../images/icon_popup-slider-prev.svg) no-repeat center center;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.ticket-list__popup__slider .next {
  left: auto;
  right: 20px;
  background: url(../images/icon_popup-slider-next.svg) no-repeat center center;
}
.ticket-list__popup__slider .dots {
  margin: 0;
  text-align: center;
}
.ticket-list__popup__slider .dots .dot {
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #f45151;
  margin: 0 5px;
  border-radius: 50%;
}
.ticket-list__popup__slider .dots .dot.act {
  background-color: #f45151;
}
.ticket-list__popup__wrapper {
  width: 90%;
  max-height: 90%;
  margin: 5% auto;
  max-width: 1000px;
  padding: 3rem;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ticket-list__popup__wrapper {
    margin: 5% auto 5% auto;
    max-height: 90%;
    width: 98%;
    padding: 20px;
  }
}
.ticket-list__popup__wrapper--inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 70vh;
}
@media (max-width: 768px) {
  .ticket-list__popup__wrapper--inner {
    max-height: 80vh;
  }
}
.ticket-list__popup__wrapper--vip {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 70vh;
}
@media (max-width: 768px) {
  .ticket-list__popup__wrapper--vip {
    max-height: 80vh;
  }
}
.ticket-list__popup__wrapper--vip p {
  margin-bottom: 10px;
}
.ticket-list__popup__wrapper--vip ul, .ticket-list__popup__wrapper--vip ol {
  list-style: disc;
  margin: 0 0 20px 0;
  padding-left: 25px;
}
.ticket-list__popup__wrapper--vip ul li, .ticket-list__popup__wrapper--vip ol li {
  margin-bottom: 10px;
}
.ticket-list__popup__wrapper--virtualtour {
  height: 92%;
  margin: 2%;
  max-height: none;
  max-width: none;
  width: 96%;
}
.ticket-list__popup__wrapper--ticketfeeinfo {
  width: 60%;
  overflow: auto;
}
@media (max-width: 1024px) {
  .ticket-list__popup__wrapper--ticketfeeinfo {
    width: 90%;
    padding-top: 30px;
  }
}
.ticket-list__popup--close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../images/icon_popup-close.svg) no-repeat center center;
}

.ticket-list__popup.popup-opened {
  left: 0;
}

.ticket-list__items__outage {
  display: inline-block;
  font-weight: 600;
  background-color: #FFF;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 2px;
  padding: 16px;
  margin-bottom: 40px;
  width: 100%;
}
.ticket-list__items__outage--wrapper {
  width: 100%;
}

.select {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 2px;
  padding: 8px 45px 8px 8px;
  cursor: pointer;
}
.select::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  top: 12px;
  right: 12px;
  background: transparent url(../images/icons/icon-arrow-down.svg) left center no-repeat;
}
.select:hover {
  margin-top: 2px;
  border-bottom: 3px solid #000;
}

.subpage .cover__slogan {
  display: none;
}
.subpage .cover--default {
  margin-bottom: 52px;
}
.subpage--slim .static-page {
  min-height: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.static-page {
  min-height: 700px;
  padding-bottom: 10rem;
  z-index: 9;
}
.static-page .wrapper {
  max-width: 940px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.static-page h2,
.formatted-text h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.static-page h3,
.formatted-text h3 {
  margin: 40px 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}
.static-page h3:first-child,
.formatted-text h3:first-child {
  margin-top: 0;
}
.static-page h4,
.formatted-text h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}
.static-page h4:first-child,
.formatted-text h4:first-child {
  margin-top: 0;
}
.static-page p,
.formatted-text p {
  margin-bottom: 20px;
}
.static-page a,
.formatted-text a {
  text-decoration: underline;
}
.static-page ul,
.static-page ol,
.formatted-text ul,
.formatted-text ol {
  list-style: disc;
  margin: 20px auto;
  padding-left: 16px;
}
.static-page ul li,
.static-page ol li,
.formatted-text ul li,
.formatted-text ol li {
  margin-bottom: 10px;
}
.static-page ul li ul,
.static-page ol li ul,
.formatted-text ul li ul,
.formatted-text ol li ul {
  margin-top: 10px;
}
.static-page ul li ul li,
.static-page ol li ul li,
.formatted-text ul li ul li,
.formatted-text ol li ul li {
  list-style: none;
}
.static-page ol,
.formatted-text ol {
  list-style: decimal;
}
.static-page strong,
.static-page b,
.formatted-text strong,
.formatted-text b {
  font-weight: 700;
}
.static-page table,
.formatted-text table {
  width: 100%;
}
.static-page table th,
.formatted-text table th {
  border: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
.static-page table td,
.formatted-text table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.static-page table p,
.formatted-text table p {
  margin-bottom: 2px;
}

.static-text .static-text__more,
.static-text .static-text__less {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin: 30px auto 0 auto;
  display: block;
}
.static-text .static-text__more span,
.static-text .static-text__less span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.static-text .static-text__more span:hover,
.static-text .static-text__less span:hover {
  text-decoration: none;
}
.static-text .static-text__more .more,
.static-text .static-text__less .more {
  display: inline-block;
  margin-left: 6px;
}
.static-text .static-text__less .more {
  transform: rotate(180deg);
  top: -2px;
  position: relative;
}
.static-text__hidden {
  max-height: 0;
  overflow: hidden;
}
.static-text.act .static-text__hidden {
  max-height: 10000px;
}
.static-text.act .static-text__more {
  display: none;
}

.stm-layer-group {
  position: relative;
}
.stm-layer-group .base-layer.is-hidden {
  opacity: 0;
}
.stm-layer-group .outer-layer {
  position: absolute;
  top: 14%;
  left: 1%;
  width: 126%;
  max-width: initial;
}
.stm-layer-group .layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.stm-layer-group .layer.is-visible {
  opacity: 1;
}
.stm-layer-group .ticket-type__block {
  display: inline;
  margin: 0;
}

.video-popup-open {
  background-color: #FF4D1F;
  background-image: url("../images/icon-tour-modal.svg");
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  box-shadow: 0 0 0 5px rgba(255, 77, 31, 0.5);
  cursor: pointer;
  display: inline-block;
  height: 36px;
  padding: 0;
  position: absolute;
  width: 36px;
  z-index: 1;
  animation: borderPulse 2s ease-in-out infinite;
}
.video-popup-open-entry {
  bottom: 29%;
  left: 59%;
}
@media (max-width: 768px) {
  .video-popup-open-entry {
    bottom: 27%;
    left: 57%;
  }
}
.video-popup-open-stage {
  left: 69%;
  top: 39%;
}
@media (max-width: 768px) {
  .video-popup-open-stage {
    left: 65%;
    top: 36%;
  }
}
.video-popup-open:hover {
  box-shadow: 0 0 0 11px rgba(255, 77, 31, 0.5);
  animation: none;
}

@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 5px rgba(255, 77, 31, 0.5);
  }
  50% {
    box-shadow: 0 0 0 11px rgba(255, 77, 31, 0.5);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 77, 31, 0.5);
  }
}
.stream {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #FFF;
  font-weight: bold;
  transition: all 0.2s;
}
.stream--hidden {
  display: none;
}

body.not-on-top.not-on-nav:not(.home) .stream {
  margin-top: 18px;
  margin-bottom: 8px;
}

.switch-button {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-button-checkbox {
  display: none;
}

.switch-button-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
}

.switch-button-inner {
  display: block;
  width: 100%;
  margin-top: 9px;
  transition: margin 0.2s ease-in 0s;
}
.switch-button-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  padding: 0;
  box-sizing: border-box;
}

.switch-button-switch {
  display: inline-block;
  box-sizing: content-box;
  width: 30px;
  height: 28px;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 34px;
  border-radius: 50%;
  transition: all 0.2s ease-in 0s;
  background-color: #FFF;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
}

.switch-button-checkbox:checked + .switch-button-label .switch-button-switch {
  background-color: #0128FF;
  transition: all 0.2s ease-in 0s;
  right: 0;
}

.xmas-pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 532px) {
  .xmas-pdf {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.xmas-pdf__preview {
  width: 30%;
  position: relative;
  text-align: center;
}
@media (max-width: 532px) {
  .xmas-pdf__preview {
    width: 100%;
    margin-bottom: 10px;
  }
}
.xmas-pdf__preview img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}
.xmas-pdf__preview span {
  width: 80%;
  height: 46px;
  text-align: center;
  background: #0128ff;
  border: solid #000;
  border-radius: 24px;
  border-width: 2px 2px 5px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
  padding: 10px 16px;
  margin-top: -23px;
  text-decoration: none;
}
@media (max-width: 532px) {
  .xmas-pdf__preview span {
    opacity: 1;
    top: auto;
    bottom: 4px;
  }
}
.xmas-pdf__preview:hover span {
  opacity: 1;
}

.subpage.christmas .static-page {
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}

.event-changes .cover__slogan {
  display: none;
}
@media (max-width: 533px) {
  .event-changes table {
    font-size: 13px;
  }
  .event-changes table thead, .event-changes table tbody, .event-changes table th, .event-changes table td, .event-changes table tr {
    display: block;
  }
  .event-changes table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .event-changes table tbody tr:nth-child(2n+1) {
    background: #F3F3F3;
  }
  .event-changes table tr {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .event-changes table tr:last-child {
    border: 1px solid #ccc;
  }
  .event-changes table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .event-changes table td:before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .event-changes table td:nth-of-type(1):before {
    content: "Koncert";
  }
  .event-changes table td:nth-of-type(2):before {
    content: "Régi dátum";
  }
  .event-changes table td:nth-of-type(3):before {
    content: "Új dátum";
  }
  .event-changes table td:nth-of-type(4):before {
    content: "Link";
  }
}

@media (max-width: 533px) {
  html[lang=en] .event-changes table td:nth-of-type(1):before {
    content: "Concert";
  }
  html[lang=en] .event-changes table td:nth-of-type(2):before {
    content: "Previous date";
  }
  html[lang=en] .event-changes table td:nth-of-type(3):before {
    content: "New date";
  }
  html[lang=en] .event-changes table td:nth-of-type(4):before {
    content: "Event";
  }
}

.events h2 {
  font-size: 26px;
}

.faq-page {
  padding-top: 260px;
}
@media (max-width: 1024px) {
  .faq-page {
    padding-top: 100px;
  }
}
.faq-page h2 {
  font-size: 26px;
  text-transform: none;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .faq-page h2 {
    font-size: 22px;
  }
}
.faq-page .section-faq {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq-page .section-faq {
    margin-top: 0;
  }
}
.faq-page .navigation-faq {
  background: #FFF;
  position: sticky;
  float: left;
  width: 264px;
  border: 2px solid #000;
  box-shadow: 10px 10px 0px #000;
  border-radius: 2px;
  z-index: 5;
}
@media (max-width: 768px) {
  .faq-page .navigation-faq {
    background: transparent;
    width: 100%;
    top: 20px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .faq-page .navigation-faq.open ul {
    display: block;
  }
  .faq-page .navigation-faq.open button::after {
    transform: rotateX(180deg);
  }
}
.faq-page .navigation-faq ul {
  padding: 14px 12px;
}
@media (max-width: 768px) {
  .faq-page .navigation-faq ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #FFF;
    border: 2px solid #000;
    box-shadow: 10px 10px 0px #000;
    border-radius: 2px;
    overflow: auto;
    max-height: 80vh;
  }
}
.faq-page .navigation-faq li a {
  display: inline-block;
  margin: 6px 0;
}
.faq-page .navigation-faq li a.active {
  color: #0128FF;
  font-weight: bold;
  text-decoration: none;
}
.faq-page .navigation-faq button {
  display: none;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #FFF;
  background: #0128FF;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 2px;
}
.faq-page .navigation-faq button::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 10px;
  top: 16px;
  right: 16px;
  background: transparent url(../images/icons/icon-arrow-down-w.svg) left center no-repeat;
}
@media (max-width: 768px) {
  .faq-page .navigation-faq button {
    display: block;
  }
}
.faq-page .navigation-faq__label {
  display: inline-block;
  width: 100%;
  background: #0128FF;
  color: #FFF;
  font-weight: bold;
  padding: 10px 8px;
  border: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  .faq-page .navigation-faq__label {
    display: none;
  }
}
.faq-page .body-faq {
  padding-left: 340px;
}
.faq-page .body-faq__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 48px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .faq-page .body-faq {
    margin-top: 20px;
    padding-left: 0;
  }
}
.faq-page .favorites-container {
  position: relative;
  background: #FFF;
  border: 2px solid #000;
  box-shadow: 10px 10px 0px #000;
  border-radius: 2px;
  padding: 30px 20px 10px;
  margin-bottom: 50px;
}
.faq-page .favorites-container .icon-box {
  position: absolute;
  width: 68px;
  height: 68px;
  top: -48px;
  right: 20px;
  padding: 12px;
  background: #FFF;
  border: 2px solid #000;
  box-shadow: 6px 6px 0px #000;
  border-radius: 2px;
}
.faq-page .favorites-container .icon-box svg {
  width: 100%;
  height: 100%;
}
.faq-page .favorites-container li {
  margin-bottom: 20px;
}
.faq-page .rink-decoration {
  display: none;
}

.newsletter-unsubscribe-page .newsletter-unsubscribe {
  margin: auto;
  max-width: 740px;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe > p {
  margin-bottom: 16px;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe__message--error, .newsletter-unsubscribe-page .newsletter-unsubscribe__message--validation-error, .newsletter-unsubscribe-page .newsletter-unsubscribe__message--success {
  background-color: #d42f2f;
  font-weight: bold;
  border-radius: 6px;
  color: white;
  padding: 0.5rem 1rem;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe__message--success {
  background-color: #37a71b;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe__message p {
  display: none;
  margin: 10px 0 20px;
  font-size: 16px;
  text-align: center;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe[data-status=success] .newsletter-unsubscribe__message--success, .newsletter-unsubscribe-page .newsletter-unsubscribe[data-status=validation_error] .newsletter-unsubscribe__message--validation-error, .newsletter-unsubscribe-page .newsletter-unsubscribe[data-status=error] .newsletter-unsubscribe__message--error {
  display: inline-block !important;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .email-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 16px;
  width: 100%;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .email-wrapper .input {
  width: 100%;
  padding-right: 140px;
  height: 56px;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .email-wrapper .button {
  position: absolute;
  font-size: 13px;
  top: 4px;
  right: 5px;
  border-bottom: 2px solid black;
  padding: 8px 16px;
  margin-top: 2px;
  line-height: 24px;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .unsubscribe-form {
  text-align: left;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .unsubscribe-form > p {
  margin-bottom: 0;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .unsubscribe-form__reason {
  width: 100%;
  display: flex;
  align-items: center;
}
.newsletter-unsubscribe-page .newsletter-unsubscribe .unsubscribe-form__reason textarea {
  color: #000;
  background-color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 14px 14px;
  transition: border 0.2s;
  min-width: 100%;
}
@media (max-width: 768px) {
  .newsletter-unsubscribe-page .newsletter-unsubscribe .unsubscribe-form__reason {
    flex-direction: column;
    align-items: flex-start;
  }
}

.park-page h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.park-page .park-headline {
  position: absolute;
  display: flex;
  align-items: center;
  height: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .park-page .park-headline {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .park-page .park-headline {
    height: 220px;
  }
}
.park-page .park-headline .wrapper {
  width: 100%;
  text-align: left;
}
.park-page .park-headline h1 {
  color: #FFF;
  max-width: 440px;
}
@media (max-width: 768px) {
  .park-page .park-headline h1 {
    font-size: 22px;
    max-width: 300px;
    margin-left: 6px;
  }
}
.park-page .locations {
  position: relative;
  padding: 0 0 80px;
}
.park-page .locations::after {
  display: block;
  content: "";
  width: 100%;
  height: 16px;
  background: transparent url(../images/border-black.svg) left 100% repeat-x;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .park-page .locations::after {
    margin-top: 20px;
  }
}
.park-page .locations--has-description h2 {
  margin-bottom: 15px;
}
.park-page .locations--has-description .locations-description {
  margin-bottom: 15px;
}
.park-page .locations-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -6px;
}
.park-page .locations-wrapper .location-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: calc(33.33% - 12px);
  color: #000;
  margin: 6px;
  box-shadow: 4px 4px 0px #000;
  border-radius: 4px;
  border: 2px solid #000;
  min-height: 150px;
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0s;
}
.park-page .locations-wrapper .location-box:hover {
  box-shadow: 12px 12px 0px #000;
  transform: translate3d(-2px, -2px, 0);
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0s;
}
@media (max-width: 768px) {
  .park-page .locations-wrapper .location-box {
    width: 100%;
  }
}
.park-page .locations-wrapper .location-box img {
  display: block;
  width: 100%;
}
.park-page .locations-wrapper .location-box__title {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 20px;
  background-color: #F9EEE8;
  margin: 0;
  padding: 8px 10px;
  text-transform: none;
}

.park-modal .col-left.has-gallery {
  margin-top: -200px;
}
@media (max-width: 768px) {
  .park-modal .col-left.has-gallery {
    margin-top: 0;
  }
}
.park-modal .col-left.has-gallery .park-modal__text-content {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .park-modal .col-left.has-gallery .park-modal__text-content h4:first-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .park-modal .col-left {
    margin-top: 0;
    margin-left: 0;
  }
  .park-modal .col-left.no-gallery .park-modal__text-content {
    order: 2;
  }
}
.park-modal__gallery {
  display: flex;
  flex-direction: column;
  max-height: 331px;
  max-width: 503px;
  margin-left: -18px;
}
@media (max-width: 768px) {
  .park-modal__gallery {
    max-width: 100%;
    width: calc(100% - 10px);
    margin-left: 0;
  }
}
.park-modal__gallery .park-carousel__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: black;
}
@media (max-width: 768px) {
  .park-modal__gallery .park-carousel__link {
    max-height: 331px;
    margin: auto;
  }
}
.park-modal__gallery .park-carousel__link img {
  height: 100%;
  width: auto;
  max-height: 100% !important;
}
@media (max-width: 768px) {
  .park-modal__gallery .park-carousel__link img {
    max-height: 331px !important;
    height: auto;
  }
}
.park-modal__gallery .splide__track {
  max-width: 500px;
  max-height: 335px;
  filter: drop-shadow(16px 16px 0px #000000);
  border: 2px solid #000000;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .park-modal__gallery .splide__track {
    filter: none;
    margin: 20px 5px;
    width: 100%;
    max-width: 100%;
  }
}
.park-modal__gallery .splide .splide__arrows {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 130px;
  margin-left: 73%;
  height: 38px;
}
@media (max-width: 768px) {
  .park-modal__gallery .splide .splide__arrows {
    bottom: -30px;
    margin: 0 auto;
    width: 129px;
    left: 0;
    right: 0;
  }
}
.park-modal__gallery .splide .splide__arrows .splide__arrow {
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  padding: 8px 8px 6px;
  box-shadow: none;
  text-shadow: none;
  transform: none;
  opacity: 1;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow:hover {
  border: 2px solid #000;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow.hidden {
  display: none;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow svg {
  fill: none;
  height: unset;
  width: unset;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow:disabled {
  border: 2px solid #998D86;
  cursor: default;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow:disabled:hover {
  margin-top: 0;
  border: 2px solid #998D86;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow:disabled svg {
  color: #998D86;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow:disabled svg path, .park-modal__gallery .splide .splide__arrows .splide__arrow:disabled svg stroke {
  color: #998D86;
  stroke: #998D86;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1) !important;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow--next {
  float: right;
}
.park-modal__gallery .splide .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1) !important;
}
.park-modal__text-content {
  padding-left: 52px;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .park-modal__text-content {
    padding: 0 16px;
  }
  .park-modal__text-content h4:first-of-type {
    background-color: unset;
    border: 0;
    text-align: left;
    padding: 0;
    color: black;
    margin-top: 20px;
  }
}
.park-modal .modal__body .modal__content .park-modal__text-content h4, .park-modal .modal__body .modal__content .park-modal__text-content p {
  padding: 0;
}
.park-modal .modal__body .modal__content .park-modal__text-content h4 {
  background-color: unset;
  border: 0;
  text-align: left;
  color: black;
}
.park-modal .modal__body .modal__content h4.park-modal__header--mobile-only:first-of-type {
  display: none;
}
@media (max-width: 768px) {
  .park-modal .modal__body .modal__content h4.park-modal__header--mobile-only:first-of-type {
    display: flex;
    order: 0;
  }
}

.static-page {
  margin-top: 40px;
  margin-bottom: 80px;
}
.static-page h2 {
  margin-top: 22px;
  margin-bottom: 20px;
}
.static-page h3 {
  margin-top: 22px;
}
.static-page ul li, .static-page ol li {
  margin-bottom: 14px;
}

.vouchers h1 {
  margin-bottom: 30px;
}
.vouchers .button-open-info {
  top: -6px;
}
.vouchers .voucher-list {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.vouchers .voucher-list .ticket-card__type {
  line-height: inherit;
  margin: 0;
  max-width: 50%;
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card__type {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.vouchers .voucher-list .ticket-card__wrapper {
  align-items: center;
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    border-right: 0;
    border-bottom: 2px dashed #000;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card__content {
    border-right: 0;
  }
  .vouchers .voucher-list .ticket-card__content.opened .ticket-card__extras {
    border-top: 0;
  }
}
.vouchers .voucher-list .ticket-card__buttons {
  width: 300px;
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card__buttons {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card__button {
    position: relative;
    top: 20px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .vouchers .voucher-list .ticket-card .button--ticket--inactive {
    position: relative;
    top: 20px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.locations-slider__slider {
  cursor: auto !important;
}

body.pinned {
  overflow: hidden;
}
body.nightsof {
  background-color: #121212;
}
@media (max-width: 768px) {
  body.pinned-event {
    overflow: hidden;
  }
  body.pinned-event .overflow-hidden {
    overflow: visible;
  }
  body.pinned-event .event-stripes {
    z-index: 5001;
  }
  body #launcher-frame {
    left: 5% !important;
    bottom: 10px !important;
  }
}

.center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

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