@charset "UTF-8";
/*!
 * Website stylesheet
 * made THRU THE HEART
 * by EN GARDE
 */
:root {
  --sff-color-error: rgb(255, 0, 0);
  --sff-color-white: rgb(255, 255, 255);
  --sff-color-transparent: transparent;
  --sff-color-black-real: rgb(0, 0, 0);
  --sff-color-black: rgb(32, 32, 32);
  --sff-color-black-light: rgb(92, 92, 92);
  --sff-color-price-green: rgb(118, 183, 42);
  --sff-color-price-pink: rgb(236, 110, 166);
  --sff-color-price-cyan: rgb(91, 197, 241);
  --sff-color-price-yellow: rgb(255, 204, 2);
  --sff-color-price-blue: rgb(56, 115, 185);
  --sff-color-price-orange: rgb(243, 146, 0);
  --sff-color-price-red: rgb(233, 79, 53);
  --sff-color-price-lime: rgb(211, 215, 0);
  --sff-color-gold: rgb(158, 121, 42);
  --sff-color-gold-light: rgb(193, 155, 81);
  --sff-color-gold-radio-border: rgb(198, 189, 176);
  --sff-color-gold-toggle-bg: rgb(206, 187, 148);
  --sff-color-gold-lighter: rgb(193, 155, 81);
  --sff-color-gold-ultralight: rgb(250, 247, 241);
  --sff-color-gold-dark: rgb(146, 112, 38);
  --sff-color-gray: rgb(155, 155, 155);
  --sff-color-gray-toggle-bg: rgb(197, 197, 197);
  --sff-color-gray-link: rgb(88, 88, 88);
  --sff-color-gray-light: rgb(248, 247, 247);
  --sff-color-gray-ultralight: rgb(252, 252, 252);
  --sff-color-gray-littlelight: rgb(221, 221, 221);
  --sff-color-gray-gold: rgb(198, 189, 176);
  --sff-color-gray-gold-light: rgb(236, 234, 231);
  --sff-color-orange: rgb(213, 123, 1);
  --sff-color-green: rgb(92, 156, 77);
  --sff-color-green-ultralight: rgb(242, 247, 241);
  --sff-color-red: rgb(228, 45, 49);
  --sff-color-red-ultralight: rgb(255, 235, 235);
  --sff-color-blue: rgb(45, 82, 154);
  --sff-color-blue-light: rgb(71, 118, 223);
  --sff-color-blue-ultralight: rgb(240, 244, 253);
  --sff-color-border-dark: rgb(155, 155, 155);
}

/* For theme update 2024 */
:root {
  --sff-color-text: var(--sff-color-black);
  --sff-color-text-inverse: var(--sff-color-white);
  --sff-color-secondary: var(--sff-color-gray);
  --sff-color-primary: var(--sff-color-gold);
  --sff-color-primary-highlight: var(--sff-color-gold-light);
  --sff-color-border: var(--sff-color-gold-light);
  --sff-color-border-light: var(--sff-color-gold-ultralight);
  --sff-color-background: var(--sff-color-white);
  --sff-color-background-highlight: var(--sff-color-gray-light);
}

:root {
  --sff-font-primary: Avenir Next, Helvetica Neue, Helvetica, Arial, sans-serif;
  --sff-font-size-xs: 12px;
  --sff-font-size-sm: 14px;
  --sff-font-size-mobile: 14px;
  --sff-font-size: 16px;
  --sff-font-size-lg: 18px;
  --sff-font-size-xl: 20px;
  --sff-line-height: 1.4;
  --sff-font-weight: 400;
  --sff-letter-spacing: 0;
  --sff-paragraph-offset: 1.25em;
  --sff-font-size-base: 14px;
}

:root {
  --sff-gutter: 0.625rem;
  --sff-breakpoint-xs: 360px, 3;
  --sff-breakpoint-sm: 576px, 4;
  --sff-breakpoint-md: 720px, 6;
  --sff-breakpoint-lg: 980px, 6;
  --sff-breakpoint-xl: 1280px, 6;
  --sff-breakpoint-xxl: 1680px, 6;
}

:root {
  --en-min-width: 300px;
  --en-max-width: 1600px;
  --en-max-width-strict: 1180px;
  --en-max-width-sm: 556px;
  --en-max-width-md: 674px;
  --en-max-width-lg: 914px;
  --en-max-width-xl: 1180px;
  --en-max-width-sp: 800px;
  --en-padding-sm: 1em;
  --en-wrapper-padding-sm: 1rem;
  --en-wrapper-padding-md: 1rem;
  --en-wrapper-padding-lg: 2rem;
  --en-wrapper-padding-xl: 4rem;
  --en-wrapper-padding: 0px;
  --en-gutter: 0.625rem;
  --en-header-nav-offset-xs: 4.36em;
  --en-header-nav-offset-sm: 7.9285714286em;
  --en-header-nav-offset-md: 8.2857142857em;
  --en-header-nav-offset-lg: 9.8571428571em;
  --header-height-until-lg: 3.4286em;
  --header-height-from-lg: 4.7143em;
  --archive-year-filter-width: 7.3rem;
}

.en-icon--xs:before, .en-icon--xs:after {
  font-size: 0.75em;
}

.en-icon--sm:before, .en-icon--sm:after {
  font-size: 1em;
}

.en-icon--lg:before, .en-icon--lg:after {
  font-size: 2em;
}

.en-icon--xl:before, .en-icon--xl:after {
  font-size: 4em;
}

:root {
  --sff-color-category-concert: rgb(92, 156, 77);
  --sff-color-category-concert_sequence: rgb(92, 156, 77);
  --sff-color-category-opera: rgb(228, 45, 49);
  --sff-color-category-play: rgb(45, 82, 154);
  --sff-color-category-youth: rgb(213, 123, 1);
  --sff-color-category-extra: rgb(158, 121, 42);
  --sff-color-category-film: rgb(158, 121, 42);
  --sff-color-category-media: rgb(32, 32, 32);
  --sff-color-category-default: rgb(158, 121, 42);
  --sff-color-category-gold: rgb(158, 121, 42);
}

.en-debug-size,
.en-debug-size * {
  background-color: hsla(190, 100%, 50%, 0.1);
}

.en-debug-outline,
.en-debug-outline * {
  outline: 1px solid fuchsia;
}

.en-debug,
.en-debug * {
  outline: 1px solid fuchsia;
}
.en-debug *,
.en-debug * * {
  background-color: hsla(190, 100%, 50%, 0.1);
}

@font-face {
  font-family: icons;
  src: url("/wp-content/themes/sff/assets/dist/fonts/icons.eot?v=64230");
  src: url("/wp-content/themes/sff/assets/dist/fonts/icons.eot?v=64230") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/icons.woff2?v=64230") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/icons.woff?v=64230") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/icons.ttf?v=64230") format("truetype");
}
@font-face {
  font-family: Avenir Next;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular.svg?v=1#avenir-next-regular") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-style: italic;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-regular-italic.svg?v=1#avenir-next-regular-italic") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 300;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light.svg?v=1#avenir-next-light") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 300;
  font-style: italic;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-light-italic.svg?v=1#avenir-next-light-italic") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 500;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium.svg?v=1#avenir-next-medium") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 500;
  font-style: italic;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-medium-italic.svg?v=1#avenir-next-medium-italic") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 600;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi.svg?v=1#avenir-next-demi") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 600;
  font-style: italic;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-demi-italic.svg?v=1#avenir-next-demi-italic") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 700;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold.svg?v=1#avenir-next-bold") format("svg");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 700;
  font-style: italic;
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.eot?v=1");
  src: url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.eot?v=1") format("embedded-opentype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.woff2?v=1") format("woff2"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.woff?v=1") format("woff"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.ttf?v=1") format("truetype"), url("/wp-content/themes/sff/assets/dist/fonts/avenir-next-bold-italic.svg?v=1#avenir-next-bold-italic") format("svg");
}
@keyframes pulse {
  50% {
    transform: scale(1.25);
  }
}
@keyframes sponsor-logos-in {
  0% {
    transform: translateY(100%) translateX(50%);
  }
  100% {
    transform: translateY(0) translateX(50%);
  }
}
@keyframes sponsor-logos-out {
  0% {
    transform: translateY(0) translateX(50%);
  }
  100% {
    transform: translateY(100%) translateX(50%);
  }
}
* {
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
}

a {
  font: inherit;
  text-decoration: none;
  text-decoration: inherit;
  color: inherit;
}

img {
  vertical-align: top;
}
a img {
  border: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
em,
i {
  font: inherit;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

abbr {
  text-decoration: none;
}

input,
textarea,
table,
select {
  font: inherit;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  background: none;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-shadow: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

iframe,
embed {
  border-style: none;
}

::-webkit-input-placeholder {
  line-height: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --en-scrollbar-width: 16px;
}

html {
  color: rgb(32, 32, 32);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 300px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--sff-color-background, white);
  color: var(--sff-color-text, #202020);
  touch-action: manipulation;
  scroll-behavior: smooth;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  --sff-font-size-base: 14px;
  font-size: var(--sff-font-size-base);
}
@media screen and (min-width: 1280px) {
  body {
    --sff-font-size-base: 16px;
  }
}
@media screen and (min-width: 1680px) {
  body {
    --sff-font-size-base: 18px;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid;
}

::selection {
  background-color: rgba(193, 155, 81, 0.3);
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: currentColor;
}

a:focus-visible {
  outline-color: var(--sff-color-primary);
  text-decoration: underline;
  text-decoration-color: var(--sff-color-primary);
}

body {
  --en-season-sticky-title-top: 150px;
  --en-season-big-date-sticky-top: 120px;
}

.en-grid {
  display: block;
  width: 100%;
  position: relative;
  table-layout: fixed;
  border-collapse: separate;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.en-grid:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

.en-griditem {
  position: relative;
  border: 0 solid transparent;
  border-width: 0.625rem 0.625rem;
  display: block;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  float: left;
  vertical-align: top;
}

.en-griditem.en-grid {
  -webkit-flex-direction: row;
  flex-direction: row;
  border-style: none;
}

.en-griditem--has-inner {
  border-style: none;
}

.en-griditem__inner {
  position: relative;
  display: block;
  border: 0 none transparent;
  border-width: 0.625rem 0.625rem;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.en-griditem__inner.en-grid {
  border-width: 0;
}

.en-grid[data-en-grid-xs*=equalheight] {
  display: table;
}
.en-grid[data-en-grid-xs*=equalheight]:after {
  content: none;
  display: none;
}
.en-grid[data-en-grid-xs*=equalheight] > .en-griditem {
  display: table-cell;
  height: 100%;
  float: none;
}
.en-grid[data-en-grid-xs*=equalheight] [data-en-griditem-xs*=hidden] {
  display: none;
}
.en-grid[data-en-grid-xs*=equalheight] [data-en-griditem-xs*=reset-hidden] {
  display: table-cell;
}
.en-grid[data-en-grid-xs*=flex] {
  display: flex;
}
.en-grid[data-en-grid-xs*=flex] [data-en-griditem-xs*=hidden] {
  display: none;
}
.en-grid[data-en-grid-xs*=flex] [data-en-griditem-xs*=reset-hidden] {
  display: flex;
}
.en-grid[data-en-grid-xs*=justify-start] {
  justify-content: flex-start;
}
.en-grid[data-en-grid-xs*=justify-end] {
  justify-content: flex-end;
}
.en-grid[data-en-grid-xs*=justify-center] {
  justify-content: center;
}
.en-grid[data-en-grid-xs*=linedistribute] {
  display: table;
  table-layout: auto;
}
@supports (display: flex) {
  .en-grid[data-en-grid-xs*=linedistribute] {
    display: flex;
    flex-wrap: nowrap;
  }
}
.en-grid[data-en-grid-xs*=linedistribute]:after {
  content: none;
  display: none;
}
.en-grid[data-en-grid-xs*=linedistribute] > .en-griditem {
  display: table-cell;
  float: none;
}
@supports (display: flex) {
  .en-grid[data-en-grid-xs*=linedistribute] > .en-griditem {
    display: block;
    flex: 1 1 auto;
  }
}
.en-grid[data-en-grid-xs*=linedistribute] [data-en-griditem-xs*=hidden] {
  display: none;
}
.en-grid[data-en-grid-xs*=linedistribute] [data-en-griditem-xs*=reset-hidden] {
  display: table-cell;
}
@media print, screen and (min-width: 360px) {
  .en-grid[data-en-grid-xs*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-xs*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xs*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-xs*=equalheight] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=equalheight] [data-en-griditem-xs*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xs*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-xs*=flex] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=flex] [data-en-griditem-xs*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-xs*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-xs*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-xs*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-xs*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xs*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-xs*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xs*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xs*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-xs*=linedistribute] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=linedistribute] [data-en-griditem-xs*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xs*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-xs*=reset-equalheight] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=reset-equalheight] [data-en-griditem-xs*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-flex] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=reset-flex] [data-en-griditem-xs*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-xs*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-xs*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xs*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-xs*=reset-linedistribute] [data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xs*=reset-linedistribute] [data-en-griditem-xs*=reset-hidden] {
    display: block;
  }
}
@media print, screen and (min-width: 576px) {
  .en-grid[data-en-grid-sm*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-sm*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-sm*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-sm*=equalheight] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=equalheight] [data-en-griditem-sm*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-sm*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-sm*=flex] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=flex] [data-en-griditem-sm*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-sm*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-sm*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-sm*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-sm*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-sm*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-sm*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-sm*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-sm*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-sm*=linedistribute] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=linedistribute] [data-en-griditem-sm*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-sm*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-sm*=reset-equalheight] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=reset-equalheight] [data-en-griditem-sm*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-flex] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=reset-flex] [data-en-griditem-sm*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-sm*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-sm*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-sm*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-sm*=reset-linedistribute] [data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-sm*=reset-linedistribute] [data-en-griditem-sm*=reset-hidden] {
    display: block;
  }
}
@media print, screen and (min-width: 720px) {
  .en-grid[data-en-grid-md*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-md*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-md*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-md*=equalheight] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=equalheight] [data-en-griditem-md*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-md*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-md*=flex] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=flex] [data-en-griditem-md*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-md*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-md*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-md*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-md*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-md*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-md*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-md*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-md*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-md*=linedistribute] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=linedistribute] [data-en-griditem-md*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-md*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-md*=reset-equalheight] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=reset-equalheight] [data-en-griditem-md*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-flex] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=reset-flex] [data-en-griditem-md*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-md*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-md*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-md*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-md*=reset-linedistribute] [data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-md*=reset-linedistribute] [data-en-griditem-md*=reset-hidden] {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .en-grid[data-en-grid-lg*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-lg*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-lg*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-lg*=equalheight] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=equalheight] [data-en-griditem-lg*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-lg*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-lg*=flex] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=flex] [data-en-griditem-lg*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-lg*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-lg*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-lg*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-lg*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-lg*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-lg*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-lg*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-lg*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-lg*=linedistribute] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=linedistribute] [data-en-griditem-lg*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-lg*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-lg*=reset-equalheight] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=reset-equalheight] [data-en-griditem-lg*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-flex] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=reset-flex] [data-en-griditem-lg*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-lg*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-lg*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-lg*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-lg*=reset-linedistribute] [data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-lg*=reset-linedistribute] [data-en-griditem-lg*=reset-hidden] {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .en-grid[data-en-grid-xl*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-xl*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xl*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-xl*=equalheight] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=equalheight] [data-en-griditem-xl*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xl*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-xl*=flex] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=flex] [data-en-griditem-xl*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-xl*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-xl*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-xl*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-xl*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xl*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-xl*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xl*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xl*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-xl*=linedistribute] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=linedistribute] [data-en-griditem-xl*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xl*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-xl*=reset-equalheight] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=reset-equalheight] [data-en-griditem-xl*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-flex] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=reset-flex] [data-en-griditem-xl*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-xl*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-xl*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xl*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-xl*=reset-linedistribute] [data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xl*=reset-linedistribute] [data-en-griditem-xl*=reset-hidden] {
    display: block;
  }
}
@media screen and (min-width: 1680px) {
  .en-grid[data-en-grid-xxl*=equalheight] {
    display: table;
  }
  .en-grid[data-en-grid-xxl*=equalheight]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xxl*=equalheight] > .en-griditem {
    display: table-cell;
    height: 100%;
    float: none;
  }
  .en-grid[data-en-grid-xxl*=equalheight] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=equalheight] [data-en-griditem-xxl*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xxl*=flex] {
    display: flex;
  }
  .en-grid[data-en-grid-xxl*=flex] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=flex] [data-en-griditem-xxl*=reset-hidden] {
    display: flex;
  }
  .en-grid[data-en-grid-xxl*=justify-start] {
    justify-content: flex-start;
  }
  .en-grid[data-en-grid-xxl*=justify-end] {
    justify-content: flex-end;
  }
  .en-grid[data-en-grid-xxl*=justify-center] {
    justify-content: center;
  }
  .en-grid[data-en-grid-xxl*=linedistribute] {
    display: table;
    table-layout: auto;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xxl*=linedistribute] {
      display: flex;
      flex-wrap: nowrap;
    }
  }
  .en-grid[data-en-grid-xxl*=linedistribute]:after {
    content: none;
    display: none;
  }
  .en-grid[data-en-grid-xxl*=linedistribute] > .en-griditem {
    display: table-cell;
    float: none;
  }
  @supports (display: flex) {
    .en-grid[data-en-grid-xxl*=linedistribute] > .en-griditem {
      display: block;
      flex: 1 1 auto;
    }
  }
  .en-grid[data-en-grid-xxl*=linedistribute] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=linedistribute] [data-en-griditem-xxl*=reset-hidden] {
    display: table-cell;
  }
  .en-grid[data-en-grid-xxl*=reset-equalheight] {
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-equalheight]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-equalheight] > .en-griditem {
    display: block;
    height: auto;
    float: left;
  }
  .en-grid[data-en-grid-xxl*=reset-equalheight] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=reset-equalheight] [data-en-griditem-xxl*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-flex] {
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-flex] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=reset-flex] [data-en-griditem-xxl*=reset-hidden] {
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-justify] {
    justify-content: initial;
  }
  .en-grid[data-en-grid-xxl*=reset-linedistribute] {
    display: block;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .en-grid[data-en-grid-xxl*=reset-linedistribute]:after {
    content: ".";
    display: block;
  }
  .en-grid[data-en-grid-xxl*=reset-linedistribute] > .en-griditem {
    display: block;
    float: left;
  }
  .en-grid[data-en-grid-xxl*=reset-linedistribute] [data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-grid[data-en-grid-xxl*=reset-linedistribute] [data-en-griditem-xxl*=reset-hidden] {
    display: block;
  }
}

.en-griditem[data-en-griditem-xs*=hidden] {
  display: none;
}
.en-griditem[data-en-griditem-xs*=nogutter] {
  border-style: none;
}
.en-griditem[data-en-griditem-xs*=newline] {
  clear: both;
}
.en-griditem[data-en-griditem-xs*=aside] {
  float: right;
}
.en-griditem[data-en-griditem-xs*=align-middle] {
  vertical-align: middle;
  align-self: center;
}
.en-griditem[data-en-griditem-xs*=align-top] {
  vertical-align: top;
  align-self: flex-start;
}
.en-griditem[data-en-griditem-xs*=align-bottom] {
  vertical-align: bottom;
  align-self: flex-end;
}
.en-griditem[data-en-griditem-xs*=content-left] {
  text-align: left;
}
.en-griditem[data-en-griditem-xs*=content-center] {
  text-align: center;
}
.en-griditem[data-en-griditem-xs*=content-right] {
  text-align: right;
}
.en-griditem[data-en-griditem-xs^=auto] {
  width: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.en-griditem[data-en-griditem-xs^="1"] {
  width: 100%;
}
.en-griditem[data-en-griditem-xs^="2"] {
  width: 50%;
}
.en-griditem[data-en-griditem-xs^="3"] {
  width: 33.333%;
}
.en-griditem[data-en-griditem-xs^="3-2"] {
  width: 66.667%;
}
.en-griditem[data-en-griditem-xs^="4"] {
  width: 25%;
}
.en-griditem[data-en-griditem-xs^="4-3"] {
  width: 75%;
}
@media print, screen and (min-width: 360px) {
  .en-griditem[data-en-griditem-xs*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-xs*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-xs*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-xs*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-xs*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-xs*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xs*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-xs*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-xs*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-xs*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-xs*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-xs*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-xs*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-xs*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-xs*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xs*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-xs^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-xs^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-xs^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-xs^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-xs^="3-2"] {
    width: 66.667%;
  }
}
@media print, screen and (min-width: 576px) {
  .en-griditem[data-en-griditem-sm*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-sm*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-sm*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-sm*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-sm*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-sm*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-sm*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-sm*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-sm*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-sm*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-sm*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-sm*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-sm*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-sm*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-sm*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-sm*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-sm^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-sm^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-sm^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-sm^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-sm^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-sm^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-sm^="4-3"] {
    width: 75%;
  }
}
@media print, screen and (min-width: 720px) {
  .en-griditem[data-en-griditem-md*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-md*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-md*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-md*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-md*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-md*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-md*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-md*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-md*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-md*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-md*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-md*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-md*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-md*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-md*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-md*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-md^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-md^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-md^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-md^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-md^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-md^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-md^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-md^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-md^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-md^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-md^="5-4"] {
    width: 80%;
  }
  .en-griditem[data-en-griditem-md^="6"] {
    width: 16.667%;
  }
  .en-griditem[data-en-griditem-md^="6-5"] {
    width: 83.333%;
  }
}
@media screen and (min-width: 980px) {
  .en-griditem[data-en-griditem-lg*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-lg*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-lg*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-lg*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-lg*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-lg*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-lg*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-lg*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-lg*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-lg*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-lg*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-lg*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-lg*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-lg*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-lg*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-lg*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-lg^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-lg^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-lg^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-lg^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-lg^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-lg^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-lg^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-lg^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-lg^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-lg^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-lg^="5-4"] {
    width: 80%;
  }
  .en-griditem[data-en-griditem-lg^="6"] {
    width: 16.667%;
  }
  .en-griditem[data-en-griditem-lg^="6-5"] {
    width: 83.333%;
  }
}
@media screen and (min-width: 1280px) {
  .en-griditem[data-en-griditem-xl*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-xl*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-xl*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-xl*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-xl*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-xl*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xl*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-xl*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-xl*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-xl*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-xl*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-xl*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-xl*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-xl*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-xl*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xl*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-xl^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-xl^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-xl^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-xl^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-xl^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-xl^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-xl^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-xl^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-xl^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-xl^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-xl^="5-4"] {
    width: 80%;
  }
  .en-griditem[data-en-griditem-xl^="6"] {
    width: 16.667%;
  }
  .en-griditem[data-en-griditem-xl^="6-5"] {
    width: 83.333%;
  }
}
@media screen and (min-width: 1680px) {
  .en-griditem[data-en-griditem-xxl*=hidden] {
    display: none;
  }
  .en-griditem[data-en-griditem-xxl*=nogutter] {
    border-style: none;
  }
  .en-griditem[data-en-griditem-xxl*=newline] {
    clear: both;
  }
  .en-griditem[data-en-griditem-xxl*=aside] {
    float: right;
  }
  .en-griditem[data-en-griditem-xxl*=align-middle] {
    vertical-align: middle;
    align-self: center;
  }
  .en-griditem[data-en-griditem-xxl*=align-top] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xxl*=align-bottom] {
    vertical-align: bottom;
    align-self: flex-end;
  }
  .en-griditem[data-en-griditem-xxl*=content-left] {
    text-align: left;
  }
  .en-griditem[data-en-griditem-xxl*=content-center] {
    text-align: center;
  }
  .en-griditem[data-en-griditem-xxl*=content-right] {
    text-align: right;
  }
  .en-griditem[data-en-griditem-xxl*=reset-hidden] {
    display: block;
  }
  .en-griditem[data-en-griditem-xxl*=reset-nogutter] {
    border-style: solid;
  }
  .en-griditem[data-en-griditem-xxl*=reset-newline] {
    clear: none;
  }
  .en-griditem[data-en-griditem-xxl*=reset-aside] {
    float: left;
  }
  .en-griditem[data-en-griditem-xxl*=reset-align] {
    vertical-align: top;
    align-self: flex-start;
  }
  .en-griditem[data-en-griditem-xxl*=reset-content] {
    text-align: inherit;
  }
  .en-griditem[data-en-griditem-xxl^=auto] {
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .en-griditem[data-en-griditem-xxl^="1"] {
    width: 100%;
  }
  .en-griditem[data-en-griditem-xxl^="2"] {
    width: 50%;
  }
  .en-griditem[data-en-griditem-xxl^="3"] {
    width: 33.333%;
  }
  .en-griditem[data-en-griditem-xxl^="3-2"] {
    width: 66.667%;
  }
  .en-griditem[data-en-griditem-xxl^="4"] {
    width: 25%;
  }
  .en-griditem[data-en-griditem-xxl^="4-3"] {
    width: 75%;
  }
  .en-griditem[data-en-griditem-xxl^="5"] {
    width: 20%;
  }
  .en-griditem[data-en-griditem-xxl^="5-2"] {
    width: 40%;
  }
  .en-griditem[data-en-griditem-xxl^="5-3"] {
    width: 60%;
  }
  .en-griditem[data-en-griditem-xxl^="5-4"] {
    width: 80%;
  }
  .en-griditem[data-en-griditem-xxl^="6"] {
    width: 16.667%;
  }
  .en-griditem[data-en-griditem-xxl^="6-5"] {
    width: 83.333%;
  }
}

.en-grid-cnt {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.en-grid--sm {
  padding: 0.3125rem;
}
.en-grid--sm .en-griditem {
  border-width: 0.3125rem;
}

.en-grid--sm-v {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.en-grid--sm-v .en-griditem {
  border-top-width: 0.3125rem;
  border-bottom-width: 0.3125rem;
}

.en-grid--xs {
  padding: 0.46875rem;
}
.en-grid--xs .en-griditem {
  border-width: 0.15625rem;
}

.en-grid--sm .en-grid--xs {
  padding: 0.15625rem;
}

.en-griditem--no-gutter-v {
  border-top: none;
  border-bottom: none;
}

.en-griditem--no-gutter-h {
  border-left: none;
  border-right: none;
}

.en-griditem--no-gutter {
  border-width: 0;
}

.en-griditem--no-flex.en-griditem--no-flex.en-griditem--no-flex {
  flex: none;
}

.en-griditem--w-auto {
  width: auto;
}

.en-grid--p-static {
  position: static;
}

.en-cssgrid {
  display: grid;
}

.en-cssgrid--autogrid {
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-auto-rows: 1fr;
  gap: 0;
}

.en-cssgrid--autogrid .en-cssgriditem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-en-ratio] {
  position: relative;
}

[data-en-ratio]:after {
  content: "";
  display: inline-block;
  width: 1px;
  margin: 0 -1px 0 -0.26em;
  height: 0;
  vertical-align: middle;
  padding-top: 56.25%;
  font-size: inherit;
  font-size: 1em;
}

[data-en-ratio=square]:after {
  padding-top: 100%;
}

[data-en-ratio="21-9"]:after {
  padding-top: 42.8571428571%;
}

[data-en-ratio="16-9"]:after {
  padding-top: 56.25%;
}

[data-en-ratio="4-3"]:after {
  padding-top: 75%;
}

[data-en-ratio="5-7"]:after {
  padding-top: 140%;
}

[data-en-ratio="7-5"]:after {
  padding-top: 71.4285714286%;
}

[data-en-ratio="1-2"]:after {
  padding-top: 200%;
}

:root {
  --en-wrapper-padding: 0px;
}

@media print, screen and (min-width: 576px) {
  :root {
    --en-wrapper-padding: var(--en-wrapper-padding-sm);
  }
}
@media print, screen and (min-width: 720px) {
  :root {
    --en-wrapper-padding: var(--en-wrapper-padding-md);
  }
}
@media screen and (min-width: 980px) {
  :root {
    --en-wrapper-padding: var(--en-wrapper-padding-lg);
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --en-wrapper-padding: var(--en-wrapper-padding-xl);
  }
}
.en-wrapper-limit,
.en-mdl-stage__limiter,
.en-mdl > .en-griditem__inner {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--en-wrapper-padding);
  padding-right: var(--en-wrapper-padding);
}

.en-wrapper-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media print, screen and (min-width: 576px) {
  .en-wrapper-text {
    max-width: 75%;
  }
}
@media print, screen and (min-width: 720px) {
  .en-wrapper-text {
    max-width: 60%;
  }
}
@media screen and (min-width: 980px) {
  .en-wrapper-text {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .en-wrapper-text {
    max-width: 40%;
  }
}

.en-wrapper-text-double {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
@media print, screen and (min-width: 576px) {
  .en-wrapper-text-double {
    max-width: 75%;
  }
}
@media print, screen and (min-width: 720px) {
  .en-wrapper-text-double {
    max-width: 85%;
  }
}
@media screen and (min-width: 980px) {
  .en-wrapper-text-double {
    max-width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .en-wrapper-text-double {
    max-width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .en-wrapper-limit-sm {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.en-wrapper-strict {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.en-wrapper-full,
.en-mdl-stage > .en-griditem__inner,
.en-mdl-wrapper_start[data-en-mdl-wrapper_style="1"] > .en-griditem__inner,
.en-mdl--full > .en-griditem__inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.en-wrapper-limit-pad {
  clear: both;
  text-align: center;
  padding: 0 1.43em;
}
@media print, screen and (min-width: 720px) {
  .en-wrapper-limit-pad {
    padding: 0 2.29em;
  }
}
@media screen and (min-width: 980px) {
  .en-wrapper-limit-pad {
    padding: 0 2.64em;
  }
}

.en-wrapper-sp {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.en-icon:before,
.en-history-era__backlink:before,
.en-spm-confirmation__imgwrapper:after,
.en-mdl-prd-tiles__tile-text a:after,
.flickity-button.flickity-prev-next-button:before,
.en-select:before,
.en-replacement:before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp__button:before,
.pswp__img--placeholder:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
}

.en-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  font-weight: 500;
  margin-top: -0.0625rem;
  white-space: nowrap;
  text-indent: 2em;
  overflow: hidden;
  flex: 0 0 auto;
}
.en-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  font-size: 1em;
  font-size: inherit;
  font-weight: 500;
  vertical-align: middle;
}

.en-icon--inline {
  box-sizing: content-box;
  top: -0.11em;
  padding: 0.1em 0;
  margin: -0.5em 0.25em -0.5em 0;
}

.en-icon--block {
  display: block;
}

.en-icon--xs {
  font-size: 0.75em;
}

.en-icon--lg {
  font-size: 2em;
}

.en-icon--xl {
  font-size: 4em;
}

.en-icon--small, .en-icon--sm {
  font-size: 1em;
}

.en-icon--medium {
  font-size: 1.5em;
}

.en-icon--round {
  border: 1px solid transparent;
  border-radius: 10em;
  padding: 0.4em;
  box-sizing: content-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px inset;
}

.en-icon--overflow-visible {
  overflow: visible;
}

[data-en-icon=add-circle]:before {
  content: "\ea01";
}

[data-en-icon=add]:before {
  content: "\ea02";
}

[data-en-icon=alarm]:before {
  content: "\ea03";
}

[data-en-icon=apps]:before {
  content: "\ea04";
}

[data-en-icon=arrow-down]:before {
  content: "\ea05";
}

[data-en-icon=arrow-left]:before {
  content: "\ea06";
}

[data-en-icon=arrow-next]:before {
  content: "\ea07";
}

[data-en-icon=arrow-prev]:before {
  content: "\ea08";
}

[data-en-icon=arrow-right-outline]:before {
  content: "\ea09";
}

[data-en-icon=arrow-right]:before {
  content: "\ea0a";
}

[data-en-icon=arrow-up]:before {
  content: "\ea0b";
}

[data-en-icon=attach-file]:before {
  content: "\ea0c";
}

[data-en-icon=avatar]:before {
  content: "\ea0d";
}

[data-en-icon=block]:before {
  content: "\ea0e";
}

[data-en-icon=bookmark]:before {
  content: "\ea0f";
}

[data-en-icon=bubble-dots]:before {
  content: "\ea10";
}

[data-en-icon=bubble-warning]:before {
  content: "\ea11";
}

[data-en-icon=calendar-download]:before {
  content: "\ea12";
}

[data-en-icon=camera]:before {
  content: "\ea13";
}

[data-en-icon=cancel]:before {
  content: "\ea14";
}

[data-en-icon=cart]:before {
  content: "\ea15";
}

[data-en-icon=check]:before {
  content: "\ea16";
}

[data-en-icon=checkbox-checked]:before {
  content: "\ea17";
}

[data-en-icon=checkbox-indeterminate]:before {
  content: "\ea18";
}

[data-en-icon=checkbox]:before {
  content: "\ea19";
}

[data-en-icon=chevron-down]:before {
  content: "\ea1a";
}

[data-en-icon=chevron-left]:before {
  content: "\ea1b";
}

[data-en-icon=chevron-right]:before {
  content: "\ea1c";
}

[data-en-icon=chevron-thick-down]:before {
  content: "\ea1d";
}

[data-en-icon=chevron-thick-right]:before {
  content: "\ea1e";
}

[data-en-icon=chevron-up]:before {
  content: "\ea1f";
}

[data-en-icon=clock]:before {
  content: "\ea20";
}

[data-en-icon=close]:before {
  content: "\ea21";
}

[data-en-icon=cloud-upload]:before {
  content: "\ea22";
}

[data-en-icon=cloud]:before {
  content: "\ea23";
}

[data-en-icon=collapsed]:before {
  content: "\ea24";
}

[data-en-icon=contact-mail]:before {
  content: "\ea25";
}

[data-en-icon=contact-phone]:before {
  content: "\ea26";
}

[data-en-icon=delete]:before {
  content: "\ea27";
}

[data-en-icon=desktop]:before {
  content: "\ea28";
}

[data-en-icon=devices]:before {
  content: "\ea29";
}

[data-en-icon=dot]:before {
  content: "\ea2a";
}

[data-en-icon=download]:before {
  content: "\ea2b";
}

[data-en-icon=downloadfile]:before {
  content: "\ea2c";
}

[data-en-icon=edit]:before {
  content: "\ea2d";
}

[data-en-icon=email]:before {
  content: "\ea2e";
}

[data-en-icon=error]:before {
  content: "\ea2f";
}

[data-en-icon=event-error]:before {
  content: "\ea30";
}

[data-en-icon=event-success]:before {
  content: "\ea31";
}

[data-en-icon=event]:before {
  content: "\ea32";
}

[data-en-icon=expand]:before {
  content: "\ea33";
}

[data-en-icon=expanded]:before {
  content: "\ea34";
}

[data-en-icon=externallink]:before {
  content: "\ea35";
}

[data-en-icon=eye]:before {
  content: "\ea36";
}

[data-en-icon=facebook]:before {
  content: "\ea37";
}

[data-en-icon=favorite]:before {
  content: "\ea38";
}

[data-en-icon=file-download]:before {
  content: "\ea39";
}

[data-en-icon=file-upload]:before {
  content: "\ea3a";
}

[data-en-icon=file]:before {
  content: "\ea3b";
}

[data-en-icon=filter]:before {
  content: "\ea3c";
}

[data-en-icon=folder-new]:before {
  content: "\ea3d";
}

[data-en-icon=folder]:before {
  content: "\ea3e";
}

[data-en-icon=fullscreen-exit]:before {
  content: "\ea3f";
}

[data-en-icon=fullscreen]:before {
  content: "\ea40";
}

[data-en-icon=globe]:before {
  content: "\ea41";
}

[data-en-icon=googleplus]:before {
  content: "\ea42";
}

[data-en-icon=group-add]:before {
  content: "\ea43";
}

[data-en-icon=group]:before {
  content: "\ea44";
}

[data-en-icon=help]:before {
  content: "\ea45";
}

[data-en-icon=home]:before {
  content: "\ea46";
}

[data-en-icon=image]:before {
  content: "\ea47";
}

[data-en-icon=images]:before {
  content: "\ea48";
}

[data-en-icon=info]:before {
  content: "\ea49";
}

[data-en-icon=information]:before {
  content: "\ea4a";
}

[data-en-icon=keyboard]:before {
  content: "\ea4b";
}

[data-en-icon=language]:before {
  content: "\ea4c";
}

[data-en-icon=laptop]:before {
  content: "\ea4d";
}

[data-en-icon=layers]:before {
  content: "\ea4e";
}

[data-en-icon=linkedin]:before {
  content: "\ea4f";
}

[data-en-icon=location-city]:before {
  content: "\ea50";
}

[data-en-icon=lock]:before {
  content: "\ea51";
}

[data-en-icon=magnifier]:before {
  content: "\ea52";
}

[data-en-icon=mail]:before {
  content: "\ea53";
}

[data-en-icon=menu-search]:before {
  content: "\ea54";
}

[data-en-icon=menu]:before {
  content: "\ea55";
}

[data-en-icon=more-horiz]:before {
  content: "\ea56";
}

[data-en-icon=more-vert]:before {
  content: "\ea57";
}

[data-en-icon=notifications-active]:before {
  content: "\ea58";
}

[data-en-icon=notifications-off]:before {
  content: "\ea59";
}

[data-en-icon=notifications]:before {
  content: "\ea5a";
}

[data-en-icon=pause]:before {
  content: "\ea5b";
}

[data-en-icon=pause_alt]:before {
  content: "\ea5c";
}

[data-en-icon=payment]:before {
  content: "\ea5d";
}

[data-en-icon=people]:before {
  content: "\ea5e";
}

[data-en-icon=person-add]:before {
  content: "\ea5f";
}

[data-en-icon=person]:before {
  content: "\ea60";
}

[data-en-icon=phone]:before {
  content: "\ea61";
}

[data-en-icon=pin]:before {
  content: "\ea62";
}

[data-en-icon=play]:before {
  content: "\ea63";
}

[data-en-icon=play_alt]:before {
  content: "\ea64";
}

[data-en-icon=play_solid]:before {
  content: "\ea65";
}

[data-en-icon=podcast]:before {
  content: "\ea66";
}

[data-en-icon=podcast_alt]:before {
  content: "\ea67";
}

[data-en-icon=print]:before {
  content: "\ea68";
}

[data-en-icon=quote]:before {
  content: "\ea69";
}

[data-en-icon=radio-checked]:before {
  content: "\ea6a";
}

[data-en-icon=radio]:before {
  content: "\ea6b";
}

[data-en-icon=refresh]:before {
  content: "\ea6c";
}

[data-en-icon=remove-circle]:before {
  content: "\ea6d";
}

[data-en-icon=remove]:before {
  content: "\ea6e";
}

[data-en-icon=reply]:before {
  content: "\ea6f";
}

[data-en-icon=save]:before {
  content: "\ea70";
}

[data-en-icon=school]:before {
  content: "\ea71";
}

[data-en-icon=search]:before {
  content: "\ea72";
}

[data-en-icon=sentiment-dissatisfied]:before {
  content: "\ea73";
}

[data-en-icon=sentiment-neutral]:before {
  content: "\ea74";
}

[data-en-icon=sentiment-satisfied]:before {
  content: "\ea75";
}

[data-en-icon=sentiment-very-dissatisfied]:before {
  content: "\ea76";
}

[data-en-icon=sentiment-very-satisfied]:before {
  content: "\ea77";
}

[data-en-icon=settings]:before {
  content: "\ea78";
}

[data-en-icon=share]:before {
  content: "\ea79";
}

[data-en-icon=smartphone]:before {
  content: "\ea7a";
}

[data-en-icon=social-facebook-outline]:before {
  content: "\ea7b";
}

[data-en-icon=social-facebook]:before {
  content: "\ea7c";
}

[data-en-icon=social-flickr]:before {
  content: "\ea7d";
}

[data-en-icon=social-google-plus]:before {
  content: "\ea7e";
}

[data-en-icon=social-instagram-outline]:before {
  content: "\ea7f";
}

[data-en-icon=social-instagram]:before {
  content: "\ea80";
}

[data-en-icon=social-linkedin]:before {
  content: "\ea81";
}

[data-en-icon=social-pinterest]:before {
  content: "\ea82";
}

[data-en-icon=social-rss-alt]:before {
  content: "\ea83";
}

[data-en-icon=social-rss]:before {
  content: "\ea84";
}

[data-en-icon=social-skype]:before {
  content: "\ea85";
}

[data-en-icon=social-soundcloud]:before {
  content: "\ea86";
}

[data-en-icon=social-tiktok-outline]:before {
  content: "\ea87";
}

[data-en-icon=social-twitter]:before {
  content: "\ea88";
}

[data-en-icon=social-vimeo]:before {
  content: "\ea89";
}

[data-en-icon=social-whatsapp]:before {
  content: "\ea8a";
}

[data-en-icon=social-xing]:before {
  content: "\ea8b";
}

[data-en-icon=social-youtube-outline]:before {
  content: "\ea8c";
}

[data-en-icon=social-youtube]:before {
  content: "\ea8d";
}

[data-en-icon=speechbubble]:before {
  content: "\ea8e";
}

[data-en-icon=star-filled]:before {
  content: "\ea8f";
}

[data-en-icon=star-half]:before {
  content: "\ea90";
}

[data-en-icon=star]:before {
  content: "\ea91";
}

[data-en-icon=stop]:before {
  content: "\ea92";
}

[data-en-icon=sync]:before {
  content: "\ea93";
}

[data-en-icon=tablet]:before {
  content: "\ea94";
}

[data-en-icon=tag]:before {
  content: "\ea95";
}

[data-en-icon=telephone]:before {
  content: "\ea96";
}

[data-en-icon=ticket]:before {
  content: "\ea97";
}

[data-en-icon=ticketgretchen]:before {
  content: "\ea98";
}

[data-en-icon=time]:before {
  content: "\ea99";
}

[data-en-icon=timer-off]:before {
  content: "\ea9a";
}

[data-en-icon=timer]:before {
  content: "\ea9b";
}

[data-en-icon=today]:before {
  content: "\ea9c";
}

[data-en-icon=triangle-down]:before {
  content: "\ea9d";
}

[data-en-icon=triangle-left]:before {
  content: "\ea9e";
}

[data-en-icon=triangle-right]:before {
  content: "\ea9f";
}

[data-en-icon=triangle-up]:before {
  content: "\eaa0";
}

[data-en-icon=twitter]:before {
  content: "\eaa1";
}

[data-en-icon=unfold-less]:before {
  content: "\eaa2";
}

[data-en-icon=unfold-more]:before {
  content: "\eaa3";
}

[data-en-icon=visibility-off]:before {
  content: "\eaa4";
}

[data-en-icon=visibility]:before {
  content: "\eaa5";
}

[data-en-icon=warning]:before {
  content: "\eaa6";
}

[data-en-icon=watch]:before {
  content: "\eaa7";
}

[data-en-icon=whatsapp]:before {
  content: "\eaa8";
}

[data-en-icon=world]:before {
  content: "\eaa9";
}

.en-format-h1,
.en-wysiwyg h1 {
  font-size: 2.43em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 576px) {
  .en-format-h1,
  .en-wysiwyg h1 {
    font-size: 2.86em;
  }
}
@media screen and (min-width: 1280px) {
  .en-format-h1,
  .en-wysiwyg h1 {
    font-size: 3.86em;
  }
}

.en-format-h2,
.en-wysiwyg h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.en-format-h3, .en-history-era__title, .en-mdl-heading__heading,
.en-wysiwyg h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 720px) {
  .en-format-h3, .en-history-era__title, .en-mdl-heading__heading,
  .en-wysiwyg h3 {
    font-size: 2em;
    letter-spacing: 0.0138888889em;
  }
}
@media screen and (min-width: 980px) {
  .en-format-h3, .en-history-era__title, .en-mdl-heading__heading,
  .en-wysiwyg h3 {
    font-size: 2.25em;
    letter-spacing: 0.0138888889em;
  }
}

.en-format-h4,
.en-wysiwyg h4 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.025em;
}

.en-box__thumb .en-format-h4 {
  font-size: 1.75em;
}

.en-format-h4-thin,
.en-mdl-startpage_teasers__heading {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 575px) {
  .en-format-h4-thin,
  .en-mdl-startpage_teasers__heading {
    font-size: 1.43em;
  }
}

.en-format-h5,
.en-teaser__headline,
.en-wysiwyg h5,
.en-format-h5-thin {
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.en-format-h5-thin {
  font-weight: normal;
}

.en-wysiwyg h6 {
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.03em;
}

.en-format-h7 {
  line-height: 1.43;
  letter-spacing: 0.03em;
}

.en-format-h8 {
  font-size: 1.29em;
  font-weight: 600;
}

.en-format-quote {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.52;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 720px) {
  .en-format-quote {
    font-size: 1.71em;
    line-height: 1.75;
  }
}

.en-format-link {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.043em;
}

.en-format-tab {
  font-size: 1.29em;
  letter-spacing: 0.045em;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .en-format-tab {
    font-size: 1em;
    letter-spacing: 0.043em;
  }
}

.en-format-smallcaps {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9166666667em;
}

.en-format-number {
  font-size: 3.14em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
}

.en-format-number-sm,
.en-input-number {
  font-size: 1.57em;
  line-height: 1;
}

.en-format-sm, .en-checkout__group-heading.en-checkout__group-heading--sm,
.en-copyright,
.pswp__counter {
  font-size: 0.857em;
  letter-spacing: 0.025em;
}

.en-format-md {
  font-size: 1.1428571429em;
  letter-spacing: 0.0285714286em;
}

.en-format-md--wide {
  letter-spacing: 0.1em;
}

.en-format-sm-medium {
  font-size: 0.857em;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.en-format-lead,
.en-nav__search,
.en-nav__main-item > .menu-item__inner .menu-item__title,
#autosuggest__input,
.en-autosuggest__input,
.en-pswp__caption-title {
  font-size: 1.1428571429em;
  font-weight: 500;
  letter-spacing: 0.0328571429em;
}

.en-format-sm-uppercase,
.autosuggest__results .autosuggest__results_title {
  font-size: 0.8571428571em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.en-format-xs {
  font-size: 0.7142857em;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.en-format-xxs {
  font-size: 0.57em;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

.en-format-sm, .en-checkout__group-heading.en-checkout__group-heading--sm {
  font-size: 0.857em;
}

.en-format-wide {
  letter-spacing: 0.065em;
}

.en-format-light {
  font-weight: 300;
}

.en-format-medium {
  font-weight: 500;
}

.en-format-normal {
  font-weight: normal;
}

.en-format-semibold,
.nf-response-msg,
.pswp__counter {
  font-weight: 600;
}

.en-format-letter-spacing-lg {
  letter-spacing: 0.06em;
}

.en-format-bold {
  font-weight: 700;
}

.en-format-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en-no-wrap {
  white-space: nowrap;
}

.en-format-underline {
  text-decoration: underline;
}

.en-format-italic {
  font-style: italic;
}

.en-format-uppercase,
.en-uppercase {
  text-transform: uppercase;
}

.en-format-text-center,
.en-text-center {
  text-align: center;
}

.en-format-text-right,
.en-text-right {
  text-align: right;
}

.en-format-leading-none {
  line-height: 1;
}

.en-format-leading-tight {
  line-height: 1.2;
}

.en-format-leading-normal {
  line-height: 1.43;
}

.en-format-leading-relaxed {
  line-height: 1.6;
}

.en-format-leading-loose {
  line-height: 2;
}

.en-text-shadow {
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
}

.en-text-shadow-xs {
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}

.en-text-shadow-sm {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}

.en-overflow-hidden {
  clear: both;
  overflow: hidden;
}

html {
  border-top: var(--wp-admin--admin-bar--height, 0) solid transparent;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media print {
  #wpadminbar {
    display: none;
  }
  .admin-bar,
  html {
    border-top-style: none;
  }
}
.en-photoswipe-trigger {
  cursor: pointer;
  position: relative;
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.admin-bar .pswp {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pswp {
    top: 46px;
  }
}
.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(32, 32, 32);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.admin-bar .pswp__scroll-wrap {
  height: calc(100% - 46px);
}
@media (min-width: 783px) {
  .admin-bar .pswp__scroll-wrap {
    height: calc(100% - 32px);
  }
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 719px) {
  .pswp__item {
    left: 0;
    width: 100%;
  }
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  font-size: 3em;
}
.pswp__img--placeholder:before {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  content: "\ea47";
  font-size: 1em;
}

.pswp__img--placeholder--blank {
  background: rgb(32, 32, 32);
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: rgb(248, 247, 247);
}

.pswp__error-msg a {
  color: rgb(248, 247, 247);
  text-decoration: underline;
}

.pswp__button {
  cursor: pointer;
  padding: 0 0.9375rem;
  height: 56px;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0.6;
}
.pswp__button:before {
  font-size: 1.75em;
}
.pswp__button:hover, .pswp__button:focus {
  outline: none;
  opacity: 1;
}

.pswp__button--close:before {
  content: "\ea21";
}

.pswp__button--fs {
  display: none;
}
.pswp__button--fs:before {
  content: "\ea40";
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs:before {
  content: "\ea3f";
}

.pswp__counter {
  float: left;
  height: 56px;
  line-height: 56px;
  padding: 0 0.625rem;
  opacity: 0.6;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 994;
  background-color: rgba(32, 32, 32, 0.125);
  padding: 0 2rem 1rem;
}

.pswp__caption__center {
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
  min-height: 3rem;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
  color: rgb(255, 255, 255);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  padding: 0 0.625rem;
  position: relative;
  z-index: 995;
  background-color: rgba(32, 32, 32, 0.125);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp__bullets {
  display: none;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  text-indent: 3em;
  overflow: hidden;
  white-space: nowrap;
  width: 5em;
  height: 7em;
  position: absolute;
  line-height: 6em;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 17;
  transition: none ease;
  cursor: pointer;
  transition-property: opacity, background-color, color;
  background-color: rgba(32, 32, 32, 0.125);
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.5em -0.5em -0.5em -0.5em;
  font-size: 5.25em;
}
@media screen and (max-width: 719px) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    display: none;
  }
}

.pswp__button--arrow--left {
  left: 0;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.pswp__button--arrow--left:before {
  content: "\ea08";
}

.pswp__button--arrow--right {
  right: 0;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.pswp__button--arrow--right:before {
  content: "\ea07";
}

.pswp__button--download {
  padding-left: 0.625rem;
  opacity: 1;
}
.pswp__button--download:before {
  content: "\ea2b";
  font-size: 1.5em;
}

.pswp__bullets {
  display: none;
}

.en-pswp__copyright,
.en-pswp__caption-id {
  font-weight: 100;
}

.en-pswp__buttons {
  position: absolute;
  right: 0.625rem;
  bottom: 0;
  top: 0;
  display: inline-flex;
}

.en-pswp__download {
  height: 56px;
  line-height: 56px;
  opacity: 0.6;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-pswp__download:hover, .en-pswp__download:focus {
  outline: none;
  opacity: 1;
}
.en-pswp__download .en-pswp__download-inner {
  padding: 0.54em 0.5em 0.46em;
  position: relative;
}
.en-pswp__download .en-pswp__download-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 3px;
  z-index: -1;
}

.en-pswp__iframe-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 6rem;
}

.swiper-wrapper {
  height: inherit !important;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  overflow: hidden;
  pointer-events: none;
  height: 0;
}

.swiper-pagination-bullet {
  background-color: #c19b51 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #c19b51;
}

.swiper-button-prev {
  left: 1rem !important;
}

.swiper-button-next {
  right: 1rem !important;
}

swiper-container:host-context,
swiper-container {
  --swiper-theme-color: #c19b51;
}

swiper-container::part(container) {
  overflow-y: visible;
  overflow-x: clip;
  --swiper-theme-color: #c19b51;
}

@media screen and (max-width: 575px) {
  .en-modal {
    position: fixed;
    bottom: -90%;
    left: 0;
    right: 0;
    height: 90%;
    z-index: 1000;
  }
  .en-is-open.en-modal {
    bottom: 0;
  }
  .en-modal:before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    opacity: 0;
  }
  .en-is-open.en-modal:before {
    height: 100%;
    opacity: 0;
  }
  .en-modal__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5em;
    background-color: var(--sff-color-background-highlight);
  }
  .en-modal__header {
    text-align: center;
    width: 100%;
    flex-grow: 0;
  }
  .en-modal__body-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    margin: 1em 0 1.5em;
  }
  .en-modal__body-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(var(--sff-color-background-highlight), transparent);
    z-index: 1;
  }
  .en-modal__body-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(transparent, var(--sff-color-background-highlight));
    z-index: 1;
  }
  .en-modal__body {
    padding: 2em 0;
    overflow-y: auto;
    flex-grow: 1;
    -webkit-overflow-scrolling: touch;
  }
  .en-modal__footer {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
  }
  .en-modal__button-primary.en-modal__button-primary {
    padding: 0.5em 3em;
  }
  .en-modal__button-secondary {
    position: relative;
    left: 0.5em;
  }
  .en-modal__button-close {
    position: absolute;
    top: 1em;
    right: 1em;
  }
}
.en-space-0 {
  margin: 0 !important;
}

.en-space-t-xs {
  margin-top: 0.25em;
}

.en-space-t-sm {
  margin-top: 0.5em;
}

.en-space-t-md {
  margin-top: 1em;
}

.en-space-t-lg {
  margin-top: 2em;
}

.en-space-t-xl {
  margin-top: 4em;
}

.en-space-b-xs, .en-history-era__title {
  margin-bottom: 0.25em;
}

.en-space-b-sm {
  margin-bottom: 0.5em;
}

.en-space-b-md {
  margin-bottom: 1em;
}

.en-space-b-lg {
  margin-bottom: 2em;
}

.en-space-b-xl {
  margin-bottom: 4em;
}

.en-space-l-xs {
  margin-left: 0.25em;
}

.en-space-l-sm {
  margin-left: 0.5em;
}

.en-space-l-md {
  margin-left: 1em;
}

.en-space-l-lg {
  margin-left: 2em;
}

.en-space-l-xl {
  margin-left: 4em;
}

.en-space-r-xs {
  margin-right: 0.25em;
}

.en-space-r-sm {
  margin-right: 0.5em;
}

.en-space-r-md {
  margin-right: 1em;
}

.en-space-r-lg {
  margin-right: 2em;
}

.en-space-r-xl {
  margin-right: 4em;
}

.en-space-xs {
  margin: 0.25em;
}

.en-space-inline-xs {
  margin-inline: 0.25em;
}

.en-space-block-xs {
  margin-block: 0.25em;
}

.en-space-sm {
  margin: 0.5em;
}

.en-space-inline-sm {
  margin-inline: 0.5em;
}

.en-space-block-sm {
  margin-block: 0.5em;
}

.en-space-md {
  margin: 1em;
}

.en-space-inline-md {
  margin-inline: 1em;
}

.en-space-block-md {
  margin-block: 1em;
}

.en-space-lg {
  margin: 2em;
}

.en-space-inline-lg {
  margin-inline: 2em;
}

.en-space-block-lg {
  margin-block: 2em;
}

.en-space-xl {
  margin: 4em;
}

.en-space-inline-xl {
  margin-inline: 4em;
}

.en-space-block-xl {
  margin-block: 4em;
}

.en-pad-0 {
  padding: 0 !important;
}

.en-pad-t-xs {
  padding-top: 0.25em;
}

.en-pad-t-sm {
  padding-top: 0.5em;
}

.en-pad-t-md {
  padding-top: 1em;
}

.en-pad-t-lg {
  padding-top: 2em;
}

.en-pad-t-xl {
  padding-top: 4em;
}

.en-pad-b-xs {
  padding-bottom: 0.25em;
}

.en-pad-b-sm {
  padding-bottom: 0.5em;
}

.en-pad-b-md {
  padding-bottom: 1em;
}

.en-pad-b-lg {
  padding-bottom: 2em;
}

.en-pad-b-xl {
  padding-bottom: 4em;
}

.en-pad-l-xs {
  padding-left: 0.25em;
}

.en-pad-l-sm {
  padding-left: 0.5em;
}

.en-pad-l-md {
  padding-left: 1em;
}

.en-pad-l-lg {
  padding-left: 2em;
}

.en-pad-l-xl {
  padding-left: 4em;
}

.en-pad-r-xs {
  padding-right: 0.25em;
}

.en-pad-r-sm {
  padding-right: 0.5em;
}

.en-pad-r-md {
  padding-right: 1em;
}

.en-pad-r-lg {
  padding-right: 2em;
}

.en-pad-r-xl {
  padding-right: 4em;
}

.en-pad-xs {
  padding: 0.25em;
}

.en-pad-inline-xs {
  padding-inline: 0.25em;
}

.en-pad-block-xs {
  padding-block: 0.25em;
}

.en-pad-sm {
  padding: 0.5em;
}

.en-pad-inline-sm {
  padding-inline: 0.5em;
}

.en-pad-block-sm {
  padding-block: 0.5em;
}

.en-pad-md {
  padding: 1em;
}

.en-pad-inline-md {
  padding-inline: 1em;
}

.en-pad-block-md {
  padding-block: 1em;
}

.en-pad-lg {
  padding: 2em;
}

.en-pad-inline-lg {
  padding-inline: 2em;
}

.en-pad-block-lg {
  padding-block: 2em;
}

.en-pad-xl {
  padding: 4em;
}

.en-pad-inline-xl {
  padding-inline: 4em;
}

.en-pad-block-xl {
  padding-block: 4em;
}

.en-pad-xs {
  padding: 0.25em;
}

.en-pad-sm {
  padding: 0.5em;
}

.en-pad-md {
  padding: 1em;
}

.en-pad-lg {
  padding: 2em;
}

.en-pad-xl {
  padding: 4em;
}

.en-text-error {
  color: rgb(255, 0, 0);
}

.en-text-white {
  color: rgb(255, 255, 255);
}

.en-text-transparent {
  color: transparent;
}

.en-text-black-real {
  color: rgb(0, 0, 0);
}

.en-text-black {
  color: rgb(32, 32, 32);
}

.en-text-black-light {
  color: rgb(92, 92, 92);
}

.en-text-price-green {
  color: rgb(118, 183, 42);
}

.en-text-price-pink {
  color: rgb(236, 110, 166);
}

.en-text-price-cyan {
  color: rgb(91, 197, 241);
}

.en-text-price-yellow {
  color: rgb(255, 204, 2);
}

.en-text-price-blue {
  color: rgb(56, 115, 185);
}

.en-text-price-orange {
  color: rgb(243, 146, 0);
}

.en-text-price-red {
  color: rgb(233, 79, 53);
}

.en-text-price-lime {
  color: rgb(211, 215, 0);
}

.en-text-gold {
  color: rgb(158, 121, 42);
}

.en-text-gold-light, .en-history-era__title, .en-spm-price__toggle {
  color: rgb(193, 155, 81);
}

.en-text-gold-radio-border {
  color: rgb(198, 189, 176);
}

.en-text-gold-toggle-bg {
  color: rgb(206, 187, 148);
}

.en-text-gold-lighter {
  color: rgb(193, 155, 81);
}

.en-text-gold-ultralight {
  color: rgb(250, 247, 241);
}

.en-text-gold-dark {
  color: rgb(146, 112, 38);
}

.en-text-gray {
  color: rgb(155, 155, 155);
}

.en-text-gray-toggle-bg {
  color: rgb(197, 197, 197);
}

.en-text-gray-link {
  color: rgb(88, 88, 88);
}

.en-text-gray-light {
  color: rgb(248, 247, 247);
}

.en-text-gray-ultralight {
  color: rgb(252, 252, 252);
}

.en-text-gray-littlelight {
  color: rgb(221, 221, 221);
}

.en-text-gray-gold {
  color: rgb(198, 189, 176);
}

.en-text-gray-gold-light {
  color: rgb(236, 234, 231);
}

.en-text-orange {
  color: rgb(213, 123, 1);
}

.en-text-green {
  color: rgb(92, 156, 77);
}

.en-text-green-ultralight {
  color: rgb(242, 247, 241);
}

.en-text-red {
  color: rgb(228, 45, 49);
}

.en-text-red-ultralight {
  color: rgb(255, 235, 235);
}

.en-text-blue {
  color: rgb(45, 82, 154);
}

.en-text-blue-light {
  color: rgb(71, 118, 223);
}

.en-text-blue-ultralight {
  color: rgb(240, 244, 253);
}

.en-bg-error {
  background-color: rgb(255, 0, 0);
}

.en-bg-white {
  background-color: rgb(255, 255, 255);
}

.en-bg-transparent {
  background-color: transparent;
}

.en-bg-black-real {
  background-color: rgb(0, 0, 0);
}

.en-bg-black {
  background-color: rgb(32, 32, 32);
}

.en-bg-black-light {
  background-color: rgb(92, 92, 92);
}

.en-bg-price-green {
  background-color: rgb(118, 183, 42);
}

.en-bg-price-pink {
  background-color: rgb(236, 110, 166);
}

.en-bg-price-cyan {
  background-color: rgb(91, 197, 241);
}

.en-bg-price-yellow {
  background-color: rgb(255, 204, 2);
}

.en-bg-price-blue {
  background-color: rgb(56, 115, 185);
}

.en-bg-price-orange {
  background-color: rgb(243, 146, 0);
}

.en-bg-price-red {
  background-color: rgb(233, 79, 53);
}

.en-bg-price-lime {
  background-color: rgb(211, 215, 0);
}

.en-bg-gold {
  background-color: rgb(158, 121, 42);
}

.en-bg-gold-light {
  background-color: rgb(193, 155, 81);
}

.en-bg-gold-radio-border {
  background-color: rgb(198, 189, 176);
}

.en-bg-gold-toggle-bg {
  background-color: rgb(206, 187, 148);
}

.en-bg-gold-lighter {
  background-color: rgb(193, 155, 81);
}

.en-bg-gold-ultralight {
  background-color: rgb(250, 247, 241);
}

.en-bg-gold-dark {
  background-color: rgb(146, 112, 38);
}

.en-bg-gray {
  background-color: rgb(155, 155, 155);
}

.en-bg-gray-toggle-bg {
  background-color: rgb(197, 197, 197);
}

.en-bg-gray-link {
  background-color: rgb(88, 88, 88);
}

.en-bg-gray-light {
  background-color: rgb(248, 247, 247);
}

.en-bg-gray-ultralight {
  background-color: rgb(252, 252, 252);
}

.en-bg-gray-littlelight {
  background-color: rgb(221, 221, 221);
}

.en-bg-gray-gold {
  background-color: rgb(198, 189, 176);
}

.en-bg-gray-gold-light {
  background-color: rgb(236, 234, 231);
}

.en-bg-orange {
  background-color: rgb(213, 123, 1);
}

.en-bg-green {
  background-color: rgb(92, 156, 77);
}

.en-bg-green-ultralight {
  background-color: rgb(242, 247, 241);
}

.en-bg-red {
  background-color: rgb(228, 45, 49);
}

.en-bg-red-ultralight {
  background-color: rgb(255, 235, 235);
}

.en-bg-blue {
  background-color: rgb(45, 82, 154);
}

.en-bg-blue-light {
  background-color: rgb(71, 118, 223);
}

.en-bg-blue-ultralight {
  background-color: rgb(240, 244, 253);
}

.en-hover {
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-hover:hover {
  cursor: pointer;
}

.en-hover--cubic {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.en-hover--slow-cubic {
  transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.en-hover--fast-sine {
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-hover--rapid-sine {
  transition: all 0.125s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width: 575px) {
  .en-hover--underline {
    text-decoration: underline;
  }
  .en-hover--underline-no-sm {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-hover--underline:hover {
    text-decoration: underline;
  }
  .en-hover--color:hover {
    color: var(--sff-color-primary);
  }
}
[data-en-category=abo] .en-category-dash:after {
  background-color: transparent;
}

[data-en-category=concert] .en-category-dash:after,
[data-en-category=concert].en-category-dash:after {
  background-color: rgb(92, 156, 77);
}

[data-en-category=concert] .en-category-color,
[data-en-category=concert].en-category-color {
  color: rgb(92, 156, 77);
}

[data-en-category=concert_sequence] .en-category-dash:after,
[data-en-category=concert_sequence].en-category-dash:after {
  background-color: rgb(92, 156, 77);
}

[data-en-category=concert_sequence] .en-category-color,
[data-en-category=concert_sequence].en-category-color {
  color: rgb(92, 156, 77);
}

[data-en-category=opera] .en-category-dash:after,
[data-en-category=opera].en-category-dash:after {
  background-color: rgb(228, 45, 49);
}

[data-en-category=opera] .en-category-color,
[data-en-category=opera].en-category-color {
  color: rgb(228, 45, 49);
}

[data-en-category=play] .en-category-dash:after,
[data-en-category=play].en-category-dash:after {
  background-color: rgb(45, 82, 154);
}

[data-en-category=play] .en-category-color,
[data-en-category=play].en-category-color {
  color: rgb(45, 82, 154);
}

[data-en-category=youth] .en-category-dash:after,
[data-en-category=youth].en-category-dash:after {
  background-color: rgb(213, 123, 1);
}

[data-en-category=youth] .en-category-color,
[data-en-category=youth].en-category-color {
  color: rgb(213, 123, 1);
}

[data-en-category=extra] .en-category-dash:after,
[data-en-category=extra].en-category-dash:after {
  background-color: rgb(158, 121, 42);
}

[data-en-category=extra] .en-category-color,
[data-en-category=extra].en-category-color {
  color: rgb(158, 121, 42);
}

[data-en-category=film] .en-category-dash:after,
[data-en-category=film].en-category-dash:after {
  background-color: rgb(158, 121, 42);
}

[data-en-category=film] .en-category-color,
[data-en-category=film].en-category-color {
  color: rgb(158, 121, 42);
}

[data-en-category=media] .en-category-dash:after,
[data-en-category=media].en-category-dash:after {
  background-color: rgb(32, 32, 32);
}

[data-en-category=media] .en-category-color,
[data-en-category=media].en-category-color {
  color: rgb(32, 32, 32);
}

[data-en-category=default] .en-category-dash:after,
[data-en-category=default].en-category-dash:after {
  background-color: rgb(158, 121, 42);
}

[data-en-category=default] .en-category-color,
[data-en-category=default].en-category-color {
  color: rgb(158, 121, 42);
}

[data-en-category=gold] .en-category-dash:after,
[data-en-category=gold].en-category-dash:after {
  background-color: rgb(158, 121, 42);
}

[data-en-category=gold] .en-category-color,
[data-en-category=gold].en-category-color {
  color: rgb(158, 121, 42);
}

[data-en-category=opera] .en-category-heading,
[data-en-category=play] .en-category-heading {
  text-transform: uppercase;
}

.en-category-dash {
  position: relative;
}

.en-category-dash:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.15em;
  background-color: rgb(32, 32, 32);
  z-index: 1;
}

.en-category-dash.en-category-dash--md:after {
  width: 0.25rem;
}

.en-category-dash.en-category-dash--lg:after {
  width: 0.4rem;
}

.en-category-dash.en-category-dash--xl:after {
  width: 0.3rem;
}

@media print, screen and (min-width: 576px) {
  .en-category-dash.en-category-dash--xl:after {
    width: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .en-category-dash.en-category-dash--xl:after {
    width: 0.7rem;
  }
}
[data-en-price-category=green] .en-price-category-bg {
  background-color: rgb(118, 183, 42);
}

[data-en-price-category=green] .en-price-category-color {
  color: rgb(118, 183, 42);
}

[data-en-price-category=pink] .en-price-category-bg {
  background-color: rgb(236, 110, 166);
}

[data-en-price-category=pink] .en-price-category-color {
  color: rgb(236, 110, 166);
}

[data-en-price-category=cyan] .en-price-category-bg {
  background-color: rgb(91, 197, 241);
}

[data-en-price-category=cyan] .en-price-category-color {
  color: rgb(91, 197, 241);
}

[data-en-price-category=yellow] .en-price-category-bg {
  background-color: rgb(255, 204, 2);
}

[data-en-price-category=yellow] .en-price-category-color {
  color: rgb(255, 204, 2);
}

[data-en-price-category=blue] .en-price-category-bg {
  background-color: rgb(56, 115, 185);
}

[data-en-price-category=blue] .en-price-category-color {
  color: rgb(56, 115, 185);
}

[data-en-price-category=orange] .en-price-category-bg {
  background-color: rgb(243, 146, 0);
}

[data-en-price-category=orange] .en-price-category-color {
  color: rgb(243, 146, 0);
}

[data-en-price-category=red] .en-price-category-bg {
  background-color: rgb(233, 79, 53);
}

[data-en-price-category=red] .en-price-category-color {
  color: rgb(233, 79, 53);
}

[data-en-price-category=lime] .en-price-category-bg {
  background-color: rgb(211, 215, 0);
}

[data-en-price-category=lime] .en-price-category-color {
  color: rgb(211, 215, 0);
}

[data-en-price-category=unavailable] .en-price-category-bg {
  background-color: transparent;
}

[data-en-price-category=unavailable] .en-price-category-color {
  color: transparent;
}

[data-en-price-category=unavailable] {
  color: rgb(198, 189, 176);
}

.en-relative {
  position: relative;
}

.en-full {
  width: 100%;
}

.en-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1;
}

.en-sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.en-d-inline {
  display: inline;
}

.en-bt-default {
  border-top: 1px solid rgb(236, 234, 231);
}

.en-bb-default {
  border-bottom: 1px solid rgb(236, 234, 231);
}

.en-text-shadow-on-white.en-text-white {
  text-shadow: 0 0 4rem rgba(32, 32, 32, 0.5), 0 0 0.25rem rgba(32, 32, 32, 0.3);
}
.en-text-shadow-on-white.en-text-white .en-button {
  text-shadow: none;
}

.en-clear {
  clear: both;
}

.en-border-box {
  box-sizing: border-box;
}

.en-pointer {
  cursor: pointer;
}

.en-fit-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en-vertical-align-middle {
  vertical-align: middle;
}

.en-noselect, .en-button,
.nf-field-element input[type=button],
.nf-field-element input[type=submit],
.post-password-form input[type=button],
.post-password-form input[type=submit],
.autosuggest__results {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  				  supported by Chrome and Opera */
}

.en-clearfix:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media print, screen and (min-width: 576px) {
  .en-row-inset {
    padding: 0 0 0 calc(3.926em + 0.625rem);
  }
}
@media screen and (min-width: 1280px) {
  .en-row-inset {
    padding: 0 0 0 calc(6.286em + 0.625rem);
  }
}

.en-nowrap {
  white-space: nowrap;
}

.en-gap-sm {
  gap: 0.5em;
}
@supports not (gap: 1em) {
  .en-gap-sm > *:not(:last-child) {
    margin-right: 0.5em;
  }
}

.en-flex {
  display: flex;
  align-items: flex-start;
}

.en-flex--inline {
  display: inline-flex;
}

.en-flex--column {
  flex-direction: column;
}

.en-flex--row {
  flex-direction: row;
}

.en-flex--start {
  justify-content: flex-start;
}

.en-flex--end {
  justify-content: flex-end;
}

.en-flex--center {
  justify-content: center;
}

.en-flex--items-normal {
  align-items: normal;
}

.en-flex--items-center {
  align-items: center;
}

.en-flex--items-stretch {
  align-items: stretch;
}

.en-flex--wrap {
  flex-wrap: wrap;
}

.en-flex--space-around {
  justify-content: space-around;
}

.en-flex--space-evenly {
  justify-content: space-evenly;
}

.en-flex--space-between {
  justify-content: space-between;
}

@media print, screen and (min-width: 576px) {
  .en-flex--sm-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 980px) {
  .en-flex--lg-row {
    flex-direction: row;
  }
  .en-flex--lg-column {
    flex-direction: column;
  }
}
.en-flexitem {
  position: relative;
  border-left: solid 0.625rem transparent;
  border-right: solid 0.625rem transparent;
}

.en-flexitem--grow {
  flex-grow: 1;
}

.en-flexitem--no-grow {
  flex-grow: 0;
}

.en-flexitem--shrink {
  flex-shrink: 1;
}

.en-flexitem--no-shrink {
  flex-shrink: 0;
}

.en-flexitem--no-gutter {
  border: 0;
}

.en-flexitem--no-gutter-left {
  border-left: 0;
}

.en-flexitem--no-gutter-right {
  border-right: 0;
}

.en-flexitem--no-gutter-right {
  border-right: 0;
}

.en-flexitem--center {
  align-self: center;
}

.en-flexitem--end {
  align-self: flex-end;
}

.en-flexitems--center {
  align-items: center;
}

.en-content {
  position: relative;
  max-width: 100%;
  background-color: var(--sff-color-background, white);
  color: var(--sff-color-text, #202020);
}

body > .en-content {
  min-height: 100vh;
  max-width: 100%;
}

.en-width-10 {
  width: 10%;
}

.en-width-20 {
  width: 20%;
}

.en-width-30 {
  width: 30%;
}

.en-width-40 {
  width: 40%;
}

.en-width-60 {
  width: 60%;
}

.en-width-70 {
  width: 70%;
}

.en-width-80 {
  width: 80%;
}

.en-width-90 {
  width: 90%;
}

.en-width-100,
.en-width-full {
  width: 100%;
}

.en-height-full {
  height: 100%;
  flex-grow: 1;
}

.en-height-screen {
  height: 100vh;
}

.admin-bar .en-unsupported-browser {
  transform: translateY(-32px);
}

.en-unsupported-browser {
  display: block;
  width: 100%;
  padding: 1rem 5rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  background: white;
  color: red;
}

.en-unsupported-browser__content {
  width: 45rem;
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.en-dev-note {
  padding-top: 1.5em;
  color: #bd10e0;
  padding-bottom: 0.75em;
}

.en-dev-note--border-top {
  margin-top: 5em;
  padding-top: 5em;
  border-top: solid 0.0625rem #bd10e0;
}

.en-mdl {
  border-style: none;
}
.en-mdl:not(.en-griditem--has-inner) > .en-griditem__inner {
  border-style: solid;
}
.en-mdl > .en-griditem__inner.en-griditem--has-inner {
  border: none;
}
.en-mdl:not([data-en-mdl-wrapper_style="1"]) .en-mdl > .en-griditem__inner {
  width: 100%;
}
.en-mdl.en-mdl-list_item {
  border-style: solid;
}
.en-mdl *::-webkit-scrollbar {
  display: none;
}

:root {
  --sff-module-spacing-default: 2rem;
}

@media print, screen and (min-width: 720px) {
  :root {
    --sff-module-spacing-default: 3rem;
  }
}
@media screen and (min-width: 980px) {
  :root {
    --sff-module-spacing-default: 4rem;
  }
}
:root {
  --sff-module-spacing-none: 0rem;
  --sff-module-spacing-tiny: calc(0.25 * var(--sff-module-spacing-default));
  --sff-module-spacing-narrow: calc(0.5 * var(--sff-module-spacing-default));
  --sff-module-spacing-medium: calc(0.75 * var(--sff-module-spacing-default));
  --sff-module-spacing-wide: calc(1.5 * var(--sff-module-spacing-default));
  --sff-module-spacing-line: calc(1.25 * var(--sff-module-spacing-default));
  --sff-module-spacing-top: var(--sff-module-spacing-none);
  --sff-module-spacing-bottom: var(--sff-module-spacing-none);
}

[data-en-mdl-level].en-mdl > .en-griditem__inner {
  padding-top: var(--sff-module-spacing-top);
  padding-bottom: var(--sff-module-spacing-bottom);
}
[data-en-mdl-level].en-mdl + .en-mdl {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-text {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-image {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
  --sff-module-spacing-bottom: var(--sff-module-spacing-default);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-image:has(.en-mdl-image__description-wrapper) {
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-image.en-mdl-image--biography_image {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
  --sff-module-spacing-bottom: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-team {
  --sff-module-spacing-top: var(--sff-module-spacing-medium);
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-dates {
  --sff-module-spacing-top: var(--sff-module-spacing-medium);
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-artists {
  --sff-module-spacing-top: var(--sff-module-spacing-tiny);
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-tiles {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-links {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-prd-faq {
  --sff-module-spacing-top: var(--sff-module-spacing-default);
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-breadcrumbs, [data-en-mdl-level].en-mdl + .en-mdl.en-mdl-anchor_nav {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
  --sff-module-spacing-bottom: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-list {
  --sff-module-spacing-bottom: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl.en-mdl-list_item + .en-mdl.en-mdl-list_item {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl-heading + .en-mdl, [data-en-mdl-level].en-mdl-prd-header, [data-en-mdl-level].en-mdl + .en-mdl-prd-header, [data-en-mdl-level].en-mdl-stage + .en-mdl-anchor_nav, [data-en-mdl-level].en-mdl-anchor_nav, [data-en-mdl-level].en-mdl-serie-header + .en-mdl-serie-events {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl-breadcrumbs + .en-mdl-heading {
  --sff-module-spacing-top: var(--sff-module-spacing-medium);
}
[data-en-mdl-level].en-mdl-breadcrumbs + .en-mdl {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl-gallery {
  --sff-module-spacing-top: var(--sff-module-spacing-narrow);
}
[data-en-mdl-level].en-mdl + .en-mdl-cta, [data-en-mdl-level].en-mdl-prd-header + .en-mdl-prd-team {
  --sff-module-spacing-top: var(--sff-module-spacing-tiny);
}
[data-en-mdl-level].en-mdl-vue-seatplan.en-mdl-vue-seatplan.en-mdl-vue-seatplan, [data-en-mdl-level].en-mdl-vue-notification.en-mdl-vue-notification.en-mdl-vue-notification {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
}
[data-en-mdl-level].en-mdl-text-image.en-space-compact {
  --sff-module-spacing-top: var(--sff-module-spacing-tiny);
  --sff-module-spacing-bottom: var(--sff-module-spacing-tiny);
}

.en-content > [data-en-mdl-level]:last-child:not(.en-mdl-list) {
  --sff-module-spacing-bottom: var(--sff-module-spacing-default);
}

.en-mdl img {
  pointer-events: none;
}

[data-en-mdl-level="0"].en-mdl {
  max-width: 100%;
  /*
  'none'=>'None',
  'tiny'=>'Tiny',
  'narrow'=>'Narrow',
  'medium'=>'Medium',
  'standard'=>'Standard',
  'wide'=>'Wide',
  */
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=line], [data-en-mdl-level="0"].en-mdl[data-spacing-bottom=line] {
  position: relative;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=line]::before, [data-en-mdl-level="0"].en-mdl[data-spacing-bottom=line]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid var(--sff-color-border);
  transform: translateX(-50%);
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=line] > .en-griditem__inner, [data-en-mdl-level="0"].en-mdl[data-spacing-bottom=line] > .en-griditem__inner {
  background-color: var(--sff-color-background);
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=line] {
  padding-top: var(--sff-module-spacing-line);
  --sff-module-spacing-top: calc(0.5 * var(--sff-module-spacing-line)) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=line] {
  padding-bottom: var(--sff-module-spacing-line);
  --sff-module-spacing-bottom: calc(0.5 * var(--sff-module-spacing-line)) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=none] {
  --sff-module-spacing-top: var(--sff-module-spacing-none) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=tiny] {
  --sff-module-spacing-top: var(--sff-module-spacing-tiny) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=narrow] {
  --sff-module-spacing-top: var(--sff-module-spacing-narrow) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=medium] {
  --sff-module-spacing-top: var(--sff-module-spacing-medium) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=standard] {
  --sff-module-spacing-top: var(--sff-module-spacing-default) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-top=wide] {
  --sff-module-spacing-top: var(--sff-module-spacing-wide) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=none] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-none) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=tiny] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-tiny) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=narrow] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=medium] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=standard] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-default) !important;
}
[data-en-mdl-level="0"].en-mdl[data-spacing-bottom=wide] {
  --sff-module-spacing-bottom: var(--sff-module-spacing-wide) !important;
}

.en-wysiwyg h1,
.en-wysiwyg h2,
.en-wysiwyg h3,
.en-wysiwyg h4,
.en-wysiwyg h5,
.en-wysiwyg h6,
.en-wysiwyg ol,
.en-wysiwyg ul,
.en-wysiwyg li,
.en-wysiwyg dl,
.en-wysiwyg p {
  margin-top: 1.25em;
}
.en-wysiwyg h1:first-child,
.en-wysiwyg h2:first-child,
.en-wysiwyg h3:first-child,
.en-wysiwyg h4:first-child,
.en-wysiwyg h5:first-child,
.en-wysiwyg h6:first-child,
.en-wysiwyg ol:first-child,
.en-wysiwyg ul:first-child,
.en-wysiwyg li:first-child,
.en-wysiwyg dl:first-child,
.en-wysiwyg p:first-child {
  margin-top: 0;
}
.en-wysiwyg h4 {
  font-size: 1.4285714286em;
  letter-spacing: 0.0357142857em;
}
.en-wysiwyg a {
  color: rgb(193, 155, 81);
  font-weight: 600;
}
@media print, screen and (min-width: 576px) {
  .en-wysiwyg a:hover, .en-wysiwyg a:focus {
    text-decoration: underline;
  }
}
.en-wysiwyg em {
  font-style: italic;
}
.en-wysiwyg strong {
  font-weight: 600;
}
.en-wysiwyg ul {
  list-style: disc outside;
  margin-left: 1.5em;
}
.en-wysiwyg ul ul {
  list-style-type: circle;
}
.en-wysiwyg ol {
  list-style: decimal outside;
  margin-left: 2em;
}
.en-wysiwyg li {
  margin-top: 0.5em;
}

.en-button__parent--wider .en-button {
  padding-left: 2em;
  padding-right: 2em;
}

.en-button__parent--higher .en-button {
  padding-top: 0.7642857143em;
  padding-bottom: 0.6642857143em;
}

.en-button,
.nf-field-element input[type=button],
.nf-field-element input[type=submit],
.post-password-form input[type=button],
.post-password-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em 1em 0.2em;
  border: 0.0625rem solid transparent;
  text-transform: uppercase;
  text-align: center;
  color: var(--sff-color-primary);
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-color: transparent;
  outline: none;
  cursor: pointer;
  flex-grow: 0;
}
.en-button:hover, .en-button:focus,
.nf-field-element input[type=button]:hover,
.nf-field-element input[type=submit]:hover,
.post-password-form input[type=button]:hover,
.post-password-form input[type=submit]:hover,
.nf-field-element input[type=button]:focus,
.nf-field-element input[type=submit]:focus,
.post-password-form input[type=button]:focus,
.post-password-form input[type=submit]:focus {
  color: var(--sff-color-primary);
}
@media print, screen and (min-width: 576px) {
  .en-button:hover, .en-button:focus,
  .nf-field-element input[type=button]:hover,
  .nf-field-element input[type=submit]:hover,
  .post-password-form input[type=button]:hover,
  .post-password-form input[type=submit]:hover,
  .nf-field-element input[type=button]:focus,
  .nf-field-element input[type=submit]:focus,
  .post-password-form input[type=button]:focus,
  .post-password-form input[type=submit]:focus {
    border-color: var(--sff-color-primary-highlight);
  }
}
.en-button [data-en-icon=chevron-right],
.nf-field-element input[type=button] [data-en-icon=chevron-right],
.nf-field-element input[type=submit] [data-en-icon=chevron-right],
.post-password-form input[type=button] [data-en-icon=chevron-right],
.post-password-form input[type=submit] [data-en-icon=chevron-right] {
  margin-top: 0;
  margin-right: -0.35em;
}

.en-button.en-button--tertiary {
  color: rgb(92, 92, 92);
}
@media print, screen and (min-width: 576px) {
  .en-button.en-button--tertiary:hover, .en-button.en-button--tertiary:focus {
    color: rgb(32, 32, 32);
    border-color: transparent;
  }
}

.en-button--higher {
  padding-top: 0.7642857143em;
  padding-bottom: 0.6642857143em;
}

.en-button--wider {
  padding-left: 2em;
  padding-right: 2em;
}

.en-button--xl {
  padding-left: 5.5em;
  padding-right: 5.5em;
}

@media print, screen and (min-width: 576px) {
  .en-button-primary-trigger:hover .en-button--primary,
  .en-button-primary-trigger:focus .en-button--primary,
  .en-button--primary:hover,
  .en-button--primary:focus {
    background-color: var(--sff-color-primary-highlight);
    color: var(--sff-color-text-inverse);
  }
  .en-button-primary-trigger:hover .en-button--primary .en-button--primary-trigger-cancel,
  .en-button-primary-trigger:focus .en-button--primary .en-button--primary-trigger-cancel,
  .en-button--primary:hover .en-button--primary-trigger-cancel,
  .en-button--primary:focus .en-button--primary-trigger-cancel {
    background-color: transparent;
    color: var(--sff-color-primary);
  }
}

.en-button-primary-container .en-button--primary {
  border-color: transparent;
}

.en-button--primary {
  border-color: var(--sff-color-primary-highlight);
}

@media print, screen and (min-width: 576px) {
  .en-button:hover,
  .en-button:focus,
  .en-button-primary-container:hover .en-button--primary,
  .en-button-primary-container:focus .en-button--primary,
  .en-button-secondary-container:hover .en-button--secondary,
  .en-button-secondary-container:focus .en-button--secondary {
    border-color: var(--sff-color-primary-highlight);
  }
}

.en-button--secondary:hover,
.en-button--secondary:focus {
  border-color: var(--sff-color-primary-highlight);
  color: var(--sff-color-primary-highlight);
}

.en-button--link {
  padding-inline: 0;
}

.en-button--link:hover,
.en-button--link:focus {
  color: var(--sff-color-primary-highlight);
  border-color: transparent;
}

.en-button--primary-highlight {
  background-color: var(--sff-color-primary-highlight);
  color: var(--sff-color-text-inverse);
  border-color: var(--sff-color-primary-highlight);
}

.en-button--primary-highlight:hover,
.en-button--primary-highlight:focus {
  background-color: var(--sff-color-background);
  color: var(--sff-color-primary);
  border-color: var(--sff-color-primary-highlight);
}

.en-button--primary-highlight-darken:hover,
.en-button--primary-highlight-darken:focus {
  background-color: var(--sff-color-primary);
  color: var(--sff-color-text-inverse);
  border-color: var(--sff-color-primary);
}

.en-button--secondary-highlight {
  border-color: var(--sff-color-primary-highlight);
}

@media print, screen and (min-width: 576px) {
  .en-button--secondary-highlight:hover,
  .en-button--secondary-highlight:focus {
    background-color: var(--sff-color-primary-highlight);
    color: var(--sff-color-text-inverse);
  }
}
@media screen and (max-width: 575px) {
  .en-button--primary-sm-highlight {
    background-color: var(--sff-color-primary-highlight);
    color: var(--sff-color-text-inverse);
  }
  .en-button--secondary-sm-highlight {
    border-color: var(--sff-color-primary-highlight);
  }
}
.en-button.en-button--disabled.en-button--disabled {
  border: 0;
  background: none;
  color: rgb(198, 189, 176);
  cursor: auto;
}

button:disabled,
button[disabled] {
  color: rgb(236, 234, 231);
}

.en-button--color-inherit {
  color: inherit;
  border-color: inherit;
}

.en-button--font-reset {
  font-weight: 400;
  text-transform: none;
}

.en-button--outline {
  color: rgb(32, 32, 32);
  border-color: rgb(155, 155, 155);
}

@media print, screen and (min-width: 576px) {
  .en-button--outline:hover,
  .en-button--outline:focus,
  .en-button--color-inherit:hover,
  .en-button--color-inherit:focus {
    color: inherit;
    border-color: inherit;
  }
}
.en-button--secondary-align-left {
  margin-left: -1em;
}

.en-button--secondary-align-right {
  margin-right: -1em;
}

.en-button--rounded {
  border-radius: 10em;
}

.en-button--align-left {
  text-align: left;
}

.en-batch-processor {
  padding: 1rem;
}

.en-batch-processor__button {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.en-batch-processor__button.en-is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.en-batch-processor__log-line {
  display: none;
}

.en-batch-processor__log-line a {
  display: inline-block;
  max-width: 16em;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.en-batch-processor__log-line a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.en-batch-processor__log-filters {
  flex-grow: 0;
}

.en-batch-processor__log-filter {
  padding: 0;
  padding: 0 0.5rem;
  cursor: pointer;
}
.en-batch-processor__log-filter:hover {
  text-decoration: underline;
}

.en-batch-processor__log-list[data-en-batch-processor-log-filtered-by=all] .en-batch-processor__log-line {
  display: block;
}

.en-batch-processor__log-list[data-en-batch-processor-log-filtered-by*=success] [data-en-batch-processor-log-type=success] {
  display: block;
}

.en-batch-processor__log-list[data-en-batch-processor-log-filtered-by*=warning] [data-en-batch-processor-log-type=warning] {
  display: block;
}

.en-batch-processor__log-list[data-en-batch-processor-log-filtered-by*=error] [data-en-batch-processor-log-type=error] {
  display: block;
}

.en-chip {
  display: inline-flex;
  align-items: center;
  height: 1.6675em;
  padding: 2px 4px 2px 5px;
  border-radius: 2px;
}
.en-chip .en-icon {
  height: 100%;
  width: 1.5em;
  margin-top: 1px;
}

.en-chip.en-is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nf-field-element input, .post-password-form input, .en-select select,
.en-input {
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  font-weight: 600;
  padding: 0.5em 0.5em;
  font-size: 1rem;
  box-shadow: none;
}
.nf-field-element input:focus, .post-password-form input:focus, .en-select select:focus,
.en-input:focus {
  border-color: rgb(193, 155, 81);
  outline: none;
}
.en-is-invalid .nf-field-element input, .nf-field-element .en-is-invalid input, .en-is-invalid .post-password-form input, .post-password-form .en-is-invalid input, .en-is-invalid .en-select select, .en-select .en-is-invalid select,
.en-is-invalid .en-input {
  border-color: rgb(228, 45, 49);
}
.en-is-invalid .nf-field-element input:focus, .nf-field-element .en-is-invalid input:focus, .en-is-invalid .post-password-form input:focus, .post-password-form .en-is-invalid input:focus, .en-is-invalid .en-select select:focus, .en-select .en-is-invalid select:focus,
.en-is-invalid .en-input:focus {
  color: inherit;
}

textarea.en-input {
  min-height: 10em;
  resize: vertical;
}

.en-input-wrapper {
  padding-top: 0.5em;
}

.en-error-indicator {
  opacity: 0;
  color: rgb(228, 45, 49);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  max-height: 0;
  overflow: hidden;
}
.en-field-error .en-error-indicator, .en-is-invalid .en-error-indicator {
  opacity: 1;
  max-height: 5em;
}

.en-input-wrapper--password {
  position: relative;
}

.en-input--password {
  padding-right: 2em;
}

.en-icon-password.en-icon {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  margin-top: 0.125em;
}

.en-icon-visibility {
  z-index: 1;
  opacity: 1;
}
.en-visibility-on .en-icon-visibility {
  z-index: -3;
  opacity: 0;
}

.en-icon-visibility-off {
  z-index: -3;
  opacity: 0;
}
.en-visibility-on .en-icon-visibility-off {
  z-index: 1;
  opacity: 1;
}

.en-input-wrapper-number {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5em 0.5em;
  max-width: 7.5em;
  position: relative;
  border-bottom: 1px solid rgb(193, 155, 81);
}

.en-input-number {
  flex-grow: 0;
  border: none;
  width: 3em;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.en-checkbox-target.en-is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

:root {
  --en-checkbox-replacement-size: 0.75rem;
  --en-checkbox-replacement-margin: 0.75rem;
  --en-checkbox-replacement-offset: -0.125rem;
}

.en-replace {
  position: absolute;
  opacity: 0;
}

.en-replacement {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: calc(var(--en-checkbox-replacement-size) + var(--en-checkbox-replacement-margin));
  text-indent: calc(-1 * (var(--en-checkbox-replacement-size) + var(--en-checkbox-replacement-margin)));
  cursor: pointer;
}
.en-replacement:before {
  content: "";
  width: var(--en-checkbox-replacement-size);
  height: var(--en-checkbox-replacement-size);
  line-height: var(--en-checkbox-replacement-size);
  margin-right: 0.75rem;
  margin-top: -0.125rem;
  box-shadow: inset 0 0 0 1px var(--sff-color-border-light);
  background-color: var(--sff-color-background);
  color: var(--sff-color-border-light);
  font-size: 0.75rem;
  transition: opacity 0.25s;
  border-radius: 0.0625rem;
}
.en-replacement:active:before {
  opacity: 0.5;
}
.en-replace:focus + .en-replacement--checkbox:before {
  box-shadow: inset 0 0 0 2px var(--sff-color-primary);
}
.en-replace:checked + .en-replacement--checkbox:before {
  content: "\ea16";
  background-color: var(--sff-color-border);
  box-shadow: inset 0 0 0 1px var(--sff-color-border);
  color: var(--sff-color-background);
}
.en-replacement--radio {
  padding-right: 1rem;
}
.en-replacement--radio:before {
  border-radius: 99em;
  margin-right: 0.5rem;
}
.en-replace:checked + .en-replacement--radio:before {
  content: "\ea2a";
  font-size: 0.325rem;
  color: var(--sff-color-primary-highlight);
  background-color: var(--sff-color-border);
  box-shadow: inset 0 0 0 1px var(--sff-color-border-light);
  background-clip: content-box;
}

.en-replacement--right {
  padding-right: calc(var(--en-checkbox-replacement-size) + var(--en-checkbox-replacement-margin));
  padding-left: 0;
  text-indent: 0;
}
.en-replacement--right:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0;
  margin-left: var(--en-checkbox-replacement-margin);
  margin-top: calc(var(--en-checkbox-replacement-size) * -0.5);
}

.en-replacement--radio.en-replacement--radio-noicon {
  padding-left: 0.325rem;
  padding-right: 0.325rem;
  display: inline-block;
}
.en-replacement--radio.en-replacement--radio-noicon:before {
  display: none;
}

.en-toggle {
  display: none;
}
.en-toggle, .en-toggle:after, .en-toggle *, .en-toggle *:after, .en-toggle + .en-tgl-btn > span {
  box-sizing: border-box;
}
.en-toggle::selection, .en-toggle:after::selection, .en-toggle *::selection, .en-toggle *:after::selection, .en-toggle + .en-tgl-btn > span::selection {
  background: none;
}
.en-toggle + .en-toggle-btn {
  display: block;
  cursor: pointer;
}
.en-toggle + .en-toggle-btn > span {
  outline: 0;
  float: left;
  display: block;
  width: 2.6428571429em;
  height: 1em;
  position: relative;
  top: 0.3571428571em;
  margin-right: 0.7142857143em;
  user-select: none;
  background: rgb(197, 197, 197);
  border-radius: 2em;
  transition: all 0.4s ease;
}
.en-toggle + .en-toggle-btn > span:after {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.75);
  border-radius: 2em;
  background: rgb(248, 247, 247);
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
}
.en-toggle + .en-toggle-btn > span:hover:after {
  will-change: padding;
}
.en-toggle:checked + .en-toggle-btn > span {
  background: rgb(206, 187, 148);
}
.en-toggle:checked + .en-toggle-btn > span:after {
  left: calc(100% - 20px);
  background: rgb(158, 121, 42);
}

br + .en-toggle + .en-toggle-btn {
  margin-top: 0.4285714286em;
}

/* Customize the label (the container) */
.en-radio-wrapper {
  display: block;
  position: relative;
  padding-left: 1.9285714286em;
  cursor: pointer;
  user-select: none;
}
.en-radio-wrapper input {
  position: absolute;
  opacity: 0;
}
.en-radio-wrapper:focus {
  outline: none;
}

.en-radio-wrapper__checkmark {
  position: absolute;
  top: 0.1428571429em;
  left: 0;
  height: 1.1428571429em;
  width: 1.1428571429em;
  border: 1px solid rgb(198, 189, 176);
  border-radius: 50%;
}
.en-radio-wrapper__checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 0.4285714286em;
  width: 0.4285714286em;
  border-radius: 0.2142857143em;
}
.en-radio-wrapper:hover input:not(:checked) ~ .en-radio-wrapper__checkmark, .en-radio-wrapper:focus input:not(:checked) ~ .en-radio-wrapper__checkmark {
  background-color: rgb(206, 187, 148);
}
.en-radio-wrapper:hover input:not(:checked) ~ .en-radio-wrapper__checkmark:before, .en-radio-wrapper:focus input:not(:checked) ~ .en-radio-wrapper__checkmark:before {
  background-color: rgb(255, 255, 255);
}
input:checked ~ .en-radio-wrapper__checkmark {
  background-color: rgb(193, 155, 81);
  border-color: rgb(193, 155, 81);
}
input:checked ~ .en-radio-wrapper__checkmark:before {
  background-color: rgb(255, 255, 255);
}

.en-radio-wrapper--no-space {
  margin-bottom: 0;
}

.en-select {
  display: block;
  position: relative;
  background-color: var(--sff-color-background);
}
.en-select select {
  padding-right: 2.375em;
  text-overflow: ellipsis;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
}
.en-select select:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}
.en-select select::-ms-expand {
  display: none;
}
.en-select:before {
  content: "\ea1a";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25em;
  bottom: auto;
  left: auto;
  margin: -0.5em 0 -0.5em -0.5em;
  pointer-events: none;
}
.is-old-ie .en-select select {
  padding-right: 0.625em;
}
.en-select.en-select--simple {
  background-color: transparent;
}
.en-select.en-select--simple select {
  height: auto;
  padding-right: 2.0625em;
  border: none;
}

.en-select--sm {
  width: 8.1428571429em;
}

.en-select--big {
  font-size: 1.1428571429em;
}
.en-select--big select {
  height: 3.5714285714em;
  padding-left: 1.25em;
  font-weight: 500;
}

.en-box-content .en-select select {
  height: 2.1875em;
  padding: 0 1.75em 0.025em 0.75em;
}

.en-box-content .en-select:before {
  top: 16%;
  margin: 0;
}

.en-select.en-format-normal select {
  font-weight: normal;
}

/* autoprefixer grid: autoplace */
.en-datepicker-static {
  background: var(--sff-color-background-highlight);
  text-align: center;
  max-width: 444px;
  margin: 0.8571428571em 2.1428571429em 1.2857142857em 2.1428571429em;
}
@media screen and (min-width: 980px) {
  .en-datepicker-static {
    margin: 0.8571428571em 3.2142857143em 1.2857142857em 3.2142857143em;
  }
}
.en-datepicker-static__weekdays, .en-datepicker-static__days {
  color: var(--sff-color-text);
  font-size: 0.8571428571em;
  font-weight: 500;
  margin: 0 auto;
}
.en-datepicker-static__weekdays > *, .en-datepicker-static__days > * {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 8px;
}
.en-datepicker-static__weekdays > *:nth-child(7n), .en-datepicker-static__weekdays > *:nth-child(7n-1), .en-datepicker-static__days > *:nth-child(7n), .en-datepicker-static__days > *:nth-child(7n-1) {
  color: var(--sff-color-primary);
}
.en-datepicker-static__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
  grid-template-rows: 1fr;
  border-bottom: 1px solid var(--sff-color-background-highlight);
}
.en-datepicker-static__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
  grid-template-rows: repeat(5, 1fr);
}
.en-datepicker-static__days > * {
  cursor: pointer;
  background: var(--sff-color-background);
  border: 1px solid var(--sff-color-background);
  border-radius: 2px;
}
.en-datepicker-static__days > *:hover {
  border-color: var(--sff-color-primary);
}
.en-datepicker-static__days > *.en-datepicker-static__days--past {
  background: transparent;
  border-color: transparent;
  cursor: default;
  color: var(--sff-color-primary-highlight);
}
.en-datepicker-static__days > *.en-datepicker-static__days--selected {
  background: var(--sff-color-primary);
  border-color: var(--sff-color-primary);
  cursor: default;
  color: var(--sff-color-text-inverse);
  font-weight: 600;
}
.en-datepicker-static__days > *.en-day--disabled {
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
  color: var(--sff-color-secondary);
}

.en-header__nav {
  height: 3.4285714286em;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  margin-left: calc(3.8571428571em + 0.625rem);
}

.en-header__nav-item {
  height: 3.4285714286em;
}

.en-header__main {
  height: 3.4285714286em;
}

@media screen and (min-width: 980px) {
  .en-header__nav {
    height: 4.7142857143em;
  }
  .en-header__nav-item {
    height: 4.7142857143em;
  }
  .en-header__main {
    height: 4.7142857143em;
  }
  .en-nav-is-open .en-nav__body {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 719px) {
  .en-header__header-nav-walker > li.menu-item:nth-child(n+2) {
    display: none !important;
  }
}
@media print, screen and (max-width: 979px) {
  .en-header__header-nav-walker > li.menu-item:nth-child(n+3) {
    display: none !important;
  }
}
@media print, screen and (max-width: 979px) {
  .en-header__header-nav-walker > li.menu-item:nth-child(n+4) {
    display: none !important;
  }
}

.en-header__logo {
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0s ease 0s;
}

body.en-is-not-scrolled-to-top .en-header__logo {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0s ease 0.25s;
}

.en-header__main {
  background-color: rgb(255, 255, 255);
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}

.en-has-special-overlay .en-header__nav {
  margin-left: calc(3.8571428571em + 4em);
}

@media screen and (max-width: 719px) {
  .en-is-not-scrolled-to-top.en-has-special-overlay .en-header__nav {
    margin-left: calc(3.8571428571em + 2em);
  }
  .en-has-special-overlay .en-header__nav {
    margin-left: calc(3.8571428571em + 2em);
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-has-special-overlay .en-header__nav {
    margin-left: calc(3.8571428571em + 1em);
  }
  .en-has-special-overlay .en-header__logo {
    margin-left: -2.5em;
  }
}
@media screen and (max-width: 575px) {
  .en-has-special-overlay .en-header__nav {
    margin-left: calc(3.8571428571em + 1em);
  }
}
.en-header__nav-menu {
  padding-right: 1em;
  cursor: pointer;
}

.en-header__nav-item {
  border-left: solid 0.3125rem transparent;
  border-right: solid 0.3125rem transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.en-header__nav-item--space-after {
  margin-right: 1em;
}

.en-header__logo-wrapper {
  z-index: 751;
  transition-delay: 0.35s;
}
@media screen and (max-width: 575px) {
  .en-header__logo-wrapper {
    margin-left: 0.725rem;
    z-index: 601;
  }
}
@media screen and (min-width: 980px) {
  body.en-nav-is-open .en-header__logo-wrapper {
    transition-delay: 0s;
    z-index: 1100;
  }
}

.en-header__logo {
  position: fixed;
  top: 0;
  width: 3.8571428571em;
  height: 6.1428571429em;
  transform: translate3d(0, 0.5em, 0);
  will-change: transform;
}

.en-header--light .en-header__logo {
  width: 3.8571428571em;
  height: 6.1428571429em;
}

.en-has-special-overlay .en-header__logo {
  width: 8.3368em;
}

.en-header__logo-img {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 576px) {
  .en-header__nav {
    margin-left: 4.8571428571em;
  }
  .en-header__nav-menu {
    padding: 0 2em;
  }
  .en-header__nav-item--space-after {
    margin-right: 2em;
  }
  .en-header__nav-item.en-is-active,
  .en-header__nav-item:hover,
  .en-header__nav-item:focus {
    color: rgb(193, 155, 81);
  }
  .en-header__logo {
    width: 4.8571428571em;
    height: 7.7857142857em;
  }
  .en-has-special-overlay .en-header__logo {
    width: 10.5663em;
    height: 7.7857142857em;
    transform: translate3d(-0.5em, 1em, 0);
  }
}
@media print, screen and (min-width: 720px) {
  .en-header__nav-item {
    border-left: solid 0.625rem transparent;
    border-right: solid 0.625rem transparent;
  }
  .en-has-special-overlay .en-header__logo {
    transform: translate3d(0em, 1em, 0);
  }
  .en-has-special-overlay .en-header__nav {
    margin-left: 7.8571428571em;
  }
  .en-nav-is-open .en-nav__body {
    overflow-y: auto;
    max-height: calc(100vh - 4.7142857143em);
  }
}
@media screen and (min-width: 980px) {
  .en-header__nav {
    margin-left: 6.4285714286em;
  }
  .en-header__logo {
    transform: translate3d(0, 1em, 0);
    width: 6.4285714286em;
    height: 10.2142857143em;
  }
  .en-has-special-overlay .en-header__logo {
    transform: translate3d(-2.25em, 1em, 0);
    width: 13.81em;
    height: 10.2142857143em;
  }
  .en-has-special-overlay .en-header__nav {
    margin-left: 9.4285714286em;
  }
}
@media screen and (max-width: 359px) {
  .en-has-special-overlay .en-header__nav-item--space-after {
    margin-right: 0;
    /* instead of 1em */
  }
}
.en-header__header-nav-walker .en-header__nav-item {
  position: relative;
}
.en-header__header-nav-walker .en-header__nav-item > .sub-menu {
  position: absolute;
  left: -1em;
  top: 100%;
  z-index: 1;
  display: none;
  background-color: rgb(248, 247, 247);
  padding: 0.75em 0;
  border-top: solid 1px rgb(193, 155, 81);
  min-width: calc(100% + 2em);
}
body.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__header-nav-walker .en-header__nav-item > .sub-menu {
  top: 90%;
}
@media screen and (min-width: 980px) {
  body.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__header-nav-walker .en-header__nav-item > .sub-menu {
    top: 85%;
  }
}
body.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__header-nav-walker .en-header__nav-item > .sub-menu {
  border-top: solid 1px rgb(248, 247, 247);
}
.en-header__header-nav-walker .en-header__nav-item > .sub-menu > .menu-item > .menu-item__inner {
  display: inline-block;
  color: rgb(32, 32, 32);
  padding: 0 1em;
  line-height: 2.25;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-header__header-nav-walker .en-header__nav-item > .sub-menu > .menu-item > .menu-item__inner:hover, .en-header__header-nav-walker .en-header__nav-item > .sub-menu > .menu-item > .menu-item__inner:focus {
    color: rgb(193, 155, 81);
    background-color: rgb(255, 255, 255);
  }
}
.en-header__header-nav-walker .en-header__nav-item.en-is-active > .sub-menu {
  display: block;
}

.en-header__cart-btn-wrapper {
  position: relative;
}
body:not(.en-has-fullscreen-stage) .en-header__cart-btn-wrapper:hover .en-header__cart-count, body.en-has-fullscreen-stage.en-is-not-scrolled-to-top .en-header__cart-btn-wrapper:hover .en-header__cart-count {
  background-color: var(--sff-color-primary-highlight, rgb(193, 155, 81));
}

.en-header__cart-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.en-header__cart-count {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -100%);
  background-color: var(--sff-color-text, rgb(32, 32, 32));
  height: 1.1em;
  width: 1.1em;
  border-radius: 2em;
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.en-header__cart-count.en-is-active {
  display: flex;
}
.en-has-fullscreen-stage .en-header__cart-count {
  background-color: var(--sff-color-background);
  color: var(--sff-color-text);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-has-fullscreen-stage.en-is-not-scrolled-to-top .en-header__cart-count {
  background-color: rgb(32, 32, 32);
  color: var(--sff-color-text-inverse);
}

.en-header--light {
  position: relative;
  z-index: 2;
}

.en-header__main--light {
  background-color: transparent;
  border: none;
}

.en-header__nav--light {
  display: flex;
  justify-content: flex-end;
}

.en-header__contact {
  flex: none;
}

.en-header__contact-icon {
  margin: 0 0.175em;
}

@media screen and (max-width: 575px) {
  .en-header--light {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 576px) {
  .en-has-dark-bg .en-header__contact-icon {
    color: var(--sff-color-text-inverse);
  }
}
@media screen and (max-width: 719px) {
  .en-is-login .en-header--light {
    margin-bottom: 7.3571428571em;
  }
}
@media screen and (min-width: 1280px) {
  .en-is-login .en-header--light {
    position: fixed;
    width: 100%;
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}
.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__main {
  background-color: transparent;
  border-bottom: 0.0625rem solid transparent;
  color: rgb(255, 255, 255);
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-bottom 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: color, border-bottom, background-color;
}
.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover > *:not(.sub-menu) {
  position: relative;
}
.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover > *:not(.sub-menu):after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  width: 0;
  height: 0.0625rem;
  background-color: var(--sff-color-background);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover:hover, .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover:focus {
    color: inherit;
  }
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover:hover > *:after, .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover:focus > *:after {
    left: 0;
    width: 100%;
  }
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover.en-is-active {
    color: inherit;
  }
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-item--special-hover.en-is-active > *:after {
    left: -1em;
    width: calc(100% + 2em);
  }
}
.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu > * {
  position: relative;
}
.en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu > *:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -0.35em;
  left: 50%;
  transform: translate(-50%, -0.3em);
  width: 0;
  height: 0;
  border-left: solid 0.4em transparent;
  border-right: solid 0.4em transparent;
  border-top: solid 0.4em rgb(255, 255, 255);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu:hover, .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu:focus {
    color: inherit;
  }
  .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu:hover > *:after, .en-has-fullscreen-stage:not(.en-is-not-scrolled-to-top) .en-header__nav-menu:focus > *:after {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/*.en-is-schedule*/
.en-is-not-scrolled-to-top .en-header__nav-menu,
.en-is-not-scrolled-to-top .en-header__header-nav-walker {
  transform: translateX(-4.36em);
}
@media print, screen and (min-width: 576px) {
  .en-is-not-scrolled-to-top .en-header__nav-menu,
  .en-is-not-scrolled-to-top .en-header__header-nav-walker {
    transform: translateX(-7.9285714286em);
  }
}
@media print, screen and (min-width: 720px) {
  .en-is-not-scrolled-to-top .en-header__nav-menu,
  .en-is-not-scrolled-to-top .en-header__header-nav-walker {
    transform: translateX(-8.2857142857em);
  }
}
@media screen and (min-width: 980px) {
  .en-is-not-scrolled-to-top .en-header__nav-menu,
  .en-is-not-scrolled-to-top .en-header__header-nav-walker {
    transform: translateX(-9.8571428571em);
  }
}

.en-header__header-nav-walker,
.en-header__nav-menu {
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.link-arrow-right {
  color: rgb(158, 121, 42);
  font-weight: 500;
}
.link-arrow-right:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea1c";
  vertical-align: text-top;
  font-size: 1.3em;
}

.link-edit {
  color: rgb(158, 121, 42);
}
.link-edit:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea2d";
  vertical-align: sub;
  font-size: 1.1em;
  margin-right: 0.25em;
}

.link-edit-right {
  color: rgb(158, 121, 42);
}
.link-edit-right:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea2d";
  vertical-align: sub;
  font-size: 1.1em;
  margin-left: 0.25em;
}

.en-alert {
  padding: 0.75em;
  background-color: rgb(250, 247, 241);
  color: rgb(0, 0, 0);
  padding-left: 4em;
  position: relative;
}
.en-alert:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\eaa6";
  color: rgb(193, 155, 81);
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  font-size: 2em;
}

.en-alert--success {
  background-color: rgb(242, 247, 241);
  color: rgb(92, 156, 77);
}
.en-alert--success:before {
  content: "\ea16";
  color: rgb(92, 156, 77);
}

.en-alert--error {
  background-color: rgb(255, 235, 235);
  color: rgb(228, 45, 49);
}
.en-alert--error:before {
  content: "\ea21";
  color: rgb(228, 45, 49);
}

.en-alert--info {
  background-color: rgb(240, 244, 253);
  color: rgb(71, 118, 223);
}
.en-alert--info:before {
  content: "\ea16";
  color: rgb(71, 118, 223);
}

.en-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.en-loader > * {
  flex-grow: 0;
}

.en-loader__text {
  margin-left: 1rem;
  opacity: 0.7;
}

.en-border-top {
  border-top: 1px solid var(--sff-color-border-light);
}

.en-border-bottom {
  border-bottom: 1px solid var(--sff-color-border-light);
}
.en-calendar__row .en-border-bottom {
  padding-bottom: 0;
}

.en-no-border {
  border: none;
}

.en-no-border-top {
  border-top: none;
}
.en-no-border-top.en-calendar__row {
  border-top: none;
}

@media screen and (max-width: 719px) {
  .en-pad-r--sm {
    padding-right: 1em;
  }
}

@media screen and (max-width: 719px) {
  .en-border-top-md-down {
    border-top: 1px solid var(--sff-color-border-light);
  }
}

.en-calendar__row {
  clear: both;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: stretch;
  position: relative;
  border-top: 1px solid var(--sff-color-border-light);
}
.en-calendar__row:last-child {
  border-bottom: 1px solid var(--sff-color-border-light);
}
.en-calendar__row.en-no-border {
  border: none;
}
@media screen and (max-width: 575px) {
  .en-calendar__row:not([data-en-category]) {
    font-size: 11px;
  }
}

.en-calendar__row .en-checkbox-target {
  --en-checkbox-replacement-size: var(--sff-font-size);
  --en-checkbox-replacement-margin: var(--sff-font-size);
  --en-checkbox-replacement-offset: calc(0.15 * var(--sff-font-size));
}

.en-calendar__column--desc {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  padding-left: 1em;
  margin: 0.5em 0;
  width: 100%;
}
.en-calendar__column--desc.en-category-dash:after {
  width: 0.25em;
}
@media screen and (min-width: 980px) {
  .en-calendar__column--desc.en-category-dash:after {
    width: 0.125em;
    transform: translateX(7.75em);
  }
}
@media screen and (max-width: 719px) {
  .en-calendar__column--desc {
    position: relative;
  }
  .en-calendar__column--desc .en-checkbox-target {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-calendar__column--desc {
    position: relative;
  }
  .en-calendar__column--desc .en-checkbox-target {
    position: absolute;
    right: 18em;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 980px) {
  .en-calendar__column--desc {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 720px) {
  .en-calendar__column--desc {
    padding-right: 18.5em;
    width: 100%;
  }
  .en-calendar__row--4columns .en-calendar__column--desc {
    padding-right: 24.5em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-calendar__column--desc.en-has-height {
    height: 2.5em;
  }
}

@media print, screen and (min-width: 720px) {
  .en-calendar__program-title {
    max-width: calc(100% - 9.5em);
    flex-grow: 1;
  }
}

.en-calendar__program-schedule .en-format-h6 {
  font-size: 0.8571428571em;
  font-weight: 600;
}
@media print, screen and (min-width: 576px) {
  .en-calendar__program-schedule .en-format-h6 {
    font-size: 1em;
    font-weight: 500;
  }
}
@media print, screen and (max-width: 979px) {
  .en-calendar__program-schedule {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .en-calendar__program-schedule.en-calendar__program-schedule {
    width: 9em;
    max-width: 9em;
    min-width: 9em;
  }
}

.en-calendar__row-price-categories {
  width: 18em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  float: right;
}
.en-calendar__row--4columns .en-calendar__row-price-categories {
  width: 24em;
}
@media screen and (max-width: 575px) {
  .en-calendar__row--4columns .en-calendar__row-price-categories {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .en-calendar > .en-calendar__row--4columns {
    flex-direction: column;
    padding-left: 1em;
    width: 100%;
  }
  .en-calendar > .en-calendar__row--4columns .en-calendar__column--desc {
    padding-left: 0;
    padding-top: 0.7em;
  }
  .en-calendar > .en-calendar__row--4columns .en-calendar__row-price-categories {
    border-collapse: collapse;
  }
  .en-calendar > .en-calendar__row--4columns .en-calendar__row-price-categories .en-calendar__price {
    font-size: var(--sff-font-size-sm);
    border: 1px solid var(--sff-color-border-light);
    border-collapse: collapse;
  }
}
.en-calendar__price {
  box-sizing: border-box;
  width: 33.33%;
  height: 100%;
  padding: 0.75em 0;
  text-align: center;
  border-left: 1px solid var(--sff-color-border-light);
  overflow-x: visible;
  font-size: var(--sff-font-size);
}
.en-calendar__row--4columns .en-calendar__price {
  width: 25%;
}
.en-calendar__price:last-child {
  border-right: 1px solid var(--sff-color-border-light);
}
@media print, screen and (min-width: 720px) {
  .en-full-height .en-calendar__price {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    white-space: nowrap;
  }
}
.en-calendar__price span {
  flex-grow: initial;
}

.en-full-height {
  height: 100%;
}

.en-calendar__column--price {
  height: 100%;
}
@media print, screen and (min-width: 720px) {
  .en-calendar__column--price {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.en-calendar__price-specification {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media print, screen and (min-width: 720px) {
  .en-calendar__price-specification {
    position: absolute;
    height: 100%;
    right: 18em;
    top: 0;
    padding-right: 1em;
  }
  .en-calendar__row--4columns .en-calendar__price-specification {
    right: 24em;
  }
}

@media screen and (max-width: 719px) {
  .en-calendar__row-pos {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-calendar__row-pos {
    position: absolute;
    right: var(--en-wrapper-padding, 0);
    top: 0;
    transform: translateY(-100%);
  }
}

.en-calendar__row-text-abs {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

.en-calendar__footer {
  padding: 2em 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: space-between;
  align-items: center;
}
@media screen and (max-width: 719px) {
  .en-calendar__footer {
    padding: 2em 1em;
    flex-direction: column;
    justify-content: space-between;
  }
  .en-calendar__footer .en-select {
    padding-bottom: 1em;
  }
}
.en-calendar__footer * {
  flex-grow: 0;
}

.en-main-wrapper {
  position: relative;
}

.en-calendar__day {
  min-height: 6.5em;
  padding: 1.5em 0;
  position: relative;
}

.en-calendar__day--no-border {
  border-bottom: 0;
}

@media screen and (max-width: 575px) {
  .en-calendar__day + .en-horizontal-divider {
    margin-top: 0;
    margin-bottom: 2.5em;
  }
}

.en-calendar__date-big {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 0;
  min-height: 5.142857em;
  padding: 0.85714em 0;
  top: 0;
  left: 0;
}

.en-calendar__no-results {
  text-align: center;
  vertical-align: middle;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (max-width: 575px) {
  .en-calendar__day {
    padding-top: 0;
    border-top: none;
  }
  .en-griditem .en-calendar__day {
    margin-left: -0.625rem;
  }
  .en-calendar__day ~ .en-calendar__day {
    margin-top: -0.75rem;
  }
  .en-calendar__date-small {
    position: sticky;
    text-align: center;
    background-color: var(--sff-color-background);
    width: 100%;
    z-index: 2;
  }
  .en-calendar__date-small:before {
    content: "";
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -0.0625rem;
    left: 0;
    background-color: var(--sff-color-background-highlight);
    border-bottom: solid 0.0625rem var(--sff-color-border);
  }
  .en-calendar__date-small::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    background: var(--sff-color-border);
    top: 50%;
    z-index: -1;
  }
  .js-is-sticky.en-calendar__date-small:before,
  .js-ist-stuck.en-calendar__date-small:before {
    opacity: 1;
  }
  .en-calendar__date-small-inner {
    position: relative;
    height: 1.5625rem;
    line-height: 1.5625rem;
    text-align: center;
    z-index: 1;
  }
  .en-calendar__date-small-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1em;
    padding: 0 1em;
    height: 100%;
    width: calc(100% + 2em);
    background-color: var(--sff-color-background);
    z-index: -1;
  }
  .js-is-sticky .en-calendar__date-small-inner,
  .js-is-stuck .en-calendar__date-small-inner {
    color: var(--sff-color-text);
  }
  .js-is-sticky .en-calendar__date-small-inner:before,
  .js-is-stuck .en-calendar__date-small-inner:before {
    background-color: var(--sff-color-background-highlight);
  }
}
@media print, screen and (min-width: 576px) {
  .en-calendar__day {
    padding: 0 0 0 calc(3.926em + 0.625rem);
  }
  .en-calendar__date-big {
    width: 3.926em;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .en-calendar__day:not(.en-calendar__day--semicompact) {
    padding: 0 0 0 calc(6.286em + 0.625rem);
    min-height: 0;
  }
  .en-calendar__day:not(.en-calendar__day--semicompact) .en-calendar__date-big {
    flex-direction: row;
    width: 6.286em;
  }
  .en-calendar__day:not(.en-calendar__day--semicompact) .en-calendar__date-big > * {
    flex-grow: 0;
    margin-right: 0.3125rem;
  }
  .en-calendar__day:not(.en-calendar__day--semicompact) .en-calendar__date-big > .en-format-number {
    flex-grow: 1;
    text-align: right;
    margin-right: 0.625rem;
  }
  .en-calendar__number-acts {
    text-align: center;
    height: 3.5em;
  }
}
.en-calendar--archive,
.en-calendar--archive-program {
  padding-bottom: 0;
}
@media print, screen and (min-width: 720px) {
  .en-calendar--archive,
  .en-calendar--archive-program {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 980px) {
  .en-calendar--archive,
  .en-calendar--archive-program {
    padding-right: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .en-calendar--archive,
  .en-calendar--archive-program {
    padding-right: 8rem;
  }
}
@media screen and (min-width: 1750px) {
  .en-calendar--archive,
  .en-calendar--archive-program {
    padding-right: 2rem;
  }
}
.en-calendar--archive .en-calendar__day:last-child,
.en-calendar--archive-program .en-calendar__day:last-child {
  border-bottom: 0;
}
@media print, screen and (max-width: 979px) {
  .en-calendar--archive .en-calendar__column,
  .en-calendar--archive-program .en-calendar__column {
    display: none;
  }
}

.en-calendar--archive-program .en-calendar__day {
  padding-left: 0;
}

.en-calendar__column {
  min-width: 10rem;
  flex-grow: 0;
}

.en-calendar__column--text {
  flex: 0 0 calc(13.21429em + 0.0625rem);
}

.en-calendar__column--text-hover-button .en-calendar__column-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.en-calendar__column--text-hover-button .en-act__head-button {
  opacity: 0;
}

.en-act:hover .en-calendar__column--text-hover-button .en-calendar__column-text {
  opacity: 0;
}
.en-act:hover .en-calendar__column--text-hover-button .en-act__head-button {
  opacity: 1;
}

.en-calendar__season {
  position: relative;
}

.en-calendar__season-title {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height) + var(--sff-calendar-filter-height));
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sff-color-background);
  transition: all 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 719px) {
  .en-calendar__season-title {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.en-calendar__season-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: var(--sff-color-background);
}

.en-calendar__season-title-inner {
  text-align: center;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (max-width: 719px) {
  .en-calendar__season-title-inner {
    font-size: 1.25rem;
  }
}

/* ---------------------------------------
   Sticky Date
   --------------------------------------- */
body {
  --sff-calendar-filter-height: 0px;
}

body:has(.en-filter) {
  --sff-calendar-filter-height: 47px;
}
@media screen and (min-width: 1680px) {
  body:has(.en-filter) {
    --sff-calendar-filter-height: 59px;
  }
}
@media print, screen and (min-width: 576px) {
  body:has(.en-filter):not(.en-archive):has(.mw-filter.en-is-open) {
    --sff-calendar-filter-height: calc(47px + 38px);
  }
}
@media screen and (min-width: 1280px) {
  body:has(.en-filter):not(.en-archive):has(.mw-filter.en-is-open) {
    --sff-calendar-filter-height: calc(59px + 38px);
  }
}

.en-calendar__date-big {
  position: sticky;
  float: left;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height, 0px) + var(--sff-calendar-filter-height, 0px));
  margin-left: calc(-3.926em - 0.625rem);
}
@media screen and (min-width: 1280px) {
  .en-calendar__date-big {
    margin-left: calc(-6.286em - 0.625rem);
  }
}

.en-calendar__date-small {
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height, 0px) + var(--sff-calendar-filter-height, 0px));
}

body.en-archive .en-calendar__date-big {
  /* add 67px for the sticky date */
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height, 0px) + var(--sff-calendar-filter-height, 0px) + 67px);
}

body.en-archive .en-calendar__date-small {
  /* add 46px for the sticky date */
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height, 0px) + var(--sff-calendar-filter-height, 0px) + 46px);
}

.en-act {
  display: block;
  position: relative;
  text-align: left;
}
.en-act .en-format-h6 {
  font-size: 0.8571428571em;
  font-weight: 600;
  text-transform: none;
}
@media print, screen and (max-width: 979px) {
  .en-act .en-format-h6 {
    white-space: nowrap;
  }
}

.en-act:before,
.en-act:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(-1 * var(--en-wrapper-padding));
  height: 100%;
  z-index: -1;
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
  background-color: rgb(248, 247, 247);
}
@media print, screen and (min-width: 720px) {
  .en-act:before,
  .en-act:after {
    left: calc(50% - 50vw + var(--en-scrollbar-width) / 2);
    right: calc(-1 * var(--en-wrapper-padding));
  }
}

.en-act:before {
  background: linear-gradient(rgb(252, 252, 252), rgb(248, 247, 247));
}

.en-act:before,
.en-act.en-is-open:after {
  opacity: 0;
}

.en-act.en-act--highlighted:after {
  opacity: 1;
}

@media print, screen and (min-width: 576px) {
  .en-act:not(.en-act--compact) .en-format-h6 {
    font-size: 1em;
    font-weight: 500;
  }
  .en-act:not(.en-act--compact):not(.en-act--no-highlight):hover:after,
  .en-act:not(.en-act--compact):not(.en-act--no-highlight):focus:after,
  .en-act:not(.en-act--compact):not(.en-act--no-highlight).en-is-open:hover:before,
  .en-act:not(.en-act--compact):not(.en-act--no-highlight).en-is-open:focus:before {
    opacity: 1;
  }
  .en-act:before,
  .en-act:after {
    left: calc(50% - 50vw - 1.963em - 0.5rem);
  }
}
@media screen and (min-width: 1280px) {
  .en-act:not(.en-act--semicompact):after,
  .en-act:not(.en-act--semicompact):before {
    left: calc(50% - 50vw - 3.143em - 0.5rem);
  }
}
.en-act__head {
  min-height: 5.142857em;
  padding: 0.85714em 0;
}
@media screen and (max-width: 575px) {
  .en-act__head {
    display: block !important;
  }
}

.en-act__head > div:first-child,
.en-act__head-main {
  flex-grow: 1;
  max-width: 100%;
}

.en-act__head-sequences,
.en-act__head-authors {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.en-act:not(.en-is-open) .en-act__head-sequences,
.en-act:not(.en-is-open) .en-act__head-authors {
  pointer-events: none;
}

.en-act__head-button {
  position: relative;
  top: 0;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-act-align {
  line-height: 1.325;
}

.en-act-align--title {
  position: relative;
  top: -0.075em;
}

.en-archive .en-act-align--title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.en-act__head-location {
  flex: 0 0 calc(13.2142857143em + 0.0625rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.en-act__head-location .en-nowrap {
  white-space: normal;
}
@media print, screen and (max-width: 1279px) {
  .en-act__head-location {
    flex: 0 0 calc(11.7857142857em + 0.0625rem);
  }
}

.en-act__head-tickets,
.en-act__button-container {
  align-self: flex-end;
  text-align: right;
}

.en-act__head-tickets .en-icon,
.en-act__button-container .en-icon {
  font-size: 2rem;
}

.en-act-waiting-list {
  display: none;
}

.en-act--sold-out .en-button--disabled {
  padding: 0;
}

.en-act--sold-out .en-button--disabled .en-icon {
  color: rgb(236, 234, 231);
}

.en-act--sold-out .en-act__head-price-preview {
  display: none;
}

.en-act--sold-out .en-act-waiting-list {
  display: inline-block;
  vertical-align: top;
}

.en-is-open .en-act__head-price-preview {
  opacity: 0;
}

@media screen and (max-width: 575px) {
  .en-act:not(.en-act--compact) .en-act-meta {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .en-act:not(.en-act--compact) .en-act__head-tickets .en-button {
    padding: 0;
  }
  .en-act__head-sequences,
  .en-act__head-authors {
    pointer-events: none;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act__head-tickets,
  .en-act__button-container {
    flex: 0 0 8.2142857em;
    width: 8.2142857em;
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .en-act__head-tickets > br,
  .en-act__button-container > br {
    display: none;
  }
  .en-act__head-tickets .en-act__head-price-preview,
  .en-act__head-tickets .en-act-waiting-list,
  .en-act__button-container .en-act__head-price-preview,
  .en-act__button-container .en-act-waiting-list {
    margin-top: 0.75em;
  }
  .en-act--checkout .en-act__head-tickets,
  .en-act--checkout .en-act__button-container {
    width: auto;
  }
  .en-is-open .en-act__head-button .en-button,
  .en-is-open .en-act__head-button,
  .en-act--no-highlight .en-act__head-button .en-button,
  .en-act--no-highlight .en-act__head-button {
    border-color: rgb(193, 155, 81);
  }
  .en-is-open .en-act__head-button:not(.en-button--disabled) {
    top: 0.75em;
  }
  .en-is-open .en-box-content__content .en-act__head-button:not(.en-button--disabled) {
    top: 0.5em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-act:not(.en-act--compact) .en-act__head--support {
    align-items: center;
  }
  .en-act:not(.en-act--compact) .en-act__head {
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .en-act:not(.en-act--compact):not(.en-act--semicompact) .en-act-meta {
    flex: 0 0 10.0714285714em;
  }
  .en-act:not(.en-act--compact):not(.en-act--semicompact) .en-act__head-main {
    align-self: center;
    max-width: 424px;
  }
}
@media print, screen and (max-width: 1279px) {
  .en-act__head-location {
    flex: 0 0 calc(11.7857142857em + 0.0625rem);
  }
}
@media screen and (min-width: 1280px) {
  .en-act:not(.en-act--compact):not(.en-act--semicompact) .en-act__head-main {
    max-width: 637px;
    display: inline-flex;
    flex-direction: column;
  }
}
.en-act__body .en-format-h6 {
  font-size: 1em;
  font-weight: 500;
}

.en-act__body:not(.en-is-open) {
  pointer-events: none;
}

.en-act__body-inner .en-act-prices {
  flex: 0 0 auto;
}
@media screen and (max-width: 575px) {
  .en-act__body-inner .en-act-prices {
    width: calc(18.5714285714em + 0.0625rem);
    border: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act__body-inner .en-act-prices {
    width: calc(20em + 0.0625rem);
  }
}
@media print, screen and (min-width: 720px) {
  .en-act__body-inner .en-act-prices {
    width: 34em;
  }
}
@media screen and (min-width: 980px) {
  .en-act__body-inner .en-act-prices {
    width: calc(20em + 0.0625rem);
  }
}
@media screen and (min-width: 1280px) {
  .en-act__body-inner .en-act-prices {
    width: calc(21.4285714286em + 0.0625rem);
  }
}

.en-act__body-pricetags {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 1px 0 0 1px;
}

.en-act__body-pricetag {
  width: 5em;
  border: solid 1px rgb(236, 234, 231);
  margin: -1px 0 0 -1px;
  text-align: left;
  padding: 0 0.5em;
}
@media print, screen and (max-width: 1279px) {
  .en-act__body-pricetag {
    width: 4.6428571429em;
  }
}

.en-act__body-pricetag-circle {
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 0.25em;
  flex-grow: 0;
}
.en-act__body-pricetag-circle.en-border--special {
  border: 0.0625rem solid rgb(213, 123, 1);
}

.en-act.en-act--sold-out .en-act__body-prices-text {
  color: rgb(198, 189, 176);
}

.en-act__body-details {
  position: relative;
  flex-grow: 1;
}

[data-en-category=""] .en-act__body-details {
  color: rgb(92, 92, 92);
}

.en-act__body-titles-xs {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .en-act__body-details {
    border: none;
    margin: 0;
  }
  .en-act__body-links {
    margin: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act__body {
    position: relative;
    max-height: 0;
  }
  .en-is-open .en-act__body {
    max-height: 750px;
  }
  .en-act__body-inner {
    position: relative;
    opacity: 0;
    height: 100%;
    top: -0.7142857143em;
    padding: 0.5em 0 1.75em;
  }
  .en-act__body-button {
    margin-left: -1em;
  }
  .en-is-open .en-act__body-inner {
    opacity: 1;
    top: 0;
  }
  .en-act__body-details {
    margin-right: 1em;
  }
}
.en-act__body-links {
  align-items: center;
}
@media screen and (max-width: 575px) {
  .en-act__body-links {
    justify-content: center;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act__body-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .en-act__body-links {
    padding-left: 10.0714285714em;
  }
}

.en-act__body-button-icon:before {
  font-size: 1.45rem;
}

.en-act__body-links .en-flexitem {
  flex: 0 0 auto;
}

.en-act .en-category-dash {
  padding-left: 0.7142857em;
}

.en-act .en-category-dash:after {
  top: 0.5em;
  height: calc(100% - 1em);
  width: 0.35em;
}

@media print, screen and (min-width: 576px) {
  .en-act:not(.en-act--compact) .en-category-dash:after {
    top: 0.85714em;
    height: calc(100% - 1.9em);
    width: 0.15em;
  }
}
.en-act.en-act--compact .en-act-meta,
.en-act.en-act--checkout .en-act-meta {
  max-width: 17em;
  overflow-x: visible;
}

.en-act.en-act--compact {
  overflow-x: hidden;
}
.en-act.en-act--compact .en-act__head {
  padding: 0;
}

.en-act__amount {
  flex-shrink: 0;
  align-self: center;
  text-align: right;
}

@media screen and (max-width: 575px) {
  .en-act-meta-inner {
    width: 20em;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act-meta {
    max-width: 20em;
  }
}
@media screen and (max-width: 359px) {
  .en-act-meta {
    max-width: 15em;
  }
}
@media print, screen and (max-width: 979px) {
  .en-act--checkout .en-act__head {
    flex-wrap: wrap;
  }
  .en-act--checkout .en-act__head > .en-flex {
    flex-basis: 70%;
  }
  .en-act__selects {
    margin-top: 1em;
    flex-basis: 100%;
    order: 2;
  }
}
.en-act__head-price-preview.force {
  opacity: 1 !important;
  margin-top: 1.5em !important;
}

.en-act__body-pricetag--wheelchair svg {
  height: 14px;
  width: 14px;
  margin: 0px 0px -2px -3px;
}

.en-box--non-responsive .en-box__thumb {
  position: relative;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 0 0.71em 0.5em;
  box-sizing: border-box;
  height: 20em;
  width: 21.4285714286em;
}
.en-box--non-responsive .en-box__thumb:after {
  content: "";
  display: inline-block;
  width: 2px;
  top: 0;
  height: 100%;
  position: absolute;
  left: -1px;
  background-color: rgb(236, 234, 231);
}

.en-box--non-responsive .en-box__thumb .en-box__thumb-header {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 576px) {
  .en-box--non-responsive .en-box__thumb .en-box__thumb-header {
    height: 16em;
  }
}

.en-box--non-responsive .en-box__thumb .en-box__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.en-box--non-responsive[data-en-category=abo] .en-box__thumb {
  height: 20em;
}

@media screen and (max-width: 575px) {
  .en-box--non-responsive .en-box__thumb {
    width: 19em;
    height: 13em;
  }
  .en-box--non-responsive .en-box__thumb .en-box__text {
    display: none !important;
  }
  .is-selected .en-box--non-responsive .en-box__thumb {
    background-color: rgb(248, 247, 247);
  }
}
@media print, screen and (min-width: 576px) {
  .en-box--non-responsive .en-box__thumb:hover,
  .en-box--non-responsive .en-box__thumb.en-is-open {
    background-color: rgb(255, 255, 255);
  }
  .en-box--non-responsive .en-box__thumb:hover .en-button,
  .en-box--non-responsive .en-box__thumb.en-is-open .en-button {
    border-color: rgb(193, 155, 81);
  }
}
.en-box--non-responsive .en-box__thumb.en-box-thumb-hover-alt:hover,
.en-box--non-responsive .en-box__thumb.en-box-thumb-hover-alt.en-is-open {
  background-color: transparent;
}

.en-box.en-box--responsive .en-box__thumb {
  position: relative;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 0 0.71em 0.5em;
  box-sizing: border-box;
}

.en-box.en-box--responsive .en-box__thumb:hover {
  cursor: pointer;
  background-color: rgb(248, 247, 247);
}
.en-box.en-box--responsive .en-box__thumb:hover .en-button {
  border-color: rgb(193, 155, 81);
}

.en-box.en-box--responsive .en-box__thumb.en-is-open,
.en-box.en-box--responsive.en-has-box-active .en-box__thumb {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  z-index: 5;
}
.en-box.en-box--responsive .en-box__thumb.en-is-open .en-button,
.en-box.en-box--responsive.en-has-box-active .en-box__thumb .en-button {
  border-color: rgb(193, 155, 81);
}

@media print, screen and (min-width: 576px) {
  .en-box--responsive .en-box__thumb {
    height: 20em;
  }
}
@media screen and (min-width: 576px) and (max-width: 719px) {
  .en-box.en-box--responsive:nth-of-type(2n+2) .en-box__thumb:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: rgb(236, 234, 231);
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-box.en-box--responsive .en-box__thumb:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: rgb(236, 234, 231);
  }
  .en-box.en-box--responsive:nth-of-type(3n+1) .en-box__thumb:after {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .en-box.en-box--responsive .en-box__thumb:after {
    content: "";
    display: inline-block;
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    background-color: rgb(236, 234, 231);
  }
  .en-box.en-box--responsive:nth-of-type(4n+1) .en-box__thumb:after {
    display: none;
  }
}
@media print, screen and (min-width: 576px) {
  [data-en-category=opera] .en-box__thumb,
  [data-en-category=play] .en-box__thumb {
    height: 21em;
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=concert] .en-box__thumb, [data-en-category=media] .en-box__thumb {
    height: 20em;
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=youth] .en-box__thumb {
    height: 20em;
  }
}

.en-box__thumb-inner {
  box-sizing: border-box;
  padding: 0.625em 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 576px) {
  .en-box__thumb-inner {
    padding: 1em 0;
  }
  [data-en-category=youth] .en-box__thumb-inner {
    padding: 0;
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=youth] .en-box__thumb-header, [data-en-category=abo] .en-box__thumb-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.en-box__title {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .en-box__title.en-space-t-md {
    margin-top: 0.25em;
  }
}
.en-box__title .en-box__title-span.en-format-h4 {
  word-wrap: break-word;
  hyphens: auto;
}
@media screen and (max-width: 575px) {
  .en-box__title .en-box__title-span.en-format-h4 {
    font-size: 1.4285714286em;
  }
}
[data-en-category=youth] .en-box__title .en-box__title-span.en-format-h4 {
  flex-grow: 0;
}

.en-box__subtitle {
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .en-box__subtitle {
    font-size: 0.8571428571em;
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=opera] .en-box__title-height,
  [data-en-category=concert] .en-box__title-height,
  [data-en-category=media] .en-box__title-height,
  [data-en-category=play] .en-box__title-height,
  [data-en-category=extra] .en-box__title-height {
    height: 5.5em;
  }
  [data-en-category=opera] .en-box__title-height span,
  [data-en-category=concert] .en-box__title-height span,
  [data-en-category=media] .en-box__title-height span,
  [data-en-category=play] .en-box__title-height span,
  [data-en-category=extra] .en-box__title-height span {
    display: inline-block;
    vertical-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=concert] .en-box__title-height,
  [data-en-category=media] .en-box__title-height {
    height: 7.5em;
  }
}

[data-en-category=opera] .en-box__title,
[data-en-category=play] .en-box__title {
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  [data-en-category=opera] .en-box__title,
  [data-en-category=play] .en-box__title {
    text-transform: none;
  }
}

[data-en-category=youth] .en-box__title {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 576px) {
  [data-en-category=youth] .en-box__title {
    padding: 0;
  }
}

@media print, screen and (min-width: 576px) {
  [data-en-category=youth] .en-box__thumb .en-box__title {
    min-height: 7em;
  }
}

[data-en-category=abo] .en-box__thumb .en-box__title {
  padding-bottom: 1.5em;
}

@media screen and (max-width: 575px) {
  [data-en-category=abo] .en-box__content .en-box__title {
    padding-bottom: 0;
  }
}

[data-en-category=opera] .en-box__text, [data-en-category=concert] .en-box__text, [data-en-category=play] .en-box__text, [data-en-category=media] .en-box__text {
  height: 3.5em;
}
@media screen and (max-width: 575px) {
  [data-en-category=opera] .en-box__text, [data-en-category=concert] .en-box__text, [data-en-category=play] .en-box__text, [data-en-category=media] .en-box__text {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  [data-en-category=youth] .en-box__text, [data-en-category=abo] .en-box__text {
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 576px) {
  [data-en-category=youth] .en-box__text, [data-en-category=abo] .en-box__text {
    padding-top: 0.5em;
  }
}

.en-box__footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4.75em;
}

.en-box__thumb .en-indicator .en-icon:before {
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-box--responsive.en-has-box-active .en-box__thumb .en-indicator .en-icon:before {
  transform: rotate(180deg);
}

.en-has-box-active .en-box__thumb .en-indicator {
  opacity: 0;
}

.en-box.en-box--no-border-left.en-box--non-responsive .en-box__thumb:after,
.en-box--non-responsive:first-of-type .en-box__thumb:after {
  display: none;
}

.en-box__close {
  position: absolute;
  right: 1.5em;
  top: 2.5em;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.en-box__close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 719px) {
  .en-box__close {
    position: fixed;
    z-index: 500;
  }
}

.en-box-content__info {
  position: relative;
}
@media screen and (max-width: 719px) {
  .en-box-content__info {
    padding: 0 1.5em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box-content__info {
    padding: 0em 4.14em 4em;
    height: auto;
    overflow: hidden;
  }
  .en-is-expanded .en-box-content__info {
    max-height: 200em;
    height: auto;
  }
  .en-is-expanded .en-box-content__info:after {
    opacity: 0;
  }
  [data-en-category=concert] .en-is-expanded .en-box-content__info, [data-en-category=youth] .en-is-expanded .en-box-content__info {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  [data-en-category=abo] .en-box-content__info {
    width: 100%;
  }
}

@media print, screen and (min-width: 720px) {
  .en-box-content {
    padding-bottom: 1em;
  }
  [data-en-category=concert] .en-is-expanded .en-box-content, [data-en-category=youth] .en-is-expanded .en-box-content {
    padding-bottom: 0;
  }
}

.en-box-content p:last-child {
  padding-bottom: 0;
}

.en-box__content {
  text-align: center;
  width: 100vw;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -10;
}
@media screen and (max-width: 719px) {
  .en-box__content {
    padding-top: 2em;
    overflow: hidden;
    transform: translateY(100%);
  }
}
.en-box__content.en-is-open {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  max-height: 100%;
  z-index: 1;
}
@media screen and (max-width: 719px) {
  .en-box__content.en-is-open {
    background-color: rgb(255, 255, 255);
    transform: translateY(0);
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box__content.en-is-open {
    min-height: auto;
    position: relative;
    max-height: 150em;
    width: 100vw;
    opacity: 1;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box__content.en-is-expanded {
    max-height: 200em;
    height: auto;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-box:nth-of-type(3n+2) .en-box__content {
    margin-left: -100%;
  }
  .en-box:nth-of-type(3n+3) .en-box__content {
    margin-left: -200%;
  }
}
@media screen and (min-width: 980px) {
  .en-box:nth-of-type(4n+2) .en-box__content {
    margin-left: -100%;
  }
  .en-box:nth-of-type(4n+3) .en-box__content {
    margin-left: -200%;
  }
  .en-box:nth-of-type(4n+4) .en-box__content {
    margin-left: -300%;
  }
}
@media screen and (max-width: 575px) {
  .en-box__content {
    padding-top: 0;
  }
  .en-box__content:after {
    display: none;
  }
}

@media print, screen and (min-width: 720px) {
  .en-box__content {
    transform: translateX(calc(-1rem - var(--en-scrollbar-width)));
  }
}
@media screen and (min-width: 980px) {
  .en-box__content {
    transform: translateX(calc(-2rem - var(--en-scrollbar-width)));
  }
}
@media screen and (min-width: 1280px) {
  .en-box__content {
    transform: translateX(calc(-4rem - var(--en-scrollbar-width)));
  }
}
@media screen and (min-width: 1600px) {
  .en-box__content {
    transform: translateX(calc(800px - 50% - 4rem - var(--en-scrollbar-width)));
  }
}
.en-box__content--main {
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 720px) {
  .en-is-open .en-box__content--main {
    max-height: 50em;
  }
  [data-en-category=abo] .en-is-open .en-box__content--main {
    max-height: 200em;
  }
  .en-is-open.en-is-expanded .en-box__content--main {
    max-height: 200em;
  }
}

.en-box__content-wrapper {
  position: static;
  z-index: 1;
}
@media screen and (max-width: 719px) {
  .en-is-open .en-box__content-wrapper {
    max-height: calc(100% - 8em);
    padding-bottom: 2em;
    overflow-y: auto;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box__content-wrapper {
    background: linear-gradient(rgb(255, 255, 255), rgb(248, 247, 247));
  }
  .en-is-open .en-box__content-wrapper {
    padding-bottom: 2em;
  }
}

.en-box.en-box--responsive .en-box__text .en-format-sm, .en-box.en-box--responsive .en-box__text .en-checkout__group-heading.en-checkout__group-heading--sm {
  line-height: 1.67em;
}

.en-box__content-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-box__content-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 2em;
  background: linear-gradient(rgba(248, 247, 247, 0), rgb(248, 247, 247));
  z-index: 1;
}

.en-box-content__detail {
  text-align: center;
}
@media screen and (max-width: 719px) {
  .en-box-content__detail {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0em 0 1.5em;
    padding: 0;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box-content__detail {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1em;
    min-height: 12em;
  }
  .en-is-expanded .en-box-content__detail {
    margin-bottom: 0;
  }
}

.en-box-content__ticket-info {
  text-align: center;
}
@media print, screen and (min-width: 720px) {
  .en-box-content__ticket-info {
    text-align: right;
    padding-top: 6.5em;
  }
  [data-en-category=concert] .en-box-content__ticket-info {
    padding-top: 4.5em;
  }
}

.en-box-content__footer {
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  max-width: 100%;
}
@media screen and (max-width: 719px) {
  .en-box-content__footer {
    position: fixed;
    left: 50%;
    bottom: 0em;
    padding-top: 2em;
    padding-bottom: 2em;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 20px -10px 10px 20px rgba(255, 255, 255, 0.8);
  }
}
@media print, screen and (min-width: 720px) {
  .en-box-content__footer {
    position: absolute;
    bottom: 2em;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
    transform: translateY(2em);
    padding-right: 1.25em;
  }
  .en-is-expanded .en-box-content__footer {
    position: static;
    transform: translateY(0.75em);
  }
  .en-box-content__footer.en-box-content__footer--concert {
    transform: translateY(0);
    bottom: auto;
    top: calc(45em - 2em);
  }
  .en-is-expanded .en-box-content__footer.en-box-content__footer--concert {
    position: absolute;
    top: auto;
    bottom: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .en-box-content__footer.en-box-content__footer--concert {
    transform: translateY(0);
    bottom: auto;
    top: calc(45em - 2em);
  }
}

.en-box-content__height {
  position: relative;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 720px) {
  .en-box-content__height {
    height: 100%;
    min-height: 15em;
  }
  [data-en-category=concert] .en-box-content__height, [data-en-category=youth] .en-box-content__height {
    min-height: 15em;
    padding-bottom: 0;
  }
}
[data-en-category=abo] .en-box-content__height {
  min-height: auto;
  padding-bottom: 0;
}

.en-box-content__height-comp {
  position: relative;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 720px) {
  .en-box-content__height-comp {
    height: 100%;
    min-height: 15em;
    padding-bottom: 2em;
  }
  [data-en-category=concert] .en-box-content__height-comp, [data-en-category=youth] .en-box-content__height-comp {
    min-height: 15em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  [data-en-category=abo] .en-box-content.en-space-b-lg {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 720px) {
  .en-box-content__button-buy {
    width: 33%;
    text-align: right;
  }
}

.en-box-content__button-detail {
  text-align: center;
}
@media print, screen and (min-width: 720px) {
  .en-box-content__button-detail {
    width: 67%;
  }
  .en-box-content__button-detail.en-box-content__button--concert {
    text-align: right;
  }
}

.en-box-content__content {
  flex-grow: 1;
}
@media screen and (max-width: 719px) {
  .en-box-content__content {
    position: relative;
    padding-bottom: 2em;
  }
}

.en-box-content__image {
  text-align: left;
}
@media print, screen and (max-width: 979px) {
  .en-box-content__image {
    display: none;
  }
}
.en-box-content__image.en-space-t-xl {
  margin-top: 0;
}

.en-box__expand {
  position: absolute;
  top: 50em;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 5;
  display: none;
  background-image: linear-gradient(to bottom, #fafafa, #f8f7f7);
  transform: translateY(-100%);
}
.en-is-open .en-box__expand {
  display: block;
}
.en-is-expanded .en-box__expand {
  display: none;
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-box__expand {
    top: calc(50em + 1em);
  }
}

.en-box__expand-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 1em 0 3em;
}
.en-box__expand-inner:before {
  content: "";
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgb(248, 247, 247), rgba(248, 247, 247, 0));
  z-index: 1;
}

.en-box__expand-button {
  position: relative;
  display: inline-block;
  padding: 0.325em 2em;
  border: 1px solid rgb(236, 234, 231);
  border-bottom-left-radius: 25% 100%;
  border-bottom-right-radius: 25% 100%;
  border-top-left-radius: 25% 100%;
  border-top-right-radius: 25% 100%;
}
.en-box__expand-button:before, .en-box__expand-button:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 8em;
  background-color: rgb(236, 234, 231);
  position: absolute;
  top: 50%;
}
.en-box__expand-button:before {
  left: 0;
  transform: translate(-100%, -50%);
}
.en-box__expand-button:after {
  right: 0;
  transform: translate(100%, -50%);
}

.en-box__content--calendar {
  clear: both;
  text-align: left;
}
.en-box__content--calendar .en-calendar {
  clear: both;
  z-index: 1;
  position: relative;
  padding-top: 0;
  padding-bottom: 4em;
}

.en-box__indicator-close {
  z-index: 401;
}
@media screen and (max-width: 575px) {
  .en-box__indicator-close {
    display: none;
  }
}

.en-box-content__footer .en-box-content__button.en-box-content__button-detail {
  flex-grow: 0;
  flex-shrink: 0;
}

[data-en-category=concert] .en-box-content.en-space-b-lg.en-is-open,
[data-en-category=youth] .en-box-content.en-space-b-lg.en-is-open {
  margin-bottom: 0;
}

.en-box__content--main + .en-box__content--calendar.en-space-t-lg {
  margin-top: 0;
}

.en-box-content__prices .en-align-right .en-act__body-pricetags {
  width: 18.5714285714em;
}
@media print, screen and (min-width: 576px) {
  .en-box-content__prices .en-align-right .en-act__body-pricetags {
    width: 23.2142857143em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box-content__prices .en-align-right .en-act__body-pricetags {
    width: 13.9285714286em;
  }
}
@media screen and (min-width: 1280px) {
  .en-box-content__prices .en-align-right .en-act__body-pricetags {
    width: 20em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-box-content__prices .en-align-right .en-act__body-pricetags .en-act__body-pricetag {
    float: right;
  }
}

[data-en-category=abo] .en-box-content__info-inner {
  max-width: 800px;
  clear: both;
  overflow: hidden;
  margin: auto;
  padding-bottom: 2.5em;
}

.en-box {
  transition: margin-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media print, screen and (min-width: 576px) {
  .en-box {
    margin: 0.625rem 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 719px) {
  .en-box:nth-of-type(2n+1) {
    clear: left;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-box:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 980px) {
  .en-box:nth-of-type(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 575px) {
  .en-box.en-griditem {
    border-width: 0;
  }
}

@media print, screen and (min-width: 720px) {
  .en-is-expanded-view .en-box {
    clear: both;
    float: none;
    width: 100% !important;
  }
  .en-is-expanded-view .en-box__thumb {
    display: none;
  }
  .en-is-expanded-view .en-box__content {
    max-height: 200em;
    opacity: 1;
    clear: both;
    margin-left: 0 !important;
    background-color: rgb(255, 255, 255);
  }
  .en-is-expanded-view .en-box__content .en-box__close {
    display: none;
  }
  .en-is-expanded-view .en-box__content-inner {
    max-height: 200em;
  }
  .en-is-expanded-view .en-box__expand,
  .en-is-expanded-view .en-box__indicator-close {
    display: none;
  }
}
.en-indicator__target {
  position: relative;
}

.en-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
  transform-origin: center center;
}

.en-indicator__inner {
  opacity: 0;
  height: 1.625rem;
  width: 1.625rem;
  border-radius: 50%;
  border: solid 0.0625rem rgb(236, 234, 231);
  transform-origin: center center;
}
.en-indicator--sm .en-indicator__inner {
  width: 1.75em;
  height: 1.75em;
  border: 1px solid rgb(236, 234, 231);
}

.en-indicator .en-icon {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform-origin: center center;
  display: block;
  margin-top: 0;
}

.en-indicator__target.en-is-open .en-indicator .en-icon {
  transform: rotate(-180deg);
}

@media print, screen and (min-width: 576px) {
  .en-indicator__target:hover .en-indicator__inner,
  .en-indicator__target:focus .en-indicator__inner,
  .en-has-box-active .en-indicator__inner {
    opacity: 1;
  }
  .en-indicator__target:not(.en-is-open):hover .en-indicator:not(:hover) .en-indicator__inner,
  .en-indicator__target:not(.en-is-open):active .en-indicator:not(:focus) .en-indicator__inner {
    animation: pulse 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
  }
}
.en-filter {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--sff-sticky-header-height, 77px));
  z-index: 450;
  transform: translate3d(0, 0, 0);
  transition: top 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: top;
  border-top: solid 0.0625rem var(--sff-color-border-light);
}

.en-filter + .en-calendar {
  min-height: 100vh;
}

@media print {
  .en-filter {
    position: relative;
  }
  .en-header-is-sticky .en-filter {
    top: 0;
  }
}
.en-filter--blog .en-filter__main-scroll-wrapper {
  margin: 0 -1.2em;
}

.en-filter__right {
  display: inline-block;
  vertical-align: top;
  padding-inline: 1.5em;
}

.en-filter__extra .en-filter__right {
  position: absolute;
  right: 1em;
}

.en-filter__right.en-flex--inline {
  display: inline-flex;
}

.en-filter__group {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 2em;
}

.en-filter__group-separated:before {
  content: "";
  width: 0.0625rem;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  background-color: var(--sff-color-border);
}

.en-filter__group-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
  height: 100%;
}

.en-filter__tab {
  position: relative;
  outline: none;
  cursor: pointer;
}

.en-filter__tab.en-is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.en-filter__tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1875rem;
  background-color: transparent;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-filter__group-item:not(:last-child) {
  margin-right: 0.5em;
}

.en-filter__group-item + .en-filter__group-item {
  margin-left: 0.5em;
}

@media print, screen and (min-width: 576px) {
  .en-filter__tab:hover:after,
  .en-filter__tab:focus:after {
    background-color: var(--sff-color-border-light);
  }
}

.en-filter__tab.en-is-active:after {
  background-color: var(--sff-color-border);
}

.en-filter__checkbox {
  font-size: 1.15em;
}

.en-filter__main {
  background-color: var(--sff-color-background);
  border-bottom: solid 0.0625rem var(--sff-color-border-light);
  overflow-x: auto;
}

.en-filter__main-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.en-filter__main-scroll-wrapper:before,
.en-filter__main-scroll-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 1;
}

.en-filter__main-scroll-wrapper:before {
  left: 0;
  background: linear-gradient(to right, var(--sff-color-background), transparent);
}

.en-filter__main-scroll-wrapper:after {
  right: 0;
  background: linear-gradient(to left, var(--sff-color-background), transparent);
}

.en-filter__main-scroll {
  line-height: 3.75em;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.en-filter__main-scroll::-webkit-scrollbar {
  display: none;
}

.en-filter__main-scroll::-webkit-scrollbar {
  display: none;
}

.en-filter__main-scroll-inner {
  position: relative;
  min-height: 3.75em;
}

.en-filter__button {
  border: solid 0.0625rem var(--sff-color-border);
  background-color: var(--sff-color-background-highlight);
  border-radius: 0.0625rem;
  padding: 0.15em 0.6em;
  cursor: pointer;
}

.en-filter__button-text {
  display: none;
}

.en-filter.en-is-open .en-filter__button-text--less,
.en-filter:not(.en-is-open) .en-filter__button-text--more {
  display: inline-block;
}

@media print {
  .en-filter__button-text.en-filter__button-text--less,
  .en-filter__button-text.en-filter__button-text--more {
    display: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-filter__main-scroll-wrapper {
    margin: 0;
    width: 100%;
    border: none;
  }
}
.en-filter__extra {
  height: 0;
  opacity: 0;
  transform-origin: top center;
  position: relative;
  line-height: 2.75em;
  background-color: var(--sff-color-background-highlight);
  border-bottom: solid 0.0625rem var(--sff-color-border-light);
}

.en-filter__extra-delete {
  cursor: pointer;
}

.en-is-open .en-filter__extra {
  opacity: 1;
  height: 2.75em;
}

@media screen and (min-width: 980px) {
  .en-filter__extra-inner {
    margin-left: 3.4em;
  }
}
.en-dropdown__range-slider .slider {
  border: none;
  background-color: var(--sff-color-border);
  width: 13.9285714286em;
  height: 0.1428571429em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.en-dropdown__range-slider .slider:has(.vue-slider-process) {
  background-color: transparent;
}
.en-dropdown__range-slider .slider .vue-slider-process {
  background-color: var(--sff-color-border);
}
.en-dropdown__range-slider .slider .slider-fill {
  background: none;
  background-color: var(--sff-color-border);
}
.en-dropdown__range-slider .slider .handle {
  top: -0.3571428571em;
  width: 0.8571428571em;
  height: 0.8571428571em;
  border-radius: 0.8571428571em;
  border: none;
  background-color: var(--sff-color-border);
  transform-origin: center center;
}
.en-dropdown__range-slider .slider .handle:active {
  transform: scale(1.15);
  outline: none;
  border-color: none;
  box-shadow: none;
}
.en-dropdown__range-slider .slider .slider-circle {
  display: none !important;
}
.en-dropdown__range-slider span {
  font-size: 1.1428571429em;
  font-weight: 500;
  letter-spacing: 0.0357142857em;
}

@media print, screen and (max-width: 979px) {
  .en-filter__archive-search-trigger {
    margin-left: 1.3392rem;
  }
}

.en-tabs {
  text-align: center;
  position: relative;
}

.en-tabs__tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  padding: 0 1.5em;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width: 575px) {
  .en-tabs__tab {
    padding: 0 0.75rem;
  }
}

.en-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 0.1875rem;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media print, screen and (min-width: 576px) {
  .en-tabs__tab:hover:after,
  .en-tabs__tab:active:after {
    background-color: rgb(236, 234, 231);
  }
}

.en-tabs__tab.en-is-active:after {
  background-color: rgb(193, 155, 81);
}

.en-tabs__tab.en-is-active {
  color: inherit !important;
  font-weight: 500 !important;
}

.en-tabs__tab.en-is-locked {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: rgba(32, 32, 32, 0.25);
}

@media screen and (max-width: 719px) {
  .en-tabs.en-tabs--search {
    overflow-x: auto;
    height: 3em;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}

.en-view-toggle__container {
  position: relative;
}

.en-view-toggle {
  position: absolute;
  top: 0;
  right: var(--en-wrapper-padding, 0);
  line-height: 2.5714285714em;
  z-index: 100;
}

.en-view-toggle__icon {
  font-size: 1.1em;
  transition: color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-view-toggle__button {
  color: rgb(236, 234, 231);
}

.en-view-toggle__button.en-is-active {
  color: rgb(32, 32, 32);
}

.en-pricetags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.en-pricetags.en-align-right {
  flex-direction: row-reverse;
}

.en-pricetag {
  width: 33.33%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(236, 234, 231);
  flex-grow: 0;
  padding: 0.25em 0;
}
.en-pricetags.en-align-right .en-pricetag {
  border-left: 1px solid rgb(236, 234, 231);
}
.en-pricetags:not(.en-align-right) .en-pricetag {
  border-right: 1px solid rgb(236, 234, 231);
}
.en-pricetag:nth-of-type(1) {
  border-top: 1px solid rgb(236, 234, 231);
}
.en-pricetag:nth-of-type(2) {
  border-top: 1px solid rgb(236, 234, 231);
}
.en-pricetag:nth-of-type(3) {
  border-top: 1px solid rgb(236, 234, 231);
}
.en-align-right .en-pricetag:nth-of-type(3n+1) {
  border-right: 1px solid rgb(236, 234, 231);
}
.en-pricetags:not(.en-align-right) .en-pricetag:nth-of-type(3n+1) {
  border-left: 1px solid rgb(236, 234, 231);
}

.en-pricetag__circle {
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 0.25em;
}

.en-youthpricetag {
  border: 1px solid rgb(236, 234, 231);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.en-youthpricetag:not(:first-child) {
  border-top: none;
}
.en-youthpricetag span:first-child {
  align-self: flex-start;
  text-align: left;
}
.en-youthpricetag span:last-child {
  align-self: flex-end;
}

.en-dropdown {
  position: relative;
}

.en-dropdown * {
  flex-grow: 0;
}

.en-dropdown--bg {
  border: 1px solid var(--sff-color-border-light);
  background-color: var(--sff-color-background);
  padding: 0.5em 1em;
  padding-right: 4em;
}

.en-dropdown--sm {
  padding: 0.25em 0.5em;
  padding-right: 2em;
}

.en-dropdown__icon--rotatable {
  transform-origin: 50% 45%;
  transition: transform 0.3s ease;
}

.en-dropdown.en-is-open .en-dropdown__icon--rotatable {
  transform: rotate(180deg);
}

.en-dropdown__head {
  position: relative;
  top: 0;
  transition: top 0.125s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  user-select: none;
  display: flex;
  justify-content: start;
  align-items: center;
}
.en-dropdown__head > * {
  display: inline-block;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en-dropdown__body [popover] {
  position: relative;
}

.en-dropdown * {
  border-color: transparent;
}

.en-footer__lang-btn.en-dropdown * {
  border-color: transparent;
}

.en-footer__lang-btn .en-dropdown__body {
  overflow: hidden;
}

.en-dropdown__body {
  display: none;
  position: absolute;
  font-size: 14px;
  top: 100%;
  left: -2em;
  min-width: 100%;
  min-width: calc(100% + 4em);
  padding: 1em;
  padding-bottom: 1em;
  padding-top: calc(1.75rem + 1em);
  margin-top: -2.1rem;
  background-color: var(--sff-color-background);
  box-shadow: 0 0.5em 2.5em -0.5em rgba(0, 0, 0, 0.25);
  line-height: 2;
  z-index: 400;
  /* 2024 - undo all positioning within a popup */
}
@media (min-width: 1600px) {
  .en-dropdown__body {
    margin-top: -2.35rem;
  }
}
@media screen and (min-width: 1680px) {
  .en-dropdown__body {
    margin-top: -2.7rem;
  }
}
.en-dropdown__body.en-dropdown__body--in-popup {
  position: relative;
  box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding-top: 1em;
}

.en-dropdown__body--right {
  right: -2em;
  left: auto;
}

.en-dropdown__body--layover {
  top: 0;
}

.en-dropdown__body--layover-bottom {
  top: auto;
  bottom: 0;
}

.en-dropdown__body--below {
  top: 100%;
}

.en-dropdown__body--pad-normal {
  padding: 1em 2em;
}

.en-dropdown__body--no-pad-v {
  padding-top: 0;
  padding-bottom: 0;
}

.en-dropdown__body--rounded {
  border-radius: 0.5em;
}

.en-dropdown__body--slim {
  width: calc(100% + 1em);
  min-width: 0;
  left: -0.75em;
}

.en-dropdown__head--is-selected {
  color: var(--sff-color-accent);
}

.en-dropdown.en-is-open .en-dropdown__head {
  z-index: 401;
}

.en-dropdown.en-is-open .en-dropdown__head.en-dropdown__head--static {
  top: 0;
}

.en-dropdown.en-is-open .en-dropdown__head.en-dropdown__head--hide {
  z-index: 0;
}

.en-dropdown.en-is-open .en-dropdown__body {
  display: block;
}

.en-dropdown__group {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: -1em;
  width: calc(100% + 2em);
}

.en-dropdown__group--separated {
  border-top: solid 0.0625rem var(--sff-color-background);
}

.en-dropdown__selectable {
  margin-left: -2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  width: calc(100% + 4em);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.en-dropdown__selectable-icon {
  flex-grow: 0;
  visibility: hidden;
  position: relative;
  right: -0.5em;
}

.en-dropdown__selectable--is-selected {
  font-weight: 600;
}

.en-dropdown__selectable--is-selected .en-dropdown__selectable-icon {
  visibility: visible;
}

@media print, screen and (min-width: 576px) {
  .en-dropdown__selectable:hover,
  .en-dropdown__selectable:focus {
    background-color: var(--sff-color-background-highlight);
    cursor: pointer;
  }
  .en-dropdown__selectable:hover .en-dropdown__selectable-icon,
  .en-dropdown__selectable:focus .en-dropdown__selectable-icon {
    display: inline-block;
    color: rgb(155, 155, 155);
    visibility: visible;
  }
}
.en-dropdown__close-btn-cnt {
  text-align: right;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: -2em;
  width: calc(100% + 4em);
}

.en-dropdown__close-btn {
  position: relative;
  right: -0.6em;
}
.en-dropdown__close-btn:hover, .en-dropdown__close-btn:focus {
  color: rgb(32, 32, 32);
}

.en-dropdown__icon-abs {
  position: absolute;
  right: -2em;
  top: 0;
}
.en-dropdown--sm .en-dropdown__icon-abs {
  right: -1.25em;
}

@media print, screen and (min-width: 720px) {
  .en-filter__extra .en-dropdown__body {
    max-height: 29em;
    margin-top: 0;
    padding: 1em 2em 1em;
    overflow-y: auto;
  }
  .en-filter__extra .en-dropdown__body:has(.vue-slider-process) {
    overflow-y: auto;
  }
}

.en-dropdown--select {
  text-align: left;
  border: 1px solid var(--sff-color-border-light);
  background-color: var(--sff-color-background);
  padding: 0;
}
.en-dropdown--select .en-dropdown__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65em 1.5em;
}
.en-dropdown--select .en-dropdown__body {
  top: -1px;
  left: -1px;
  margin-top: 0;
  width: calc(100% + 2px);
  min-width: initial;
  padding: calc(1.55rem + 1em) 0 0.5em 0;
}
.en-dropdown--select .en-dropdown__selectable {
  width: 100%;
  padding: 0.25em 1.5em;
  margin-left: 0;
}
.en-dropdown--select .en-dropdown__selectable-icon {
  right: 0.5em;
}

/*
Color Settings for Vue Datepicker
*/
.en-search {
  --dp-common-transition: all .1s ease-in;
  --dp-menu-padding: 6px 8px;
  --dp-animation-duration: .1s;
  --dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);
  --dp-transition-timing: ease-out;
  --dp-action-row-transtion: all .2s ease-in;
  --dp-font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --dp-border-radius: 4px;
  --dp-cell-border-radius: 18px;
  --dp-transition-length: 22px;
  --dp-transition-timing-general: .1s;
  --dp-button-height: 35px;
  --dp-month-year-row-height: 35px;
  --dp-month-year-row-button-size: 25px;
  --dp-button-icon-height: 20px;
  --dp-calendar-wrap-padding: 0 5px;
  --dp-cell-size: 35px;
  --dp-cell-padding: 5px;
  --dp-common-padding: 10px;
  --dp-input-icon-padding: 35px;
  --dp-input-padding: 6px 30px 6px 12px;
  --dp-menu-min-width: 260px;
  --dp-action-buttons-padding: 1px 6px;
  --dp-row-maring: 5px 0;
  --dp-calendar-header-cell-padding: .5rem;
  --dp-multi-calendars-spacing: 10px;
  --dp-overlay-col-padding: 3px;
  --dp-time-inc-dec-button-size: 32px;
  --dp-font-size: 14px;
  --dp-preview-font-size: .8rem;
  --dp-time-font-size: 2rem;
  --dp-action-button-height: 22px;
  --dp-action-row-padding: 8px ;
}

.en-search .dp__theme_dark {
  --dp-background-color: #212121;
  --dp-text-color: #fff;
  --dp-hover-color: #484848;
  --dp-hover-text-color: #fff;
  --dp-hover-icon-color: #959595;
  --dp-primary-color: rgb(158, 121, 42);
  --dp-primary-disabled-color: rgb(193, 155, 81);
  --dp-primary-text-color: #212121;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: #2d2d2d;
  --dp-menu-border-color: #2d2d2d;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-success-color-disabled: #428f59;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
  --dp-marker-color: #e53935;
  --dp-tooltip-color: #3e3e3e;
  --dp-highlight-color: rgb(0 92 178 / 20%) ;
}

.en-search .dp__theme_light {
  --dp-background-color: #fff;
  --dp-text-color: rgb(32, 32, 32);
  --dp-hover-color: rgb(206, 187, 148);
  --dp-hover-text-color: rgb(32, 32, 32);
  --dp-hover-icon-color: #959595;
  --dp-primary-color: rgb(206, 187, 148);
  --dp-primary-disabled-color: rgb(206, 187, 148);
  --dp-primary-text-color: rgb(32, 32, 32);
  --dp-secondary-color: #rgb(32, 32, 32);
  --dp-border-color: rgb(206, 187, 148);
  --dp-menu-border-color: #fff;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: rgb(92, 156, 77);
  --dp-success-color-disabled: rgb(211, 215, 0);
  --dp-icon-color: #959595;
  --dp-danger-color: rgb(228, 45, 49);
  --dp-marker-color: rgb(233, 79, 53);
  --dp-tooltip-color: #fafafa;
  --dp-disabled-color-text: #8e8e8e;
  --dp-highlight-color: rgb(25 118 210 / 10%) ;
}

.en-search .dp__outer_menu_wrap {
  margin: auto;
}

.en-search .dp__range_start,
.en-search .dp__range_between,
.en-search .dp__range_end {
  font-weight: 600;
  background: rgb(193, 155, 81);
  color: white;
}

.en-search .dp__calendar_item[aria-disabled=true] .dp__range_between {
  background: rgba(193, 155, 81, 0.3);
  color: white;
}

.dp__cell_inner {
  border-width: 0 !important;
}

.dp__range_between {
  border-width: 0 !important;
}

.en-search .dp__theme_light {
  --dp-hover-color: #e2e4e8;
  --dp-secondary-color: #c6bdb0;
}

/*
en-get-color("gray-gold-light")
"error"				: rgb(255, 0, 0),
"white" 			: rgb(255, 255, 255),
"transparent"		: transparent,
"black-real"		: rgb(0, 0, 0),
"black" 			: rgb(32, 32, 32),
"black-light" 		: rgb(92, 92, 92),

"price-green"		: rgb(118, 183, 42),
"price-pink"		: rgb(236, 110, 166),
"price-cyan"		: rgb(91, 197, 241),
"price-yellow"		: rgb(255, 204, 2),
"price-blue"		: rgb(56, 115, 185),
"price-orange"		: rgb(243, 146, 0),
"price-red"			: rgb(233, 79, 53),
"price-lime"		: rgb(211, 215, 0),

"gold" 				: rgb(158, 121, 42),
"gold-light" 		: rgb(193, 155, 81),
"gold-radio-border" : rgb(198, 189, 176),
"gold-toggle-bg"	: rgb(206, 187, 148),
"gold-lighter"		: rgb(193, 155, 81),
"gold-ultralight"	: rgb(250,247,241),
"gold-dark"			: rgb(146,112,38),

"gray" 				: rgb(155, 155, 155),
"gray-toggle-bg" 	: rgb(197, 197, 197),
"gray-link"			: rgb(88, 88, 88),
"gray-light" 		: rgb(248, 247, 247),
"gray-ultralight"	: rgb(252, 252, 252),
"gray-littlelight"	: rgb(221,221,221), // #dddddd

"gray-gold" 		: rgb(198, 189, 176),
"gray-gold-light" 	: #eceae7,

"orange" 			: rgb(213, 123, 1),
"green" 			: rgb(92, 156, 77),
"green-ultralight"	: rgb(242, 247, 241),
"red" 				: rgb(228, 45, 49),
"red-ultralight"	: rgb(255, 235, 235),
"blue" 				: rgb(45, 82, 154),
"blue-light"		: rgb(71, 118, 223),
"blue-ultralight"	: rgb(240, 244, 253),
*/
.en-search__wrapper.en-search__wrapper {
  height: 3.5714285714em;
  z-index: 451;
}
@media screen and (max-width: 575px) {
  .en-search__wrapper.en-search__wrapper {
    height: 4.571em;
  }
}

body.en-has-active-backdrop-sm-down:not(.en-nav-is-open) .en-search__wrapper.en-search__wrapper {
  z-index: 801;
}

.en-search {
  margin-top: 1em;
  justify-content: center;
  z-index: 100;
}
.en-search > * {
  flex-grow: 0;
}

.en-search__params {
  display: flex;
  justify-content: center;
  padding: 0 0 0 1em;
  height: 3.125rem;
}
@media screen and (max-width: 575px) {
  .en-search__params {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 1em;
    flex-grow: 1;
  }
}

@media screen and (max-width: 575px) {
  .en-search__wrapper .en-autosuggest {
    display: none;
  }
}
.en-search__param {
  flex-grow: 0;
  line-height: 2;
}

.en-search__params .en-dropdown__body--right {
  right: -1em;
}

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

@media screen and (max-width: 575px) {
  .en-search__params {
    padding-left: 4.3571428571em;
  }
  .en-search__params > *:last-child {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 359px) {
  .en-search__params > *:last-child {
    margin-left: 0.5em;
  }
}
@media print, screen and (min-width: 576px) {
  .en-search {
    margin-top: 3em;
    margin-left: 6em;
  }
  .en-search__params {
    width: auto;
    flex-direction: column;
  }
  .en-search__calendar {
    width: 340px;
    text-align: center;
  }
  .en-search__wrapper.en-search__wrapper {
    height: 5.7142857143em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-search__params {
    padding-left: 2em;
  }
}
@media screen and (min-width: 980px) {
  .en-search {
    margin-left: 0;
  }
  .en-search__params {
    height: 3.75rem;
  }
  .en-search__wrapper.en-search__wrapper {
    height: 7.1428571429em;
  }
}
@media screen and (max-width: 575px) {
  .en-search__no-result,
  .en-search__item {
    padding: 0 1.5em;
  }
}
.en-search--size {
  width: 90%;
  text-align: center;
  margin: auto;
}
@media print, screen and (min-width: 576px) {
  .en-search--size {
    width: 35.71em;
  }
}

.en-search--wide #autosuggest {
  width: 90vw;
  max-width: 35rem;
}

.en-search--no-params {
  margin-left: auto;
  margin-right: auto;
}

.en-search--with-icon #autosuggest {
  position: relative;
}
.en-search--with-icon #autosuggest::before {
  content: "\ea72";
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  font-family: icons;
  font-size: 1.55rem;
  color: #9b9b9b;
  line-height: 1em;
  top: 50%;
  left: 0.4em;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .en-search--with-icon #autosuggest::before {
    font-size: 1.65rem;
  }
}
.en-search--with-icon #autosuggest__input {
  text-indent: 2.4rem;
}
@media screen and (min-width: 980px) {
  .en-search--with-icon #autosuggest__input {
    text-indent: 2.8rem;
  }
}

.en-search .l42-autosuggest {
  z-index: 100;
}

.en-autosuggest__input {
  display: block;
  width: 100%;
  height: 3.75rem;
  border: 0.0625rem solid #eceae7;
  border-radius: 0.1em;
  text-indent: 1.5em;
  font-size: 1.1428571429em;
  font-weight: 500;
  letter-spacing: 0.0328571429em;
  outline: none;
  background-color: #ffffff;
}

.en-autosuggest__input:focus,
.en-autosuggest__input:focus-within,
.en-autosuggest__input:hover {
  border-color: #eceae7;
  background-color: #f8f7f7;
}

.en-autosuggest__results-container {
  background-color: #fff;
  text-align: left;
  padding: 0 2em;
  border-bottom-right-radius: 0.1em;
  border-bottom-left-radius: 0.1em;
  border: 0.0625rem solid #eceae7;
  border-top: none;
  width: 100%;
}

/* Abstand oben */
.en-autosuggest__results-container .en-autosuggest__section:first-child {
  padding-top: 1.5em;
}

.en-autosuggest__section {
  text-align: left;
}

/* kleine verbesserung */
.en-autosuggest__results-container:not(:has(.en-autosuggest__section)) {
  border-color: transparent;
  border-width: 0;
}

.en-autosuggest__section__item {
  display: list-item;
  font-weight: 600;
  outline: none;
  line-height: 2;
  list-style: none;
  cursor: pointer;
}

.en-autosuggest__section {
  margin-bottom: 10px;
  padding-bottom: 0.5em;
}

.en-autosuggest__section-title {
  font-size: 0.7em;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}

.en-dropdown__range-slider {
  --slider-handle-height: 12px;
  --slider-handle-width: 12px;
  --slider-handle-bg: #c19b51;
  --slider-connect-bg: #c19b51;
  --slider-handle-border: 0;
  --slider-handle-shadow: none;
}

#autosuggest,
.en-autosuggest {
  width: 100%;
  max-width: 98vw;
}

@media print, screen and (min-width: 576px) {
  .en-nav__head #autosuggest,
  .en-nav__head .en-autosuggest {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 980px) {
  .en-nav__head #autosuggest,
  .en-nav__head .en-autosuggest {
    top: 0.25em;
  }
}
@media screen and (min-width: 1680px) {
  .en-nav__head #autosuggest,
  .en-nav__head .en-autosuggest {
    top: 0.75em;
  }
}

#autosuggest__input,
.en-autosuggest__input {
  display: block;
  width: 100%;
  height: 3rem;
  border: solid 0.0625rem rgb(236, 234, 231);
  border-radius: 0.1em;
  text-indent: 1.5em;
}
#autosuggest__input:focus, #autosuggest__input.autosuggest__input-open, #autosuggest__input.en-autosuggest__input-open,
.en-autosuggest__input:focus,
.en-autosuggest__input.autosuggest__input-open,
.en-autosuggest__input.en-autosuggest__input-open {
  outline: none;
  background-color: rgb(248, 247, 247);
}
#autosuggest__input.autosuggest__input-open, #autosuggest__input.en-autosuggest__input-open,
.en-autosuggest__input.autosuggest__input-open,
.en-autosuggest__input.en-autosuggest__input-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media print, screen and (min-width: 720px) {
  #autosuggest, .en-autosuggest {
    width: 23.9375rem;
  }
}
@media screen and (min-width: 980px) {
  #autosuggest, .en-autosuggest {
    width: 24.625rem;
  }
  #autosuggest__input,
  .en-autosuggest__input {
    height: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  #autosuggest, .en-autosuggest {
    width: 31.25rem;
  }
}
.autosuggest__results {
  background-color: rgb(255, 255, 255);
  padding: 2em 2em 1.5em 2em;
  border-bottom-right-radius: 0.1em;
  border-bottom-left-radius: 0.1em;
  border: solid 0.0625rem rgb(236, 234, 231);
  border-top: none;
  width: 100%;
}
.autosuggest__results ul + ul {
  margin-top: 1em;
}
.autosuggest__results .autosuggest__results_title {
  font-size: 0.7142857em;
  line-height: 2;
}
.autosuggest__results .autosuggest__results_item {
  outline: none;
  position: relative;
  line-height: 2;
}
.autosuggest__results .autosuggest__results_item > * {
  position: relative;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.autosuggest__results .autosuggest__results_item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2em;
  right: -2em;
  z-index: 0;
}
.autosuggest__results .autosuggest__results_item:hover, .autosuggest__results .autosuggest__results_item:focus {
  cursor: pointer;
}
.autosuggest__results .autosuggest__results_item:hover:before, .autosuggest__results .autosuggest__results_item:focus:before {
  background-color: rgb(248, 247, 247);
}

.en-expander__target {
  position: relative;
}

.is-expanded .en-expander__target-fade:before {
  background: transparent;
}

.en-expander__target-fade {
  position: relative;
}
.en-expander__target-fade:before, .en-expander__target-fade:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  z-index: 1;
  pointer-events: none;
}
.en-expander__target-fade:before {
  background: linear-gradient(transparent, var(--sff-color-background));
}
.en-expander__target-fade:after {
  opacity: 0;
  background-color: transparent;
}
.en-expander__target-fade.en-is-expanded:after {
  opacity: 1;
}
.en-expander__target-fade.en-is-expanded:before {
  opacity: 0;
}

.en-expander__target.en-expander__target--gray-light:before {
  background: linear-gradient(var(--sff-color-background) 0%, var(--sff-color-background) 75%);
}

.en-expander__target-inner {
  overflow-y: hidden;
  height: 18em;
  padding-bottom: 2rem;
}

.en-expander__target-inner--higher {
  height: 26em;
}

.en-expander__target.en-is-expanded .en-expander__target-inner {
  max-height: none;
  height: auto;
}

@supports (transition-behavior: allow-discrete) {
  .en-expander__target-inner {
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-behavior: allow-discrete;
  }
  @starting-style {
    .en-expander__target-inner {
      height: 18em;
    }
  }
  @starting-style {
    .en-expander__target-inner--higher {
      height: 26em;
    }
  }
  .en-expander__target.en-is-expanded .en-expander__target-inner {
    /* height: calc-size(auto, size); */
  }
}
.en-expander {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35%);
  z-index: 10;
}

.en-expander__btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.05rem 0.75rem;
  border: 1px solid var(--sff-color-border);
  color: var(--sff-color-text);
  cursor: pointer;
  border-radius: 5em;
  background-color: var(--sff-color-background);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-expander__btn:hover, .en-expander__btn:focus {
  color: var(--sff-color-text);
  background-color: var(--sff-color-background);
}
.en-expander__btn:before, .en-expander__btn:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 90%;
  background-color: var(--sff-color-border);
  position: absolute;
  top: 50%;
}
.en-expander__btn:before {
  left: 0;
  transform: translate(-100%, -50%);
  background: linear-gradient(to left, var(--sff-color-border), var(--sff-color-background));
}
.en-expander__btn:after {
  right: 0;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--sff-color-border), var(--sff-color-background));
}

.en-expander__target.en-expander__target--gray-light .en-expander__btn {
  background-color: rgba(var(--sff-color-background), 0.8);
}

.en-expander__icon {
  position: relative;
  left: 0.3em;
}

.en-expander__target.en-is-expanded .en-expander__icon {
  transform: rotate(180deg);
}

.en-expander__target.en-is-expanded .en-expander__open-cta,
.en-expander__target:not(.en-is-expanded) .en-expander__close-cta {
  display: none;
}

.en--template--centered_content {
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media print, screen and (min-width: 576px) {
  .en--template--centered_content {
    background-size: 100% auto;
    background-size: cover;
  }
}

.en-sidebar {
  position: fixed;
  transform: translateX(100%);
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0px);
  bottom: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 1px solid rgb(236, 234, 231);
}
.en-sidebar.en-is-active {
  transform: translateX(0);
}
@media print, screen and (min-width: 576px) {
  .en-sidebar {
    max-width: 28.57em;
  }
}

.en-sidebar__header {
  width: 100%;
  height: 4em;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(236, 234, 231);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 2em;
  flex-grow: 0;
}
.en-sidebar__header:after {
  content: "";
  width: 100%;
  height: 2em;
  background-image: linear-gradient(rgb(248, 247, 247), rgba(248, 247, 247, 0));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1;
}

.en-sidebar__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.en-sidebar__footer {
  height: 5.21em;
  width: 100%;
  position: relative;
  padding: 0 2em;
  flex-grow: 0;
}
.en-sidebar__footer:before {
  content: "";
  width: 100%;
  height: 2em;
  background-image: linear-gradient(rgba(248, 247, 247, 0), rgb(248, 247, 247));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 1;
}

.en-sidebar__body {
  max-height: calc(100% - 4em - 5.21em);
  overflow-y: auto;
  flex-grow: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}

.en-sidebar__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.en-sidebar__group-heading {
  letter-spacing: 0.1em;
  line-height: 3;
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}

.en-sidebar__wrapper-limit {
  margin-left: 5%;
  margin-right: 5%;
}

.en-sidebar__item {
  margin-bottom: 1.5em;
}

.en-sidebar__act-wrapper:hover,
.en-sidebar__act-wrapper:focus {
  background-color: rgb(248, 247, 247);
}

.en-sidebar__expandable-info {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.en-sidebar__expandable-info-inner {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.en-sidebar__act-wrapper.en-is-open .en-sidebar__expandable-info {
  max-height: 150em;
}

.en-tooltip-target {
  position: relative;
  display: inline-block;
  flex-grow: 0;
}

.en-tooltip--overlay {
  min-width: 16.29em;
  clear: both;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  border-radius: 6px;
}
.en-tooltip--overlay * {
  flex-grow: 0;
}

.v-popper__wrapper .en-tooltip {
  opacity: 1;
  z-index: 1;
}

.en-tooltip {
  width: 15em;
  background-color: var(--sff-color-background);
  position: absolute;
  pointer-events: none;
  z-index: -1;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 0s ease 0.25s;
}
.en-tooltip.en-tooltip--overlay {
  width: 16.29em;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  border-radius: 6px;
}
.en-tooltip.en-tooltip--overlay * {
  flex-grow: 0;
}
.en-tooltip .en-teaser--article .en-tooltip.en-tooltip--overlay {
  font-size: 0.75em;
}
[data-en-tooltip=bottom] .en-tooltip {
  right: calc(50% - 2em);
  top: calc(100% + 0.75em);
}
[data-en-tooltip=bottom-center] .en-tooltip {
  right: 50%;
  top: calc(100% + 0.75em);
  transform: translateX(50%);
}
[data-en-tooltip=bottom-right] .en-tooltip {
  right: 0;
  top: calc(100% + 0.75em);
}
[data-en-tooltip=bottom_right] .en-tooltip {
  right: 0;
  top: calc(100% + 0.75em);
}
[data-en-tooltip=top] .en-tooltip {
  right: calc(50% - 2em);
  bottom: calc(100% + 0.75em);
}
[data-en-tooltip=top-center] .en-tooltip {
  right: 50%;
  bottom: calc(100% + 0.75em);
  transform: translateX(50%);
}
[data-en-tooltip=top-right] .en-tooltip {
  right: 0;
  bottom: calc(100% + 0.75em);
}
[data-en-tooltip=top_right] .en-tooltip {
  right: 0;
  bottom: calc(100% + 0.75em);
}
[data-en-tooltip=left] .en-tooltip {
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 1em), -50%);
}
[data-en-tooltip=right] .en-tooltip {
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 1em), -50%);
}
.en-tooltip-target:hover .en-tooltip:not(.en-tooltip--click-only), .en-tooltip-target.en-is-active .en-tooltip {
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), z-index 0s ease;
  pointer-events: auto;
  opacity: 1;
  z-index: 700;
}

.en-tooltip__inner {
  padding: 1.25em 1em;
  box-shadow: 2px 2px 10px 0 rgb(198, 189, 176);
}
.en-tooltip__inner:after {
  content: "";
  z-index: 99;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--sff-color-background);
}
[data-en-tooltip=top] .en-tooltip__inner:after, [data-en-tooltip=top-right] .en-tooltip__inner:after, [data-en-tooltip=top_right] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  bottom: -10px;
  left: calc(100% - 2em);
  transform: rotate(135deg) translateX(-50%);
  margin-left: -10px;
}
[data-en-tooltip=top-center] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  bottom: -10px;
  left: 50%;
  transform: rotate(135deg) translateX(-50%);
  margin-left: -10px;
}
[data-en-tooltip=bottom] .en-tooltip__inner:after, [data-en-tooltip=bottom-right] .en-tooltip__inner:after, [data-en-tooltip=bottom_right] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  top: -12px;
  left: calc(100% - 2em);
  transform: rotate(-45deg) translate(-50%, 100%);
  transform-origin: 0 0;
  margin-left: -12px;
}
[data-en-tooltip=bottom-center] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  top: -12px;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, 100%);
  transform-origin: 0 0;
  margin-left: -12px;
}
[data-en-tooltip=left] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  left: 100%;
  top: 50%;
  transform: translate(-6px, -50%) rotate(45deg);
}
[data-en-tooltip=right] .en-tooltip__inner:after {
  border-top-right-radius: 2px;
  border-right: 2px solid rgba(236, 234, 231, 0.5);
  border-top: 2px solid rgba(236, 234, 231, 0.5);
  box-shadow: 1px -1px 0px 0px rgba(198, 189, 176, 0.5);
  top: 50%;
  left: 0;
  transform: rotate(-135deg) translate(-6px, -50%);
  transform-origin: 0 0;
}

.en-tooltip__number {
  width: 100%;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.en-tooltip__number * {
  flex-grow: 0;
}
.en-tooltip__number .en-icon {
  font-size: 1.5em;
}

.en-tooltip__body {
  padding-top: 1.5em;
}
.en-tooltip__body .en-button {
  width: 100%;
}
.en-tooltip__body .en-button--primary {
  border-color: var(--sff-color-border);
}

.en-or {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0.75em 0;
}
.en-or:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--sff-color-primary);
  top: 50%;
  left: 0;
  z-index: 0;
}

.en-or-span {
  background: var(--sff-color-background);
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

.en-tooltip__footertext {
  padding-top: 1em;
  text-align: center;
  color: var(--sff-color-primary);
}

.en-tooltip__close-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 1em;
}

.en-tooltip--header.en-tooltip--header {
  right: 0;
  min-width: 21.4285714286em;
  transform: translateY(-0.5em);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), z-index 0s ease 0.25s;
}
.en-tooltip--header.en-tooltip--header .en-tooltip__inner {
  padding: 1em 2em;
}

.en-is-active .en-tooltip--header.en-tooltip--header {
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), z-index 0s ease;
}

.en-tooltip__inner--rounded-corners {
  border-radius: 0.5em;
}

.en-tooltip__inner--arrow-top {
  box-shadow: 2px 2px 10px 0 rgba(var(--sff-color-border), 0.25);
}
.en-tooltip__inner--arrow-top:before {
  bottom: auto;
  top: -6px;
}

.en-tooltip__inner--shadow-black {
  box-shadow: 2px 2px 10px 0 rgba(var(--sff-color-border), 0.25);
}

.en-tooltip__group {
  padding-top: 1em;
  padding-bottom: 1em;
}

.en-tooltip__group--separated {
  border-top: solid 0.0625rem var(--sff-color-border);
}

/*
2024-08 Update - use of vue v-popper component
*/
/* POPPER */
.en-tooltip-trigger {
  cursor: help;
}

.v-popper {
  display: inline;
}

body.no-scroll {
  overflow: hidden;
}

.v-popper--theme-dropdown .v-popper__inner,
.v-popper--theme-tooltip .v-popper__inner {
  background: var(--sff-color-background);
  color: var(--sff-color-text);
  padding: 1em 1.25em;
  border-radius: 0;
  border-width: 0;
  border: 1px solid rgba(193, 155, 81, 0.1333333333);
  box-shadow: 5px 5px 10px 0 #c6bdb0;
}

/* disable box-shaddow and arrwo -> this will be handled by v-popper */
.v-popper--theme-dropdown .en-tooltip__inner {
  box-shadow: none;
}

.v-popper--theme-dropdown .en-tooltip__inner::after {
  content: none;
  display: none;
}

.v-popper--theme-dropdown .v-popper__arrow-inner,
.v-popper--theme-tooltip .v-popper__arrow-inner {
  visibility: visible;
  border-color: var(--sff-color-background);
}

.v-popper--theme-dropdown .v-popper__arrow-outer,
.v-popper--theme-tooltip .v-popper__arrow-outer {
  border-color: var(--sff-color-border-light);
}

/* Mobile - Autopositioning is disabled -> we position it as a bottom drawer */
.v-popper__popper--no-positioning {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.v-popper__popper--no-positioning.v-popper--theme-dropdown,
.v-popper__popper--no-positioning.v-popper--theme-tooltip {
  max-width: 100vw;
}

.v-popper__popper--no-positioning.v-popper--theme-dropdown .v-popper__inner,
.v-popper__popper--no-positioning.v-popper--theme-tooltip .v-popper__inner {
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 1.5em;
}

.v-popper__popper--no-positioning.v-popper--theme-dropdown .en-tooltip-closehandle,
.v-popper__popper--no-positioning.v-popper--theme-tooltip .en-tooltip-closehandle {
  width: 100%;
  height: 24px;
}

.v-popper__popper--no-positioning.v-popper--theme-dropdown .en-tooltip-closehandle:before,
.v-popper__popper--no-positioning.v-popper--theme-tooltip .en-tooltip-closehandle:before {
  content: "";
  width: 10%;
  height: 4px;
  position: absolute;
  top: 10px;
  z-index: 99999;
  background: var(--sff-color-border-light);
  left: 425;
  right: 45%;
  border-radius: 4px;
}

.v-popper__popper--no-positioning .v-popper__backdrop {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.v-popper__popper--no-positioning .v-popper__wrapper {
  width: 100%;
  pointer-events: auto;
  transition: transform 0.15s ease-out;
}

.v-popper__popper--no-positioning.v-popper__popper--hidden .v-popper__wrapper {
  transform: translateY(100%);
}

[data-vue=Shop] > * {
  flex-grow: 1;
}

.en-checkout__nav {
  width: 100%;
  padding-top: 0.5em;
  margin-top: -3.4285714286em;
}

.en-checkout__nav-time {
  line-height: 2.4285714286em;
}
@media print, screen and (max-width: 979px) {
  .en-checkout__nav-time {
    display: none !important;
  }
}

.en-is-login .en-checkout__nav-time {
  display: none;
}

.en-is-login .en-checkout__nav-inner {
  margin-left: 6.8571428571em;
}

@media screen and (max-width: 719px) {
  .en-has-special-overlay .en-checkout__nav-inner {
    margin-left: 9.8571428571em;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-has-special-overlay .en-checkout__nav-inner {
    margin-left: 11.9285714286em;
  }
}
@media screen and (min-width: 980px) {
  .en-checkout__nav {
    margin-top: -4.7142857143em;
  }
  .en-checkout__nav-inner {
    margin-left: 9.4285714286em;
  }
  .en-has-special-overlay .en-checkout__nav-inner {
    margin-top: 6em;
    margin-left: 13em;
  }
  .en-checkout__nav-time {
    line-height: 3.7142857143em;
  }
}
.en-checkout__wrapper {
  display: flex;
  flex-direction: column;
}

.en-checkout__wrapper > * {
  flex-grow: 0;
}

.en-checkout__wrapper > .en-checkout__content {
  flex-grow: 1;
}

.en-checkout__content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 3em;
}

.en-checkout__group {
  padding-bottom: 2em;
}

@media screen and (min-width: 980px) {
  .en-checkout__group {
    padding-bottom: 4em;
  }
}
.en-checkout__group-heading {
  text-align: center;
  font-size: 1.2857142857em;
  text-transform: uppercase;
  letter-spacing: 0.0444444444em;
  padding-bottom: 1em;
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}
.en-checkout__group-heading.en-checkout__group-heading--sm {
  padding-bottom: 0.75em;
  text-align: left;
}

.en-checkout__group-item {
  padding-top: 1em;
}
@media screen and (max-width: 575px) {
  .en-checkout__group-item {
    padding-bottom: 0;
  }
}

.en-checkout__group-item-sm {
  padding-top: 1em;
  padding-bottom: 1em;
}

.en-checkout__group-item-xs {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.en-checkout__group-item--separated {
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}

.en-checkout__group-item .en-calendar__date-big {
  top: 0;
}

.en-checkout__box {
  border-radius: 0.125rem;
  padding: 1.5em;
}
.en-checkout__box.en-checkout__box--border {
  border: solid 0.0625rem rgb(236, 234, 231);
}

@media screen and (min-width: 980px) {
  .en-checkout__box.en-checkout__box--pad-right {
    padding-right: 30%;
  }
}
.en-checkout__form.payment-iframe {
  height: 355px;
}

.en-checkout__form.payment-iframe iframe {
  height: 355px;
}

.en-checkout__input-label {
  display: block;
}

.en-checkout__input-label--inline {
  display: inline-block;
}

.en-checkout__overview-summands {
  font-size: 1.1428571428em;
}
.en-checkout__overview-summands > .en-flex > .en-flexitem--no-gutter-left {
  flex-grow: 1;
}

@media screen and (max-width: 359px) {
  .en-checkout__overview-summands {
    font-size: 1em;
  }
  .en-checkout__sum {
    font-size: 0.8571428571em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .en-checkout__overview-summands {
    font-size: 1em;
  }
  .en-checkout__sum {
    font-size: 0.8571428571em;
  }
}
.en-checkout__summary-item {
  margin-right: 2em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  flex: 0 0 auto;
}

.en-checkout__footer {
  padding-left: max(1rem, var(--en-wrapper-padding));
  padding-right: max(1rem, var(--en-wrapper-padding));
}
.en-checkout__footer .en-checkout__footer-inner.en-wrapper-limit {
  padding-left: 0;
  padding-right: 0;
}

.en-checkout__footer-inner {
  border-top: solid 0.0625rem rgb(155, 155, 155);
  padding-top: 2rem;
  padding-bottom: 5rem;
  text-align: right;
}

.en-checkout__credit-cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
  max-width: 100%;
}

.en-checkout__credit-card {
  display: flex;
  align-items: center;
  flex: 0 1 50px;
  height: 50px;
  min-width: 30px;
}
.en-checkout__credit-card:not(:last-child) {
  margin-right: 0.8em;
}

.en-checkout__credit-card--american-express {
  flex-basis: 42px;
}

.en-checkout__credit-card--mastercard {
  flex-basis: 46px;
}

.en-checkout-warning {
  padding: 0.25em 0.5em;
  border: var(--sff-color-price-yellow) 1px solid;
  background-color: var(--sff-color-gold-ultralight);
  color: var(--sff-color-gold-dark);
  font-weight: 500;
  font-size: 1rem;
}

.en-checkout-error {
  padding: 0.25em 0.5em;
  border: var(--sff-color-error) 1px solid;
  background-color: var(--sff-color-red-ultralight);
  color: var(--sff-color-error);
  font-weight: 500;
  font-size: 1rem;
}

.en-checkout-tabs {
  display: flex;
  justify-content: flex-start;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.en-checkout-tabs__tab {
  position: relative;
  flex-grow: 0;
  line-height: 3em;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-checkout-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5em;
  height: 0.0625rem;
  width: calc(100% + 1em);
  background-color: rgb(236, 234, 231);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-checkout-tabs__tab.en-is-active {
  color: rgb(193, 155, 81);
}
.en-checkout-tabs__tab.en-is-active:after {
  height: 0.1875rem;
  background-color: rgb(193, 155, 81);
}
.en-checkout-tabs__tab.en-is-done {
  color: rgb(32, 32, 32);
}
.en-checkout-tabs__tab.en-is-done:after {
  height: 0.1875rem;
  background-color: rgb(32, 32, 32);
}

.en-checkout-tabs__tab ~ .en-checkout-tabs__tab {
  margin-left: 4em;
}

.en-checkout-tabs.en-checkout-tabs--single-view {
  display: block;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (max-width: 979px) {
  .en-checkout-tabs.en-checkout-tabs--single-view {
    margin-left: calc(3.8571428571em + 1.5em);
  }
}

@media print, screen and (max-width: 979px) {
  .en-is-not-scrolled-to-top .en-checkout-tabs.en-checkout-tabs--single-view {
    margin-left: 0;
  }
}

.en-edit-overlay__target {
  position: relative;
}

.en-edit-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(193, 155, 81, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-color: white;
  opacity: 0;
}

.en-edit-overlay__button {
  min-width: 10em;
  flex-grow: 0;
  font-weight: 500;
}

@media print, screen and (min-width: 576px) {
  .en-edit-overlay__target:hover .en-edit-overlay,
  .en-edit-overlay__target:focus .en-edit-overlay {
    opacity: 1;
  }
  .en-edit-overlay__button--hoverable:hover,
  .en-edit-overlay__button--hoverable:focus {
    background-color: rgba(193, 155, 81, 0.9);
  }
}
.en-success-box {
  width: 18.36em;
  background: rgb(255, 255, 255);
  box-shadow: 4px 4px 20px 0 rgb(198, 189, 176);
}
@media screen and (max-width: 575px) {
  .en-success-box {
    width: 100vw;
  }
}
.en-success-box:after {
  content: "";
  z-index: 99;
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid rgba(158, 121, 42, 0.85);
  top: -0.5em;
  left: calc(100% - 2em);
  margin-left: -0.625rem;
}
@media screen and (max-width: 719px) {
  .en-success-box:after {
    margin-left: -0.3125rem;
  }
}

.en-success-box--sticky {
  position: fixed;
  top: 4.7142857143em;
  right: 0;
  transform: translateY(-40em);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.en-success-box--sticky.en-is-active {
  transform: translateY(0);
}
@media print, screen and (max-width: 979px) {
  .en-success-box--sticky {
    top: 3.4285714286em;
  }
}

.en-success-box__message-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 1.75em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.en-success-box__message-wrapper:hover:before, .en-success-box__message-wrapper.en-has-hover:before {
  background-color: rgba(146, 112, 38, 0.85);
}
.en-success-box__message-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(158, 121, 42, 0.75);
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.en-success-box__content {
  position: relative;
  z-index: 2;
}

.en-success-box__close {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: rgba(32, 32, 32, 0.85);
}
@media print, screen and (min-width: 576px) {
  .en-success-box__message-wrapper:hover .en-success-box__close, .en-success-box__message-wrapper.en-has-hover .en-success-box__close {
    background-color: rgba(32, 32, 32, 0.5);
    opacity: 1;
    z-index: 5;
  }
}
@media screen and (max-width: 575px) {
  .en-success-box__close {
    background-color: rgba(32, 32, 32, 0.5);
    opacity: 1;
    z-index: 5;
  }
}

.en-success-box__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.en-success-box__icon-checked {
  background-color: rgba(255, 255, 255, 0.75);
}

.en-success-box__img {
  width: 100%;
  height: 22.86em;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-image: url("/wp-content/themes/sff/assets/dist/images/success-booked.jpg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.en-success-box--remembered .en-success-box__img {
  background-image: url("/wp-content/themes/sff/assets/dist/images/success-remembered.jpg");
}
.en-success-box--bought .en-success-box__img {
  background-image: url("/wp-content/themes/sff/assets/dist/images/success-bought.jpg");
}

.en-success-box__buttons {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 576px) {
  .en-success-box {
    right: 1rem;
  }
}
@media print, screen and (min-width: 720px) {
  .en-success-box {
    right: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .en-success-box {
    right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .en-success-box {
    right: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .en-success-box {
    right: calc(50vw - 1600px / 2);
    transform: translateY(-40em) translateX(-25%);
  }
  .en-success-box.en-is-active {
    transform: translateY(0) translateX(-25%);
  }
}
.en-act-alts {
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
  padding-bottom: 0.5em;
}

.en-act-alts__body {
  display: flex;
  flex-wrap: wrap;
  justify-conent: flex-start;
}

.en-act-alts__button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  flex-grow: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.en-act-alts__button--add {
  border-color: rgb(236, 234, 231);
}

.en-act-alts__button--push-right {
  margin-left: auto;
  margin-right: 0;
}

.en-act-alts__button-icon {
  font-size: 1.15em;
}

@media print, screen and (min-width: 576px) {
  .en-act-alts__button:hover,
  .en-act-alts__button:focus {
    border-color: rgb(155, 155, 155);
  }
  .en-act-alts__button--add:hover,
  .en-act-alts__button--add:focus {
    background-color: rgb(248, 247, 247);
    border-color: rgb(236, 234, 231);
  }
}
.en-act-alts--noedit {
  border: none;
  padding: 0.25em 0;
}
.en-act-alts--noedit::first-of-type {
  margin-bottom: 0.5em;
}
.en-act-alts--noedit .en-act-alts__heading {
  padding: 0 1em;
}

.en-act-alts__item {
  display: inline-block;
  padding: 0 1em;
}

@media print, screen and (min-width: 576px) {
  .en-act-alts__item.en-act-alts__item--separated {
    border-left: solid 0.0625rem rgb(32, 32, 32);
  }
}
.en-act-alts--compact .en-act-alts__item--separated {
  border-left: none;
}

.en-act-seats__seat {
  padding: 1em 0;
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}

.en-act-seats__seat-inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow-x: auto;
}

.en-act-seats__seat-item {
  padding: 0 1em;
  flex-grow: 0;
}
.en-act-seats__seat-item:last-of-type {
  padding-right: 10px !important;
}
.en-act-seats__seat-item:first-of-type {
  padding-left: 10px !important;
}

.en-act-seats__seat-item--grow {
  text-align: right;
  flex-grow: 1;
}

.en-act-seats__seat-item--separated {
  border-left: solid 0.0625rem rgb(155, 155, 155);
}

.en-act-seats__seat-icon:before {
  top: calc(50% - 1px);
}

@media screen and (max-width: 575px) {
  .en-act-seats:not(.en-act-seats--compact):not(.en-act-seats--semicompact) .en-act-seats__seat-item--sm-down {
    display: block;
  }
  .en-act-seats:not(.en-act-seats--compact):not(.en-act-seats--semicompact) .en-act-seats__seat-item--sm-up {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-down {
    display: block;
  }
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-up {
    display: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-act-seats:not(.en-act-seats--compact):not(.en-act-seats--semicompact) .en-act-seats__seat-item--sm-down {
    display: none;
  }
  .en-act-seats:not(.en-act-seats--compact):not(.en-act-seats--semicompact) .en-act-seats__seat-item--sm-up {
    display: block;
  }
  .en-act-seats.en-act-seats--noedit .en-act-seats__seat-inner {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 720px) {
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-down {
    display: none;
  }
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-up {
    display: block;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-down {
    display: block;
  }
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item--sm-up {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .en-act-seats:not(.en-act-seats--compact) .en-act-seats__seat-item {
    padding: 0 3em;
  }
  .en-act-seats:not(.en-act-seats--compact) .en-act-seats__seat-item--separated {
    padding: 0 2em;
  }
  .en-act-seats.en-act-seats--noedit .en-act-seats__seat-inner {
    padding-right: 2em;
  }
}
.en-act-seats.en-act-seats--noedit .en-act-seats__seat {
  padding: 0.25em 0;
  border: none;
}

.en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item {
  padding: 0 1em;
}

@media print, screen and (min-width: 576px) {
  .en-act-seats.en-act-seats--semicompact .en-act-seats__seat-item {
    padding: 0 2em;
  }
}
.en-has-vanilla-backdrop,
.en-has-active-backdrop {
  overflow: hidden;
}

.en-vanilla-backdrop,
.en-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  background-color: rgb(32, 32, 32);
  opacity: 0;
  z-index: 800;
  transition: height 0s linear 0.35s, opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-has-vanilla-backdrop #en-global-vanilla-backdrop,
.en-vanilla-backdrop.en-is-active,
.en-has-active-backdrop .en-backdrop {
  height: 100vh;
  opacity: 0.6;
  transition: height 0s linear 0s, opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width: 575px) {
  .en-has-active-backdrop-sm-down .en-backdrop {
    height: 100%;
    opacity: 0.6;
    transition: height 0s linear 0s, opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .en-has-active-backdrop-sm-down {
    overflow: hidden;
  }
}
@media screen and (max-width: 719px) {
  .en-has-active-backdrop-md-down .en-backdrop {
    height: 100%;
    opacity: 0.6;
    transition: height 0s linear 0s, opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .en-has-active-backdrop-md-down {
    overflow: hidden;
  }
}
.en-mdl-cta__layover {
  --sff-module-spacing-top: var(--sff-module-spacing-none);
  --sff-module-spacing-bottom: var(--sff-module-spacing-none);
}

@media screen and (max-width: 575px) {
  .en-layover .en-wrapper-text {
    max-width: none;
  }
}
@media print, screen and (min-width: 720px) {
  .en-layover .en-wrapper-text {
    max-width: none;
  }
  .en-layover .en-wrapper-text-limit {
    max-width: 36.75em;
    margin: auto;
  }
}
.en-layover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(150%, -50%);
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  pointer-events: none;
  transition: transform 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.45s, opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

@supports (max-height: 100svh) {
  .en-layover {
    max-height: calc(100svh - 2rem);
  }
}
@media print, screen and (min-width: 720px) {
  .en-layover--size-sm {
    width: 42.857em;
  }
}

.en-is-active.en-layover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  max-height: auto;
  transition: transform 0s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}

.en-layover__inner {
  height: 100%;
  width: 100%;
  padding: 1em;
  padding-top: 3.5em;
  padding-bottom: 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.en-layover__inner > * {
  height: 100%;
}

.en-layover__close {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.en-layover--lg,
.en-layover--xl {
  height: 100%;
  width: 100%;
  max-width: 60rem;
  max-height: none;
}

/* Reset wrapper padding */
.en-layover .en-mdl > .en-griditem__inner {
  padding-inline: 0;
}

@media screen and (max-width: 719px) {
  .en-layover.en-layover--modal-md-down {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    height: 90%;
  }
  .en-layover.en-layover--modal-md-down.en-is-active {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 575px) {
  .en-mdl-teasers__article-header {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 720px) {
  .en-is-active.en-layover.en-layover--lg,
  .en-is-active.en-layover.en-layover--xl {
    max-height: 80%;
  }
}
.flickity-page-dots .flickity-page-dot {
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  flex-grow: 0;
  background-color: var(--sff-color-border-light);
}
.flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--sff-color-border);
}

.flickity-button.flickity-prev-next-button {
  top: 40%;
  border-radius: 0;
  background: none;
  transition: opacity 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 2em;
  color: var(--sff-color-border);
}
.flickity-button.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-button.flickity-prev-next-button:disabled, .flickity-button.flickity-prev-next-button[disabled] {
  opacity: 0;
}
.flickity-button.flickity-prev-next-button:hover {
  background: none;
}
.flickity-button.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-button.flickity-prev-next-button.previous:before {
  position: absolute;
  inset: 0;
  content: "\ea08";
}

.flickity-button.flickity-prev-next-button.next {
  right: 0;
}
.flickity-button.flickity-prev-next-button.next:before {
  position: absolute;
  inset: 0;
  content: "\ea07";
}

.flickity-viewport {
  flex-grow: 1;
}

.en-flickity-enabled:after {
  content: "flickity";
  display: none;
}

@media print, screen and (min-width: 576px) {
  .en-flickity-enabled--sm-down:after {
    content: "";
  }
}
@media print, screen and (min-width: 720px) {
  .en-flickity-enabled--md-down:after {
    content: "";
  }
}
@media screen and (min-width: 980px) {
  .en-flickity-enabled--lg-down:after {
    content: "";
  }
}
@media screen and (min-width: 1280px) {
  .en-flickity-enabled--xl-down:after {
    content: "";
  }
}
.en-teaser {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-teaser > * {
  flex-grow: 1;
}

@media print, screen and (min-width: 576px) {
  .en-teaser:not(.en-teaser--no-hover):hover, .en-teaser:not(.en-teaser--no-hover):focus {
    cursor: pointer;
    background-color: var(--sff-color-background-highlight);
  }
  .en-teaser:not(.en-teaser--no-hover).en-teaser--backgroundimage .en-teaser__media:before {
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--sff-color-primary);
  }
  .en-teaser:not(.en-teaser--no-hover).en-teaser--backgroundimage:hover .en-teaser__media:before, .en-teaser:not(.en-teaser--no-hover).en-teaser--backgroundimage:focus .en-teaser__media:before {
    opacity: 0.7;
  }
}
.en-teaser__inner {
  display: flex;
  flex-direction: column;
}
.en-teaser__inner > * {
  flex-grow: 0;
}
.en-teaser__inner > .en-teaser__main {
  flex-grow: 1;
}

.en-teaser__main {
  display: flex;
  flex-direction: column;
}
.en-teaser__main > * {
  flex-grow: 0;
}
.en-teaser__main > .en-teaser__info {
  flex-grow: 1;
}

.en-teaser__hover-underline {
  padding-bottom: 0.5em;
  border-bottom: solid 0.0625rem var(--sff-color-border-light);
  transition: border-bottom-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-teaser:not(.en-teaser--no-hover):hover .en-teaser__hover-underline {
    border-bottom-color: var(--sff-color-border-light);
  }
}

.en-teaser__media {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.en-teaser__main-article {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.en-teaser__media-inner.en-teaser__media-inner--bg-black {
  background-color: var(--sff-color-text);
}

.en-teaser__media-inner-article {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.en-mdl-teasers__article-img {
  height: 100%;
  width: auto;
}

.en-mdl-teasers__image-article {
  height: 100%;
  width: auto;
  flex-grow: 0;
}

.en-mdl-teasers__article-image {
  position: relative;
  display: flex;
  justify-content: center;
  width: 28.5714285714em;
}
.en-mdl-teasers__article-image:not(.en-image--landscape) {
  height: 28.5714285714em;
}

.en-mdl-teasers__article-detail .en-teaser__links-item .en-button--disabled {
  padding-left: 0;
}

.en-mdl-teasers__article-img-cnt {
  overflow: hidden;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-teasers__article-detail {
    margin-left: 1.4285714286em;
    width: 50%;
    box-sizing: border-box;
  }
  .en-mdl-teasers__article-image {
    width: 50%;
    display: flex;
  }
  .en-teaser__inner.en-teaser__inner-shop-teaser {
    flex-direction: row;
  }
  .en-teaser__inner-shop-teaser .en-mdl-teasers__article-img-cnt {
    width: 28.5714285714em;
    box-sizing: border-box;
    background-color: var(--sff-color-border-light);
    border: 20px solid transparent;
    display: flex;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .en-teaser:hover .en-teaser__inner-shop-teaser .en-mdl-teasers__article-img-cnt {
    background-color: transparent;
  }
  .en-teaser__main-shop-teaser {
    padding-left: 2em;
    padding-right: 2em;
  }
  .en-teaser__inner-shop-teaser {
    min-height: 21.4285714286em;
  }
  .en-teaser__inner-shop-teaser.en-teaser__inner-landscape {
    min-height: auto;
  }
}
.en-teaser__info {
  padding-top: 1em;
  padding-bottom: 1em;
}
.en-teaser__info > *:not(:last-child) {
  margin-bottom: 1em;
}
.en-teaser__info .en-teaser__text:last-child {
  margin-bottom: 1em;
}
.en-teaser__info.en-teaser__info--spacing-sm > *:not(:last-child) {
  margin-bottom: 0.25em;
}
.en-teaser__info.en-teaser__info--spacing-sm > .en-teaser__text:last-child {
  margin-bottom: 0;
}
.en-teaser__info.en-teaser__info--spacing-md > *:not(:last-child) {
  margin-bottom: 0.5em;
}
.en-teaser__info.en-teaser__info--spacing-md > .en-teaser__text:last-child {
  margin-bottom: 0;
}
.en-teaser__info.en-teaser__info--spacing-md .en-teaser__headline-wrapper {
  margin-bottom: 1em;
}
.en-teaser__info.en-teaser__info--spacing-md .en-teaser__links-item {
  margin-top: 1em;
}

.en-teaser__info--spacing-sm .en-teaser__headline-wrapper + .en-teaser__text {
  margin-top: 0.75em;
}

.en-teaser__link {
  color: var(--sff-color-primary);
}
.en-teaser__link .en-icon {
  font-size: 1.25em;
}

.en-teaser--backgroundimage .en-teaser__meta,
.en-teaser--backgroundimage .en-teaser__headline,
.en-teaser--backgroundimage .en-teaser__link {
  color: var(--sff-color-background);
}
.en-teaser--backgroundimage .en-teaser__info {
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.5), rgba(255, 255, 255, 0));
  left: 0;
  right: 0;
  top: 0;
  padding: 1.25rem 1.25rem 0 1.25rem;
}
.en-teaser--backgroundimage .en-teaser__media {
  flex-grow: 1;
}
.en-teaser--backgroundimage .en-teaser__link {
  display: inline-block;
}
.en-teaser--backgroundimage .en-teaser__link .en-icon {
  margin-right: -0.3em;
}
.en-teaser--backgroundimage:not(.en-teaser--no-hover):hover .en-teaser__hover-underline {
  border-bottom-color: var(--sff-color-background);
}

.en-teaser__links--article .en-teaser__links-item:first-child {
  width: 100%;
  text-align: left;
}

@media print, screen and (min-width: 576px) {
  [data-en-griditem-xl="2"].en-teaser--backgroundimage .en-teaser__info {
    width: 50%;
  }
}
.en-teaser--backgroundimage.en-teaser--video .en-teaser__media:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea64";
  color: var(--sff-color-background);
  position: absolute;
  bottom: 3.5rem;
  left: 1.7rem;
  font-size: 3em;
}

.en-teaser--video:not(.en-teaser--backgroundimage) .en-teaser__media:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea64";
  color: var(--sff-color-background);
  position: absolute;
  bottom: 0.95rem;
  left: 0.95rem;
  z-index: 1;
  font-size: 3em;
}

.en-teaser--backgroundimage.en-teaser--podcast .en-teaser__media:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea67";
  color: var(--sff-color-background);
  position: absolute;
  bottom: 3.5rem;
  left: 1.7rem;
  font-size: 3em;
}

.en-teaser--podcast:not(.en-teaser--backgroundimage) .en-teaser__media:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1em;
  height: 1em;
  font-family: icons;
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  line-height: 1em;
  white-space: nowrap;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  content: "\ea67";
  color: var(--sff-color-background);
  position: absolute;
  bottom: 0.95rem;
  left: 0.95rem;
  z-index: 1;
  font-size: 3em;
}

.en-teaser__media-icons {
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  border-radius: 50%;
  background-color: rgba(155, 155, 155, 0.15);
}
.en-teaser__media-icons.en-teaser__media-icons--center {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

@media print, screen and (min-width: 576px) {
  .en-teaser__slider-nav .en-teaser:not(.is-nav-selected):not(:hover):not(:focus) {
    opacity: 0.4;
  }
}
.flickity-resize .en-teaser {
  min-height: 100%;
}

.en-teaser--xs.en-teaser {
  width: 13em;
}
.en-teaser--xs .en-teaser__info {
  padding-bottom: 0;
}
.en-teaser--xs .en-teaser__headline {
  font-size: 1em;
}

.en-teaser--sm .en-teaser__inner {
  flex-direction: row;
  height: 7.1428571429em;
}
.en-teaser--sm .en-teaser__main {
  padding-left: 1em;
}
.en-teaser--sm .en-teaser__media {
  width: 45%;
  max-width: 12.6984126984em;
  flex-shrink: 0;
}
.en-teaser--sm .en-teaser__info {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.en-teaser--sm .en-teaser__meta {
  line-height: 1;
}
.en-teaser--sm .en-teaser__headline {
  font-size: 1em;
  line-height: 1.25;
  display: block;
  overflow: hidden;
  max-height: 3.75em;
}
.en-teaser--sm .en-teaser__hover-underline {
  padding-bottom: 0.25em;
}
.en-teaser--sm .en-teaser__headline.en-format-h5 {
  font-size: 1em;
}
.en-teaser--sm .en-teaser__headline.en-format-md {
  font-size: 1em;
}

.en-teaser--xl .en-teaser__inner {
  flex-direction: row-reverse;
}
.en-teaser--xl .en-teaser__main {
  padding-right: 1em;
  width: 45%;
}
.en-teaser--xl .en-teaser__media {
  width: 55%;
}
.en-teaser--xl .en-teaser__info {
  padding-top: 0;
  padding-bottom: 2em;
}
.en-teaser--xl .en-teaser__info > *:not(:last-child) {
  margin-bottom: 1.5em;
}
.en-teaser--xl .en-teaser__info .en-teaser__text:last-child {
  margin-bottom: 1.5em;
}
.en-teaser--xl .en-teaser__info > * {
  padding-right: 2em;
}
.en-teaser--xl .en-teaser__headline {
  font-size: 1.5em;
}
@media screen and (min-width: 1280px) {
  .en-teaser--xl .en-teaser__headline {
    font-size: 2.4285714286em;
  }
}

@media print, screen and (min-width: 576px) {
  .en-teaser--sm-sm-up .en-teaser__inner {
    flex-direction: row;
    height: 7.1428571429em;
  }
  .en-teaser--sm-sm-up .en-teaser__main {
    padding-left: 1em;
  }
  .en-teaser--sm-sm-up .en-teaser__media {
    width: 45%;
    max-width: 12.6984126984em;
    flex-shrink: 0;
  }
  .en-teaser--sm-sm-up .en-teaser__info {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  .en-teaser--sm-sm-up .en-teaser__meta {
    line-height: 1;
  }
  .en-teaser--sm-sm-up .en-teaser__headline {
    font-size: 1em;
    line-height: 1.25;
    display: block;
    overflow: hidden;
    max-height: 3.75em;
  }
  .en-teaser--sm-sm-up .en-teaser__hover-underline {
    padding-bottom: 0.25em;
  }
  .en-teaser--sm-sm-up .en-teaser__headline.en-format-h5 {
    font-size: 1em;
  }
  .en-teaser--sm-sm-up .en-teaser__headline.en-format-md {
    font-size: 1em;
  }
}
@media screen and (max-width: 719px) {
  .en-teaser--sm-md-down .en-teaser__inner {
    flex-direction: row;
    height: 7.1428571429em;
  }
  .en-teaser--sm-md-down .en-teaser__main {
    padding-left: 1em;
  }
  .en-teaser--sm-md-down .en-teaser__media {
    width: 45%;
    max-width: 12.6984126984em;
    flex-shrink: 0;
  }
  .en-teaser--sm-md-down .en-teaser__info {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  .en-teaser--sm-md-down .en-teaser__meta {
    line-height: 1;
  }
  .en-teaser--sm-md-down .en-teaser__headline {
    font-size: 1em;
    line-height: 1.25;
    display: block;
    overflow: hidden;
    max-height: 3.75em;
  }
  .en-teaser--sm-md-down .en-teaser__hover-underline {
    padding-bottom: 0.25em;
  }
  .en-teaser--sm-md-down .en-teaser__headline.en-format-h5 {
    font-size: 1em;
  }
  .en-teaser--sm-md-down .en-teaser__headline.en-format-md {
    font-size: 1em;
  }
  .en-mdl-article-header .en-teaser__info {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media print, screen and (max-width: 1279px) {
  .en-teaser--sm-xl-down .en-teaser__inner {
    flex-direction: row;
    height: 7.1428571429em;
  }
  .en-teaser--sm-xl-down .en-teaser__main {
    padding-left: 1em;
  }
  .en-teaser--sm-xl-down .en-teaser__media {
    width: 45%;
    max-width: 12.6984126984em;
    flex-shrink: 0;
  }
  .en-teaser--sm-xl-down .en-teaser__info {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  .en-teaser--sm-xl-down .en-teaser__meta {
    line-height: 1;
  }
  .en-teaser--sm-xl-down .en-teaser__headline {
    font-size: 1em;
    line-height: 1.25;
    display: block;
    overflow: hidden;
    max-height: 3.75em;
  }
  .en-teaser--sm-xl-down .en-teaser__hover-underline {
    padding-bottom: 0.25em;
  }
  .en-teaser--sm-xl-down .en-teaser__headline.en-format-h5 {
    font-size: 1em;
  }
  .en-teaser--sm-xl-down .en-teaser__headline.en-format-md {
    font-size: 1em;
  }
}
@media print, screen and (min-width: 576px) and (max-width: 979px) {
  .en-teaser--xl-desktop .en-teaser__info {
    max-width: 80%;
  }
}
@media screen and (min-width: 980px) {
  .en-teaser--xl-desktop .en-teaser__inner {
    flex-direction: row-reverse;
  }
  .en-teaser--xl-desktop .en-teaser__main {
    padding-right: 1em;
    width: 45%;
  }
  .en-teaser--xl-desktop .en-teaser__media {
    width: 55%;
  }
  .en-teaser--xl-desktop .en-teaser__info {
    padding-top: 0;
    padding-bottom: 2em;
  }
  .en-teaser--xl-desktop .en-teaser__info > *:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .en-teaser--xl-desktop .en-teaser__info .en-teaser__text:last-child {
    margin-bottom: 1.5em;
  }
  .en-teaser--xl-desktop .en-teaser__info > * {
    padding-right: 2em;
  }
  .en-teaser--xl-desktop .en-teaser__headline {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .en-teaser--xl-desktop .en-teaser__headline {
    font-size: 2.4285714286em;
  }
}
.en-teaser--max-w {
  max-width: 22.8571428571em;
}

@media print, screen and (min-width: 576px) {
  .en-teaser--max-w {
    max-width: 27em;
  }
}
@media screen and (max-width: 575px) {
  .en-teaser--max-w-mobile {
    max-width: 22.8571428571em;
  }
}
.en-teaser--gallery .en-teaser__inner {
  height: auto;
}
.en-teaser--gallery .en-teaser__media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.5);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.en-teaser--gallery .en-teaser__media {
  position: relative;
}
@media print, screen and (min-width: 576px) {
  .en-teaser--gallery .en-teaser__media:hover .en-teaser__media-overlay, .en-teaser--gallery .en-teaser__media:focus .en-teaser__media-overlay {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .en-teaser--gallery .en-teaser__meta {
    line-height: 1.25;
  }
  .en-teaser--gallery .en-teaser__media {
    padding: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .en-teaser--gallery.en-teaser--sm-sm-up .en-teaser__media {
    width: 15em;
    min-height: 15em;
    max-width: none;
    background-color: rgb(32, 32, 32);
  }
  .en-teaser--gallery.en-teaser--sm-sm-up .en-teaser__media-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 576px) {
  .en-teaser__main.en-teaser__main--search {
    max-width: calc(100% - 176px);
  }
}

.en-teaser__inner--search {
  align-items: flex-end;
  flex-direction: row;
}
@media screen and (max-width: 719px) {
  .en-teaser__inner--search {
    align-items: flex-start;
  }
}

.en-teaser__media--search {
  width: 33.33%;
  min-width: 33.33%;
}
@media print, screen and (min-width: 576px) {
  .en-teaser__media--search {
    width: 176px;
    min-width: auto;
  }
}
@media screen and (max-width: 719px) {
  .en-teaser__media--search {
    margin-top: 1.5em;
  }
}

.en-teaser-search__image {
  width: 100%;
  height: auto;
}

.en-mdl-teasers__article-img-cnt .en-teaser__media {
  width: 100%;
  position: relative;
}
.en-mdl-teasers__article-img-cnt .en-teaser__media:after {
  content: "";
  display: inline-block;
  width: 1px;
  margin: 0 -1px 0 -0.26em;
  height: 0;
  vertical-align: middle;
  padding-top: 56.25%;
  font-size: inherit;
  font-size: 1em;
}

.en-mdl-article-header .en-mdl-text__col {
  max-width: 50em;
}

.en-mdl-article-header .en-mdl-teasers__article-header {
  max-width: 75em;
  margin: auto;
}

.en-mdl-article-header {
  padding-top: 2em;
}

.en-teaser--article {
  margin-bottom: 2.5em;
}

.en-teaser--article .en-teaser__media {
  height: 100%;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-article-header {
    padding-top: 3em;
  }
  .en-mdl-article-header .en-mdl-teasers__article-image {
    justify-content: flex-end;
  }
  .en-mdl-article-header .en-mdl-text {
    padding-top: 1em;
  }
}
@media screen and (max-width: 575px) {
  .en-mdl-article-header .en-mdl-text__col {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
@media screen and (max-width: 575px) {
  .en-mdl-article-header .en-mdl-text__col {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
.en-mdl-shop_teaser_list .en-mdl-teasers__article-img-cnt {
  flex-grow: 0;
  aspect-ratio: 3/2;
}
.en-mdl-shop_teaser_list .en-mdl-teasers__article-img {
  height: initial;
  width: initial;
  max-height: 100%;
}
.en-mdl-shop_teaser_list .en-mdl-teasers__article-img-cnt .en-teaser__media::after {
  content: none;
}
.en-mdl-shop_teaser_list .en-teaser__media-inner-article {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

article.en-content > .en-mdl-breadcrumbs {
  --sff-module-spacing-top: 0;
  z-index: 500;
  /* make breadcrumb more readable on transparent background */
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs,
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs * {
  display: inline;
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner:focus, article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner:hover {
  outline: none;
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs {
  transition: transform 0.3s ease-in-out;
  transform: translate3d(calc(var(--sff-logo-container-width) + 2rem), 0, 0);
  /* Breadcrumb path container */
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs .en-breadcrumb {
  display: inline;
  font-weight: 500;
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs .en-breadcrumb:not(:first-child):before {
  content: "·";
  font-weight: 700;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
article.en-content > .en-mdl-breadcrumbs > .en-griditem__inner .en-breadcrumbs .en-breadcrumb:last-child {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: 500;
}
article.en-content > .en-mdl-breadcrumbs .en-breadcrumbs__right {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding-inline: 0.5rem;
}
article.en-content > .en-mdl-breadcrumbs.en-text-white {
  color: var(--sff-color-text-inverse);
}
article.en-content > .en-mdl-breadcrumbs[data-stage-layout|=with-image], article.en-content > .en-mdl-breadcrumbs[data-stage-layout=with-text-image] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
article.en-content > .en-mdl-breadcrumbs[data-stage-layout=gallery], article.en-content > .en-mdl-breadcrumbs[data-stage-layout=production] {
  position: sticky;
  top: calc(var(--sff-sticky-header-height) + var(--wp-admin--admin-bar--height, 0px));
  transition: top 0.3s ease;
}
article.en-content > .en-mdl-breadcrumbs[data-stage-layout|=with-image] .en-breadcrumb span {
  text-shadow: 10px 10px 40px rgba(255, 255, 255, 0.75);
  font-weight: 600;
}
article.en-content > .en-mdl-breadcrumbs.en-text-white[data-stage-layout|=with-image] .en-breadcrumb span {
  text-shadow: 10px 10px 40px rgba(0, 0, 0, 0.75);
  font-weight: 600;
}

/* Scrolled state */
.en-is-not-scrolled-to-top article.en-content > .en-mdl-breadcrumbs .en-breadcrumbs {
  transform: translate3d(0, 0, 0);
  margin-left: 0;
}

/* Remove any margin from the top of a potential the stage module */
[data-stage-layout=with-image].en-mdl.en-mdl-breadcrumbs + .en-mdl-stage {
  margin-top: 0;
}

.en-archive article.en-content > .en-archive-content {
  padding-top: calc(3em + 44px);
}
.en-archive article.en-content > .en-archive-content .en-search {
  margin-top: 0;
}

article.en-content > .en-mdl-breadcrumbs2 {
  position: sticky;
  top: calc(var(--sff-sticky-header-height) + var(--wp-admin--admin-bar--height, 0px));
  transition: top 0.3s ease;
}

.en-nav__toggle button {
  outline: none;
  cursor: pointer;
}

.en-nav {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 26em;
  height: 100%;
  z-index: 1050;
  transform: translateX(-100%);
  background-color: rgb(248, 247, 247);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s ease 0.4s;
}

body.admin-bar .en-nav {
  top: 32px;
}

.en-nav img,
.en-nav__image {
  pointer-events: none;
}

.en-nav__inner {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 719px) {
  .en-nav__inner {
    padding-bottom: 4em;
  }
}

.en-nav-is-open .en-nav {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.en-nav__head {
  width: 100%;
}

.en-nav__head-inner {
  position: relative;
}

.en-nav__menu {
  width: auto;
  max-width: 80em;
  margin: 0 auto;
  margin-top: 1em;
}

@media print, screen and (min-width: 720px) {
  .en-nav {
    max-width: none;
    height: auto;
    width: 100%;
    transform: translateY(-100%);
  }
  .en-nav-is-open .en-nav {
    transform: translateY(0);
  }
  .en-nav__head {
    background-color: rgb(255, 255, 255);
  }
  .en-nav__head-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .en-nav__head {
    height: 4.7142857143em;
  }
}
.en-nav__wrapper {
  padding-left: 0.3571428571em;
  padding-right: 0.3571428571em;
}

@media screen and (min-width: 980px) {
  .en-nav__wrapper {
    padding-left: 11.8928571429em;
    padding-right: 11.8928571429em;
  }
}
.en-has-no-header .en-nav__wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 719px) {
  .en-nav__wrapper {
    border: none;
  }
}
.en-nav__illustration-item .en-nav__illustration-item-text {
  padding: 1em 2em;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-nav__illustration-item .en-nav__illustration-item-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1875rem;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-nav__illustration-item .menu-item__title {
  font-size: 1.29em;
  letter-spacing: 0.045em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
@media screen and (max-width: 719px) {
  .en-nav__illustration-item {
    border-top: solid 0.3125rem transparent;
    border-bottom: solid 0.3125rem transparent;
  }
  .en-nav__illustration-item .en-nav__illustration-item-text {
    border: solid 0.0625rem rgb(193, 155, 81);
    color: rgb(158, 121, 42);
  }
  .en-nav__illustration-item .en-nav__illustration-item-text .menu-item__title {
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.043em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-nav__illustration-item:hover .en-nav__illustration-item-text, .en-nav__illustration-item:focus .en-nav__illustration-item-text {
    background-color: rgb(255, 255, 255);
  }
  .en-nav__illustration-item:hover .en-nav__illustration-item-text:after, .en-nav__illustration-item:focus .en-nav__illustration-item-text:after {
    background-color: rgb(193, 155, 81);
  }
}

.en-nav__main-item > .menu-item__inner .menu-item__title {
  display: block;
  border-bottom: solid 0.0625rem rgb(193, 155, 81);
  padding: 0.5em 0.25em;
  margin-bottom: 0.5em;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-nav__main-item > .menu-item__inner .menu-item__title:hover, .en-nav__main-item > .menu-item__inner .menu-item__title:focus {
    color: rgb(193, 155, 81);
  }
}
.en-nav__main-item .sub-menu .menu-item__title {
  display: block;
  padding: 0.35em 0.25em;
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-nav__main-item .sub-menu .menu-item__title:hover, .en-nav__main-item .sub-menu .menu-item__title:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(158, 121, 42);
  }
}

@media print, screen and (min-width: 720px) {
  .en-nav__contact-item--separated {
    position: relative;
    border-left: none;
    padding-left: 0.625rem;
  }
  .en-nav__contact-item--separated:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background-color: rgb(32, 32, 32);
  }
}
@media screen and (max-width: 719px) {
  .en-nav__contact .en-griditem {
    border-top: none;
  }
}
.en-nav__search-cnt {
  text-align: center;
  height: 3.4285714286em;
  z-index: 1000;
}

.en-nav__close-cnt {
  height: 3.4285714286em;
  display: flex;
  align-items: center;
  line-height: 3em;
}
.en-nav__close-cnt > .en-icon {
  font-size: 1.75em;
}

.en-nav__search-cnt-inner {
  height: 100%;
}

.en-nav__search {
  border: none;
  height: 100%;
  width: 100%;
  text-align: left;
}
.en-nav__search:focus {
  outline: none;
}

@media screen and (max-width: 719px) {
  .en-nav__close-cnt {
    height: 3.5714285714em;
  }
  .en-nav__search-cnt {
    border: solid 0.0625rem rgb(236, 234, 231);
    margin-left: -0.25em;
    margin-right: -0.25em;
    height: 3.5714285714em;
    background-color: rgb(248, 247, 247);
  }
  .en-nav__search {
    text-indent: calc(0.5em + 0.625rem);
  }
}
@media print, screen and (min-width: 720px) {
  .en-nav__close-cnt {
    background-color: transparent;
  }
  .en-nav__search-cnt {
    display: flex;
    align-items: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40vw;
    max-width: 57em;
    padding: 0.25em;
  }
  .en-nav__search {
    text-align: center;
  }
  .en-nav__close-cnt {
    margin-left: 2em;
  }
}
@media screen and (min-width: 980px) {
  .en-nav__search-cnt {
    height: 4.7142857143em;
  }
  .en-nav__close-cnt {
    height: 4.7142857143em;
  }
}
.en-header__header-nav-timmer {
  max-width: calc(100% - 12em);
  margin-left: 3em;
  margin-top: 3em;
  flex-grow: 1;
}

.en-back-to-top {
  z-index: 620;
  position: sticky;
  bottom: 7.75em;
  right: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.en-is-not-scrolled-to-top .en-back-to-top {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (min-width: 720px) {
  .en-back-to-top {
    bottom: 9.8rem;
  }
}
@media screen and (min-width: 980px) {
  .en-back-to-top {
    bottom: 10.1rem;
  }
}

.en-back-to-top__button {
  position: absolute;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 576px) {
  .en-back-to-top__button {
    right: 1.2rem;
  }
}
@media print, screen and (min-width: 720px) {
  .en-back-to-top__button {
    right: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .en-back-to-top__button {
    right: 2.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .en-back-to-top__button {
    right: 3.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .en-back-to-top__button {
    right: 3.4rem;
  }
}

.en-back-to-top__icon {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  background-color: rgb(236, 234, 231);
  color: rgb(255, 255, 255);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media print, screen and (min-width: 576px) {
  .en-back-to-top__button:hover,
  .en-back-to-top__button:focus {
    cursor: pointer;
  }
  .en-back-to-top__button:hover .en-back-to-top__icon,
  .en-back-to-top__button:focus .en-back-to-top__icon {
    background-color: rgb(236, 234, 231);
    color: rgb(255, 255, 255);
  }
}
.en-copyright__target {
  position: relative;
}

.en-copyright {
  position: absolute;
  bottom: 1em;
  right: 1em;
  text-align: right;
  font-style: italic;
}

@media screen and (max-width: 575px) {
  .en-copyright {
    font-size: 0.7142857em;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}
.en-mdl-paging__item.en-is-disabled {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

.en-horizontal-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.en-horizontal-divider .en-horizontal-divider__inner {
  padding-right: 1em;
  padding-left: 1em;
  flex-grow: 0;
}
.en-horizontal-divider:before, .en-horizontal-divider:after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: black;
}

.en-horizontal-divider--no-decor .en-horizontal-divider__inner {
  padding-right: 0;
  padding-left: 0;
}
.en-horizontal-divider--no-decor::before, .en-horizontal-divider--no-decor::after {
  content: none;
}

.en-horizontal-divider--medium-line:before, .en-horizontal-divider--medium-line:after {
  max-width: 8rem;
}

.en-horizontal-divider--small-line:before, .en-horizontal-divider--small-line:after {
  max-width: 1rem;
}

.en-horizontal-divider--dotted .en-horizontal-divider__inner {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.en-horizontal-divider--dotted:before, .en-horizontal-divider--dotted:after {
  content: "·";
  font-size: 3em;
  line-height: 0;
  background: none;
  flex-grow: 0;
}

.en-horizontal-divider.en-flex--end {
  justify-content: flex-end;
}

.post-password-form > p:has(input) {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.post-password-form > p:has(input) > label {
  display: flex;
  gap: 1em;
  font-size: 1rem;
  align-items: center;
}
.post-password-form input {
  width: auto;
  font-size: 1rem;
}
.post-password-form input::placeholder {
  font-weight: 300;
  font-size: 1em;
  color: var(--sff-color-text);
}
.post-password-form input[type=button],
.post-password-form input[type=submit] {
  background-color: transparent;
  border-color: var(--sff-color-border);
  padding: 0.5em 1.5em;
}
.post-password-form input[type=button]:hover, .post-password-form input[type=button]:focus,
.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:focus {
  background-color: var(--sff-color-primary-highlight);
  color: var(--sff-color-text-inverse);
  border-color: transparent;
}
@media screen and (max-width: 575px) {
  .post-password-form input[type=button],
  .post-password-form input[type=submit] {
    text-align: center;
    display: block;
    margin: auto;
  }
}

.en-archive-search,
.en-archive-search * {
  flex: 1 1 auto;
}

.en-filter-years {
  position: absolute;
  right: 0;
  top: 5.843em;
  height: calc(100% - 5.8em);
  width: 7.3rem;
  border-bottom: 0.0625rem solid var(--sff-color-border-light);
  background-color: var(--sff-color-background);
  z-index: 4;
}
@media screen and (max-width: 719px) {
  .en-filter-years {
    display: none;
  }
}

.en-filter-years__sticky {
  position: sticky;
  top: calc(40px + var(--wp-admin--admin-bar--height, 0px) + var(--en-season-sticky-title-top, 152px));
}

.en-filter-years__inner {
  height: calc(100vh - (42px + var(--en-season-sticky-title-top, 154px)));
  overflow-y: auto;
}

.en-filter-years__year {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0.425rem 0;
  margin-right: 1.3rem;
  min-height: 18px;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
  transform-origin: right;
}
.en-filter-years__year:hover {
  transform: scale(1.3);
  font-weight: 500;
}

.en-filter-years__year.en-is-active {
  transform: scale(1.3);
  font-weight: 500;
}
.en-filter-years__year.en-is-active::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.3em;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-color: transparent transparent transparent #c19b51;
  border-radius: 2px;
}

.en-vertical-line:before {
  content: "";
  display: block;
  flex-grow: 0;
  height: calc(var(--en-height-factor) * 1em);
  min-height: 1.5em;
  max-height: 50px;
  width: 2px;
  background-color: rgb(193, 155, 81);
}

.en-filter-years__vertical-line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0.625rem 2.1rem 0.625rem 0;
}
@media screen and (min-width: 1280px) {
  .en-filter-years__vertical-line {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1680px) {
  .en-filter-years__vertical-line {
    margin-right: 2.75rem;
  }
}

.en-is-advanced-filter-active .en-filter-years {
  top: 9.1425em;
  height: calc(100% - 9.1em);
}
.en-is-advanced-filter-active .en-filter-years__sticky {
  top: 10em;
}
@media screen and (min-width: 980px) {
  .en-is-advanced-filter-active .en-filter-years__sticky {
    top: 11.3em;
  }
}
@media screen and (min-width: 1600px) {
  .en-is-advanced-filter-active .en-filter-years__sticky {
    top: 11.2em;
  }
}
.en-is-advanced-filter-active .en-filter-years__inner {
  height: calc(100vh - 11.2768em);
}

@media screen and (max-width: 719px) {
  .en-archive-search .en-layover {
    overflow-y: hidden !important;
  }
}
.en-archive-search .en-layover__inner {
  display: flex;
  flex-direction: column;
}
.en-archive-search .en-layover__inner > * {
  flex-grow: 0;
}
.en-archive-search .en-layover__inner .en-archive-search__body {
  flex-grow: 1;
}

.en-archive-search .hover\:border-blue {
  border-color: rgb(221, 221, 221) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.en-archive-search .hover\:border-blue:hover {
  border-color: rgb(221, 221, 221) !important;
}
.en-archive-search .hover\:border-blue:focus, .en-archive-search .hover\:border-blue:focus-within {
  border-color: rgb(193, 155, 81) !important;
  outline: none;
}
.en-archive-search .single-select-wrapper .search-input {
  border-radius: 0;
  padding: 0.59em 1em;
}
.en-archive-search .single-select-wrapper .search-input:focus, .en-archive-search .single-select-wrapper .search-input:focus-visible {
  border-color: #c19b51 !important;
  outline: none;
}
.en-archive-search .taggable-select-wrapper .search-wrapper > div ul {
  overflow-x: auto !important;
  align-items: center;
  min-height: 2.8em;
  padding-top: 0.375em;
  padding-bottom: 0;
}
.en-archive-search .taggable-select-wrapper .search-wrapper > div li {
  display: inline-flex;
  flex-grow: 0;
  margin-top: 0 !important;
  margin-bottom: 0.375em;
}
.en-archive-search .taggable-select-wrapper .search-wrapper > div li:last-child {
  flex-grow: 1;
}
.en-archive-search .taggable-select-wrapper .search-wrapper > ul {
  overflow-x: auto !important;
}
.en-archive-search .taggable-select-wrapper .rounded {
  border-radius: 0 !important;
}
.en-archive-search .taggable-select-wrapper .min-w-10 {
  min-width: 7em !important;
  flex-grow: 1;
}

.en-archive-search__body {
  padding-bottom: 100px;
}
@media print, screen and (min-width: 720px) {
  .en-archive-search__body {
    padding-bottom: 0;
  }
}

.en-archive-search__body > * {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (min-width: 980px) {
  .en-archive-search__body > * {
    padding-left: 4em;
    padding-right: 4em;
  }
}

.en-archive-search__footer {
  border-top: 1px solid rgb(236, 234, 231);
}
@media print, screen and (min-width: 720px) {
  .en-archive-search__footer {
    border-top: none;
  }
}

.en-sticky-helper__sentinel {
  position: absolute;
  width: 100%;
  height: 1px;
  min-height: 1px;
  z-index: 999999;
  pointer-events: none;
}

.en-sticky-helper__sentinel--top {
  top: 0;
  height: 1px;
}

.en-sticky-helper__sentinel--bottom {
  bottom: 0;
  height: 104px;
}

.en-mdl-boxes {
  padding-bottom: 2em;
}
@media print, screen and (min-width: 576px) and (max-width: 1279px) {
  .en-mdl-boxes {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-boxes {
    font-size: 1em;
    padding-bottom: 3em;
  }
}
.en-mdl-boxes.en-is-expanded-view > .en-category-dash:after, .en-is-expanded-view .en-mdl-boxes > .en-category-dash:after {
  content: none;
}

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

.en-boxes__title {
  text-align: center;
  margin: 2em auto;
}
@media print, screen and (min-width: 720px) {
  .en-boxes__title {
    margin: 3em auto 2em;
  }
}

.en-blog-mainarticle {
  max-height: 49vh;
  height: 50em;
  position: relative;
}
@media screen and (max-width: 719px) {
  .en-blog-mainarticle {
    height: auto;
    max-height: initial;
  }
}
.en-blog-mainarticle__image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 719px) {
  .en-blog-mainarticle__image {
    bottom: auto;
    padding-top: 56%;
    position: relative;
  }
}
.en-blog-mainarticle .en-wrapper-limit {
  height: 100%;
}
.en-blog-mainarticle__box {
  max-width: 37.2857142857em;
  background: white;
  padding: 1.4285714286em;
  position: absolute;
  margin: 2.1428571429em 0.7142857143em;
  bottom: 0;
  display: block;
  z-index: 10;
}
.en-blog-mainarticle__box .en-blog-mainarticle__hover-underline .en-icon {
  margin-right: -0.3em;
}
.en-blog-mainarticle__box:hover {
  cursor: pointer;
  background-color: rgb(248, 247, 247);
}
.en-blog-mainarticle__box:hover .en-blog-mainarticle__hover-underline {
  border-bottom-color: rgb(193, 155, 81);
}
@media screen and (max-width: 719px) {
  .en-blog-mainarticle__box {
    position: relative;
    margin: -5.7142857143em 0.7142857143em 0 0.7142857143em;
    background-color: rgb(248, 247, 247);
  }
}
@media screen and (max-width: 575px) {
  .en-blog-mainarticle__box {
    margin-top: -2.1428571429em;
  }
}
.en-blog-mainarticle__hover-underline {
  padding-bottom: 0.5em;
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
  transition: border-bottom-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-blog-mainarticle__date, .en-blog-mainarticle__title {
  padding-bottom: 1em;
}
.en-blog-mainarticle__title {
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 575px) {
  .en-blog-mainarticle__title {
    font-size: 1.7142857143em;
  }
}

.en-teaser--blog.en-griditem {
  height: 36.4285714286em;
}
@media screen and (max-width: 575px) {
  .en-teaser--blog.en-griditem {
    height: auto;
    min-height: 25em;
  }
}
.en-teaser--blog:not(.en-teaser--backgroundimage) .en-teaser__main .en-teaser__info {
  margin-bottom: 0;
}
@media print, screen and (min-width: 576px) {
  .en-teaser--blog:not(.en-teaser--backgroundimage) .en-teaser__main .en-teaser__info:before, .en-teaser--blog:not(.en-teaser--backgroundimage) .en-teaser__main .en-teaser__info:after {
    overflow: hidden;
    height: 0;
  }
  .en-teaser--blog:not(.en-teaser--backgroundimage) .en-teaser__main .en-teaser__info .en-teaser__link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .en-teaser--blog:not(.en-teaser--backgroundimage) .en-teaser__main .en-teaser__info .en-teaser__hover-underline {
    width: 100%;
    border-width: 2px;
  }
}
.en-teaser--blog .en-teaser__main .en-teaser__info {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 576px) {
  .en-teaser--blog .en-teaser__main .en-teaser__info {
    flex-basis: 20px;
  }
}
@media print, screen and (min-width: 576px) {
  .en-teaser--blog .en-teaser__main .en-teaser__info:before, .en-teaser--blog .en-teaser__main .en-teaser__info:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    content: "";
    transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .en-teaser--blog .en-teaser__main .en-teaser__info:before {
    opacity: 0;
    background: linear-gradient(rgba(250, 247, 241, 0), rgb(250, 247, 241) 75%);
  }
  .en-teaser--blog .en-teaser__main .en-teaser__info:after {
    opacity: 1;
    background: linear-gradient(rgba(255, 255, 255, 0), white 75%);
  }
}
@media print, screen and (min-width: 576px) {
  .en-teaser--blog .en-teaser__main .en-teaser__info.en-griditem:not(.en-teaser--no-hover):hover .en-teaser__main .en-teaser__info:before {
    opacity: 1;
  }
  .en-teaser--blog .en-teaser__main .en-teaser__info.en-griditem:not(.en-teaser--no-hover):hover .en-teaser__main .en-teaser__info:after {
    opacity: 0;
  }
}

.en-mdl-heading {
  text-align: center;
}

.en-mdl-heading.en-mdl-heading--left {
  text-align: left;
}

.en-mdl-heading.en-mdl-heading--with-line .en-mdl-heading__heading {
  position: relative;
  display: inline-block;
  margin-right: 20rem;
}
.en-mdl-heading.en-mdl-heading--with-line .en-mdl-heading__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  width: 17rem;
  height: 1px;
  background-color: var(--sff-color-primary);
  transform: translateY(-50%);
}

.en-mdl-heading__heading {
  display: inline-block;
  font-weight: 500;
  color: var(--sff-color-primary);
}

.en-mdl-heading__meta {
  margin-bottom: 0.75em;
}

@media print, screen and (min-width: 360px) {
  .en-mdl-heading__inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.en-mdl-heading__inner.en-wrapper-limit {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.en-mdl-list.en-is-loading {
  opacity: 0.25;
}

.en-mdl-list.en-is-initialized .en-mdl-list_filter__submit {
  display: none;
}

.en-page-type--post [data-en-mdl-level="0"].en-mdl.en-mdl-cta + .en-mdl-list {
  margin-top: var(--sff-module-spacing-default);
}

.submenu {
  margin-top: 8.9285714286em;
}
.submenu__link {
  padding: 0.5em 0;
  font-size: 1em;
  display: block;
  text-transform: uppercase;
  color: rgb(88, 88, 88);
}
.submenu__link:hover, .submenu__link--active {
  color: var(--sff-color-text);
}
.submenu__link--active {
  font-weight: 600;
}

.ma-profile {
  color: rgb(32, 32, 32);
  padding-block: 20px;
}
.ma-profile__name {
  font-weight: 600;
  font-size: 1.4285714286em;
}
.ma-profile__company {
  font-size: 0.8571428571em;
}

@media print, screen and (max-width: 979px) {
  .ma-profile {
    padding-left: calc(var(--sff-logo-container-width) + 1.5em);
    padding-top: 0;
    will-change: padding-left;
    transition: padding-left 0.3s ease-in-out;
  }
  .en-is-not-scrolled-to-top .ma-profile {
    padding-left: 0;
  }
}
.ma-section {
  margin-bottom: 3.5714285714em;
}
.ma-section__header {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
  font-size: 0.8571428571em;
}
@media print, screen and (min-width: 576px) {
  .ma-section__header {
    margin-bottom: 2.1428571429em;
  }
}
.ma-section__header > * {
  text-transform: none;
  letter-spacing: normal;
}
.ma-section .en-input-wrapper {
  padding-top: 0;
}
.ma-section .en-input-wrapper + .en-input-wrapper {
  padding-top: 1em;
}

.ma-datalist {
  display: flex;
  flex-wrap: wrap;
}
.ma-datalist__label {
  width: 100%;
  font-weight: 600;
  padding: 1em 0 0 0;
}
@media print, screen and (min-width: 576px) {
  .ma-datalist__label {
    padding: 0.5em 0;
    width: 30%;
  }
}
@media print, screen and (min-width: 720px) {
  .ma-datalist__label {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .ma-datalist__label {
    width: 20%;
  }
}
.ma-datalist__content {
  width: 100%;
}
@media print, screen and (min-width: 576px) {
  .ma-datalist__content {
    padding: 0.5em 0;
    width: 70%;
  }
}
@media print, screen and (min-width: 720px) {
  .ma-datalist__content {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .ma-datalist__content {
    width: 80%;
  }
}

.gray-background-and-padding {
  clear: both;
  padding: 20px;
  background: rgb(248, 247, 247);
}
@media print, screen and (min-width: 576px) {
  .gray-background-and-padding {
    padding: 18px 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.border-wrap .en-checkout__group-item {
  margin-inline: 0.5rem;
}

.gray-background-and-padding.l42-sticky {
  top: calc(var(--sff-sticky-header-height) + var(--wp-admin--admin-bar--height, 0px));
  z-index: 100;
}

.border-wrap {
  border: 1px solid rgb(221, 221, 221);
}
@media print, screen and (min-width: 576px) {
  .border-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.ma-mobile-nav {
  margin-bottom: 0.5714285714em;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
.en-mdl-stage__item {
  position: relative;
  height: 25em;
  max-height: 40vh;
  overflow: hidden;
}

.en-mdl-stage__item--higher {
  height: 50em;
  max-height: 80vh;
}

.en-mdl-stage__item--smaller {
  height: auto;
  padding: 4em 0;
}

.en-mdl-stage__item--full {
  height: 100vh;
  max-height: none;
}

@supports (height: 100svh) {
  .en-mdl-stage__item--full {
    height: 100svh;
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-stage__item--smaller {
    padding: 6em 0;
  }
}
.en-mdl-stage__image {
  position: absolute;
  right: 0;
  left: 0;
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  background-color: rgb(198, 189, 176);
  top: 0;
  bottom: 0;
}
.en-mdl-stage__image--darken {
  opacity: 0.66;
}

.en-mdl-stage__limiter {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.en-mdl-stage__text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.en-mdl-stage__title {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.en-mdl-stage__title.en-text-gold-light, .en-mdl-stage__title.en-history-era__title, .en-mdl-stage__title.en-spm-price__toggle {
  font-weight: 500;
}

.en-mdl-stage__button_wrapper {
  margin-top: 1.5em;
}

.en-mdl-stage__cta > * {
  min-width: 12em;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-stage__cta:last-child {
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-stage__cta:last-child {
    margin-left: 2em;
  }
  .en-mdl-stage__item--full {
    min-height: 50em;
  }
  .en-icon--scrolldown:before {
    font-size: 2.5em;
  }
}
.en-stage__scrolldown {
  pointer-events: auto;
  cursor: pointer;
  animation: bounce 2s infinite;
  z-index: 10;
  display: none;
}
@media print, screen and (max-width: 979px) {
  .en-stage__scrolldown {
    padding-bottom: 20vh;
  }
  .en-stage__scrolldown > * {
    display: none;
  }
}
@media print, screen and (min-width: 720px) {
  .en-stage__scrolldown {
    position: absolute;
    left: 50%;
    bottom: 10em;
    z-index: 1000;
  }
  .en-stage__scrolldown > * {
    transform: translateX(-50%);
  }
}

.en-has-fullscreen-stage .en-mdl-stage__item {
  background-color: rgb(32, 32, 32);
}
.en-has-fullscreen-stage .en-mdl-stage__cta {
  z-index: 580;
}

.en-has-fullscreen-stage .en-mdl-stage:after,
.en-has-fullscreen-stage .en-mdl-stage:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  height: 10em;
}
.en-has-fullscreen-stage .en-mdl-stage:after {
  bottom: 0;
  background-image: linear-gradient(rgba(32, 32, 32, 0) 0%, rgba(32, 32, 32, 0.325) 70%, rgba(32, 32, 32, 0.65) 100%);
}
.en-has-fullscreen-stage .en-mdl-stage:before {
  top: 0;
  background-image: linear-gradient(rgba(32, 32, 32, 0.65) 0%, rgba(32, 32, 32, 0.325) 30%, rgba(32, 32, 32, 0) 100%);
}

.en-mdl-stage__iframe-wrapper {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.en-mdl-stage__iframe {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.en-mdl-stage__iframe--16-9 {
  height: 56.25vw;
  min-width: 177.77vh;
}

.en-mdl-stage__iframe--4-3 {
  height: 75vw;
  min-width: 133.333333333vh;
}

.en-mdl-stage__upcoming-events {
  background-color: #FFF;
  position: absolute;
  z-index: 1;
  top: 3rem;
  right: 3rem;
  max-width: 19rem;
}
@media screen and (min-width: 1280px) {
  .en-mdl-stage__upcoming-events {
    max-width: 23rem;
    font-size: 0.7142857em;
  }
}
@media screen and (min-width: 1680px) {
  .en-mdl-stage__upcoming-events {
    max-width: 28rem;
    font-size: 0.7142857em;
  }
}
@media print, screen and (max-width: 979px) {
  .en-mdl-stage__upcoming-events {
    max-width: none;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.en-mdl-stage__upcoming-event {
  border-bottom: 1px solid #ECEAE7;
}

.en-mdl-stage__upcoming-event-description {
  width: 15rem;
}
@media screen and (min-width: 1280px) {
  .en-mdl-stage__upcoming-event-description {
    max-width: 17rem;
  }
}
@media print, screen and (max-width: 979px) {
  .en-mdl-stage__upcoming-event-description {
    width: 100%;
  }
}

.en-stage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.en-stage-overlay__image,
.en-stage-overlay__video {
  width: 100%;
}

.sff_video_overlay__image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas {
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: 8em;
}
@media print, screen and (min-width: 576px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas {
    margin-top: 13em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas {
    margin-top: 12em;
  }
}
@media screen and (min-width: 1280px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas {
    margin-top: 20em;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas,
  .en_sff_100jahre_only_fallback_image.en_sff_100jahre_video_finished .en-stage__ctas {
    margin-top: 8em;
    transform: translateY(2em);
  }
  .en_sff_100jahre_only_fallback_image .sff_video_overlay__image {
    transform: translateY(-4em);
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas,
  .en_sff_100jahre_only_fallback_image.en_sff_100jahre_video_finished .en-stage__ctas {
    margin-top: 12em;
    transform: translateY(2em);
  }
  .en_sff_100jahre_only_fallback_image .sff_video_overlay__image {
    transform: translateY(-3em);
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas,
  .en_sff_100jahre_only_fallback_image.en_sff_100jahre_video_finished .en-stage__ctas {
    margin-top: 20em;
    transform: translateY(4em);
  }
  .en_sff_100jahre_only_fallback_image .sff_video_overlay__image {
    transform: translateY(-2em);
  }
}
@media (orientation: portrait) and (min-width: 1200px) {
  .en-has-stage-overlay:not(.en_sff_100jahre_video_finished) .en-stage__ctas,
  .en_sff_100jahre_only_fallback_image.en_sff_100jahre_video_finished .en-stage__ctas {
    margin-top: 15em;
    transform: translateY(2em);
  }
  .en_sff_100jahre_only_fallback_image .sff_video_overlay__image {
    transform: translateY(-4em);
  }
}
@media (orientation: landscape) and (min-width: 720px) {
  .en-mdl-stage__item--full {
    min-height: initial;
  }
}
.en-has-fullscreen-stage.en-has-stage-overlay .en-header__logo--overlay {
  opacity: 0;
  margin-top: -15em;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en_sff_100jahre_video_finished.en-has-fullscreen-stage.en-has-stage-overlay .en-header__logo--overlay {
  opacity: 1;
  margin-top: 0;
}

.en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
  min-height: 24rem;
}
@media print, screen and (min-width: 576px) {
  .en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
    min-height: 27rem;
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
    min-height: 27rem;
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
    min-height: 39rem;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
    min-height: 34rem;
  }
}
@media screen and (min-width: 1680px) {
  .en-mdl-prd-header__iframe, .en-griditem__inner--video-fullscreen .en-mdl-prd-header__image, .en-mdl-prd-header__bg {
    min-height: 44rem;
  }
}

.en-mdl-prd-header__bg {
  --bg-img: var(--bg-img-lg);
  background: linear-gradient(var(--sff-color-background, rgb(255, 255, 255)), var(--sff-color-background-highlight, rgb(248, 247, 247)));
  background-repeat: no-repeat;
  position: relative;
  padding: 1em;
}
@media screen and (max-width: 719px) {
  .en-mdl-prd-header__bg {
    --bg-img: var(--bg-img-mobile);
    background-size: cover;
  }
}

.en-mdl-prd-header__bg.en-text-white {
  background: linear-gradient(rgba(32, 32, 32, 0.5), #202020);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 979px) {
  .en-mdl-prd-header__bg.en-mdl-prd-header--sujet {
    min-height: 32rem;
  }
}

.en-mdl-prd-header__inner {
  position: relative;
  overflow: hidden;
}

.en-mdl-prd-header__main {
  text-align: center;
  align-self: stretch;
}
.en-mdl-prd-header__main > div {
  display: flex;
  flex-direction: column;
}
.en-mdl-prd-header__main > div > * {
  flex-grow: 1;
}
.en-mdl-prd-header__main > div > .en-mdl-prd-header__author, .en-mdl-prd-header__main > div > .en-mdl-prd-header__title, .en-mdl-prd-header__main > div > .en-mdl-prd-header__dates, .en-mdl-prd-header__main > div > a, .en-mdl-prd-header__main > div > .en-mdl-prd-header__price-location {
  flex-grow: 0;
}
.en-mdl-prd-header__main.en-mdl-prd-header__main--feature {
  height: 50em;
  max-height: 80vh;
}

.en-mdl-prd-header__main:not(.en-mdl-prd-header__main-video-fullscreen) > div {
  min-height: 28rem;
  height: calc(100% - 75px);
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd-header__main:not(.en-mdl-prd-header__main-video-fullscreen) > div {
    height: calc(100% - 103px);
  }
}

.en-mdl-prd-header__main-inner--feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.en-mdl-prd-header__feature-content-grp:last-of-type {
  flex-grow: 0;
}

.en-mdl-prd-header__bg--feature {
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
}

.en-mdl-prd-header__side {
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.en-mdl-prd-header__category-dash {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.en-mdl-prd-header__category {
  letter-spacing: 0.6428571429em;
  text-shadow: none;
  font-size: 0.8571428571em;
}
.en-mdl-prd-header__main--feature .en-mdl-prd-header__category {
  padding: 0.12em;
  padding-left: 0.75em;
  color: var(--sff-color-background);
  border-radius: 2em;
}
@media screen and (max-width: 575px) {
  .en-mdl-prd-header__category {
    margin-top: 2em;
  }
}

[data-en-category=concert] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=concert] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=concert] .en-mdl-prd-header__category {
  background-color: rgb(92, 156, 77);
}

[data-en-category=concert_sequence] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=concert_sequence] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=concert_sequence] .en-mdl-prd-header__category {
  background-color: rgb(92, 156, 77);
}

[data-en-category=opera] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=opera] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=opera] .en-mdl-prd-header__category {
  background-color: rgb(228, 45, 49);
}

[data-en-category=play] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=play] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=play] .en-mdl-prd-header__category {
  background-color: rgb(45, 82, 154);
}

[data-en-category=youth] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=youth] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=youth] .en-mdl-prd-header__category {
  background-color: rgb(213, 123, 1);
}

[data-en-category=extra] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=extra] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=extra] .en-mdl-prd-header__category {
  background-color: rgb(158, 121, 42);
}

[data-en-category=film] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=film] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=film] .en-mdl-prd-header__category {
  background-color: rgb(158, 121, 42);
}

[data-en-category=media] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=media] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=media] .en-mdl-prd-header__category {
  background-color: rgb(32, 32, 32);
}

[data-en-category=default] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=default] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=default] .en-mdl-prd-header__category {
  background-color: rgb(158, 121, 42);
}

[data-en-category=gold] .en-mdl-prd-header__main--feature .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature [data-en-category=gold] .en-mdl-prd-header__category,
.en-mdl-prd-header__main--feature[data-en-category=gold] .en-mdl-prd-header__category {
  background-color: rgb(158, 121, 42);
}

.en-mdl-prd-header__descr {
  padding: 0 1.5em;
  margin-top: 3em;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.en-mdl-prd-header__inline-li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media print, screen and (min-width: 576px) {
  .en-mdl-prd-header__inline-li {
    white-space: nowrap;
  }
}

.en-mdl-prd-header__inline-li.en-mdl-prd-header__inline-li--separated {
  border-left: solid 0.0625rem var(--sff-color-text, rgb(32, 32, 32));
}
.en-text-white .en-mdl-prd-header__inline-li.en-mdl-prd-header__inline-li--separated {
  border-left: solid 0.0625rem var(--sff-color-text-inverse, rgb(255, 255, 255));
}

.en-mdl-prd-header__author,
.en-mdl-prd-header__sequences {
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.en-mdl-prd-header__dates,
.en-mdl-prd-header__button,
.en-mdl-prd-header__price-location {
  margin-top: 1.75em;
}

.en-mdl-prd-header__main--feature .en-mdl-prd-header__dates {
  margin-top: 1em;
}

.en-text-white .en-mdl-prd-header__button {
  background-color: var(--sff-color-primary-highlight);
  border-color: var(--sff-color-border);
  color: var(--sff-color-text-inverse);
}
@media print, screen and (min-width: 576px) {
  .en-text-white .en-mdl-prd-header__button:hover, .en-text-white .en-mdl-prd-header__button:focus {
    background-color: var(--sff-color-primary);
    border-color: var(--sff-color-primary);
  }
}

.en-mdl-prd-header--white-text .en-mdl-prd-header__main {
  color: var(--sff-color-text-inverse);
}

.en-mdl-prd-header__feature-img-photographer {
  position: absolute;
  right: 3em;
  bottom: 0;
}

.en-sticky-prd-header-has-bg {
  background-color: var(--sff-color-background-highlight);
  color: var(--sff-color-text-inverse);
}
.en-sticky-prd-header-has-bg .en-format-sm span, .en-sticky-prd-header-has-bg .en-checkout__group-heading.en-checkout__group-heading--sm span {
  text-shadow: 0 0 5em rgba(32, 32, 32, 0.5), 0 0 0.125rem rgba(32, 32, 32, 0.3);
}

.en-mdl-sticky-prd-header.en-text-white .en-sticky-prd-header____content {
  color: var(--sff-color-text-inverse);
}

.en-sticky-prd-header____content {
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[data-en-mdl-level].en-mdl + .en-mdl.en-mdl-sticky-prd-header {
  margin-top: 0;
}

.en-mdl-sticky-prd-header__inner {
  background-color: var(--sff-color-background-highlight);
  opacity: 0;
  transition: translate 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  max-height: 10px;
  overflow: hidden;
  margin-top: -2.5em;
}
.js-is-sticky .en-mdl-sticky-prd-header__inner {
  display: inherit;
  opacity: 1;
  max-height: 20em;
  z-index: 599;
  margin-top: 0;
}
.en-sticky-prd-header-has-bg .js-is-sticky .en-mdl-sticky-prd-header__inner {
  background-color: rgba(0, 0, 0, 0);
}
.en-is-not-scrolled-to-top.en-header-is-sticky .en-mdl-sticky-prd-header__inner {
  display: none;
}

.en-sticky-prd-header__actions {
  align-items: center;
  justify-content: flex-end;
  flex-grow: 0;
  text-align: right;
}

.en-sticky-prd-header__actions > div {
  display: flex;
  align-items: center;
}

.en-sticky-prd-header__location {
  padding-right: 1em;
}
.en-sticky-prd-header__location div:first-child {
  padding-right: 0.75em;
}

.en-mdl-prd-header--production_photo .en-mdl-prd-header__title {
  min-height: 1.25em;
}
@media screen and (max-width: 359px) {
  .en-mdl-prd-header--production_photo .en-mdl-prd-header__title {
    min-height: 3.45em;
  }
}
@media screen and (max-width: 575px) {
  .en-mdl-prd-header--production_photo .en-mdl-prd-header__title {
    min-height: 2.45em;
  }
}

.en-sticky-prd-header__title {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.75em;
}
@media print, screen and (min-width: 576px) {
  .en-sticky-prd-header__title {
    padding-top: 0.125em;
  }
}

.en-sticky-prd-header__title.en-format-h4 {
  line-height: 1.2;
}

.en-sticky-header-wrapper-ext {
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
.en-sticky-header-wrapper-ext:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  filter: blur(4px);
  background-image: inherit;
  background-position: center center;
  background-size: cover;
}

.en-sticky-prd-header-has-bg .en-sticky-header-wrapper-ext:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
}

.en-mdl-sticky-prd-header .en-wrapper-limit.en-wrapper-limit-sm {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 719px) {
  .en-sticky-prd-header____content {
    justify-content: center;
    align-items: center;
  }
}

.en-sticky-prd-header__button {
  white-space: nowrap;
}

.en-mdl-prd-header__bg--video-fullscreen {
  display: flex;
}

.en-griditem__inner--video-fullscreen .en-mdl-prd-header__image {
  background-size: cover;
  background-repeat: no-repeat;
}

.en-griditem__inner--video-fullscreen .en-mdl-prd-header__bg {
  padding: 0;
}

.en-mdl-prd-header__main-video-fullscreen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.en-mdl-prd-header__image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 1;
  pointer-events: none;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-header__side .en-mdl-prd-header__image {
    padding-bottom: 0;
  }
}

.en-mdl-prd-header__iframe {
  position: absolute;
  height: 100%;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
}
@media screen and (max-width: 719px) {
  @supports not (aspect-ratio: 16/9) {
    .en-mdl-prd-header__iframe {
      width: 47rem;
      min-height: 100%;
      min-width: 100%;
    }
  }
}
@media screen and (max-width: 719px) {
  @supports not (aspect-ratio: 16/9) {
    .en-mdl-prd-header__iframe {
      width: 42rem;
    }
  }
}

.en-griditem__inner--video-fullscreen [data-vue="PrdHeaderConcert,PrdHeaderDash,PrdHeaderDefault,PrdHeaderFeature"] .en-wrapper-limit.en-grid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-header__bg {
    padding: 2.5em 0 2.5em;
  }
  .en-mdl-prd-header__main {
    padding: 0 4em;
  }
  .en-mdl-prd-header__author,
  .en-mdl-prd-header__sequences {
    margin-top: 3em;
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-prd-header__main {
    width: 60%;
  }
  .en-mdl-prd-header__main-full {
    width: 100%;
  }
  .en-mdl-serie-header .en-mdl-prd-header__main-full {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-prd-header__bg {
    padding: 3em 0 3em;
  }
  .en-mdl-prd-header__author,
  .en-mdl-prd-header__sequences {
    margin-top: 5em;
  }
  .en-mdl-prd-header__dates,
  .en-mdl-prd-header__button,
  .en-mdl-prd-header__price-location {
    margin-top: 3em;
  }
}
.en-mdl-prd-header__program-detail {
  margin-top: 3em;
  margin-bottom: 1em;
}

.en-mdl-prd-header__main--editorial-video > .en-mdl-prd-header__main-inner--feature {
  height: 100%;
  max-height: 80vh;
}
@media screen and (max-width: 575px) {
  .en-mdl-prd-header__main--editorial-video > .en-mdl-prd-header__main-inner--feature {
    max-height: 50vh;
  }
}

.en-mdl-prd__editorial-video {
  box-sizing: content-box;
  max-width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}
.en-mdl-prd__editorial-video:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 980px) {
  .en-mdl-prd__editorial-video:hover {
    padding: 10px;
    margin: -10px;
  }
}
@media print, screen and (max-width: 1279px) {
  .en-mdl-prd__editorial-video {
    max-width: 170px;
  }
}
@media screen and (max-width: 719px) {
  .en-mdl-prd__editorial-video {
    height: 32px;
    position: relative;
    border: 1px solid var(--sff-color-background);
    border-radius: 100px;
    max-width: max-content;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
  }
  .en-mdl-prd__editorial-video:hover {
    padding: 0;
  }
}

.en-mdl-prd-header__editorial-video-bg {
  background-size: cover;
}

.en-mdl-prd__editorial-video-image-container {
  position: relative;
}

@media screen and (max-width: 719px) {
  .en-mdl-prd__editorial-video-image {
    display: none;
  }
}

.en-mdl-prd__editorial-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 719px) {
  .en-mdl-prd__editorial-video-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 32px;
  }
  .en-mdl-prd__editorial-video-icon:before {
    font-size: 12px;
    content: "\ea65";
    padding-left: 4px;
    text-shadow: none;
  }
}

.en-mdl-prd__editorial-video-description {
  line-height: 1.6;
  padding: 5px 0;
  border-bottom: 2px solid var(--sff-color-border);
}
@media screen and (max-width: 719px) {
  .en-mdl-prd__editorial-video-description {
    border-bottom: none;
    display: none;
  }
}

.en-mdl-prd__editorial-video-play-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 5px;
  flex-grow: 1;
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd__editorial-video-play-text {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .en-mdl-prd-header__main-video-fullscreen {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1680px) {
  .en-griditem__inner--video-fullscreen {
    max-height: 80vh;
    overflow: hidden;
  }
  .en-griditem__inner--video-fullscreen .en-mdl-prd-header__main {
    margin-top: -10vh;
  }
}
.swiper-slide .en-mdl-prd-header__bg > .en-wrapper-limit.en-grid {
  display: flex;
}

.en-mdl-prd-team * {
  flex-shrink: 1;
}

@media screen and (max-width: 719px) {
  .en-mdl-prd-team__inner {
    min-height: 7rem;
  }
}

.en-mdl-prd-team__inner {
  margin-bottom: var(--sff-module-spacing-bottom);
}

@media screen and (max-width: 719px) {
  .en-mdl-prd-description__img-wrapper-md {
    border: solid 0.625rem transparent;
  }
  .en-mdl-prd-description__img-wrapper-md .en-mdl-prd-description__image {
    max-height: 25em;
  }
  .en-mdl-prd-description__heading {
    margin-top: 3em;
  }
}
.en-mdl-prd-description__inner {
  padding-bottom: 2em;
  padding-top: 2em;
}

.en-mdl-prd-description__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

@media screen and (min-width: 980px) {
  .en-mdl-prd-description__heading {
    max-width: 65%;
  }
  .en-mdl-prd-description__text {
    text-align: left;
    padding-left: 6em;
    padding-right: 6em;
  }
  .en-mdl-prd-description__columns {
    column-count: 2;
    column-gap: 2em;
  }
  .en-mdl-prd-description__text-inner {
    max-height: 20 rem;
  }
}
.en-mdl-prd-further__inner {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.en-mdl-prd-dates {
  background-color: var(--sff-color-background);
}

.en-mdl-prd-dates * {
  flex-shrink: 1;
}

.en-mdl-prd-dates__tiles {
  outline: none;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.en-mdl-prd-dates__tile {
  text-align: center;
  padding: 1em 0.5em;
  width: 11em;
  margin: 0.5em;
  flex-grow: 0;
}

.en-mdl-prd-abos .en-mdl-prd-dates__tile {
  width: 18em;
}

.en-mdl-prd-dates__month {
  font-size: 1.2857142857em;
  line-height: 1;
}

.en-mdl-prd-dates__expander-container {
  border: solid 0.625rem transparent;
}

.en-mdl-prd-dates__expander {
  transform: translate(-50%, calc(50% + 0.625rem));
}

@media screen and (max-width: 575px) {
  .en-mdl-prd-dates__tile.is-selected .en-mdl-prd-dates__tile-button:not(.en-button--disabled) {
    color: var(--sff-color-background);
    background-color: var(--sff-color-border);
  }
  .en-mdl-prd-dates__modal-list {
    padding-top: 2em;
    overflow: auto;
  }
  .en-mdl-prd-dates__modal-listitem {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    margin-bottom: 0.5em;
    border-bottom: solid 0.0625rem var(--sff-color-border-light);
  }
  .en-mdl-prd-dates__modal-listitem:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  .en-mdl-prd-dates__modal-button {
    flex-grow: 0;
    text-align: right;
  }
  .en-mdl-prd-dates__ticket-icon {
    font-size: 2rem;
  }
  .en-button--disabled .en-mdl-prd-dates__ticket-icon {
    color: var(--sff-color-border-light);
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-prd-dates__tile:not(.en-mdl-prd-dates__tile--disabled):hover,
  .en-mdl-prd-dates__tile:not(.en-mdl-prd-dates__tile--disabled):focus {
    background-color: var(--sff-color-background-highlight);
  }
  .en-mdl-prd-dates__tile.en-mdl-prd-dates__tile--disabled {
    cursor: auto;
  }
  .en-mdl-prd-dates__slider-prev-arrow,
  .en-mdl-prd-dates__slider-next-arrow {
    display: block;
    font-size: 5em;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .en-mdl-prd-dates__slider-prev-arrow {
    left: 0;
  }
  .en-mdl-prd-dates__slider-next-arrow {
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-prd-dates__tile {
    width: 14em;
  }
}
@media print, screen and (max-width: 979px) {
  .en-mdl-prd-dates {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.en-mdl-prd-recommendations {
  margin-top: 2em;
  margin-bottom: 2em;
}

.en-mdl-prd-recommendations * {
  flex-shrink: 1;
}

.en-mdl-prd-recommendations__boxes {
  outline: none;
}

.en-mdl-prd-recommendations__box {
  display: flex;
  justify-content: center;
}

.en-mdl-prd-abos {
  margin-top: 2em;
  margin-bottom: 2em;
}
.en-mdl-prd-abos * {
  flex-shrink: 1;
}
.en-mdl-prd-abos__inner {
  padding-top: 2em;
  padding-bottom: 2em;
}
.en-mdl-prd-abos__bg {
  border: 0.625rem solid transparent;
}
.en-mdl-prd-abos__boxes {
  outline: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.en-mdl-prd-abos__boxes .en-box {
  flex-grow: 0;
}
.en-mdl-prd-abos__box {
  display: flex;
  justify-content: center;
}

.en-mdl-prd-podcasts__wrapper {
  max-width: 41.4285714286em;
  margin: auto;
}
.en-mdl-prd-podcasts__details {
  float: left;
  width: 69%;
  padding-right: 0.7142857143em;
}
.en-mdl-prd-podcasts__detailsheading {
  margin: 0.8em 0;
}
.en-mdl-prd-podcasts__detailsdownload {
  margin: 1.0714285714em 0;
  display: block;
}
.en-mdl-prd-podcasts__cover {
  width: 31%;
  float: left;
}
.en-mdl-prd-podcasts__list {
  border-top: 1px solid var(--sff-color-border-light);
}
.en-mdl-prd-podcasts__listitem {
  padding: 0.8571428571em 0;
  border-bottom: 1px solid var(--sff-color-border-light);
  position: relative;
  display: flex;
  align-items: center;
}
.en-mdl-prd-podcasts__listitem:hover {
  cursor: pointer;
  background: var(--sff-color-border-light);
  border-bottom: 1px solid var(--sff-color-border);
}
.en-mdl-prd-podcasts__listitem--active {
  border-bottom: 1px solid var(--sff-color-border);
}
.en-mdl-prd-podcasts__listitem--active:hover {
  cursor: default;
  background: none;
}
.en-mdl-prd-podcasts__listiconplay, .en-mdl-prd-podcasts__listtitle, .en-mdl-prd-podcasts__listiconinfo {
  position: relative;
  z-index: 10;
}
.en-mdl-prd-podcasts__listiconplay {
  font-size: 2em;
  width: 1.5em;
  cursor: pointer;
}
.en-mdl-prd-podcasts__listiconplay[data-en-icon=pause_alt] {
  display: none;
}
.en-mdl-prd-podcasts__listtitle {
  pointer-events: none;
  padding-top: 0.2142857143em;
}
.en-mdl-prd-podcasts__listiconinfo {
  width: 1.5em;
}
.en-mdl-prd-podcasts .en-tooltip-target {
  float: right;
}
.en-mdl-prd-podcasts__waveform {
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: url("../images/podcasts/audiowave.png") repeat-x;
  background-size: cover;
}
.en-mdl-prd-podcasts__waveform__inner {
  background: rgba(193, 155, 81, 0.1);
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
.en-mdl-prd-podcasts__listitem--active .en-mdl-prd-podcasts__waveform {
  visibility: visible;
}
.en-mdl-prd-podcasts__listitem--playing .en-mdl-prd-podcasts__listiconplay[data-en-icon=play_alt] {
  display: none;
}
.en-mdl-prd-podcasts__listitem--playing .en-mdl-prd-podcasts__listiconplay[data-en-icon=pause_alt] {
  display: inline-block;
}

.en-mdl-prd-tiles__container {
  margin-left: auto;
  margin-right: auto;
  width: 28.5714285714em;
}

.en-mdl-prd-tiles__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14.2857142857em;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  flex-grow: 0;
}
.en-mdl-prd-tiles__tile.en-space-t-lg {
  margin-top: 1rem;
  padding-top: 0;
}

.en-mdl-prd-tiles__tile .en-icon {
  flex-grow: 0;
}

.en-mdl-prd-tiles__tile-text {
  position: relative;
  flex-grow: 0;
}

.en-mdl-prd-tiles__tile:after {
  position: absolute;
  top: 0;
  left: -0.625rem;
  bottom: 0;
  width: 0.125rem;
  background-color: rgb(236, 234, 231);
}

.en-mdl-prd-tiles__tile:not(:nth-child(2n+1)):after {
  content: "";
}

.en-mdl-prd-tiles__tile:nth-child(2n+1):after {
  content: none;
}

.en-mdl-prd-tiles__link-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.05rem;
}

.en-mdl-prd-tiles__icon {
  font-size: 2.75em;
}

@media screen and (max-width: 575px) {
  .en-mdl-prd-tiles__container {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd-tiles__container {
    width: 42.8571428571em;
  }
  .en-mdl-prd-tiles__tile:not(:nth-child(3n+1)):after {
    content: "";
  }
  .en-mdl-prd-tiles__tile:nth-child(3n+1):after {
    content: none;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-prd-tiles__container {
    width: 57.1428571429em;
  }
  .en-mdl-prd-tiles__tile:not(:nth-child(4n+1)):after {
    content: "";
  }
  .en-mdl-prd-tiles__tile:nth-child(4n+1):after {
    content: none;
  }
}
.en-mdl-prd-links__col-heading {
  padding-bottom: 1em;
  margin-top: 1.5em;
}

.en-mdl-prd-links__items {
  border-top: solid 0.0625rem var(--sff-color-border-light);
  border-bottom: solid 0.0625rem var(--sff-color-border-light);
}

.en-mdl-prd-links__item {
  border-top: solid 0.0625rem var(--sff-color-border-light);
}
.en-mdl-prd-links__item:first-child {
  border-top: none;
}

.en-mdl-prd-links__item-inner {
  display: flex;
  align-items: center;
  min-height: 4em;
  padding-left: 0.5em;
}

.en-mdl-prd-links__icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 2em;
  margin-right: 0.3571428571em;
}

.en-mdl-prd-links__icon.en-mdl-prd-links__icon--smaller {
  font-size: 1.5em;
  margin-right: 0.7142857143em;
  margin-left: 0.2380952381em;
}

.en-mdl-prd-tiles__tile-text a {
  position: relative;
  text-decoration: underline;
}
.en-mdl-prd-tiles__tile-text a:after {
  content: "\ea1e";
  color: var(--sff-color-border-light);
  font-size: 0.85em;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-links__item.en-hover:hover,
  .en-mdl-prd-links__item.en-hover:focus {
    background-color: var(--sff-color-background-highlight);
  }
}
.en-mdl-prd-share {
  margin-top: 2em;
  margin-bottom: 2em;
}

.en-mdl-prd-share__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 21.4285714286em;
  border: solid 0.0625rem var(--sff-color-border);
  padding: 2em 0.5em;
}

.en-mdl-prd-share__heading {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: var(--sff-color-background);
  padding: 0.5em;
  transform: translate(-50%, -50%);
}

.en-mdl-prd-share__services {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.en-mdl-prd-share__service {
  width: 16.6666666667%;
}

.en-mdl-prd-share__service-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.en-mdl-prd-share__icon {
  font-size: 2em;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-share__container {
    width: 28.5714285714em;
    padding: 2em 1.5em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd-share__container {
    width: 41.4285714286em;
    padding: 3em 2em;
  }
}
.en-mdl-prd-quotes__inner {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  background-color: var(--sff-color-border-light);
}

.en-mdl-prd-quotes__items {
  padding: 2em 0;
}

.en-mdl-prd-quotes__item {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.en-mdl-prd-quotes__item-quote {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  padding-left: 10%;
  padding-right: 10%;
}
.en-mdl-prd-quotes__item-quote:after {
  content: "";
  font-smooth: never;
  -webkit-font-smoothing: none;
  height: 1px;
  width: 10em;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--sff-color-border);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-quotes__item {
    padding-right: calc((100% - 556px) / 2);
    padding-left: calc((100% - 556px) / 2);
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd-quotes__item {
    padding-right: calc((100% - 674px) / 2);
    padding-left: calc((100% - 674px) / 2);
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-prd-quotes__item {
    padding-right: calc((100% - 914px) / 2);
    padding-left: calc((100% - 914px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-prd-quotes__item {
    padding-right: calc((100% - 1180px) / 2);
    padding-left: calc((100% - 1180px) / 2);
  }
}
.en-mdl-prd-artists * {
  flex-shrink: 1;
}

.en-mdl-prd-artists__inner {
  margin-top: 2em;
  margin-bottom: 2em;
}

.en-mdl-prd-artists__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.en-mdl-prd-artists__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 0;
  min-height: 100%;
  max-width: 11.4285714286em;
  margin: 0 0.5em;
  border: solid 0.625rem transparent;
  text-align: center;
}
.en-mdl-prd-artists__item > * {
  flex-grow: 0;
}

.en-mdl-prd-artists__img {
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 5em;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background-color: var(--sff-color-background-highlight);
  overflow: hidden;
}
.en-mdl-prd-artists__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5em;
  background-color: rgba(255, 255, 255, 0.2);
}
.en-mdl-prd-artists__img > img {
  width: 100%;
}

.en-mdl-prd-artists__items:after {
  content: "flickity";
  display: none;
}

@media screen and (max-width: 575px) {
  .en-mdl-prd-artists__item {
    max-width: 10em;
    margin: 0;
  }
  .en-mdl-prd-artists__img {
    width: 8em;
    height: 8em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-prd-artists__item {
    margin: 0 1em;
  }
  .en-mdl-prd-artists__items:after {
    content: "";
  }
}
.en-mdl-prd-faq__item {
  width: 100%;
  border-bottom: solid 0.0625rem var(--sff-color-border-light);
}
.en-mdl-prd-faq__item.en-is-open {
  border-bottom-color: var(--sff-color-border);
}
.en-mdl-prd-faq__item.en-is-open .en-mdl-prd-faq__icon {
  color: var(--sff-color-primary);
  transform: rotate(180deg);
}

.en-mdl-prd-faq__item-head {
  padding: 0.5em 0;
  min-height: 3.5714285714em;
}

.en-mdl-prd-faq__item-body {
  display: none;
  padding: 0.5em 0 1em;
  cursor: auto;
}
.en-mdl-prd-faq__item.en-is-open .en-mdl-prd-faq__item-body {
  display: block;
}

.en-mdl-prd-faq__icon {
  transition: color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media print, screen and (min-width: 576px) {
  .en-mdl-prd-faq__item:hover, .en-mdl-prd-faq__item:focus {
    border-bottom-color: var(--sff-color-border);
  }
  .en-mdl-prd-faq__item-head:hover,
  .en-mdl-prd-faq__item-head:focus {
    background-color: var(--sff-color-background-highlight);
  }
  .en-mdl-prd-faq__item-head:hover .en-mdl-prd-faq__icon,
  .en-mdl-prd-faq__item-head:focus .en-mdl-prd-faq__icon {
    color: var(--sff-color-border);
  }
}
@media (hover: none) {
  .en-mdl-prd-faq__item {
    cursor: pointer;
  }
}
.en-mdl-prd-posts {
  --sff-module-spacing-top: var(--sff-module-spacing-medium);
  --sff-module-spacing-bottom: var(--sff-module-spacing-narrow);
}
.en-mdl-prd-posts .en-slider__controls button[disabled] svg {
  opacity: 0.5;
}
.en-mdl-prd-posts .en-mdl-heading__wrapper {
  display: flex;
  flex-wrap: nowrap;
  max-width: 35rem;
  width: 100%;
  padding: 10px;
  position: relative;
}
.en-mdl-prd-posts .en-mdl-heading__wrapper > * {
  background-color: var(--sff-color-background);
  z-index: 2;
}
.en-mdl-prd-posts .en-mdl-heading__wrapper .en-mdl-heading__heading {
  padding-right: 1rem;
  z-index: 3;
}
.en-mdl-prd-posts .en-mdl-heading__wrapper .en-mdl-heading__controls {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  z-index: 2;
  background-color: var(--sff-color-background);
}
.en-mdl-prd-posts .en-mdl-heading__wrapper .en-mdl-heading__controls::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  right: 8rem;
  display: block;
  height: 2px;
  background-color: var(--sff-color-border);
  z-index: 1;
}
.en-mdl-prd-posts .en-mdl-heading__wrapper .en-mdl-heading__controls button {
  background-color: var(--sff-color-background);
  padding-left: 1rem;
  z-index: 4;
}

.en-mdl-prd-posts__slider {
  display: flex;
  position: relative;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  margin-right: calc(50% - 50vw + var(--en-scrollbar-width) / 2);
  padding-right: calc(50vw - 50% - var(--en-scrollbar-width) / 2);
}
.en-mdl-prd-posts__slider > .en-teaser {
  scroll-snap-align: start;
}

@media (pointer: coarse) {
  .en-slider__controls {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .en-mdl-prd-posts__inner.en-mdl-prd-posts__inner.en-mdl-prd-posts__inner {
    border: 0;
    padding-bottom: 2.5em;
  }
  .en-mdl-prd-posts {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media print, screen and (min-width: 720px) {
  .en-ajust--top {
    padding-top: 10em;
    min-height: 60vh;
  }
}

@media print, screen and (max-width: 720px) {
  .en-ajust--top {
    padding-top: 5em;
  }
}
.en-login {
  display: flex;
  justify-content: center;
  background-color: transparent;
}

.en-login__content {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.en-login__header-image {
  display: none;
}
@media print, screen and (min-width: 720px) {
  .en-login__header-image {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.en-login__inner {
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  position: static;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media print, screen and (min-width: 720px) {
  .en-login__inner {
    max-width: 41.5em;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .en-register-active .en-login__inner {
    max-width: 55em;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.en-login__cnt {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.en-login__loin {
  max-width: 26.86em;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(248, 247, 247);
}
.en-register-active .en-login__loin {
  background-color: rgb(250, 247, 241);
  border: none;
}

.en-login__element-state-1 {
  opacity: 1;
  max-height: 50em;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-login-state-2 .en-login__element-state-1, .en-login-state-3 .en-login__element-state-1, .en-login-state-4 .en-login__element-state-1 {
  opacity: 0;
  max-height: 0;
}

.en-login__element-state-2 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-login-state-2 .en-login__element-state-2 {
  opacity: 1;
  max-height: 50em;
}

.en-login__element-state-3 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-login-state-3 .en-login__element-state-3 {
  opacity: 1;
  max-height: 50em;
}

.en-login__element-state-4 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-login-state-4 .en-login__element-state-4 {
  opacity: 1;
  max-height: 50em;
}

.en-login__title {
  opacity: 1;
  max-height: 5em;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-login-state-3 .en-login__title, .en-login-state-4 .en-login__title {
  opacity: 0;
  max-height: 0;
  margin: 0;
}

.en-login__continue {
  margin-top: 2.575em;
}

.en-dropdown-form,
.nf-field-element select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 0.5em;
  -moz-padding-start: 0.5em;
  background-color: rgb(255, 255, 255);
  background-image: url("/wp-content/themes/sff/assets/dist/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 2px;
  color: rgb(32, 32, 32);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2.5em;
  padding-left: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.en-dropdown-form:focus,
.nf-field-element select:focus {
  outline: none;
  border: 1px solid rgb(221, 221, 221);
}
.en-dropdown-form:after,
.nf-field-element select:after {
  content: "";
  content: "\ea1a";
  right: 0.5em;
  top: 50%;
  margin-top: -50%;
}
.en-is-invalid .en-dropdown-form,
.en-is-invalid .nf-field-element select,
.nf-field-element .en-is-invalid select {
  border-color: rgb(228, 45, 49);
}
.en-is-invalid .en-dropdown-form:focus,
.en-is-invalid .nf-field-element select:focus,
.nf-field-element .en-is-invalid select:focus {
  color: inherit;
}

.en-dropdown-form--full-width {
  width: 100%;
}

.en-login__register {
  margin: 0 auto;
  max-width: 26.86em;
  background-color: rgb(250, 247, 241);
  border: none;
}
.en-register-active .en-login__register {
  background-color: rgb(255, 255, 255);
  padding-bottom: 0;
}
.en-login-state-4 .en-login__register {
  display: none;
}
@media print, screen and (min-width: 720px) {
  .en-login__register {
    max-width: 15em;
  }
  .en-register-active .en-login__register {
    max-width: 26.86em;
  }
}

.en-form-register {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-register-active .en-form-register {
  max-height: 250em;
}

.en-button__register {
  margin-top: 0.5em;
}
.en-register-active .en-button__register {
  display: none;
}

.en-section-form {
  width: 100%;
  border-top: 1px solid rgb(236, 234, 231);
  padding-bottom: 1em;
}

.en-form-section {
  background-color: rgb(255, 255, 255);
  padding-top: 2.86em;
  padding-bottom: 2.86em;
  position: relative;
  z-index: 1;
}
.en-form-section:after {
  content: "";
  height: 0.325em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(236, 234, 231);
  z-index: 2;
}
.en-form-section:first-child {
  padding-top: 1em;
}

.en-membership__extra {
  padding-top: 2em;
  padding-left: 1.5rem;
}

.en-input--price-wrapper {
  padding-top: 0.5em;
  width: 12em;
  padding-left: 1.5rem;
  position: relative;
}

.en-input--price {
  padding-right: 2em;
}

.en-input--price-unit {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.en-checkbox-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.en-is-checked .en-checkbox-extra {
  max-height: 10em;
  opacity: 1;
}

.en-border-bottom {
  padding-bottom: 1em;
  border-bottom: 1px solid rgb(236, 234, 231);
}

.en-border-light {
  border-color: rgb(236, 234, 231);
}

.en-pad-sm {
  padding: 1em;
}

.en-pad-xs {
  padding: 0.5em;
}

.en-plan-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0px);
  bottom: 0;
  max-width: 100vw;
  overflow: hidden;
  z-index: 999;
  background: rgb(255, 255, 255);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(100%);
}
.en-plan-sticky.en-is-active {
  transform: translateX(0);
}

.en-plan-sticky__body {
  flex-grow: 1;
  overflow-y: auto;
}

.en-plan-sticky__footer {
  width: 100%;
  height: 5.71em;
  background-color: rgb(255, 255, 255);
}

.en-seating-plan {
  overflow: hidden;
}

.en-seating-plan__inner {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.en-seating-plan__graphic {
  background-color: rgb(236, 234, 231);
  height: 100%;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 980px) {
  .en-seating-plan__graphic {
    display: block;
  }
}

.en-seating-plan__sale {
  display: none;
}
@media screen and (min-width: 980px) {
  .en-seating-plan__sale {
    width: 400px;
    flex-grow: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
}

.en-seating-plan__piece-inner {
  padding-left: 1em;
  padding-right: 2em;
}

.en-seating-plan__icon {
  position: absolute;
  right: 0;
  top: 1em;
}

.en-sidebar.en-seating-plan__sale {
  position: relative;
  top: 0;
  height: 100%;
}

.en-seating-plan__seating-select {
  background-color: rgb(248, 247, 247);
}

.en-seating-plan__footer {
  border-top: 1px solid rgb(236, 234, 231);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.en-seating-plan__footer:before {
  content: "";
  width: 100%;
  height: 2em;
  background-image: linear-gradient(rgba(248, 247, 247, 0), rgb(248, 247, 247));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 1;
}
.en-seating-plan__footer * {
  flex-grow: 0;
}

.en-seating-plan__seats {
  margin-top: 0.5em;
}

.en-seating-plan__seats--option .en-seating-plan__seats-title {
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgb(236, 234, 231);
}

.en-seating-plan__seat {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgb(236, 234, 231);
  padding-bottom: 0.75em;
  padding-top: 0.25em;
}

.en-seating-plan__main-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.en-seating-plan__seat-delete {
  align-self: flex-end;
  text-align: right;
}

.en-seating-plan__seat-price {
  width: 3.5em;
  padding-left: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.en-seating-plan__boxs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.en-seating-plan__box-wrapper {
  width: 12.43em;
  height: 2.57em;
  flex-grow: 0;
  position: relative;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 1.25em;
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.en-seating-plan__box-wrapper.en-border-light {
  border-color: rgb(236, 234, 231);
}

.en-seating-plan__box {
  text-align: center;
}

.en-seating-plan__box-icon {
  flex-grow: 0;
  width: 1.5em;
}

.en-seating-plan__act-wrapper {
  padding: 1.5em 0;
}

.en-spm,
.en-spm__tickets,
.en-spm__seat-preview {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 14px;
  overflow: hidden;
  z-index: 999;
  background: rgb(255, 255, 255);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.5s step-end;
  transform: translateY(100%);
  display: grid;
  grid-template-areas: "spmHeader" "spmBody" "spmFooter";
  grid-template-columns: 100%;
  grid-template-rows: minmax(53px, min-content) 1fr 51px;
}
.en-spm.en-is-active,
.en-spm__tickets.en-is-active,
.en-spm__seat-preview.en-is-active {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.en-spm__tickets {
  grid-template-columns: 100%;
  grid-template-rows: minmax(53px, min-content) 1fr min-content;
}

.en-spm__seat-preview {
  z-index: 1000;
}

.en-spm__header {
  grid-area: spmHeader;
  align-content: center;
}

.en-spm__body {
  grid-area: spmBody;
  min-height: 0;
}

.en-spm__footer {
  grid-area: spmFooter;
}

.en-spm__header {
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  display: grid;
  grid-template-areas: "spmCategorydash spmInfo spmClose" ". spmContent spmContent";
  grid-template-columns: 16px auto 54px;
  grid-template-rows: min-content min-content;
}

.en-spm__header-categorydash {
  grid-area: spmCategorydash;
}

.en-spm__header-info {
  grid-area: spmInfo;
}

.en-spm__header-close {
  grid-area: spmClose;
}

.en-spm__header-content {
  grid-area: spmContent;
}

.en-spm-price {
  width: 100%;
  display: grid;
  padding: 16px 0;
  grid-template-areas: "spmPriceTags spmPriceFilter";
  grid-template-columns: auto 76px;
  grid-template-rows: min-content;
}
.en-spm-price > * {
  align-self: center;
}

.en-spm-price__tags {
  grid-area: spmPriceTags;
}

.en-spm-price__toggle {
  grid-area: spmPriceFilter;
}

.en-spm__body {
  border-bottom: 1px solid rgb(236, 234, 231);
  position: relative;
  display: grid;
  grid-template-areas: "spmBody" "spmConfirmation";
  grid-template-columns: 100%;
  grid-template-rows: 1fr min-content;
}

.en-spm__body-wrapper {
  grid-area: spmBody;
  max-height: 100%;
  overflow: hidden;
}

.en-spm-indicators {
  grid-area: spmBody;
}

.en-spm-confirmation {
  grid-area: spmConfirmation;
}

.en-spm__seatplan {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.en-spm__body-scroll-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
}

.en-spm__body-content {
  position: relative;
  z-index: 1;
}

.en-spm__body-backlink {
  width: auto;
  height: 32px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  color: rgb(193, 155, 81);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 6px 16px 8px 0;
}
.en-spm__body-backlink .en-icon {
  margin-top: -3px;
  margin-left: 5px;
}

.en-spm-indicators {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
}
.en-spm-indicators__sector {
  background: url("/wp-content/themes/sff/assets/dist/images/spm-mobile/indicator_sector.svg") no-repeat center;
  background-position-y: 13px;
  width: 100%;
  padding-top: 90px;
  display: none;
}
.en-spm-indicators__place {
  background: url("/wp-content/themes/sff/assets/dist/images/spm-mobile/indicator_place.svg") no-repeat center;
  background-position-y: 16px;
  width: 100%;
  padding-top: 90px;
  display: none;
}
.en-spm__body--indicator-sector .en-spm-indicators {
  animation-name: indicators;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.en-spm__body--indicator-sector .en-spm-indicators .en-spm-indicators__sector {
  display: block;
}
.en-spm__body--indicator-place .en-spm-indicators {
  animation-name: indicators;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.en-spm__body--indicator-place .en-spm-indicators .en-spm-indicators__place {
  display: block;
}
.en-spm-indicators__label {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
  line-height: 1em;
}

.en-spm-confirmation {
  width: 100%;
  height: auto;
  background: white;
  opacity: 0;
  display: none;
}
.en-spm-confirmation.en-is-active {
  display: block;
  animation-name: confirmation;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.en-spm-confirmation__ticket {
  display: flex;
  padding: 12px 16px;
}

.en-spm-confirmation__imgwrapper {
  flex-basis: 15%;
  max-width: 150px;
  margin-right: 12px;
  min-width: 63px;
  position: relative;
}
.en-spm-confirmation__imgwrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.en-spm-confirmation__imgwrapper:after {
  content: "\ea52";
  color: white;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.en-spm-confirmation__imgwrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.en-spm-confirmation__content {
  flex-basis: 85%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.en-spm-confirmation__content .en-spm-tickets__row {
  padding: 0;
}
.en-spm-confirmation__content > * {
  flex-grow: 0;
}

.en-spm-confirmation__message {
  font-weight: 600;
}

.en-spm__footer {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.en-spm__footer-left {
  flex-grow: 0;
  flex-shrink: 1;
}

.en-spm__header-tickets {
  cursor: pointer;
}
.en-spm__header-tickets .en-icon {
  width: 0.5em;
  margin-right: 0.25em;
}
.en-spm__header-tickets .en-icon:before {
  top: 44%;
}
.en-spm__tickets.en-is-active .en-spm__header-tickets .en-icon:before {
  transform: rotate(180deg);
}

.en-spm__footer-right {
  flex-grow: 0;
  flex-shrink: 1;
  z-index: 1000;
  background: white;
}

.en-spm__tickets {
  transform: translateY(calc(100% - 53px));
}
.en-spm__tickets.en-is-active {
  transform: translateY(0);
  z-index: 1000;
}

.en-spm-price__toggle {
  font-size: 12px;
  padding-left: 10px;
  font-weight: 500;
  cursor: pointer;
}
.en-spm-price__toggle .en-spm-price__toggle-show {
  display: block;
}
.en-spm-price__toggle .en-spm-price__toggle-hide {
  display: none;
}
.en-spm-price__toggle.en-is-active .en-spm-price__toggle-show {
  display: none;
}
.en-spm-price__toggle.en-is-active .en-spm-price__toggle-hide {
  display: block;
}

.en-spm-price-range {
  display: none;
  padding: 0 0 16px 0;
  grid-area: spmBody;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: white;
  padding: 16px;
}
.en-spm-price-range.en-is-active {
  display: block;
}

.en-spm__header-categorydash {
  position: relative;
}
.en-spm__header-categorydash:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
}
.en-spm__header--concert .en-spm__header-categorydash:before {
  background: rgb(92, 156, 77);
}
.en-spm__header--youth .en-spm__header-categorydash:before {
  background: rgb(213, 123, 1);
}
.en-spm__header--play .en-spm__header-categorydash:before {
  background: rgb(45, 82, 154);
}
.en-spm__header--opera .en-spm__header-categorydash:before {
  background: rgb(228, 45, 49);
}
.en-spm__header--extra .en-spm__header-categorydash:before {
  background: rgb(158, 121, 42);
}

.en-spm__header-info {
  min-width: 0;
  padding: 5px 0;
}

.en-spm__header-close {
  align-self: center;
  justify-self: center;
  cursor: pointer;
  font-size: 18px;
}

.en-spm__header-content {
  padding-right: 16px;
}

.en-spm__header-meta {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.en-spm__header-category {
  font-weight: 600;
  text-transform: uppercase;
}
.en-spm__header--concert .en-spm__header-category {
  color: rgb(92, 156, 77);
}
.en-spm__header--youth .en-spm__header-category {
  color: rgb(213, 123, 1);
}
.en-spm__header--play .en-spm__header-category {
  color: rgb(45, 82, 154);
}
.en-spm__header--opera .en-spm__header-category {
  color: rgb(228, 45, 49);
}
.en-spm__header--extra .en-spm__header-category {
  color: rgb(158, 121, 42);
}

.en-spm__header-title {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.en-spm-tickets {
  display: flex;
  flex-flow: row wrap;
}

.en-spm-tickets__label {
  padding-left: 16px;
  padding-bottom: 12px;
  flex-basis: 50%;
  font-size: 14px;
  font-weight: 500;
}

.en-spm-tickets__remove-event {
  text-align: right;
  padding-right: 16px;
  padding-bottom: 12px;
  font-size: 12px;
  flex-basis: 50%;
  font-weight: 500;
  text-decoration: underline;
}
.en-spm-tickets__remove-event .en-icon {
  font-size: 21px;
}

.en-spm-tickets__row {
  display: flex;
  cursor: pointer;
  flex-flow: row wrap;
  position: relative;
}
.en-spm-tickets__row span {
  flex-shrink: 0;
  flex-grow: 0;
  white-space: nowrap;
  margin-right: 6px;
}
.en-spm-tickets__row span.en-act__body-pricetag-circle {
  margin-top: 6px;
  display: inline-block;
}
.en-spm-tickets__row span.en-act-seats__seat-icon {
  margin-right: 0;
  position: absolute;
  right: -26px;
  top: 3px;
}
.en-spm-tickets__row span.separator:before {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 0;
}

.en-spm-tickets__padding-border {
  padding: 12px 42px 12px 16px;
  width: 100%;
  border-bottom: 1px solid rgb(236, 234, 231);
}

.en-spm-slider {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.en-spm-slider .en-spm-slider__min {
  padding-right: 20px;
  flex-grow: 0;
}
.en-spm-slider .en-spm-slider__max {
  flex-grow: 0;
  padding-left: 20px;
}
.en-spm-slider .en-spm-slider__slider {
  flex-grow: 1;
}
.en-spm-slider .en-spm-slider__slider .slider {
  width: 100%;
  height: 5px;
  border: none;
  background: rgba(146, 112, 38, 0.3);
  position: relative;
}
.en-spm-slider .en-spm-slider__slider .slider.one-way .handle.handle-left {
  visibility: hidden;
}
.en-spm-slider .en-spm-slider__slider .slider .slider-circle {
  display: none;
}
.en-spm-slider .en-spm-slider__slider .slider .handle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  border: none;
  background-color: white;
  cursor: pointer;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
}
.en-spm-slider .en-spm-slider__slider .slider .handle.ontop {
  z-index: 2;
}
.en-spm-slider .en-spm-slider__slider .slider .handle:active {
  border-color: transparent;
  box-shadow: 0 2px 4px 0 rgba(158, 121, 42, 0.3), 0 -2px 4px 0 rgba(158, 121, 42, 0.2);
}
.en-spm-slider .en-spm-slider__slider .slider .handle-left {
  left: 0;
}
.en-spm-slider .en-spm-slider__slider .slider .handle-right {
  right: 0;
}
.en-spm-slider .en-spm-slider__slider .slider .slider-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(146, 112, 38);
  pointer-events: none;
  -webkit-user-select: none;
}
.en-spm-slider .en-spm-slider__slider .slider .slider-transition {
  transition: all 0.5s ease;
}

@keyframes indicators {
  0% {
    z-index: 11;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    z-index: 11;
  }
  100% {
    z-index: -1;
  }
}
@keyframes confirmation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.en-spm b {
  font-weight: 600;
}
.en-spm .en-flexitem {
  border-left: none;
}
.en-spm .en-act-seats {
  min-width: calc(100vw - 32px);
}
.en-spm .en-flex.en-flex--row .en-flexitem:nth-child(2) {
  border-right: 0;
  margin-right: 0;
}
.en-spm .en-act-seats__seat-item:not(.en-flexitem),
.en-spm .en-act-seats__seat-inner:not(.en-seating-plan__seats) {
  padding-right: 0;
}
.en-spm .en-act-seats__seat-item--grow .en-icon--sm {
  font-size: 1.5em;
}
.en-spm .en-act__body-pricetag {
  width: 4em;
}
.en-spm .en-format-sm.en-act-price, .en-spm .en-act-price.en-checkout__group-heading.en-checkout__group-heading--sm {
  font-size: 12px;
}
.en-spm .en-button {
  font-size: 14px;
}

.tmp-object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en-history__overview {
  display: flex;
}

.en-history__eras,
.en-history-era {
  flex: 1;
  position: relative;
}

/* centered line */
.en-history-era::before {
  content: "";
  position: absolute;
  left: calc(1rem + 0.5px);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1px;
  /* Width of the line */
  background: rgb(146, 112, 38);
  /* Color of the line */
  z-index: 0;
}
@media print, screen and (min-width: 720px) {
  .en-history-era::before {
    left: 115.5px;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era::before {
    left: calc(50% + 0.5px);
  }
}

.en-history-era__header {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 980px) {
  .en-history-era:not(:first-child) {
    margin-top: 2em;
  }
}
.en-history__scrollspy {
  position: absolute;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 1rem;
}
@media print, screen and (max-width: 1279px) {
  .en-history__scrollspy {
    width: 250px;
  }
}
@media print, screen and (max-width: 979px) {
  .en-history__scrollspy {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .en-history__scrollspy {
    width: 350px;
  }
}

.en-history__scrollspy-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateY(-45%);
  z-index: 1000;
  width: inherit;
  padding-top: 1rem;
  padding-left: inherit;
}

.en-history__scrollspy-era {
  text-align: right;
  margin-bottom: 5px;
}

.en-history__scrollspy-era a {
  background-color: rgba(236, 234, 231, 0.65);
  padding: 0.25rem 0.5rem;
  transition: all 0.3s;
  will-change: line-height, font-size, font-weight, border-bottom;
  font-style: italic;
  font-size: 1rem;
}

.en-history__scrollspy-era.en-active-spy a {
  line-height: 2;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid rgb(146, 112, 38);
}

.en-history__wrapper-max-width {
  position: relative;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}
@media print, screen and (max-width: 1279px) {
  .en-history__wrapper-max-width {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1280px) {
  .en-history__wrapper-max-width {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1680px) {
  .en-history__wrapper-max-width {
    max-width: 1600px;
  }
}
@media print, screen and (min-width: 720px) {
  .en-history__wrapper-max-width {
    border-left: solid 115px transparent;
    border-right: solid 115px transparent;
  }
}

@media print, screen and (min-width: 720px) {
  .en-header--history {
    height: auto !important;
  }
}

@media print, screen and (min-width: 720px) {
  .en-content--history {
    padding: 2px;
  }
}

@media print, screen and (min-width: 720px) {
  .en-footer--history {
    margin-top: 0;
  }
}

.en-history-era {
  padding-bottom: 2em;
  background: url("/wp-content/themes/sff/assets/dist/images/history/arrow_history.svg") no-repeat;
  background-position: 11px bottom;
}
@media print, screen and (min-width: 720px) {
  .en-history-era {
    background-position: 110px bottom;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era {
    background-position: center bottom;
  }
}

.en-history-era--green .en-history-entry__date {
  border-color: rgb(92, 156, 77) !important;
}
.en-history-era--green .en-history-entry__year {
  color: rgb(92, 156, 77);
}
@media screen and (min-width: 980px) {
  .en-history-era--green .en-history-era__show-all,
  .en-history-era--green .en-history-era__toggle-all {
    border-color: rgb(92, 156, 77);
    color: rgb(92, 156, 77);
  }
  .en-history-era--green .en-history-era__show-all:hover,
  .en-history-era--green .en-history-era__toggle-all:hover {
    background: rgb(92, 156, 77);
  }
}

.en-history-era--blue .en-history-entry__date {
  border-color: rgb(45, 82, 154) !important;
}
.en-history-era--blue .en-history-entry__year {
  color: rgb(45, 82, 154);
}
@media screen and (min-width: 980px) {
  .en-history-era--blue .en-history-era__show-all,
  .en-history-era--blue .en-history-era__toggle-all {
    border-color: rgb(45, 82, 154);
    color: rgb(45, 82, 154);
  }
  .en-history-era--blue .en-history-era__show-all:hover,
  .en-history-era--blue .en-history-era__toggle-all:hover {
    background: rgb(45, 82, 154);
  }
}

.en-history-era--gold-dark .en-history-entry__date {
  border-color: rgb(146, 112, 38) !important;
}
.en-history-era--gold-dark .en-history-entry__year {
  color: rgb(146, 112, 38);
}
@media screen and (min-width: 980px) {
  .en-history-era--gold-dark .en-history-era__show-all,
  .en-history-era--gold-dark .en-history-era__toggle-all {
    border-color: rgb(146, 112, 38);
    color: rgb(146, 112, 38);
  }
  .en-history-era--gold-dark .en-history-era__show-all:hover,
  .en-history-era--gold-dark .en-history-era__toggle-all:hover {
    background: rgb(146, 112, 38);
  }
}

.en-history-era--red .en-history-entry__date {
  border-color: rgb(228, 45, 49) !important;
}
.en-history-era--red .en-history-entry__year {
  color: rgb(228, 45, 49);
}
@media screen and (min-width: 980px) {
  .en-history-era--red .en-history-era__show-all,
  .en-history-era--red .en-history-era__toggle-all {
    border-color: rgb(228, 45, 49);
    color: rgb(228, 45, 49);
  }
  .en-history-era--red .en-history-era__show-all:hover,
  .en-history-era--red .en-history-era__toggle-all:hover {
    background: rgb(228, 45, 49);
  }
}

.en-history-era__backlink {
  color: rgb(146, 112, 38);
  padding: 2em 0;
  background: #f8f7f7;
  display: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-indent: -10px;
}
.en-history-era__backlink:before {
  content: "\ea1b";
  color: rgb(146, 112, 38);
  top: -3px;
  left: 2px;
  width: 1.2em;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);*/
}
.en-history-era__backlink:hover {
  text-decoration: underline;
}

.en-history-era__bg {
  background-size: cover;
  background-position: center;
  background-color: rgb(236, 234, 231);
  height: 200px;
  padding-top: 0;
}
@media print, screen and (min-width: 720px) {
  .en-history-era__bg {
    height: 0;
    padding-top: 34.38%;
  }
}

@media print, screen and (min-width: 720px) {
  .en-history-era:not(:first-child),
  .en-history-era.en-history-era--sidebar {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-history-era:not(:first-child) .en-history-era__bg,
  .en-history-era.en-history-era--sidebar .en-history-era__bg {
    height: 260px;
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era:not(:first-child) .en-history-era__bg,
  .en-history-era.en-history-era--sidebar .en-history-era__bg {
    height: 302px;
  }
}

.en-history-era__card {
  max-width: 670px;
  display: block;
  margin: 0 auto;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  margin-top: -40px;
  transition: box-shadow 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.en-history-era__card:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 720px) {
  .en-history-era__card {
    margin-top: -295px;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era__card {
    max-width: 577px;
    margin-top: -335px;
  }
}

.en-history-era__card-image {
  padding-bottom: 35.2%;
  background-size: cover;
  background-position: center;
  display: none;
}
@media print, screen and (min-width: 720px) {
  .en-history-era__card-image {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era__card-image {
    padding-bottom: 42.2%;
  }
}

.en-history-era__card-body {
  padding: 2.1428571429em 1.4285714286em;
}

.en-history-era__show-all,
.en-history-era__toggle-all {
  cursor: pointer;
  margin-top: 2em;
  display: flex;
  color: rgb(146, 112, 38);
  padding-left: 1.4285714286em;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), color 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 980px) {
  .en-history-era__show-all,
  .en-history-era__toggle-all {
    justify-content: center;
    align-items: center;
  }
}
.en-history-era__show-all:hover,
.en-history-era__toggle-all:hover {
  text-decoration: underline;
}
.en-history-era__show-all:hover:before,
.en-history-era__toggle-all:hover:before {
  background: rgb(146, 112, 38);
}
.en-history-era__show-all:before,
.en-history-era__toggle-all:before {
  content: "";
  display: block;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  background: white;
  border: 1px solid rgb(146, 112, 38);
  position: absolute;
  left: -7px;
  top: 2px;
}
.en-is-active .en-history-era__show-all,
.en-is-active .en-history-era__toggle-all {
  display: none !important;
}
@media screen and (min-width: 980px) {
  .en-history-era__show-all,
  .en-history-era__toggle-all {
    width: 84px;
    height: 84px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    background: white;
    padding: 18px 0;
    text-align: center;
    text-transform: none;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }
  .en-history-era__show-all:hover,
  .en-history-era__toggle-all:hover {
    color: white;
    text-decoration: none;
  }
  .en-history-era__show-all:before,
  .en-history-era__toggle-all:before {
    display: none;
  }
}

.en-history-era__show-all--gold {
  color: rgb(146, 112, 38) !important;
  border-color: rgb(146, 112, 38) !important;
}
.en-history-era__show-all--gold:hover {
  background-color: rgb(146, 112, 38) !important;
  color: #FFF !important;
}

.en-history-entry {
  display: block;
  margin-top: 2em;
}
.en-history-entry:after {
  font-size: 0.1px;
  line-height: 0;
  content: ".";
  display: block;
  flex: 0 1 0px;
  height: 0;
  clear: both;
  visibility: hidden;
}
.en-is-active .en-history-entry {
  display: block !important;
}
.en-history-entry:hover .en-history-entry__year {
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  .en-history-entry {
    width: 50%;
  }
  .en-history-entry:nth-of-type(2n-1) {
    margin-left: auto;
  }
  .en-history-entry:nth-of-type(2n-1) .en-history-entry__info-text-wrapper {
    margin-right: auto;
  }
  .en-history-entry:nth-of-type(2n-1):hover .en-history-entry__date {
    padding-left: 2.1428571429em;
  }
  .en-history-entry:nth-of-type(2n-1):hover .en-history-entry__info {
    transform: translateX(0.7142857143em);
  }
  .en-history-entry:nth-of-type(2n) {
    margin-right: auto;
    text-align: right;
  }
  .en-history-entry:nth-of-type(2n) .en-history-entry__info-text-wrapper {
    margin-left: auto;
  }
  .en-history-entry:nth-of-type(2n) .en-history-entry__date {
    border-right-width: 3px;
    border-right-style: solid;
    margin-right: -2px;
    padding-right: 1.4285714286em;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .en-history-entry:nth-of-type(2n) .en-history-entry__info {
    padding-right: 1.4285714286em;
    padding-left: 0;
  }
  .en-history-entry:nth-of-type(2n) .en-history-entry__image {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .en-history-entry:nth-of-type(2n):hover .en-history-entry__date {
    padding-right: 2.1428571429em;
  }
  .en-history-entry:nth-of-type(2n):hover .en-history-entry__info {
    transform: translateX(-0.7142857143em);
  }
}

.en-history-entry__date {
  border-left-width: 3px;
  border-left-style: solid;
  margin-left: -1px;
  margin-bottom: 0.8571428571em;
  padding-left: 1.4285714286em;
  transition: padding 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.en-history-entry__year {
  display: block;
  letter-spacing: 0.1857142857em;
  font-size: 1.2857142857em;
  font-weight: 600;
}

.en-history-entry__daterange {
  display: block;
  font-size: 0.8571428571em;
  letter-spacing: 0.0571428571em;
}

.en-history-entry__info {
  padding-left: 1.4285714286em;
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.en-history-entry__image {
  display: none;
  float: left;
  margin-right: 20px;
  max-width: 50%;
  margin-bottom: 0.8571428571em;
}
@media print, screen and (min-width: 720px) {
  .en-history-entry__image {
    display: block;
  }
}
.en-history-entry__image--full-width {
  float: none !important;
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .en-history-entry__info-text-wrapper {
    max-width: 70%;
  }
}

.en-history-entry__image:not(.en-history-entry__image--full-width) + .en-history-entry__info-text-wrapper {
  max-width: 100%;
}

.en-history-entry__title {
  font-weight: 600;
}

.en-history-entry__desc {
  display: none;
}
@media print, screen and (min-width: 720px) {
  .en-history-entry__desc {
    display: block;
  }
}

.en-history-era--detail-page {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  background-position: 11px -20px;
}
.en-history-era--detail-page:after {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(248, 247, 247);
  content: "";
}
@media print, screen and (min-width: 720px) {
  .en-history-era--detail-page {
    background-position: 110px -20px;
  }
}
@media screen and (min-width: 980px) {
  .en-history-era--detail-page {
    background-position: center -20px;
  }
}
.en-history-era--detail-page .en-history-era__backlink {
  display: block;
}
.en-history-era--detail-page > .en-history-era__backlink {
  display: none;
}
.en-history-era--detail-page .en-history-era__show-all,
.en-history-era--detail-page .en-history-era__toggle-all {
  display: none;
}
.en-history-era--detail-page .en-history-entry {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
.en-history-era--detail-page .en-history-entry:hover .en-history-entry__date {
  padding-left: 2.1428571429em !important;
  padding-right: 0 !important;
}
.en-history-era--detail-page .en-history-entry:hover .en-history-entry__info {
  transform: translateX(0.7142857143em) !important;
}
.en-history-era--detail-page .en-history-entry__info {
  padding-left: 1.4285714286em !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 980px) {
  .en-history-era--detail-page {
    margin: 0 !important;
    border-top: 12em solid transparent;
    background-position: -4px top;
    padding-right: 1.4285714286em;
    /*.en-history-era__header {
    	display: none
    }*/
  }
  .en-history-era--detail-page > .en-history-era__backlink {
    display: block;
  }
  .en-history-era--detail-page .en-history-era__bg,
  .en-history-era--detail-page .en-history-era__card-image,
  .en-history-era--detail-page .en-format-h7 {
    display: none;
  }
  .en-history-era--detail-page .en-history-era__card {
    margin-top: 0;
    background: none;
    box-shadow: none;
  }
  .en-history-era--detail-page .en-history-era__card-body {
    padding: 0;
  }
  .en-history-era--detail-page .en-history-era__card-body p {
    display: none;
  }
  .en-history-era--detail-page .en-history__wrapper-max-width {
    border: none;
  }
  .en-history-era--detail-page .en-history-entry__date {
    border-right: none !important;
    border-left-width: 3px !important;
    border-left-style: solid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1.4285714286em !important;
    padding-right: 0 !important;
  }
  .en-history-era--detail-page .en-history-era__title {
    font-size: 1.2857142857em;
    font-weight: 500;
    line-height: 1.36;
    padding-left: 1.4285714286em !important;
    letter-spacing: 0.9px;
    border-left-width: 3px !important;
    border-left-style: solid !important;
    border-color: rgb(146, 112, 38);
    color: rgb(32, 32, 32);
  }
  .en-history-era--detail-page .en-history-entry__desc {
    display: none;
  }
  .en-history-era--detail-page .en-history-entry__image {
    display: none !important;
  }
  .en-history-era--detail-page .en-history-entry__info-text-wrapper {
    max-width: 100% !important;
  }
}

.en-history-detail-bg > .en-wrapper-limit {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 720px) {
  .en-history-detail-bg > .en-wrapper-limit {
    height: 100%;
  }
}
@media print, screen and (max-width: 979px) {
  .en-history-detail-bg > .en-wrapper-limit {
    border: none;
  }
}
.en-history-detail-bg .en-history-detail {
  margin: 5.7142857143em 0;
}
.en-history-detail-bg .en-history-era--detail-page {
  background-color: rgb(248, 247, 247);
}
@media print, screen and (min-width: 720px) {
  .en-history-detail-bg {
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  .en-history-detail-bg {
    background: linear-gradient(to right, rgb(248, 247, 247) 0%, rgb(248, 247, 247) 25%, white 25.1%, white 100%);
    background-repeat: repeat-y;
  }
  .en-history-detail-bg > .en-wrapper-limit {
    flex-direction: row;
  }
  .en-history-detail-bg .en-history-era--detail-page {
    width: 25%;
  }
  .en-history-detail-bg .en-history-detail {
    width: 75%;
  }
}

.en-history-detail .en-mdl-text-image .en-wrapper-text {
  width: 100%;
  max-width: 100% !important;
}
.en-history-detail .en-mdl-heading__heading {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 720px) {
  .en-history-detail .en-mdl-heading__heading {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 980px) {
  .en-history-detail .en-wrapper-text-double {
    max-width: 100%;
  }
}
.en-history-detail .en-mdl > .en-griditem__inner {
  border-left: 0 !important;
  border-right: 0 !important;
}

.en-is-folded > .en-history-entry:nth-of-type(n+4) {
  display: none;
}

.en-mdl-sponsor-list__sponsor {
  max-width: 14em;
}

.en-mdl-sponsor-list__media {
  width: 100%;
  background-size: cover;
}

.en-mdl-people__person {
  align-self: stretch;
}
.en-mdl-people__person.en-mdl-people__person--text-center {
  text-align: center;
}
.en-mdl-people__person.en-mdl-people__person--text-left {
  text-align: left;
}
.en-mdl-people__person.en-mdl-people__person--text-right {
  text-align: right;
}
.en-mdl-people__person > * {
  flex-grow: 0;
}

.en-mdl-people__person a:hover {
  text-decoration: underline;
}

.en-mdl-people__top,
.en-mdl-people__bottom {
  position: relative;
  width: 100%;
}

.en-mdl-people__image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 10em;
  height: 10em;
}

.en-mdl-people__image {
  border-radius: 10em;
  background-size: cover;
  filter: grayscale(100%);
}

.en-mdl-people__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.en-mdl-people__name {
  overflow: hidden;
  width: 100%;
  line-height: 1.25;
  max-height: 4em;
  padding-bottom: 0.5em;
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
}

.en-mdl-people__text {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.en-mdl-people__person--text-left .en-mdl-people__text {
  padding-left: 0;
}

.en-mdl-people__person--text-right .en-mdl-people__text {
  padding-right: 0;
}

.en-mdl-people__top {
  padding-bottom: 4em;
}
.en-mdl-people__top.en-mdl-people__top--name-only {
  padding-bottom: 0;
}
.en-mdl-people__top.en-mdl-people__top--name-only .en-mdl-people__name {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

@media screen and (max-width: 719px) {
  .en-mdl-people__person {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 979px) {
  .en-mdl-people__person .en-mdl-people__image-wrapper {
    width: 9em;
    height: 9em;
    border-radius: 9em;
  }
}
.en-mdl-text-image__image {
  width: 100%;
}

.en-mdl-text-image__image-cnt {
  margin-top: 2em;
}
@media screen and (max-width: 575px) {
  .en-mdl-text-image__image-cnt {
    margin-left: calc(-5% - 0.625rem);
    margin-right: calc(-5% - 0.625rem);
  }
}

.en-mdl-text-image__lead,
.en-mdl-text-image__text {
  margin-top: 0;
}

.en-mdl-text-image__lead ~ .en-mdl-text-image__text {
  margin-top: 2em;
}

@media print, screen and (min-width: 720px) {
  .en-mdl-text-image__container--double-col {
    /* by default, the text is in two columns */
    /* if there is an image, the text is in one column */
  }
  .en-mdl-text-image__container--double-col .en-mdl-text-image__text {
    column-count: 2;
    column-gap: 2em;
  }
  .en-mdl-text-image__container--double-col.en-mdl-text-image__container--has-image .en-mdl-text-image__text {
    column-count: 1;
  }
  .en-mdl-text-image__container--double-col.en-mdl-text-image__container--has-image .en-mdl-text-image__image-cnt {
    float: right;
    width: 50%;
    margin: 0 0 1.5em 2em;
  }
  .en-mdl-text-image__container--double-col.en-mdl-text-image__container--has-image .en-mdl-text-image__image-cnt + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 719px) {
  .en-mdl-text-image__container--double-col.en-mdl-text-image__container--has-image .en-mdl-text-image__image-cnt {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
.en-mdl-text-image__icon-wrapper.en-mdl-text-image__icon-wrapper.en-mdl-text-image__icon-wrapper {
  flex-grow: 0;
  line-height: 1.1;
}

[data-en-mdl-level].en-mdl-text-image + [data-en-mdl-level].en-mdl-text-image.en-space-compact {
  margin-top: 0;
}

[data-en-mdl-level].en-mdl-image + .en-mdl-text-image.en-space-compact {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 720px) {
  .en-wrapper-text-double .en-mdl-text__col {
    max-width: 27em;
  }
}
.en-mdl-text__wrapper {
  background-color: var(--sff-color-background);
}
.en-mdl-text__wrapper[data-theme] {
  padding-block: 1.5rem;
}

.en-mdl-image {
  text-align: center;
}

.en-mdl-image__image-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.en-mdl-image__image-wrapper.en-wrapper-wide {
  width: 100%;
}

.en-mdl-image__icon-wrapper.en-mdl-image__icon-wrapper.en-mdl-image__icon-wrapper {
  line-height: 1;
  flex-grow: 0;
}

.en-mdl-image__description {
  max-width: 45em;
  text-align: left;
}

.en-wrapper-wide img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .en-wrapper-text.en-mdl-image__image-wrapper,
  .en-wrapper-text-double.en-mdl-image__image-wrapper {
    max-width: none;
    margin: 0;
  }
  .en-mdl-image.en-griditem:not(.en-griditem--has-inner) .en-mdl-image__image-wrapper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.en-wrapper-wide {
  max-width: calc(100vw - 10px);
  overflow-x: auto;
}

@media screen and (max-width: 719px) {
  .en-wrapper-wide img {
    width: auto;
    height: 20em;
    max-width: 500em;
  }
}
@media print, screen and (min-width: 720px) {
  .en-wrapper-wide img {
    width: auto;
    height: 60%;
  }
}
.en-mdl-image__image-ratio-wrapper {
  height: 0;
  width: 100%;
  padding-top: 42.85714%;
}

.en-mdl-image__image-ratio-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.en-mdl-image__figure {
  display: inline-block;
  position: relative;
}

.en-mdl-image--biography_image figure {
  max-height: calc(70vh - 12px);
  aspect-ratio: calc(1 / var(--image-ratio));
  line-height: 1;
  width: 100%;
}

.en-mdl-image--biography_image .en-mdl-image__image {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.en-griditem__inner.en-mdl-image__inner:has(.en-mdl-image__layout-full) {
  padding-inline: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.en-mdl-image__layout-full {
  max-width: calc(100vw - 10px);
  max-height: 70vh;
  display: grid;
  overflow-x: auto;
  overflow-y: hidden;
  margin-inline: 0 !important;
  /* track color */
  /* handle color */
}
.en-mdl-image__layout-full::-webkit-scrollbar {
  display: block;
  height: 10px;
}
.en-mdl-image__layout-full::-webkit-scrollbar-track {
  background: var(--sff-color-background-highlight);
  padding: 2px;
}
.en-mdl-image__layout-full::-webkit-scrollbar-thumb {
  background: var(--sff-color-border);
  border-radius: 5px;
}
.en-mdl-image__layout-full figure {
  max-height: calc(70vh - 12px);
  text-align: center;
  aspect-ratio: calc(1 / var(--image-ratio));
  margin-inline: auto;
  padding-bottom: 1rem;
}
.en-mdl-image__layout-full img {
  display: block;
  width: auto;
  max-width: 1600px;
  height: auto;
  max-height: calc(70vh - 12px);
  margin-inline: auto;
}

.en-mdl-vue-notification {
  z-index: 1001;
}

.en-mdl-prd-video {
  --sff-module-spacing-bottom: var(--sff-module-spacing-medium);
  margin: 0;
}

.en-mdl-prd-video .en-teaser__headline-wrapper i {
  padding-left: 0.3em;
}

.en-mdl-prd-video__slider-main {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
}
.en-mdl-prd-video__slider-main > .en-teaser {
  scroll-snap-align: start;
}

.en-mdl-prd-video__slider-nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
}
.en-mdl-prd-video__slider-nav:not(.flickity-enabled) {
  overflow-x: auto;
}
.en-mdl-prd-video__slider-nav .en-teaser {
  scroll-snap-align: start;
}

@media screen and (max-width: 575px) {
  .en-mdl-prd-video__inner {
    border: 0;
  }
  .en-mdl-prd-video__slider-main .en-teaser:not(.is-selected) {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-prd-video {
    margin-bottom: 0;
  }
  .en-mdl-prd-video .flickity-page-dots {
    display: none;
  }
  .en-mdl-prd-video__slider-main {
    overflow: hidden;
  }
}
.en-mdl-anchor_link__inner {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 720px) {
  .en-mdl-teasers__slider {
    padding-right: 3.5em;
    padding-left: 3.5em;
  }
  .en-mdl-teasers__slider .flickity-button.flickity-prev-next-button.previous {
    left: 0;
  }
  .en-mdl-teasers__slider .flickity-button.flickity-prev-next-button.next {
    right: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-teasers .en-flickity-enabled--sm-down.en-mdl-teasers__slider {
    padding: 0;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-teasers .en-flickity-enabled--md-down.en-mdl-teasers__slider {
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-teasers .en-flickity-enabled--lg-down.en-mdl-teasers__slider {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-teasers .en-flickity-enabled--xl-down.en-mdl-teasers__slider {
    padding: 0;
  }
}

.en-mdl-teasers__teaser {
  position: relative;
}

.en-mdl-teasers__teaser-anchor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.en-mdl-teasers__teaser-anchor-overlay-article {
  bottom: 2.75em;
  z-index: 2;
}

.en-mdl-teasers__sponsor-img-cnt {
  overflow: hidden;
}

.en-mdl-teasers__sponsor-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.en-mdl-teasers__sponsor-img:focus, .en-mdl-teasers__sponsor-img:hover {
  background-color: rgb(255, 255, 255);
}

@media print, screen and (min-width: 576px) {
  .en-pad-r-sm {
    padding-right: 0.5em;
  }
}

.en-mdl-gallery-teasers__item-inner {
  border-bottom: solid 0.0625rem rgb(236, 234, 231);
  display: flex;
  align-items: center;
  min-height: 4em;
}

.en-mdl-gallery-teasers__icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.3571428571em;
}

.en-mdl-gallery-teasers__num {
  flex-grow: 0;
  padding: 0 1em;
}

.en-mdl-gallery-teasers__items {
  border-top: solid 0.625rem transparent;
  border-bottom: solid 0.625rem transparent;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-gallery-teasers__item-inner:hover,
  .en-mdl-gallery-teasers__item-inner:focus {
    background-color: rgb(248, 247, 247);
  }
}
.en-mdl-program-nav__tile .en-select {
  margin-left: auto;
  margin-right: auto;
  width: 20em;
}
.en-mdl-program-nav__tile .en-button {
  display: none;
}
.en-mdl-program-nav__tile .en-format-h5 {
  display: none;
}

.en-mdl-program-nav__tile-inner {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--sff-color-background-highlight);
}
.en-mdl-program-nav__tile-inner > * {
  flex-grow: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 720px) {
  .en-mdl-program-nav__tile.en-griditem[data-en-griditem-xl^="3"][data-en-griditem-md^="2"] {
    width: 33%;
  }
  .en-mdl-program-nav__tile-inner {
    padding: 1.5em 0.5em;
  }
  .en-mdl-program-nav__tile .en-format-h5 {
    display: block;
  }
  .en-mdl-program-nav__tile .en-select {
    width: 10em;
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-program-nav__tile .en-mdl-program-nav__tile-inner {
    padding: 1.5em 1em;
  }
  .en-mdl-program-nav__tile .en-select {
    width: 14em;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-program-nav__tile .en-mdl-program-nav__tile-inner {
    padding: 2em 1em;
  }
  .en-mdl-program-nav__tile .en-select {
    width: 20em;
  }
  .en-mdl-program-nav__tile .en-button {
    display: inline-block;
  }
}
@media print, screen and (min-width: 720px) and (max-width: 1279px) {
  .en-mdl-program-nav__tile .en-space-t-lg {
    margin-top: 1em;
  }
  .en-mdl-program-nav__tile .en-select--big select {
    height: auto;
  }
  .en-mdl-program-nav__tile .en-format-h5 {
    font-size: 1.1428571429em;
  }
}
@media screen and (max-width: 719px) {
  .en-mdl-program-nav__tile {
    padding: 0.625rem;
  }
  .en-mdl-program-nav__tile .en-select select {
    height: auto;
  }
  .en-mdl-program-nav__tile .en-space-t-lg {
    margin-top: 0;
  }
  .en-mdl-program-nav__tile:not(:last-child) {
    padding: 0.625rem 0.625rem 1.25rem 0.625rem;
    border-bottom: 0;
    position: relative;
  }
  .en-mdl-program-nav__tile:not(:last-child):before {
    content: "";
    height: 1px;
    width: 14em;
    background-color: var(--sff-color-border-light);
    position: absolute;
    bottom: 0;
    left: calc(50% - 7em);
  }
  .en-mdl-program-nav__tile:not(:last-child):after {
    content: "oder";
    color: rgb(198, 189, 176);
    background-color: var(--sff-color-background-highlight);
    padding: 0.25em 0.5em;
    font-style: italic;
    position: absolute;
    line-height: 1;
    bottom: -0.7em;
    left: 50%;
    transform: translateX(-50%);
  }
  html[lang=en-US] .en-mdl-program-nav__tile:not(:last-child):after {
    content: "or";
  }
  .en-mdl-program-nav__grid-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    background-color: var(--sff-color-background-highlight);
  }
}
@media screen and (max-width: 575px) {
  .en-mdl-program-nav__grid-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .en-mdl-program-nav__tile .en-select {
    width: 16em;
  }
}
.en-mdl-photos-videos__item-wrapper {
  position: relative;
}

.en-mdl-photos-videos__video-icon {
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  border-radius: 50%;
  background-color: rgba(155, 155, 155, 0.15);
}
.en-mdl-photos-videos__video-icon .en-icon {
  font-size: 2em;
}

@media print, screen and (min-width: 576px) {
  .en-mdl-photos-videos__item--sm .en-mdl-photos-videos__image-wrapper {
    overflow: hidden;
  }
  .en-mdl-photos-videos__item--sm .en-mdl-photos-videos__image-wrapper img {
    max-width: calc(100% + 0.625rem);
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-photos-videos__video-icon {
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .en-mdl-photos-videos__video-icon .en-icon {
    font-size: 2.5em;
  }
}
.en-mdl-tabs {
  margin-top: 2em;
}

.en-mdl-tabs__tabs {
  overflow-x: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.en-mdl-tabs__tabs-inner {
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.en-mdl-tabs__tab {
  position: relative;
  padding: 1em;
  margin: 0 1em;
  min-width: 12em;
}
.en-mdl-tabs__tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 0.1875rem;
  transition: background-color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media print, screen and (min-width: 576px) {
  .en-mdl-tabs__tab:hover:after, .en-mdl-tabs__tab:active:after {
    background-color: var(--sff-color-border);
  }
}
.en-mdl-tabs__tab.en-is-active:after {
  background-color: var(--sff-color-border);
}

.en-mdl-tabs__tab-title {
  font-size: 1.2857142857em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .en-mdl-tabs__tab-title {
    font-size: 1em;
    letter-spacing: 0;
  }
}
.en-mdl-tabs__tab.en-is-active .en-mdl-tabs__tab-title {
  font-weight: 500;
}

.en-mdl-tabs__tab-content {
  display: none;
  background-color: var(--sff-color-background-highlight);
  padding-bottom: 3em;
  padding-top: 2em;
}
.en-mdl-tabs__tab-content.en-is-active {
  display: block;
}
.en-mdl-tabs__tab-content .en-expander__target-fade:before {
  background: linear-gradient(transparent var(--sff-color-background-highlight));
}
.en-mdl-tabs__tab-content .en-expander__btn {
  background-color: rgba(255, 255, 255, 0.4);
}

@media print, screen and (min-width: 576px) {
  .en-mdl-tabs__tab {
    margin: 0 2em;
    min-width: 14em;
  }
}
.en-mdl-startpage_teasers__heading {
  letter-spacing: 0.3571428571em;
  text-transform: uppercase;
}

.en-mdl-startpage_teasers__item-main {
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .en-mdl-startpage_teasers__item-main {
    flex-wrap: wrap;
  }
}

.en-mdl-startpage_teasers__image-cnt {
  flex-grow: 0;
  max-width: 60%;
  align-self: flex-start;
}
@media screen and (max-width: 575px) {
  .en-mdl-startpage_teasers__image-cnt {
    max-width: 100%;
  }
}

.en-mdl-startpage_teasers__links-cnt {
  flex-grow: 1;
  padding: 0 0 0 1em;
  display: flex;
  flex-direction: column;
}
.en-mdl-startpage_teasers__links-cnt .en-mdl-startpage_teasers__button-cnt {
  flex-grow: 0;
}
@media screen and (max-width: 575px) {
  .en-mdl-startpage_teasers__links-cnt {
    order: 1;
    max-width: 100%;
  }
  .en-mdl-startpage_teasers__links-cnt .en-button--secondary-align-right {
    margin-left: -1em;
  }
}

.en-mdl-startpage_teasers__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1428571429em;
  font-weight: 600;
  line-height: 2;
}
.en-mdl-startpage_teasers__links > * {
  flex-grow: 0;
}
.en-mdl-startpage_teasers__links a {
  transition: color 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-mdl-startpage_teasers__links a:hover, .en-mdl-startpage_teasers__links a:focus {
  color: rgb(193, 155, 81);
}

@media print, screen and (min-width: 720px) {
  .en-mdl-startpage_teasers__item.en-mdl-startpage_teasers__item--aside .en-mdl-startpage_teasers__links-cnt {
    padding: 0 1em 0 0;
    text-align: right;
  }
  .en-mdl-startpage_teasers__item.en-mdl-startpage_teasers__item--aside .en-mdl-startpage_teasers__image-cnt {
    order: 1;
  }
  .en-mdl-startpage_teasers__item.en-mdl-startpage_teasers__item--aside .en-category-dash:after {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 980px) {
  .en-mdl-startpage_teasers__links {
    font-size: 1.1428571429em;
  }
}
@media screen and (min-width: 1280px) {
  .en-mdl-startpage_teasers__links-cnt {
    padding: 0 0 0 3em;
  }
  .en-mdl-startpage_teasers__item.en-mdl-startpage_teasers__item--aside .en-mdl-startpage_teasers__links-cnt {
    padding: 0 3em 0 0;
  }
}
.en-ninja-close input {
  pointer-events: none;
}

.en-ninja-close {
  pointer-event: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 576px) {
  .en-ninja-close {
    display: inline-block;
  }
}

.nf-field-element input {
  font-size: 1rem;
}
.nf-field-element input::placeholder {
  font-weight: 300;
  font-size: 1rem;
  color: var(--sff-color-text);
}

.nf-field-element select {
  font-weight: 300;
  font-size: 1em;
  color: var(--sff-color-text);
}

.en-mdl-ninja-form .label-above .nf-field-label {
  margin-bottom: 0.25em;
}

.en-mdl-ninja-form .nf-field-label label,
.nf-field-element option {
  font-weight: 300;
  font-size: 1em;
  color: var(--sff-color-text);
}

.nf-field-element input[type=button],
.nf-field-element input[type=submit] {
  background-color: transparent;
  border-color: var(--sff-color-border);
  padding: 0.5em 1.5em;
}
.nf-field-element input[type=button]:hover, .nf-field-element input[type=button]:focus,
.nf-field-element input[type=submit]:hover,
.nf-field-element input[type=submit]:focus {
  background-color: var(--sff-color-primary-highlight);
  color: var(--sff-color-text-inverse);
  border-color: transparent;
}
@media print, screen and (min-width: 576px) {
  div:not(.en-ninja-close) .nf-field-element input[type=button],
  div:not(.en-ninja-close) .nf-field-element input[type=submit] {
    float: right;
  }
}
@media screen and (max-width: 575px) {
  .nf-field-element input[type=button],
  .nf-field-element input[type=submit] {
    text-align: center;
    display: block;
    margin: auto;
  }
}

.nf-field-element textarea {
  border-color: var(--sff-color-border-light);
}

.nf-before-form-content {
  display: none;
}

.ninja-forms-req-symbol {
  position: absolute;
  top: -0.125em;
  right: -0.75em;
}

.nf-field-label > label {
  position: relative;
  padding-right: 8px;
}

.checkbox-container .ninja-forms-req-symbol {
  position: relative;
}

.nf-field-element {
  flex-grow: 0;
}

.nf-field-element input[type=checkbox] {
  height: auto;
  padding: 4px 0;
}

hr.ninja-forms-field {
  margin: 1rem 0 2rem;
  border-color: lightgray;
}

.en-mdl-series__list {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.en-mdl-series__li-wrapper {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 576px) and (max-width: 719px) {
  .en-mdl-series__li-wrapper {
    width: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-series__li-wrapper {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 980px) {
  .en-mdl-series__li-wrapper {
    width: 25%;
    max-width: 25%;
  }
}

.en-mdl-series__li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1em;
  min-height: 4em;
  position: relative;
}
.en-mdl-series__li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0em;
  right: 0em;
  bottom: 0;
  height: 1px;
  background-color: rgb(236, 234, 231);
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.en-mdl-series__li:hover {
  background-color: rgb(193, 155, 81);
  opacity: 0.8;
}
.en-mdl-series__li.en-is-active {
  background-color: rgb(193, 155, 81);
}
.en-mdl-series__li:hover:after {
  background-color: rgb(193, 155, 81);
}

.en-mdl-series__content {
  position: relative;
  overflow: hidden;
  padding: 2em 0;
  background-color: rgb(32, 32, 32);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.en-mdl-series__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.5);
  z-index: 1;
}

.en-mdl-series__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  min-height: 100%;
}

.en-mdl-series__content h2.en-format-medium {
  font-weight: 500 !important;
}

@media print, screen and (min-width: 720px) {
  .en-mdl-series__text {
    float: right;
    text-align: right;
    padding: 1em 0 1em;
    height: 5em;
  }
}

.en-mdl-series__heading {
  overflow: hidden;
  clear: both;
}

.en-mdl-series__content .en-mdl-prd-recommendations {
  position: relative;
  z-index: 2;
}

.en-mdl-series__content .en-box__footer .en-button {
  flex-grow: 0;
}

.en-mdl-series__content .en-box--non-responsive .en-box__thumb .en-box__footer {
  display: block;
}

.en-mdl-series__content .en-format-sm, .en-mdl-series__content .en-checkout__group-heading.en-checkout__group-heading--sm {
  text-shadow: 2px 2px 3px #000000;
}

.en-mdl-series__content .en-box--non-responsive .en-box__thumb.en-box-thumb-hover-alt:hover {
  background-color: rgba(193, 155, 81, 0.25);
}

.en-mdl-series__content .en-box--non-responsive .en-box__thumb:after {
  width: 1px;
}

.en-mdl-series__content .en-mdl-heading__heading.en-text-gold {
  color: rgb(255, 255, 255);
}
.en-mdl-series__content .en-mdl-heading__heading.en-text-gold:after {
  height: 0;
}

.en-post-main {
  position: relative;
}

@media print, screen and (min-width: 720px) {
  .en-post__sidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.en-icon[data-en-icon=more-horiz] {
  border: 1px solid rgba(158, 121, 42, 0.75);
  border-radius: 50%;
}

.en-mdl-highlight-teaser__main {
  flex-direction: column;
  flex-wrap: unset;
  overflow: hidden;
}

.en-mdl-highlight-teaser__image {
  width: 100%;
  background-color: rgb(248, 247, 247);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.en-mdl-highlight-teaser__img {
  height: calc(100% - 32px);
  width: auto;
  max-width: calc(100% - 48px);
  overflow: hidden;
}

.en-mdl-highlight-teaser__link {
  transform: translateX(-1em);
}

@media screen and (max-width: 575px) {
  .en-mdl-highlight-teaser__image {
    padding: 0;
  }
  .en-mdl-highlight-teaser__cnt {
    padding: 1.25em 0;
  }
  .en-mdl-highlight-teaser__img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
@media print, screen and (min-width: 576px) {
  .en-mdl-highlight-teaser__main {
    flex-direction: row;
  }
  .en-mdl-highlight-teaser__image {
    height: 281px;
    width: 250px;
    min-width: 250px;
  }
  .en-mdl-highlight-teaser__cnt.en-griditem {
    padding-left: 1.25rem;
    width: auto;
    flex-grow: 1;
    flex: unset;
  }
}
@media print, screen and (min-width: 720px) {
  .en-mdl-highlight-teaser__image {
    height: 312px;
    width: 277px;
    min-width: 277px;
  }
  .en-mdl-highlight-teaser__img {
    height: calc(100% - 48px);
    width: auto;
    max-width: calc(100% - 32px);
    overflow: hidden;
  }
  .en-mdl-highlight-teaser--portrait .en-mdl-highlight-teaser__img {
    width: calc(100% - 84px);
    height: auto;
    max-height: calc(100% - 48px);
    max-width: calc(100% - 32px);
  }
}
@media print, screen and (min-width: 576px) {
  .en-streamings .en-act__button-container {
    flex: 0 0 11.2142857em;
    width: 11.2142857em;
  }
}

@media print, screen and (max-width: 979px) {
  .en-streamings .en-streaming .en-act__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media print, screen and (max-width: 979px) {
  .en-streamings .en-streaming .en-act__head > .en-flex--end {
    justify-content: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .en-streamings .en-act__head-location {
    flex: 0 0 12em;
  }
}

@media print, screen and (max-width: 979px) {
  .en-streamings .en-act__button-container {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .en-streamings .en-act__button-container {
    flex: 0 0 auto;
  }
}

.en-streamings .en-act-align {
  line-height: 1.525;
}

.en-streaming:hover .en-act__head-button {
  border-color: rgb(193, 155, 81);
}

.en-streamings .en-act .en-format-h6 {
  text-transform: uppercase;
}

.en-mdl-embed {
  height: 100%;
}
.en-mdl-embed > .en-griditem__inner {
  height: 100%;
}
.en-mdl-embed > .en-griditem__inner > .en-griditem__inner {
  height: 100%;
}

.en-hidden,
.js .en-hidden-js,
.no-js .en-hidden-no-js {
  display: none !important;
}

@media screen {
  .en-hidden-screen {
    display: none !important;
  }
}
.en-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

@media print, screen and (min-width: 360px) {
  .en-hidden-xs-up {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .en-hidden-xs-down {
    display: none !important;
  }
}
@media print, screen and (min-width: 576px) {
  .en-hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .en-hidden-sm-down {
    display: none !important;
  }
}
@media print, screen and (min-width: 720px) {
  .en-hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 719px) {
  .en-hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .en-hidden-lg-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 979px) {
  .en-hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .en-hidden-xl-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 1279px) {
  .en-hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .en-hidden-xxl-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 1679px) {
  .en-hidden-xxl-down {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .en-hidden-xs-down {
    display: none !important;
  }
}
@media print {
  .en-hidden-print {
    display: none !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .en-mdl-sticky-prd-header {
    display: none;
  }
  .en-mdl-prd-faq__item-body {
    display: block;
  }
  .en-teaser {
    page-break-inside: avoid;
  }
  .en-mdl-prd-artists .flickity-viewport, .en-mdl-prd-dates .flickity-viewport, .en-mdl-prd-abos .flickity-viewport, .en-mdl-prd-recommendations .flickity-viewport {
    height: min-content !important;
  }
  .en-mdl-prd-artists .flickity-slider, .en-mdl-prd-dates .flickity-slider, .en-mdl-prd-abos .flickity-slider, .en-mdl-prd-recommendations .flickity-slider {
    transform: none !important;
    position: relative !important;
    page-break-inside: avoid !important;
  }
  .en-mdl-prd-artists .flickity-slider > div, .en-mdl-prd-dates .flickity-slider > div, .en-mdl-prd-abos .flickity-slider > div, .en-mdl-prd-recommendations .flickity-slider > div {
    box-sizing: border-box;
    float: left;
    max-width: unset;
    position: relative !important;
    height: 270px;
    left: initial !important;
    page-break-inside: avoid !important;
  }
  .en-mdl-prd-artists .flickity-button, .en-mdl-prd-dates .flickity-button, .en-mdl-prd-abos .flickity-button, .en-mdl-prd-recommendations .flickity-button {
    display: none;
  }
  .en-mdl-prd-artists .flickity-slider > div {
    width: 20% !important;
  }
  .en-mdl-prd-dates .flickity-slider > div {
    width: 30.05% !important;
  }
  .en-mdl-prd-abos .flickity-slider div {
    display: block !important;
    width: 100%;
    max-height: 100pt;
  }
  .en-mdl-prd-recommendations .flickity-slider div {
    display: block !important;
    width: 100%;
    max-height: 110pt;
  }
  .en-mdl-prd-recommendations .flickity-slider div .en-box__link {
    display: none;
  }
  .en-mdl-text-image__container {
    max-height: unset;
  }
  .en-expander, .en-expander__target-fade::before {
    display: none;
  }
}
.nf-field .list-wrap.list-radio-wrap ul > li {
  display: flex;
  align-items: center;
}
.nf-field .list-wrap.list-radio-wrap ul > li > * {
  flex-grow: 0;
}
.nf-field .list-wrap.list-radio-wrap input.ninja-forms-field[type=radio] {
  height: initial;
  margin-top: initial;
}
.nf-field .list-wrap.list-radio-wrap label {
  margin-left: 0.25em;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

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