.object-fit-container {
  position: relative;
}
.object-fit-container img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.object-fit-container.cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.object-fit-container.cover img {
  -o-object-fit: cover;
  object-fit: cover;
}
.no-object-fit .object-fit-container img {
  display: none;
}
#skiptocontent {
  align-items: center;
  background-color: #d55140;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  left: 20px;
  line-height: 1.375;
  opacity: 0;
  padding-inline: 20px;
  position: absolute;
  text-decoration: none;
  top: 20px;
  transform: translateY(-200%);
  transition: transform 0.2s ease-out, opacity 0ms linear 0.2s;
  z-index: 100;
}
#skiptocontent-color-tiara {
  color: #c2ccce;
}
#skiptocontent:focus {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
iframe {
  border: 0;
}
button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: RijksText, Arial, sans-serif;
  font-size: inherit;
  padding: 0;
  text-align: inherit;
}
button:disabled {
  cursor: default;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: RijksText, Arial, sans-serif;
}
label {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
option {
  color: #000;
}
a {
  color: currentColor;
}
.block-link .background-image {
  position: static;
}
.block-link .block-content {
  z-index: 1;
}
micr-io > canvas.micrio {
  height: 100%;
  width: 100%;
}
.micrio-container .class-default.micrio-marker button.micrio-marker:hover {
  background-color: inherit;
  box-shadow: none;
}
.micrio-container .micrio-media-controls.micrio-media-controls,
.micrio-container .play-overlay.micrio-main.micrio-main {
  opacity: 0;
  pointer-events: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #40474f;
  color: #fff;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 400;
  line-height: 1.375;
  margin: 0;
  overflow-x: hidden;
  z-index: 0;
}
body-color-tiara {
  color: #c2ccce;
}
body:lang(ru),
body:lang(uk) {
  font-family: RijksCyrillicText, Arial, sans-serif;
}
body .header-buttons {
  z-index: 3;
}
body.show-app-view .hide-in-app-view {
  display: none !important;
}
body.overlay-open,
html.overlay-open {
  overflow: hidden;
}
.hidden,
[v-cloak] {
  display: none !important;
}
.fit-width-content {
  width: -moz-fit-content;
  width: fit-content;
}
.spacing-top {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .spacing-top {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .spacing-top {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .spacing-top {
    margin-top: 60px;
  }
}
.spacing-top-half {
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .spacing-top-half {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .spacing-top-half {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .spacing-top-half {
    margin-top: 30px;
  }
}
.spacing-top-third {
  margin-top: 4vw;
}
@media only screen and (min-width: 35.5rem) {
  .spacing-top-third {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .spacing-top-third {
    margin-top: 1.33333333vw;
  }
}
@media only screen and (min-width: 90rem) {
  .spacing-top-third {
    margin-top: 20px;
  }
}
:focus {
  outline: none;
}
.floating-focus-enabled .focus,
.floating-focus-enabled :focus {
  border-radius: 1px;
  outline: 1px solid #fff;
  outline-offset: 0;
}
.floating-focus-enabled .button.focus,
.floating-focus-enabled .button:focus {
  outline-offset: 4px;
}
.floating-focus-enabled .block-link.focus,
.floating-focus-enabled .block-link:focus {
  border-radius: 1px;
  outline-offset: -4px;
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  padding-left: calc(5.5vw / 2);
  padding-right: calc(5.5vw / 2);
  position: relative;
}
.grid-column {
  padding: 0 calc(5.5vw / 2);
}
.grid-column.full-width,
.grid-column.half-width,
.grid-column[class*=" heading-"],
.grid-column[class^="heading-"] {
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .grid-column.half-width {
    width: 50%;
  }
}
.grid-column.thirty-percent-width {
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .grid-column.thirty-percent-width {
    width: 30%;
  }
}
.grid-column.seventy-percent-width {
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .grid-column.seventy-percent-width {
    width: 70%;
  }
}
.block-row {
  display: flex;
  flex-wrap: wrap;
}
.block-full-width,
.block-half-width,
.block-third-width {
  overflow: hidden;
  position: relative;
}
.block-full-width {
  height: 100vh;
  width: 100%;
}
.block-half-width {
  flex: 0 0 100%;
  height: 50vh;
}
@media only screen and (min-width: 50.75rem) {
  .block-half-width {
    flex: 0 0 50%;
    height: 66vh;
  }
}
.block-third-width {
  flex: 0 0 100%;
  height: 50vh;
}
@media only screen and (min-width: 50.75rem) {
  .block-third-width {
    flex: 0 0 33.33%;
  }
}
@media only screen and (min-width: 80rem) {
  .block-third-width {
    flex: 0 0 33.33%;
    height: 33vh;
    min-height: 25vw;
  }
}
.block-content {
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    rgba(32, 35, 39, 0.5)
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .block-content {
    padding-bottom: 60px;
  }
}
.block-third-width .block-content {
  padding-bottom: 40px;
}
.block-content .label + [class^="heading-"] {
  margin-top: 10px;
}
.block-content-wrapper:hover .inline-link.inline-link-inverse {
  background-size: 100% 1px;
}
.block-content-subtitle {
  margin-top: 5px;
}
[dir="rtl"] .block-content-subtitle {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.block-content-subtitle-text-ellipsis {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.block-content-metadata {
  margin-bottom: 0.625rem;
}
.block-link img.lazy-image {
  transform: scale(1);
  transition: transform 0.8s ease, opacity 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .block-link img.lazy-image {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.block-link:focus img.lazy-image,
.block-link:hover img.lazy-image {
  transform: scale(1.02);
}
@media only screen and (min-width: 50.75rem) {
  .blocks-full-height .block-half-width {
    height: 100vh;
  }
}
.micrio-marker-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}
.micrio-marker-icon:after {
  background-image: url("");
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}
.inline-block {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .inline-block {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .inline-block {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .inline-block {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .inline-block {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .inline-block {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .inline-block {
    margin-bottom: 60px;
  }
}
:root {
  --ubPrimaryColor: #d55140;
  --ubLightGray: #8c9095;
  --ubFontFamily: RijksText, Arial, sans-serif;
  --ubMainFontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubH1FontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubH1FontWeight: bold;
  --ubH2FontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubH2FontWeight: bold;
  --ubH3FontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubH3FontWeight: bold;
  --ubH4FontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubH4FontWeight: bold;
  --ubButtonFontSize: [object Object], [object Object], [object Object],
    [object Object], [object Object], [object Object];
  --ubButtonPadding: calc(1.563rem - 0.5rem) 20px;
  --ubButtonFontWeight: bold;
  --ubButtonBorderRadius: 2px;
  --ubPrimaryButtonColor: #d55140;
  --ubPrimaryButtonTextColor: #fff;
  --ubPrimaryButtonHoverColor: #fff;
  --ubPrimaryButtonTextHoverColor: #000;
  --ubSecondaryButtonColor: hsla(0, 0%, 100%, 0.2);
  --ubSecondaryButtonTextColor: #fff;
  --ubSecondaryButtonHoverColor: #fff;
  --ubSecondaryButtonTextHoverColor: #000;
  --ubInputBorderRadius: 2px;
}
.text-big {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.text-huge {
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
}
.text-normal {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
.text-normal-color-tiara {
  color: #c2ccce;
}
.link {
  display: inline-block;
  min-height: 44px;
  min-width: 44px;
  padding-top: calc((44px - 1.375em) / 2);
  position: relative;
  text-decoration: none;
}
button.link {
  padding-top: 0;
}
.link span {
  background-color: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .link span {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.link.focus:not(:disabled) span,
.link:focus:not(:disabled) span,
.link:hover:not(:disabled) span {
  background-size: 0 1px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .link.focus:not(:disabled) span,
  .link:focus:not(:disabled) span,
  .link:hover:not(:disabled) span {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.link-inverse span {
  background-size: 0 1px;
}
.link-inverse.focus:not(:disabled) span,
.link-inverse:focus:not(:disabled) span,
.link-inverse:hover:not(:disabled) span {
  background-size: 100% 1px;
}
.link:disabled span {
  cursor: inherit;
}
.link.drop-down [class^="icon-"] {
  height: 0.625rem;
  margin-left: 2px;
  width: 0.625rem;
}
.link.drop-down [class^="icon-"].read-less {
  transform: rotate(180deg);
}
.link-play-icon:hover .icon-play-button,
.link-teaser-icon:hover .icon-audio-button,
.link-teaser-icon:hover .icon-compare-button,
.link-teaser-icon:hover .icon-play-button,
.link-teaser-icon:hover .icon-plus-button,
.link-teaser-icon:hover .icon-text-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
[dir="rtl"] .link {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.inline-link {
  background-color: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .inline-link {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.inline-link.focus,
.inline-link:focus,
.inline-link:hover {
  background-size: 0 1px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .inline-link.focus,
  .inline-link:focus,
  .inline-link:hover {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.inline-link-inverse {
  background-size: 0 1px;
}
.inline-link-inverse.focus,
.inline-link-inverse:focus,
.inline-link-inverse:hover {
  background-size: 100% 1px;
}
.button,
.lp-form-button,
.zoomable-micrio button.micrio-button {
  align-items: center;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  line-height: 1.375;
  padding: 0 20px;
  text-decoration: none;
  transform: scaleZ(1);
  transition: color 0.5s, background-color 0.5s, opacity 0.5s;
}
.button-color-tiara {
  color: #c2ccce;
}
.button:not(:disabled):not(.disabled):not(.no-hover):focus,
.button:not(:disabled):not(.disabled):not(.no-hover):hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.button.disabled,
.button:disabled {
  opacity: 0.3;
}
.button-label {
  background-color: #343b42;
  background-image: none;
  border-radius: 2px;
  font-weight: 400;
  height: 44px;
  transition: background-color 0.5s;
}
.button-label:hover {
  background-color: #202327;
  color: inherit;
  transition: background-color 0.5s;
}
.button-back {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none;
  border-radius: 2px;
  font-weight: 400;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 20px;
}
@media only screen and (min-width: 50.75rem) {
  .button-back {
    max-width: 200px;
  }
}
.button-back .icon-arrow-thin {
  margin-right: 10px;
  transform: rotate(90deg);
  width: 0.625rem;
}
.button-back span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-quick-answer {
  background-color: #343b42;
  font-weight: 400;
  margin-bottom: 10px;
}
.button-quick-answer .icon-information {
  color: #fff;
  height: 1rem;
  margin-right: 10px;
  transition: color 0.5s;
  width: 1rem;
}
.button-quick-answer:hover .icon-information {
  color: #000;
}
.button-quick-answer .icon-arrow-right {
  margin-left: 20px;
}
.button-download {
  background-color: #343b42;
  font-weight: 400;
  padding-left: 15px;
}
.button-download .icon-download {
  margin-right: 10px;
}
.button-icon,
.zoomable-micrio button.micrio-button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 3.125rem;
  justify-content: center;
  padding: 0;
  width: 3.125rem;
}
@media (hover: hover) {
  .button-icon:not(:disabled):not(.disabled):not(.transparent):not(
      .no-hover
    ):hover {
    background-color: #000;
    color: #fff;
  }
}
.button-icon:not(:disabled):not(.disabled):not(.transparent):not(
    .no-hover
  ):focus {
  background-color: #000;
  color: #fff;
}
.button-icon.transparent {
  background-color: transparent;
}
.button-icon.light {
  background-color: hsla(0, 0%, 88%, 0.4);
  color: #000;
}
.button-close {
  position: absolute;
  right: 0;
  top: 0;
}
.button-close [class^="icon-"] {
  height: 13px;
  width: 13px;
}
.button-primary,
.lp-form-button {
  background-color: #d55140;
}
.button-primary-alt {
  background-color: #436178;
}
.button-secondary {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.button-tertiary {
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: 400;
}
.button-spinner.button {
  position: relative;
}
.button-spinner.button,
.button-spinner.button:hover {
  background-color: #202327;
}
.button-spinner.button:disabled {
  opacity: 1;
}
.button-spinner.button > span {
  z-index: 1;
}
.button-spinner.button .spinner-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.button-spinner.button .spinner {
  height: 100%;
  width: 100%;
}
.heading-1 {
  font-size: calc(2.5rem + 5.625 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  word-break: break-word;
}
[dir="rtl"] .heading-1 {
  font-size: calc(3.25rem + 7.3125 * ((100vw - 20rem) / 100));
}
.heading-1:lang(ru),
.heading-1:lang(uk) {
  line-height: normal;
}
.heading-2 {
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.263;
  text-transform: uppercase;
  word-break: break-word;
}
[dir="rtl"] .heading-2 {
  font-size: calc(1.544rem + 0.325 * ((100vw - 20rem) / 100));
}
.heading-3 {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .heading-3 {
    margin-bottom: 12px;
  }
}
[dir="rtl"] .heading-3 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.heading-4 {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  word-break: break-word;
}
[dir="rtl"] .heading-4 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.lazy-image {
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .lazy-image {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.lazy-image-placeholder {
  filter: blur(20px);
}
.lazy-image.not-loaded {
  display: block;
  opacity: 0;
}
.micrio-placeholder {
  filter: blur(20px);
  opacity: 1;
  transition: opacity 0.25s linear, z-index 0.25s step-start;
  z-index: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .micrio-placeholder {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.micrio-placeholder.loaded {
  opacity: 0;
  transition: opacity 0.25s linear, z-index 0.25s step-end;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .micrio-placeholder.loaded {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.background-image,
.ratio-correction {
  overflow: hidden;
  z-index: 0;
}
.background-image .lazy-image,
.ratio-correction .lazy-image {
  z-index: 1;
}
.background-image .lazy-image-placeholder,
.ratio-correction .lazy-image-placeholder {
  z-index: -1;
}
.object-fit-container.fit-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-object-fit .object-fit-container img.not-loaded {
  display: block;
}
.zoomable-micrio button.micrio-button svg,
[class^="icon-"] {
  fill: currentColor;
  flex-shrink: 0;
  height: 1.25rem;
  vertical-align: middle;
  width: 1.25rem;
}
.icon-quote {
  height: calc(1.688rem + 1.1875 * ((100vw - 20rem) / 100));
  width: calc(1.688rem + 1.1875 * ((100vw - 20rem) / 100));
}
.icon-arrow-left {
  height: 0.938rem;
  transform: rotate(90deg);
  width: 0.938rem;
}
.icon-arrow-right,
.icon-arrow-up {
  height: 0.938rem;
  transform: rotate(270deg);
  width: 0.938rem;
}
.icon-download {
  height: 1rem;
  margin-right: 5px;
  vertical-align: text-bottom;
  width: 1rem;
}
.icon-check {
  height: 0.938rem;
  width: 0.938rem;
}
.icon-audio-button,
.icon-compare-button,
.icon-play-button,
.icon-plus-button,
.icon-text-button {
  height: 3.125rem;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s linear, transform 0.2s;
  width: 3.125rem;
}
@media only screen and (min-width: 50.75rem) {
  .icon-audio-button,
  .icon-compare-button,
  .icon-play-button,
  .icon-plus-button,
  .icon-text-button {
    height: 4.063rem;
    width: 4.063rem;
  }
}
.icon-minus,
.icon-plus {
  height: 0.625rem;
  width: 0.625rem;
}
.icon-calendar {
  vertical-align: text-top;
}
.homepage .logo-container {
  height: 100vh;
  position: absolute;
  top: 100vh;
  width: 100%;
}
.homepage .rijksmuseum-logo {
  transition: opacity 0.25s;
  transition-delay: 0.25s;
}
@media (orientation: landscape) and (max-width: 812px) {
  .overlay-open .homepage .rijksmuseum-logo {
    opacity: 0;
    transition-delay: 0s;
  }
}
.rijksmuseum-logo {
  height: calc(89vw * 0.12);
  left: 5.5vw;
  pointer-events: none;
  position: absolute;
  top: 90px;
  width: 89vw;
  z-index: 1;
}
@media only screen and (min-width: 35.5rem) {
  .rijksmuseum-logo {
    top: 95px;
  }
}
.rijksmuseum-logo svg[class^="icon-"] {
  height: 100%;
  width: 100%;
}
.spinner {
  animation: spinner-fade 0.84s infinite, spinner-turn 1.68s step-end infinite;
  height: 40px;
  position: relative;
  width: 40px;
}
.spinner-container {
  animation: fade-in 0.5s step-end, fade-in 0.25s linear 0.5s;
}
.spinner-container.light {
  background: #fff;
}
.spinner .color {
  animation: color-change 3.36s step-end infinite;
  height: 100%;
  position: absolute;
  width: 100%;
}
.spinner-1,
.spinner-2,
.spinner-3 {
  animation: spinner-fade-bar 0.84s infinite;
  height: 33.33333333%;
  opacity: 0;
  position: relative;
  width: 100%;
}
.spinner-1 .color {
  opacity: 0.33;
}
.spinner-2 {
  animation-delay: 0.14s;
}
.spinner-2 .color {
  opacity: 0.66;
}
.spinner-3 {
  animation-delay: 0.28s;
}
@keyframes spinner-fade-bar {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes spinner-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spinner-turn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scaleY(-1);
  }
}
@keyframes color-change {
  0% {
    background-color: #d55140;
  }
  25% {
    background-color: #aaa04d;
  }
  50% {
    background-color: #5e99b0;
  }
  75% {
    background-color: #ac8367;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-input {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.text-input:focus-within {
  color: #000;
}
.text-input .input-field {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  color: #fff;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  height: 3.125rem;
  line-height: 1.375;
  padding: 1rem 2rem;
  width: 100%;
}
.text-input .input-field-color-tiara {
  color: #c2ccce;
}
.text-input .input-field::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-input .input-field::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-input .input-field:focus {
  background-color: #fff;
  color: #000;
}
.text-input .input-prefix {
  left: 20px;
  position: absolute;
}
.text-input .input-prefix ~ .input-field {
  padding: 0 20px 0 40px;
}
.field-validation-error {
  background-color: #d55140;
  color: #fff !important;
  display: block;
  margin-top: 17px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
}
.field-validation-error a:hover {
  color: #fff;
}
.field-validation-error:before {
  border-color: transparent transparent #d55140;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -15px;
  width: 0;
}
.lock {
  align-items: center;
  background: rgba(32, 35, 39, 0.5);
  border-radius: 0.875rem;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}
.lock .icon-lock {
  height: 0.813rem;
  width: 0.625rem;
}
.label {
  background: #fff;
  border-radius: 1px;
  color: #000;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  padding: 3px 4px;
  text-transform: uppercase;
}
.label-dark {
  background: #202327;
  color: #fff;
}
[dir="rtl"] .label {
  font-size: 0.975rem;
  line-height: 0.975rem;
}
.label-text-only {
  background: transparent;
  padding: 0;
}
.summary-list li:not(:last-child) {
  margin-bottom: 12px;
}
[dir="rtl"] .markdown p {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.markdown h1 {
  color: #fff;
  font-size: calc(2.5rem + 5.625 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  word-break: break-word;
}
[dir="rtl"] .markdown h1 {
  font-size: calc(3.25rem + 7.3125 * ((100vw - 20rem) / 100));
}
.markdown h1:lang(ru),
.markdown h1:lang(uk) {
  line-height: normal;
}
.markdown h2 {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  margin-top: 12vw;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .markdown h2 {
    margin-bottom: 12px;
  }
}
[dir="rtl"] .markdown h2 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
@media only screen and (min-width: 35.5rem) {
  .markdown h2 {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .markdown h2 {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .markdown h2 {
    margin-top: 60px;
  }
}
.markdown h3 {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  word-break: break-word;
}
[dir="rtl"] .markdown h3 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.markdown a {
  background-color: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  transition: background-size 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .markdown a {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.markdown a.focus,
.markdown a:focus,
.markdown a:hover {
  background-size: 0 1px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .markdown a.focus,
  .markdown a:focus,
  .markdown a:hover {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.markdown a-inverse {
  background-size: 0 1px;
}
.markdown a-inverse.focus,
.markdown a-inverse:focus,
.markdown a-inverse:hover {
  background-size: 100% 1px;
}
.markdown ol {
  counter-reset: count;
  padding-left: 30px;
}
.markdown ol li {
  counter-increment: count;
  position: relative;
}
.markdown ol li:before {
  color: #fff;
  content: counter(count, decimal-leading-zero);
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  left: -30px;
  line-height: 1.375;
  line-height: 1.5;
  position: absolute;
  text-transform: uppercase;
  word-break: break-word;
}
.markdown ol li + li {
  margin-top: 10px;
}
@media only screen and (min-width: 50.75rem) {
  .markdown ol li + li {
    margin-top: 12px;
  }
  .markdown ol {
    padding-left: 35px;
  }
  .markdown ol li:before {
    left: -35px;
  }
}
.markdown ul {
  padding-left: 30px;
}
.markdown ul li {
  position: relative;
}
.markdown ul li:before {
  color: #fff;
  content: "\2022";
  left: -30px;
  line-height: 1.65;
  position: absolute;
}
.markdown ul li + li {
  margin-top: 10px;
}
@media only screen and (min-width: 50.75rem) {
  .markdown ul li + li {
    margin-top: 12px;
  }
  .markdown ul {
    padding-left: 35px;
  }
  .markdown ul li:before {
    left: -35px;
  }
}
.markdown ol + ol,
.markdown ol + p,
.markdown ol + ul,
.markdown p + ol,
.markdown p + p,
.markdown p + ul,
.markdown ul + ol,
.markdown ul + p,
.markdown ul + ul {
  margin-top: 10px;
}
@media only screen and (min-width: 50.75rem) {
  .markdown ol + ol,
  .markdown ol + p,
  .markdown ol + ul,
  .markdown p + ol,
  .markdown p + p,
  .markdown p + ul,
  .markdown ul + ol,
  .markdown ul + p,
  .markdown ul + ul {
    margin-top: 12px;
  }
}
.markdown sup {
  color: #fff;
}
[dir="rtl"] .markdown + ol,
[dir="rtl"] .markdown + ul {
  padding-left: 0;
  padding-right: 30px;
}
[dir="rtl"] .markdown + ol li:before,
[dir="rtl"] .markdown + ul li:before {
  left: auto;
  right: -30px;
}
@media only screen and (min-width: 50.75rem) {
  [dir="rtl"] .markdown + ol,
  [dir="rtl"] .markdown + ul {
    padding-right: 35px;
  }
  [dir="rtl"] .markdown + ol li:before,
  [dir="rtl"] .markdown + ul li:before {
    right: -35px;
  }
}
.markdown.job-page blockquote {
  color: #fff;
  margin: 5px 0;
  padding: 0;
}
.markdown.job-page blockquote p:not(:last-child),
.markdown.job-page blockquote p:only-child {
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.263;
  text-transform: uppercase;
  word-break: break-word;
}
[dir="rtl"] .markdown.job-page blockquote p:not(:last-child),
[dir="rtl"] .markdown.job-page blockquote p:only-child {
  font-size: calc(1.544rem + 0.325 * ((100vw - 20rem) / 100));
}
.markdown.job-page blockquote p:last-child:not(:only-child) {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
  margin: 5px 0;
}
.markdown.job-page blockquote p:last-child:not(:only-child)-color-tiara {
  color: #c2ccce;
}
.video-teaser .video-container {
  height: 100%;
  width: 100%;
}
.video-teaser .video-container .vjs-tech {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.video-teaser .video-container .image-container,
.video-teaser .video-container .video-js {
  height: 100%;
  position: absolute;
  width: 100%;
}
.circular-progress-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: center;
}
.circular-progress-button .background-circle {
  stroke: hsla(0, 0%, 100%, 0.5);
  fill: rgba(0, 0, 0, 0.6);
  transition: fill 0.25s linear;
}
.circular-progress-button:hover .background-circle {
  fill: #000;
  transition: fill 0.25s linear;
}
.language-menu {
  background-color: #40474f;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  left: 50%;
  min-width: 350px;
  padding: 15px 20px;
  position: absolute;
  transform: translateX(-50%);
}
.language-menu-wrapper {
  position: relative;
}
.language-menu-links {
  margin-top: 15px;
}
.language-menu-link {
  color: #fff;
}
.language-menu-link a {
  color: inherit;
}
.language-menu-mobile {
  background-color: #343b42;
  margin: 0 -5.5vw;
  overflow: hidden;
  padding: 0 5.5vw;
  transition: max-height 0.25s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .language-menu-mobile {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.horizontal-link-list .link.with-pipe,
.horizontal-link-list .link:not(:last-child) {
  margin-right: 20px;
}
.horizontal-link-list .link.with-pipe:after,
.horizontal-link-list .link:not(:last-child):after {
  color: #c2ccce;
  content: "|";
  display: inline-block;
  pointer-events: none;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.25s linear;
}
@media only screen and (min-width: 80rem) {
  .horizontal-link-list .link.with-pipe,
  .horizontal-link-list .link:not(:last-child) {
    margin-right: 30px;
  }
  .horizontal-link-list .link.with-pipe:after,
  .horizontal-link-list .link:not(:last-child):after {
    right: -22px;
  }
}
.collection-linkblock {
  flex: 0 0 100%;
  overflow: hidden;
  padding-right: 15px;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 50.75rem) {
  .collection-linkblock {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .collection-linkblock {
    flex: 0 0 37.5%;
  }
}
.collection-linkblock-images {
  display: flex;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 66.66666667%;
}
.collection-linkblock-images-main {
  height: 0;
  padding-right: 5px;
  padding-top: 5px;
  width: 66.66666667%;
}
.collection-linkblock-images-small {
  height: 0;
  padding-right: 5px;
  padding-top: 5px;
  width: 33.33333333%;
}
.collection-linkblock-images-small .image-container:last-child {
  margin-top: 5px;
}
.collection-linkblock-images .image-container {
  background-color: #40474f;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.search-bar {
  border-bottom: 1px solid #c2ccce;
  display: flex;
  margin-top: 6vw;
  padding-bottom: 5px;
}
@media only screen and (min-width: 35.5rem) {
  .search-bar {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-bar {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-bar {
    margin-top: 30px;
  }
}
.search-bar-input {
  color: #c2ccce;
  flex-grow: 1;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
  line-height: 50px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-bar-input::-moz-placeholder {
  color: #c2ccce;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
  line-height: 50px;
  opacity: 1;
}
.search-bar-input::placeholder {
  color: #c2ccce;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
  line-height: 50px;
  opacity: 1;
}
.search-bar-clear .icon-close {
  height: 1rem;
  width: 1rem;
}
.whatson-filter-block-calendar-button {
  align-items: flex-start;
  display: flex;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar-button {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.whatson-filter-block-calendar-button .icon-calendar {
  margin-left: 15px;
}
.whatson-filter-block-calendar-button .button-calendar {
  margin: 0 2px;
  text-align: center;
}
.whatson-filter-block-calendar-button .icon-close {
  height: 1rem;
  margin-left: 10px;
  width: 1rem;
}
.whatson-filter-block-calendar-button .arrow-button {
  height: 44px;
  margin: 0;
  padding: 0 17px;
  text-align: center;
  width: 44px;
}
.whatson-filter-block-calendar-button .arrow-button .icon-arrow {
  height: 0.625rem;
  width: 0.625rem;
}
.whatson-filter-block-calendar {
  margin-bottom: 0;
  margin-top: 6vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block-calendar {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-filter-block-calendar {
    margin-top: 30px;
  }
}
.whatson-filter-block-calendar .date-picker-calendar.vdp-datepicker__calendar {
  background-color: transparent;
  border: none;
  max-width: 310px;
  width: 100%;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .next,
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .prev {
  display: none;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  header {
  line-height: normal;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day__month_btn {
  float: none;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar
    .date-picker-calendar.vdp-datepicker__calendar
    .day__month_btn {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day__month_btn {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .cell {
  height: 2.75rem;
  width: 2.75rem;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day-header {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  height: auto;
  line-height: 1.375;
  margin-bottom: 8px;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar
    .date-picker-calendar.vdp-datepicker__calendar
    .day-header {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day-header {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day:not(.blank):not(.disabled):hover {
  border: 1px solid #fff !important;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day.blank,
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day.disabled {
  opacity: 0.5;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar
  .day
  .cell-button {
  margin-top: 8px;
}
.whatson-filter-block-calendar
  .date-picker-calendar.vdp-datepicker__calendar.second {
  display: none;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar
    .date-picker-calendar.vdp-datepicker__calendar.second {
    display: block;
  }
}
.whatson-filter-block-calendar .date-picker-wrapper {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-calendar
    .date-picker-wrapper
    .date-picker:last-of-type {
    margin-left: 100px;
  }
}
.whatson-filter-block-calendar .date-picker-wrapper-buttons {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.whatson-filter-block-calendar
  .date-picker-wrapper-buttons
  .date-picker-button {
  min-height: 44px;
  min-width: 44px;
  position: absolute;
  text-align: center;
  top: -4px;
}
.whatson-filter-block-calendar
  .date-picker-wrapper-buttons
  .date-picker-button
  .icon-arrow {
  height: 0.625rem;
  width: 0.625rem;
}
.whatson-filter-block-calendar
  .date-picker-wrapper-buttons
  .date-picker-button-next {
  right: -30px;
}
.whatson-filter-block-calendar
  .date-picker-wrapper-buttons
  .date-picker-button-previous {
  left: -30px;
}
.form input {
  font-family: RijksText, Arial, sans-serif;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  height: 16px;
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 16px;
}
.form input[type="checkbox"] + label,
.form input[type="radio"] + label {
  cursor: pointer;
  display: inline-flex;
}
.form input[type="checkbox"] + label:before {
  border: 1px solid #fff;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 16px;
  margin-top: 0.2em;
  width: 16px;
}
.form input[type="checkbox"] + label:hover:before {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.form input[type="checkbox"]:checked + label:before {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
}
.form input[type="radio"] + label {
  position: relative;
}
.form input[type="radio"] + label:before {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 16px;
  margin-top: 0.2em;
  width: 16px;
}
.form input[type="radio"] + label:hover:before {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.form input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 3px solid #40474f;
}
.form input[type="date"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="text"],
.form select {
  border-radius: 0;
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
  padding: 0;
}
.form input[type="date"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form input[type="number"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="text"]::-moz-placeholder,
.form select::-moz-placeholder {
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
  opacity: 0.5;
}
.form input[type="date"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="number"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="text"]::placeholder,
.form select::placeholder {
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
  opacity: 0.5;
}
.form input[type="date"]:disabled,
.form input[type="email"]:disabled,
.form input[type="number"]:disabled,
.form input[type="tel"]:disabled,
.form input[type="text"]:disabled,
.form select:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 2px;
  opacity: 0.5;
  padding: 0 0.25em;
}
.form input[type="date"],
.form input[type="email"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="text"] {
  border-bottom: 1px solid #c2ccce;
}
.form input[type="date"],
.form select {
  display: block;
}
.form input[type="date"] {
  min-height: 1.3em;
  min-width: 6em;
}
.form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(98%) sepia(2%) saturate(1261%) hue-rotate(158deg)
    brightness(84%) contrast(92%);
}
.form select {
  background-image: url("");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  padding-right: 20px;
}
.form select option {
  padding: 0;
}
.form [type="email"].input-validation-error,
.form [type="text"].input-validation-error {
  border-color: #d55140;
  border-width: 0 0 1px;
}
.form .form-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.form .input-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 6vw;
  margin-right: 20px;
}
@media only screen and (min-width: 35.5rem) {
  .form .input-group {
    margin-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .form .input-group {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .form .input-group {
    margin-bottom: 30px;
  }
}
.form .field-validation-error {
  background-color: transparent;
  color: #c2ccce !important;
  margin-top: -5px;
  padding-left: 16px;
  text-align: left;
}
.form .field-validation-error:before {
  background-image: url("");
  border: none;
  height: 0.75rem;
  left: 0;
  margin-left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
}
@media (max-width: 50.688rem) {
  .form .form-row {
    flex-wrap: wrap;
  }
  .form .input-group {
    margin-right: 0;
    width: 100%;
  }
}
.right-cta-button {
  margin-top: 4vw;
}
@media only screen and (min-width: 35.5rem) {
  .right-cta-button {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .right-cta-button {
    margin-top: 1.33333333vw;
  }
}
@media only screen and (min-width: 90rem) {
  .right-cta-button {
    margin-top: 20px;
  }
}
.donate-widget {
  margin-top: 4vw;
}
@media only screen and (min-width: 35.5rem) {
  .donate-widget {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .donate-widget {
    margin-top: 1.33333333vw;
  }
}
@media only screen and (min-width: 90rem) {
  .donate-widget {
    margin-top: 20px;
  }
}
.donate-widget .selected {
  background-color: #fff;
  color: #000;
}
.donate-widget .amounts {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
.donate-widget .amounts .button {
  padding: 0 10px;
}
.donate-widget .custom-input {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.donate-widget .custom-input .text-input {
  margin-right: 5px;
}
.donate-widget .custom-input .adyen-button svg {
  max-height: 10px;
  transform: rotate(270deg);
}
.usp-list {
  --usp-list-space: 30px;
}
.usp-list li {
  padding-left: var(--usp-list-space);
}
.usp-list li + li {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 50.75rem) {
  .usp-list li {
    --usp-list-space: 35px;
  }
}
.usp-list span {
  display: inline-block;
  margin-left: calc(-1 * var(--usp-list-space));
  width: var(--usp-list-space);
}
.radio-buttons li {
  display: flex;
  position: relative;
}
.radio-buttons li + li {
  margin-top: 0.625rem;
}
.radio-buttons label {
  --radio-buttons-padding-left: 1.563rem;
  padding-left: var(--radio-buttons-padding-left);
  position: relative;
}
.radio-buttons label:before {
  background-color: #8c9095;
  border-radius: 50%;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.25rem;
}
@media only screen and (min-width: 50.75rem) {
  .radio-buttons label {
    --radio-buttons-padding-left: 2.188rem;
  }
}
.radio-buttons input[type="radio"] {
  margin: 0;
}
.radio-buttons input[type="radio"],
.radio-buttons input[type="radio"]:checked + label:after {
  height: 0.75rem;
  left: 0.25rem;
  position: absolute;
  top: 0.5rem;
  width: 0.75rem;
}
.radio-buttons input[type="radio"]:checked + label:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
.sticky-bottom-cta {
  align-items: center;
  background-color: #343b42;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px 10px 10px 15px;
  position: fixed;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width: 50.75rem) {
  .sticky-bottom-cta {
    bottom: 10px;
    left: auto;
    right: 5.5vw;
    width: 40%;
  }
}
.sticky-bottom-cta .button {
  flex-shrink: 0;
}
.sticky-bottom-cta.warning-message {
  border-bottom: 5px solid #40474f;
  bottom: 70px;
  justify-content: flex-start;
  padding: 30px 10px;
}
@media only screen and (min-width: 50.75rem) {
  .sticky-bottom-cta.warning-message {
    border: none;
    bottom: 110px;
  }
}
.sticky-bottom-cta .icon-information {
  color: #fff;
  height: 1rem;
  margin: 4px 10px 0;
  width: 1rem;
}
.page-in-page-up-next {
  background-color: #40474f;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 16;
}
.page-in-page-up-next-hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-in-page-up-next-content {
  align-items: center;
  display: flex;
}
.page-in-page-up-next-info {
  margin-left: 0.625rem;
}
.page-in-page-up-next-heading {
  margin-bottom: 0;
}
.page-in-page-up-next-button {
  background: transparent;
}
.page-in-page-up-next-button .icon-play-next {
  z-index: 6;
}
@media only screen and (min-width: 80rem) {
  .page-in-page-up-next-button {
    height: 4.063rem;
    width: 4.063rem;
  }
}
.footer {
  background-color: #000;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12vw;
  margin-top: 12vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .footer-content {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .footer-content {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content {
    margin-bottom: 60px;
  }
}
.footer-content .visitor-info {
  margin-bottom: 12vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .footer-content .visitor-info {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content .visitor-info {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content .visitor-info {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 80rem) {
  .footer-content .visitor-info {
    width: 50%;
  }
}
.footer-content .primary-links {
  margin-bottom: 6vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .footer-content .primary-links {
    margin-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content .primary-links {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content .primary-links {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 41.688rem) {
  .footer-content .primary-links {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .footer-content .primary-links {
    width: 25%;
  }
}
.footer-content .primary-links .footer-link:first-child {
  margin-top: -12px;
}
.footer-content .buttons-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 12vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .footer-content .buttons-section {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content .buttons-section {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content .buttons-section {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 41.688rem) {
  .footer-content .buttons-section {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .footer-content .buttons-section {
    width: 25%;
  }
}
.footer-content .buttons-section .link-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-content .buttons-section .link-buttons-wrapper {
  margin-right: 20px;
  max-width: 180px;
}
@media only screen and (min-width: 41.688rem) {
  .footer-content .buttons-section .link-buttons-wrapper {
    margin-right: 36px;
  }
}
.footer-content .buttons-section .link-buttons .button {
  width: 100%;
}
.footer-content .buttons-section .link-buttons .button:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-content .buttons-section .link-buttons .logo-link {
  height: 50px;
  max-width: 30%;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .footer-content .buttons-section .link-buttons .logo-link {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.footer-content .buttons-section .link-buttons .logo-link:focus,
.footer-content .buttons-section .link-buttons .logo-link:hover {
  opacity: 1;
}
.footer-content .buttons-section .link-buttons .logo-image {
  height: 100%;
}
.footer-content .logos {
  margin-bottom: 12vw;
  min-width: 50%;
}
@media only screen and (min-width: 35.5rem) {
  .footer-content .logos {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .footer-content .logos {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .footer-content .logos {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 80rem) {
  .footer-content .logos {
    margin-bottom: 0;
  }
}
.footer-content .logos .sponsor-logos-section .sponsor-logos-section-heading {
  opacity: 0.7;
}
.footer-content .logos .sponsor-logos-section .logo {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .footer-content .logos .sponsor-logos-section .logo {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.footer-content .logos .sponsor-logos-section .logo:focus,
.footer-content .logos .sponsor-logos-section .logo:hover {
  opacity: 1;
}
.footer-content .logos .sponsor-logos-section:first-child :nth-child(-n + 2) {
  padding-left: 0;
}
.footer-content .secondary-links {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-content .secondary-links .link {
  opacity: 0.7;
  transition: opacity 0.5s, background-size 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .footer-content .secondary-links .link {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.footer-content .secondary-links .link:focus,
.footer-content .secondary-links .link:hover {
  opacity: 1;
}
.footer-content .secondary-links .link:not(:last-child):after {
  right: -13px;
}
@media only screen and (min-width: 80rem) {
  .footer-content .secondary-links .link:not(:last-child):after {
    right: -19px;
  }
  .footer-content .secondary-links {
    width: 50%;
  }
}
.header {
  padding-bottom: 20px;
  padding-top: 20px;
  position: static;
  z-index: 10;
}
.header:before {
  background-image: linear-gradient(
    180deg,
    #202327 0,
    rgba(32, 35, 39, 0.738) 19%,
    rgba(32, 35, 39, 0.541) 34%,
    rgba(32, 35, 39, 0.382) 47%,
    rgba(32, 35, 39, 0.278) 56.5%,
    rgba(32, 35, 39, 0.194) 65%,
    rgba(32, 35, 39, 0.126) 73%,
    rgba(32, 35, 39, 0.075) 80.2%,
    rgba(32, 35, 39, 0.042) 86.1%,
    rgba(32, 35, 39, 0.021) 91%,
    rgba(32, 35, 39, 0.008) 95.2%,
    rgba(32, 35, 39, 0.002) 98.2%,
    rgba(32, 35, 39, 0)
  );
  content: "";
  height: 100px;
  left: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -5px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-links {
  align-items: center;
  display: flex;
  list-style: none;
  z-index: 1;
}
.header-links-left {
  flex-grow: 1;
  margin-left: -15px;
  min-width: 0;
}
.header-links .user-profile {
  display: none;
  margin-left: 20px;
}
@media only screen and (min-width: 50.75rem) {
  .header-links .user-profile {
    display: inline-block;
  }
}
.header-links .user-profile .link {
  padding-top: 0;
}
.header-link {
  display: none;
  vertical-align: middle;
}
@media only screen and (min-width: 41.688rem) {
  .header-link {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .header-link:not(.header-quicklink) {
    display: inline-block;
  }
}
@media only screen and (min-width: 80rem) {
  .header-link {
    display: inline-block;
  }
}
.header-link:last-child {
  margin-right: 0;
}
.header-link.header-back-button {
  flex-grow: 1;
  margin-left: 5px;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-link.header-button-icon,
.header-link.header-cta {
  display: inline-block;
}
.header-link.header-button-icon,
.header-link.header-button-icon .button-icon,
.header-link.header-cta,
.header-link.header-cta .button-icon {
  position: relative;
  z-index: 6;
}
@media (max-width: 35.438rem) {
  .header-link.header-button-icon-alt,
  .header-link.header-cta-alt {
    display: none;
  }
}
.header-link.header-button-icon ~ .header-cta,
.header-link.header-cta ~ .header-cta {
  margin-left: 15px;
}
@media only screen and (min-width: 41.688rem) {
  .header-link.header-button-icon ~ .header-cta,
  .header-link.header-cta ~ .header-cta {
    margin-left: 0;
  }
}
.header-link.header-button-icon {
  margin: 0 5px 0 0;
}
.page-header {
  height: 100vh;
  height: calc(var(--init-vh, 1vh) * 100);
}
.page-header-content {
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    rgba(32, 35, 39, 0.5)
  );
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
}
.page-header-content p {
  padding-top: 5px;
}
.page-header-hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-header-link {
  text-decoration: none;
}
[dir="rtl"] .page-header-subtitle {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.carousel {
  position: relative;
  z-index: 0;
}
.carousel .indexer {
  font-weight: 700;
  margin-top: 20px;
  z-index: 1;
}
.carousel .button-icon-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.carousel .button-icon-arrow-left {
  left: 0;
  transform: translateY(-50%);
}
.carousel .button-icon-arrow-right {
  right: 0;
  transform: translateY(-50%);
}
.carousel .slide-info {
  background-image: none;
}
.carousel .slide-title {
  margin-bottom: 7.188rem;
  width: 75%;
}
@media only screen and (min-width: 41.688rem) {
  .carousel .slide-title {
    margin-bottom: 5.625rem;
  }
}
@media only screen and (min-width: 50.75rem) {
  .carousel .slide-title {
    margin-bottom: 5rem;
  }
}
.carousel .slide-description {
  height: 4.125rem;
  transition: opacity 1.5s ease-in-out 0.5s;
  width: 75%;
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .slide-description {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media only screen and (min-width: 41.688rem) {
  .carousel .slide-description {
    height: 2.75rem;
  }
}
@media only screen and (min-width: 50.75rem) {
  .carousel .slide-description {
    height: 1.375rem;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
[dir="rtl"] .carousel .slide-description {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.carousel .slide-image img {
  transition: opacity 0.75s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .slide-image img {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .slide .zoomable-micrio {
  transition: opacity 0.75s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .slide .zoomable-micrio {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .slide .zoomable-micrio:hover .hooked canvas.micrio {
  cursor: grab;
}
.carousel .slide .zoomable-micrio:hover .hooked.dragging canvas.micrio {
  cursor: grabbing;
}
.carousel .hide {
  pointer-events: none;
}
.carousel .hide .slide-description {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .hide .slide-description {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .hide.slide-image img {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .hide.slide-image img {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .hide .zoomable-micrio {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  visibility: hidden;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .hide .zoomable-micrio {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .hide .micrio-controls {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel .hide .micrio-controls {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.carousel .block-content {
  pointer-events: none;
}
.expanding-intro-component {
  margin-bottom: 12vw;
  margin-top: 12vw;
  overflow: hidden;
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component.vacancy-intro {
    overflow: visible;
  }
}
.expanding-intro-component .information {
  display: flex;
  flex-direction: column;
}
.expanding-intro-component-button {
  margin-top: 3vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component-button {
    margin-top: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component-button {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component-button {
    margin-top: 15px;
  }
}
.expanding-intro-component-button + .button {
  margin-left: 10px;
  margin-top: 3vw;
  vertical-align: top;
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component-button + .button {
    margin-top: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component-button + .button {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component-button + .button {
    margin-top: 15px;
  }
}
.expanding-intro-component .force-full-width {
  margin-left: -5.5vw;
  width: 100vw;
}
.expanding-intro-component .practical-info {
  margin-top: 50px;
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component .practical-info {
    margin-top: 0;
    padding-left: 7.2vw;
  }
  [dir="rtl"] .expanding-intro-component .practical-info {
    padding-left: 0;
    padding-right: 7.2vw;
  }
  .expanding-intro-component .practical-info.hide-whitespace {
    padding-right: 5.5vw;
    position: absolute;
  }
}
.expanding-intro-component .practical-info p {
  margin-top: 0;
}
.expanding-intro-component .practical-info h2,
.expanding-intro-component .practical-info h3 {
  margin-bottom: 5px;
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component .practical-info h2,
  .expanding-intro-component .practical-info h3 {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component .practical-info h2,
  .expanding-intro-component .practical-info h3 {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component .practical-info h2,
  .expanding-intro-component .practical-info h3 {
    margin-top: 30px;
  }
}
.expanding-intro-component .practical-info ol,
.expanding-intro-component .practical-info ul {
  padding-left: 20px;
}
.expanding-intro-component .practical-info ol li,
.expanding-intro-component .practical-info ul li {
  margin-top: 5px;
}
.expanding-intro-component .practical-info ol li:before,
.expanding-intro-component .practical-info ul li:before {
  left: -20px;
  top: 0;
}
.expanding-intro-component .practical-info ol + p,
.expanding-intro-component .practical-info ul + p {
  margin-top: 5px;
}
[dir="rtl"] .expanding-intro-component .practical-info ol,
[dir="rtl"] .expanding-intro-component .practical-info ul {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .expanding-intro-component .practical-info ol li:before,
[dir="rtl"] .expanding-intro-component .practical-info ul li:before {
  left: auto;
  right: -20px;
}
.expanding-intro-component .practical-info :first-child {
  margin-top: 0;
}
.expanding-intro-component
  .practical-info
  .expanding-block
  .markdown
  > :first-child {
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .expanding-intro-component
    .practical-info
    .expanding-block
    .markdown
    > :first-child {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component
    .practical-info
    .expanding-block
    .markdown
    > :first-child {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .expanding-intro-component
    .practical-info
    .expanding-block
    .markdown
    > :first-child {
    margin-top: 30px;
  }
}
.expanding-intro-component
  .practical-info
  .expanding-block
  .markdown
  > :last-child {
  margin-bottom: 20px;
}
.expanding-intro-component .practical-info .expanding-block .markdown p + p {
  margin-top: 10px;
}
@media only screen and (min-width: 50.75rem) {
  .expanding-intro-component .practical-info .expanding-block .markdown p + p {
    margin-top: 20px;
  }
}
.related-content {
  display: flex;
  justify-content: space-evenly;
}
.related-content .background-image {
  position: static;
}
.related-content .block-content {
  z-index: 1;
}
.contact-block-information {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-block-information:not(:first-of-type) {
  margin-top: 50px;
}
@media only screen and (min-width: 35.5rem) {
  .contact-block-information {
    width: 50%;
  }
  .contact-block-information:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 50.75rem) {
  .contact-block-information {
    width: 33.333%;
  }
  .contact-block-information:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 80rem) {
  .contact-block-information {
    width: 25%;
  }
  .contact-block-information:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
.contact-block-information-image {
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.contact-block-information-image img.lazy-image {
  z-index: 1;
}
.contact-block .markdown p ~ p {
  margin-top: 0;
  word-break: break-word;
}
.text-block .markdown {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.text-block .markdown h1,
.text-block .markdown h2 {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .text-block .markdown h1,
  .text-block .markdown h2 {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .text-block .markdown h1,
  .text-block .markdown h2 {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .text-block .markdown h1,
  .text-block .markdown h2 {
    margin-top: 60px;
  }
}
.text-block .markdown h1 {
  margin-bottom: 20px;
}
.text-block .markdown h2 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 50.75rem) {
  .text-block .markdown h2 {
    margin-bottom: 12px;
  }
}
.text-block .markdown h3 {
  margin-bottom: 6px;
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .text-block .markdown h3 {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .text-block .markdown h3 {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .text-block .markdown h3 {
    margin-top: 30px;
  }
}
.text-block .markdown :first-child {
  margin-top: 0;
}
.quote .quote-text {
  margin: 5px 0;
}
.vimeo-live {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media only screen and (min-aspect-ratio: 4/3) {
  .vimeo-live {
    flex-direction: row;
  }
}
.vimeo-live-with-chat {
  min-height: 650px;
}
@media only screen and (min-aspect-ratio: 4/3) {
  .vimeo-live-with-chat {
    min-height: 0;
  }
}
.vimeo-live-player {
  background: #000;
  flex-grow: 1;
  height: 0;
  min-height: calc(100vw / 16 * 9);
  position: relative;
}
@media only screen and (min-aspect-ratio: 4/3) {
  .vimeo-live-player {
    height: 100%;
    max-height: 100vh;
    min-height: 0;
  }
}
.vimeo-live-player > div {
  height: 100%;
  position: static !important;
  width: 100%;
}
.vimeo-live-player > iframe {
  height: 100% !important;
  width: 100% !important;
}
.vimeo-live-chat {
  flex-basis: 100%;
  width: 100%;
}
@media only screen and (min-aspect-ratio: 4/3) {
  .vimeo-live-chat {
    flex-basis: 0;
    min-width: 400px;
  }
}
.vimeo-live-chat > iframe {
  height: 100% !important;
  width: 100% !important;
}
.intro-block .markdown + .button {
  margin-top: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .intro-block .markdown + .button {
    margin-top: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .intro-block .markdown + .button {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .intro-block .markdown + .button {
    margin-top: 15px;
  }
}
.intro-block-cta {
  margin-top: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .intro-block-cta {
    margin-top: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .intro-block-cta {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .intro-block-cta {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .intro-block-cta {
    margin-top: 0;
  }
}
.usp-list-block .usp-list {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.faq-block-item + .faq-block-item {
  margin-top: 12px;
}
.faq-block-item .faq-block-item-button {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.faq-block-item .faq-block-item-button [class^="icon-"] {
  height: 0.813rem;
  transition: transform 0.2s ease-out;
  width: 0.813rem;
}
.faq-block-item .faq-block-item-button:hover .link {
  transition-duration: 0.4s;
}
.faq-block-item-content {
  overflow: hidden;
}
.faq-block-item-content .markdown {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
  padding: 10px 0 10px 35px;
}
@media only screen and (min-width: 50.75rem) {
  .faq-block-item-content .markdown {
    padding: 10px 0 20px 50px;
  }
}
.link-list {
  margin-top: -9.6vw;
}
@media only screen and (min-width: 35.5rem) {
  .link-list {
    margin-top: -7.2vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .link-list {
    margin-top: -3.2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .link-list {
    margin-top: -48px;
  }
}
.block-full-width + .link-list,
.related-content + .link-list {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .block-full-width + .link-list,
  .related-content + .link-list {
    margin-bottom: 60px;
  }
}
.embed-block > * {
  width: 100% !important;
}
.embed-block form [data-layout="true"] {
  margin: unset;
  max-width: none;
}
.embed-block textarea.lp-form-fieldInput {
  min-height: 150px;
}
.embed-block .lp-form-button {
  margin-top: 10px;
}
.page-in-page-teaser {
  overflow: hidden;
  position: relative;
}
.page-in-page-teaser-link {
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 3;
}
.page-in-page-teaser-metadata {
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}
.page-in-page-teaser-metadata * + * {
  margin-left: 0.625rem;
}
.page-in-page-teaser-locked .animation-content {
  opacity: 0.2;
}
.page-in-page-teaser-modal {
  height: 100%;
  width: 100%;
}
.page-in-page-teaser-modal.open {
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  scroll-behavior: smooth;
  top: 0;
  z-index: 4;
}
.page-in-page-teaser-modal .hover-zoom {
  height: 100%;
  transition: transform 0.8s ease;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-in-page-teaser-modal .hover-zoom {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.page-in-page-teaser-modal:not(.open):hover .hover-zoom {
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-in-page-teaser-modal:not(.open):hover .hover-zoom {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.page-in-page-teaser .animation-container {
  height: 100%;
  overflow: visible;
  position: absolute;
  transform-origin: center top;
  width: 100%;
}
.page-in-page-teaser .animation-content {
  height: 100%;
  left: 50%;
  min-width: 111.1111%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
body.page-in-page-open .page-in-page-teaser-modal.open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.page-in-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 10;
}
.page-in-page.locked {
  z-index: 12;
}
.page-in-page-container {
  background-color: #40474f;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
  width: 100%;
}
.page-in-page-header {
  height: 90vh;
  height: calc(var(--vh, 1vh) * 90);
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 50.688rem) {
  .page-in-page-intro > .grid-column:not(:first-child) {
    margin-top: 0;
  }
}
.page-in-page-content {
  background-color: #40474f;
  overflow: auto;
  z-index: 0;
}
.page-in-page-related {
  background-color: #40474f;
  display: flex;
  flex-grow: 1;
  z-index: 11;
}
.page-in-page-related .related-carousel {
  align-self: flex-end;
}
.page-in-page-text:not(:first-child) {
  margin-top: 20px;
}
.page-in-page-close-button {
  display: flex !important;
  z-index: 17;
}
.page-in-page-loader {
  height: 10vh;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  z-index: 11;
}
.page-in-page-loader .spinner-container {
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-in-page-series-link {
  display: inline-block;
}
.page-in-page * + .page-in-page-series-link {
  margin-top: 10px;
}
.page-in-page .meta {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .page-in-page .meta {
    margin-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .page-in-page .meta {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .page-in-page .meta {
    margin-bottom: 30px;
  }
}
.page-in-page .meta + .inline-block {
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .page-in-page .meta + .inline-block {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .page-in-page .meta + .inline-block {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .page-in-page .meta + .inline-block {
    margin-top: 30px;
  }
}
.page-in-page .meta .page-in-page-series-link {
  margin-bottom: 5px;
}
body.page-in-page-open {
  height: 0;
  overflow: hidden;
}
.items-carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.items-carousel .button-icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  z-index: 1;
}
.items-carousel .button-icon-arrow-left {
  left: 0;
}
.items-carousel .button-icon-arrow-right {
  right: 0;
}
.items-carousel-items {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .items-carousel-items {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media only screen and (min-width: 50.75rem) {
  .items-carousel-items {
    transition: transform 1.2s ease-in-out;
  }
}
@media only screen and (min-width: 50.75rem) and screen and (prefers-reduced-motion: reduce) {
  .items-carousel-items {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media only screen and (min-width: 35.5rem) and (max-width: 50.688rem) {
  .items-carousel-items .page-in-page-teaser {
    flex: 0 0 50%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media only screen and (min-width: 35.5rem) and (max-width: 50.688rem) and (orientation: portrait) {
  .items-carousel-items .page-in-page-teaser {
    height: 50vh;
    height: calc(var(--vh, 1vh) * 50);
  }
}
.items-carousel-items .page-in-page-teaser-link {
  height: 100%;
  width: 100%;
}
.items-carousel .fade-enter,
.items-carousel .fade-leave-to {
  opacity: 0;
}
.items-carousel .fade-enter-active,
.items-carousel .fade-leave-active {
  transition: opacity 0.2s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .items-carousel .fade-enter-active,
  .items-carousel .fade-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.logo-block .logo {
  margin-top: 20px;
  width: 50%;
}
.logo-block .logo:nth-child(-n + 3) {
  margin-top: 0;
}
@media only screen and (min-width: 50.75rem) {
  .logo-block .logo {
    width: 33.333%;
  }
  .logo-block .logo:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 80rem) {
  .logo-block .logo {
    width: 25%;
  }
  .logo-block .logo:nth-child(-n + 5) {
    margin-top: 0;
  }
}
.logo-block .logo-link {
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  width: 100%;
}
.logo-block .logo-image {
  border: 1px solid transparent;
  border-radius: 2px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
  position: absolute;
  transition: border-color 0.5s;
  width: 100%;
}
.logo-block .logo-image:hover {
  border-color: #fff;
  transition: border-color 0.5s;
}
@media only screen and (min-width: 50.75rem) {
  .logo-block .logo-image {
    padding: 10px;
  }
}
.text-with-button {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .text-with-button {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .text-with-button {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .text-with-button {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .text-with-button {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .text-with-button {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .text-with-button {
    margin-bottom: 60px;
  }
}
.text-with-button .button {
  margin-top: 20px;
}
.video-block {
  background: #000;
}
.video-block .spinner-container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}
.video-block iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-block .block-content-subtitle {
  max-width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .video-block .block-content-subtitle {
    max-width: 50%;
  }
}
.page-in-page-video {
  bottom: 0;
  left: 0;
  max-height: 90vh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-in-page-video {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.page-in-page-video.video-can-play {
  opacity: 1;
}
.page-in-page-video-wrapper {
  max-height: 90vh;
  position: relative;
}
.page-in-page-video
  .video-js.vjs-controls-enabled.vjs-fullscreen
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video .video-js.vjs-controls-enabled.vjs-paused:before,
.page-in-page-video .video-js.vjs-controls-enabled.vjs-user-active:before {
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    rgba(32, 35, 39, 0.5)
  );
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-control {
  height: 1.25rem;
  margin-right: 20px;
  margin-top: 10px;
  width: 1.25rem;
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-control.vjs-progress-control,
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-control.vjs-remaining-time {
  margin-right: 0;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-control-bar {
  background-color: transparent;
  bottom: 0;
  flex-wrap: wrap;
  height: auto;
  padding: 0 5.5vw 20px;
  z-index: 2;
}
@media only screen and (min-width: 80rem) {
  .page-in-page-video .video-js.vjs-controls-enabled .vjs-control-bar {
    padding-bottom: 30px;
  }
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-control-bar
  .vjs-icon-placeholder {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-control-bar
  .vjs-icon-placeholder:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-play-control.vjs-paused
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-play-control.vjs-playing
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-mute-control.vjs-vol-0
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-mute-control.vjs-vol-3
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-fullscreen-control
  .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-subs-caps-button
  > .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-subs-caps-button.no-subtitles
  > .vjs-icon-placeholder:before {
  background-image: url("");
  content: "";
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-subs-caps-button
  .vjs-menu {
  bottom: -10px;
  left: 0;
  transform: translateX(calc(-50% + 10px));
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-subs-caps-button
  .vjs-menu
  li {
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.35rem 0;
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-subs-caps-button
  .vjs-menu
  li:hover {
  background-color: #40474f;
  color: #fff;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-progress-control {
  height: auto;
  width: calc(100% - 50px);
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-progress-control
  .vjs-progress-holder {
  height: 0.25rem;
  margin: 0;
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-progress-control
  .vjs-load-progress,
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-progress-control
  .vjs-load-progress
  div,
.page-in-page-video .video-js.vjs-controls-enabled .vjs-slider {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-time-control {
  align-items: center;
  display: flex;
  width: 50px;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-remaining-time-display {
  font-family: RijksText, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-big-play-button {
  background-color: transparent !important;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  height: 3.125rem;
  left: 50%;
  opacity: 0.75;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
}
.page-in-page-video .video-js.vjs-controls-enabled .vjs-big-play-button:focus,
.page-in-page-video .video-js.vjs-controls-enabled .vjs-big-play-button:hover {
  opacity: 1;
}
@media only screen and (min-width: 50.75rem) {
  .page-in-page-video .video-js.vjs-controls-enabled .vjs-big-play-button {
    height: 4.063rem;
    width: 4.063rem;
  }
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  content: "";
}
@media only screen and (min-width: 80rem) {
  .page-in-page-video .video-js.vjs-controls-enabled .vjs-text-track-display {
    bottom: 8rem;
  }
}
.page-in-page-video
  .video-js.vjs-controls-enabled
  .vjs-menu-button-popup
  .vjs-menu
  .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.6);
  font-family: RijksText, Arial, sans-serif;
  max-height: 15rem;
}
.page-in-page-video .video-js .vjs-big-play-button:focus,
.page-in-page-video .video-js:hover .vjs-big-play-button {
  transition: opacity 0.4s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-in-page-video .video-js .vjs-big-play-button:focus,
  .page-in-page-video .video-js:hover .vjs-big-play-button {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio {
  --micrio-border: none;
  --micrio-color: #fff;
  --micrio-color-hover: #fff;
  --micrio-background: transparent;
  --micrio-border-radius: 0;
  --micrio-border-margin: 0;
  --micrio-button-size: 50px;
  --micrio-button-shadow: none;
  --micrio-button-filter: none;
  --micrio-marker-size: 40px;
  --micrio-marker-border: 2px solid #fff;
  --micrio-marker-border-radius: 22px;
  --micrio-popup-background: none;
  --micrio-popup-filter: none;
  --micrio-popup-shadow: none;
  --micrio-progress-bar-background: transparent;
}
.zoomable-micrio micr-io {
  font-family: inherit;
}
.zoomable-micrio button.micrio-button {
  border-radius: 0;
  text-align: center;
}
.zoomable-micrio button.micrio-button.arrow-down svg,
.zoomable-micrio button.micrio-button.arrow-left svg,
.zoomable-micrio button.micrio-button.arrow-right svg,
.zoomable-micrio button.micrio-button.close svg {
  height: 13px;
  width: 13px;
}
.zoomable-micrio button.micrio-button:hover,
.zoomable-micrio.shown {
  background-color: #000;
}
.zoomable-micrio aside.micrio-controls {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  position: absolute;
  right: 0;
  transition: opacity 0.5s linear;
  z-index: 13;
}
.zoomable-micrio aside.micrio-controls menu.popout {
  display: none;
}
.zoomable-micrio aside.micrio-controls button {
  margin: 1px 0 0;
}
@media only screen and (max-width: 41.625rem) {
  .zoomable-micrio aside.micrio-controls button.zoom-in,
  .zoomable-micrio aside.micrio-controls button.zoom-out {
    display: none;
  }
}
.zoomable-micrio div.micrio-button-group > button.micrio-button {
  padding: 0;
}
body.marker-opened
  .zoomable-micrio
  micr-io:not(.splitscreen)
  aside.micrio-controls {
  opacity: 0;
  pointer-events: none;
}
.zoomable-micrio micr-io.splitscreen aside.micrio-controls {
  right: 50%;
  transform: translateX(100%);
}
.zoomable-micrio micr-io.splitscreen aside.micrio-controls button.maximize {
  display: none;
}
.zoomable-micrio micr-io.splitscreen aside.micrio-controls.secondary {
  right: 100%;
}
@media (max-width: 35.438rem) {
  .zoomable-micrio micr-io.splitscreen aside.micrio-controls {
    display: none;
  }
}
.zoomable-micrio figure.micrio-media {
  margin: 0;
}
.zoomable-micrio figure.micrio-media button {
  border-radius: 0;
}
.zoomable-micrio
  figure.micrio-media
  .micrio-media
  .micrio-media-controls.progress {
  height: 50px;
}
.zoomable-micrio
  figure.micrio-media
  .micrio-media
  .micrio-media-controls.progress:before {
  top: 13px;
}
.zoomable-micrio
  figure.micrio-media
  .micrio-media
  .micrio-media-controls.progress
  span {
  font-size: inherit;
  line-height: 50px;
}
.zoomable-micrio .micrio-progress-bar.container {
  align-items: center;
  background: transparent;
  width: 100%;
}
.zoomable-micrio .micrio-progress-bar.container .bars {
  height: 0.33333rem;
  margin-top: 4px;
  position: relative;
}
.zoomable-micrio .micrio-progress-bar.container .bars > * {
  background: hsla(0, 0%, 100%, 0.5);
  height: 0.25rem;
  margin: 0 0.125rem;
}
.zoomable-micrio .micrio-progress-bar.container .bars > :hover {
  background: hsla(0, 0%, 100%, 0.75);
  height: 0.33333rem;
}
.zoomable-micrio .micrio-progress-bar.container .bars > .active:before {
  transition: width 0.25s linear;
}
.zoomable-micrio .micrio-progress-bar.container .bars:after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.75rem;
  left: var(--progress, 0);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.25s linear;
  width: 0.75rem;
}
.zoomable-micrio .micrio-progress-bar.container .bars:hover:after {
  height: 1rem;
  width: 1rem;
}
.zoomable-micrio .micrio-progress-bar.container .time {
  font-size: inherit;
  position: relative;
}
@media (max-width: 35.438rem) {
  .zoomable-micrio .micrio-progress-bar.container .time {
    min-width: 44px;
  }
}
.zoomable-micrio .micrio-media-controls button.micrio-button {
  background-color: transparent;
  min-width: 2.5rem;
  width: auto;
}
.zoomable-micrio div.micrio-subtitles {
  bottom: 95px;
  left: 44.5vw;
  position: absolute;
  transition: bottom 0.15s ease-out;
  width: 100vw;
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio div.micrio-subtitles {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio div.micrio-subtitles:not(.raised) {
  bottom: 50px;
  transform: translate3d(-50%, 0, 0);
}
.zoomable-micrio div.micrio-subtitles > p.micrio-subtitles {
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
}
@media only screen and (min-width: 80rem) {
  .zoomable-micrio div.micrio-subtitles > p.micrio-subtitles {
    font-size: calc(1.5rem + 0.25 * ((100vw - 20rem) / 100));
    line-height: 1.6;
  }
}
.micrio-videotour {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  position: relative;
}
.micrio-videotour .micrio-tour {
  --micrio-background: transparent;
  bottom: 60px;
  left: 5.5vw;
  max-width: none;
  padding: 0;
  right: 5.5vw;
  transform: none;
  width: auto;
}
@media (max-width: 35.438rem) {
  .micrio-videotour .micrio-tour {
    bottom: 45px;
    left: 5.5vw;
    right: 5.5vw;
  }
}
.micrio-videotour .micrio-tour .micrio-media-controls {
  left: -8px;
  position: absolute;
  top: 27px;
}
.micrio-videotour .micrio-tour .micrio-progress-bar.container {
  line-height: 42px;
}
.micrio-videotour .micrio-tour .micrio-progress-bar.container .bars:before {
  bottom: 0.5rem;
  content: var(--time, "");
  display: block;
  left: var(--progress, 0);
  position: absolute;
  transform: translateX(-50%);
  transition: left 0.25s linear;
}
.micrio-videotour .micrio-tour .micrio-media-controls > *,
.micrio-videotour .micrio-tour .micrio-progress-bar.container {
  transition: opacity 1s ease;
}
.micrio-videotour .micrio-tour.minimized .micrio-media-controls > *,
.micrio-videotour .micrio-tour.minimized .micrio-progress-bar.container {
  opacity: 0;
  pointer-events: none;
}
.micrio-videotour .micrio-tour div.micrio-media.show-play {
  display: none;
}
.zoomable-micrio-inzoomer micr-io .default.micrio-marker button.micrio-marker {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  box-sizing: content-box;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker
    button.micrio-marker {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-inzoomer
  micr-io
  .default.micrio-marker
  button.micrio-marker:after {
  background-image: url("");
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.25s linear;
  width: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker
    button.micrio-marker:hover {
    background-color: #fff;
    box-shadow: none;
    transition: background-color 0.25s linear;
  }
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker
    button.micrio-marker:hover:after {
    background-image: url("");
  }
}
@media (hover: hover) and (pointer: fine) and screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker
    button.micrio-marker:hover {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-inzoomer micr-io .default.micrio-marker label.micrio-marker {
  display: block;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  opacity: 1;
  pointer-events: none;
  text-shadow: none;
  text-transform: uppercase;
  width: 140px;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .zoomable-micrio-inzoomer micr-io .default.micrio-marker label.micrio-marker {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .zoomable-micrio-inzoomer
  micr-io
  .default.micrio-marker
  label.micrio-marker {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.zoomable-micrio-inzoomer
  micr-io
  .default.micrio-marker.opened
  button.micrio-marker {
  background-color: #fff;
  box-shadow: none;
  transform-origin: center center;
  transition: background-color 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker.opened
    button.micrio-marker {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-inzoomer
  micr-io
  .default.micrio-marker.opened
  button.micrio-marker:after {
  background-image: url("");
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker.opened
    button.micrio-marker:hover {
    background-color: transparent;
    transition: background-color 0.25s linear;
  }
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker.opened
    button.micrio-marker:hover:after {
    background-image: url("");
  }
}
@media (hover: hover) and (pointer: fine) and screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer
    micr-io
    .default.micrio-marker.opened
    button.micrio-marker:hover {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-inzoomer div.micrio-marker-popup {
  background: #40474f;
  z-index: 15;
}
.zoomable-micrio-inzoomer div.micrio-marker-popup aside.micrio-marker-popup {
  left: 0;
  position: relative;
  z-index: 12;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  > button.micrio-button {
  margin: 0;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  button.micrio-button:not(.arrow-down) {
  background: transparent;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  button.micrio-button.close {
  position: absolute;
  right: 0;
  top: 0;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  div.micrio-tour-controls {
  height: 50px;
  margin: 0 0 -20px;
  transition: opacity 0.25s ease-out, height 0.25s ease-out;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  div.micrio-tour-controls
  > button {
  display: inline-block;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  > button.micrio-button.arrow-down {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 100%;
  position: absolute;
  right: 0;
  transition: background-color 0.5s ease;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  > button.micrio-button.arrow-down:hover {
  background-color: #000;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  aside.micrio-marker-popup
  > button.micrio-button.arrow-down
  svg {
  transform: rotate(0deg);
  transition: transform 0.25s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer
    div.micrio-marker-popup
    aside.micrio-marker-popup
    > button.micrio-button.arrow-down
    svg {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-inzoomer div.micrio-marker-popup .images {
  margin: 0 0 10px;
}
.zoomable-micrio-inzoomer div.micrio-marker-popup .images img {
  pointer-events: none;
  position: relative;
}
.zoomable-micrio-inzoomer div.micrio-marker-popup:not(.relative) {
  bottom: -10vh;
  bottom: calc(var(--vh, 1vh) * -10);
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 13;
}
@media only screen and (min-width: 35.5rem) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup:not(.relative) {
    bottom: 10px;
    left: auto;
    right: 10px;
    width: 42vw;
  }
}
@media (max-width: 35.438rem) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup:not(.relative) {
    z-index: 14;
  }
}
@media only screen and (min-width: 80rem) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup:not(.relative) {
    width: 25vw;
  }
}
.zoomable-micrio-inzoomer div.micrio-marker-popup main.micrio-marker-content {
  box-shadow: none;
  max-height: 55vh;
  overflow: auto;
  padding: 0 20px;
  position: relative;
  transition: height 0.25s ease-out, transform 0.25s, padding-bottom 0.5s;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup main.micrio-marker-content {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media only screen and (min-width: 35.5rem) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup main.micrio-marker-content {
    max-height: calc(90vh - 110px);
  }
}
@media (max-width: 35.438rem) {
  .zoomable-micrio-inzoomer div.micrio-marker-popup main.micrio-marker-content {
    min-height: 10vh;
  }
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  > :last-child {
  margin-bottom: 20px;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  h3 {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  margin: 20px 20px 20px 0 !important;
  padding: 0;
  text-transform: uppercase;
  transition: margin 0.5s ease;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .zoomable-micrio-inzoomer
    div.micrio-marker-popup
    main.micrio-marker-content
    h3 {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  h3 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
@media (max-width: 35.438rem) {
  .zoomable-micrio-inzoomer
    div.micrio-marker-popup
    main.micrio-marker-content
    h3 {
    padding-bottom: 8px;
  }
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  article {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  article
  p {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  article
  p-color-tiara {
  color: #c2ccce;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure {
  margin: 0 -20px;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure
  .micrio-media
  iframe,
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure
  .micrio-media
  video {
  aspect-ratio: 1.77777778;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure
  .micrio-media
  iframe {
  height: 100%;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure
  .micrio-media
  button.micrio-button {
  width: 2.5rem;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup
  main.micrio-marker-content
  figure
  .micrio-media
  button.micrio-button:last-of-type {
  margin-right: 1rem;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup.minimized
  > aside.micrio-marker-popup
  > button.micrio-button.arrow-down
  svg {
  transform: rotate(180deg);
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup.minimized
  > aside.micrio-marker-popup
  > div.micrio-tour-controls {
  height: 20px;
  opacity: 0;
  pointer-events: none;
}
.zoomable-micrio-inzoomer
  div.micrio-marker-popup.minimized
  > main.micrio-marker-content
  aside.micrio-tour-controls,
.zoomable-micrio-inzoomer
  div.micrio-marker-popup.minimized
  > main.micrio-marker-content
  > :last-child {
  margin-bottom: 0;
}
.zoomable-micrio-inzoomer div.micrio-popover > section.micrio-popover {
  margin-top: -40px;
}
.zoomable-micrio-inzoomer
  div.micrio-popover
  > section.micrio-popover
  > section {
  overflow: visible;
}
.zoomable-micrio-inzoomer
  div.micrio-popover
  > section.micrio-popover
  > aside.micrio-popover {
  display: flex;
  left: auto;
  right: 0;
  top: 0;
}
.zoomable-micrio-inzoomer
  div.micrio-popover
  > section.micrio-popover
  > aside.micrio-popover
  > button.micrio-button {
  margin-left: 4px;
}
@media (max-width: 35.438rem) {
  .zoomable-micrio-inzoomer
    div.micrio-popover
    > section.micrio-popover
    > aside.micrio-popover {
    display: none;
  }
}
.zoomable-micrio-inzoomer
  div.micrio-popover
  > section.micrio-popover
  aside.micrio-media.inside {
  margin-top: 0;
  transform: none;
}
.zoomable-micrio-inzoomer
  .is-fullscreen
  div.micrio-marker-popup:not(.relative) {
  bottom: 0;
}
@media only screen and (min-width: 35.5rem) {
  .zoomable-micrio-inzoomer
    .is-fullscreen
    div.micrio-marker-popup:not(.relative) {
    bottom: 10px;
  }
}
body.marker-opened .page-in-page-close-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  body.marker-opened .page-in-page-close-button {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media (max-width: 35.438rem) {
  body.marker-opened .page-in-page-container {
    overflow: hidden;
  }
  body.marker-opened micr-io {
    overflow: visible;
  }
  body.marker-opened .page-in-page-content,
  body.marker-opened .page-in-page-related {
    display: none;
  }
}
.page-in-page-teaser-modal:not(.open) micr-io .micrio-marker.default {
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .page-in-page-teaser-modal:not(.open) micr-io .micrio-marker.default {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour {
  left: 5.5vw;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol {
  counter-reset: number;
  list-style-position: inside;
  list-style-type: none;
  transition: bottom 0.5s ease;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li {
  counter-increment: stepCounter;
  height: 2.9rem;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li:before {
  content: counter(stepCounter, decimal-leading-zero);
  counter-increment: number;
  display: inline-block;
  vertical-align: top;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li button {
  margin-left: 1.5rem;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li button:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  margin-top: -3px;
  transition: width 0.25s ease;
  width: 0;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li button:hover {
  text-decoration: none;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li button:hover:after {
  width: 100%;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour ol li.enriched:after {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border: 2px solid #fff;
  border-radius: 12px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 12px;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour.minimized ol {
  bottom: -40px;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour:after,
.zoomable-micrio-serial-tour .micrio-tour.serial-tour:before {
  bottom: -60px;
  content: "";
  display: block;
  left: -5.5vw;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -5.5vw;
  transition: opacity 1s ease;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour:before {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.443) 19%,
    rgba(0, 0, 0, 0.325) 34%,
    rgba(0, 0, 0, 0.229) 47%,
    rgba(0, 0, 0, 0.167) 56.5%,
    rgba(0, 0, 0, 0.116) 65%,
    rgba(0, 0, 0, 0.076) 73%,
    rgba(0, 0, 0, 0.045) 80.2%,
    rgba(0, 0, 0, 0.025) 86.1%,
    rgba(0, 0, 0, 0.013) 91%,
    rgba(0, 0, 0, 0.005) 95.2%,
    rgba(0, 0, 0, 0.001) 98.2%,
    transparent
  );
  height: 90vh;
  height: calc(var(--vh, 1vh) * 90);
  width: 75vw;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour:after {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.443) 19%,
    rgba(0, 0, 0, 0.325) 34%,
    rgba(0, 0, 0, 0.229) 47%,
    rgba(0, 0, 0, 0.167) 56.5%,
    rgba(0, 0, 0, 0.116) 65%,
    rgba(0, 0, 0, 0.076) 73%,
    rgba(0, 0, 0, 0.045) 80.2%,
    rgba(0, 0, 0, 0.025) 86.1%,
    rgba(0, 0, 0, 0.013) 91%,
    rgba(0, 0, 0, 0.005) 95.2%,
    rgba(0, 0, 0, 0.001) 98.2%,
    transparent
  );
  height: 150px;
  z-index: -1;
}
.zoomable-micrio-serial-tour .micrio-tour.serial-tour.minimized:after,
.zoomable-micrio-serial-tour .micrio-tour.serial-tour:not(.minimized):before {
  opacity: 1;
}
.zoomable-micrio-serial-tour micr-io.is-fullscreen .micrio-tour.left:before {
  height: 100vh;
}
.topic-list-topic-description {
  padding-bottom: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-topic-description {
    padding-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-topic-description {
    padding-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-topic-description {
    padding-bottom: 60px;
  }
}
.topic-list-intro-dark {
  background: #202327;
}
.topic-list-intro {
  padding-bottom: 12vw;
  padding-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-intro {
    padding-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-intro {
    padding-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-intro {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-intro {
    padding-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-intro {
    padding-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-intro {
    padding-bottom: 60px;
  }
}
.topic-list-intro-text {
  padding-bottom: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-intro-text {
    padding-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-intro-text {
    padding-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-intro-text {
    padding-bottom: 30px;
  }
}
.topic-list-title {
  padding-bottom: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-title {
    padding-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-title {
    padding-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 50.688rem) {
  .topic-list-cta {
    padding-bottom: 6vw;
  }
}
@media (max-width: 50.688rem) and only screen and (min-width: 35.5rem) {
  .topic-list-cta {
    padding-bottom: 4.5vw;
  }
}
@media (max-width: 50.688rem) and only screen and (min-width: 50.75rem) {
  .topic-list-cta {
    padding-bottom: 2vw;
  }
}
@media (max-width: 50.688rem) and only screen and (min-width: 90rem) {
  .topic-list-cta {
    padding-bottom: 30px;
  }
}
.topic-list-items {
  overflow: hidden;
  transition: max-height 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .topic-list-items {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.topic-list-items.with-intro {
  margin-top: -6vw;
}
@media only screen and (min-width: 35.5rem) {
  .topic-list-items.with-intro {
    margin-top: -4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .topic-list-items.with-intro {
    margin-top: -2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .topic-list-items.with-intro {
    margin-top: -30px;
  }
}
.topic-list-items .link.active span {
  background-size: 100% 1px;
  border-color: #fff;
  color: #fff;
}
.sponsor-logos {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100vh - 100px);
  z-index: 2;
}
.sponsor-logos-section {
  display: inline-block;
}
.sponsor-logos-section-heading {
  font-size: 0.75rem;
  padding: 0 20px 5px 0;
}
.sponsor-logos-section .logo {
  display: inline-block;
  height: 25px;
  padding: 0 20px 0 0;
}
.sponsor-logos-section .logo-image {
  height: 100%;
}
.sponsor-logos-section:first-child .logo {
  height: 50px;
}
@media only screen and (min-width: 80rem) {
  .sponsor-logos {
    display: block;
  }
  .sponsor-logos-section-heading {
    padding: 0 20px 5px;
  }
  .sponsor-logos-section .logo {
    padding: 0 20px;
  }
}
.overlay-menu .sponsor-logos {
  background-color: #202327;
  display: block;
  margin: 0 -2.8vw;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  right: auto;
  top: auto;
  width: 100vw;
}
.overlay-menu .sponsor-logos-section {
  min-width: 49%;
}
.overlay-menu .sponsor-logos-section:not(:last-of-type) {
  margin-bottom: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .overlay-menu .sponsor-logos-section:not(:last-of-type) {
    margin-bottom: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .overlay-menu .sponsor-logos-section:not(:last-of-type) {
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .overlay-menu .sponsor-logos-section:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.overlay-menu .sponsor-logos-section-heading {
  width: 100%;
}
.overlay-menu .sponsor-logos .logo {
  margin-bottom: 20px;
}
.overlay-menu .sponsor-logos .logo a {
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .overlay-menu .sponsor-logos {
    display: none;
  }
}
.ten-things {
  z-index: -1;
}
.ten-things,
.ten-things-intro {
  background-color: #40474f;
}
.ten-things-slide {
  margin-top: 100vh;
  width: 100%;
}
.ten-things-slide:first-child {
  margin-top: 60vh;
}
.ten-things-slide:last-child {
  margin-bottom: 20vh;
}
.ten-things-slide-image {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ten-things-slide-image {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.ten-things-slide-image.hide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ten-things-slide-image.hide {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.ten-things-slide-image:after {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ten-things-slide-image:after {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ten-things-slide-image:after {
    background-color: transparent;
    background-image: linear-gradient(0deg, #000, transparent);
  }
}
@media only screen and (min-width: 50.75rem) and (max-height: 700px) {
  .ten-things-slide-image:after {
    background-image: linear-gradient(0deg, #000 10%, 60%, transparent);
  }
}
.ten-things-slide-content {
  margin-bottom: 20vh;
  margin-top: 30vh;
}
@media only screen and (min-width: 50.75rem) {
  .ten-things-slide-content {
    width: 50%;
  }
}
.ten-things-slide-content .index {
  opacity: 0.5;
}
.ten-things-slide-content h3 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 50.75rem) {
  .ten-things-slide-content h3 {
    margin-bottom: 12px;
  }
}
.ten-things-slide-content .caption {
  left: 0;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  padding-top: 10px;
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .ten-things-slide-content .caption {
    bottom: 50px;
    left: auto;
    max-width: 30%;
    padding: 0;
    right: 5.5vw;
    top: auto;
    width: auto;
  }
}
.ten-things-slide.overlay .ten-things-slide-image:after {
  opacity: 0.5;
}
@media only screen and (min-width: 50.75rem) {
  .ten-things-slide.overlay .ten-things-slide-image:after {
    opacity: 0.7;
    opacity: var(--overlay-opacity, 0.7);
  }
}
.navigation {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 4;
}
.navigation.open {
  height: 100vh;
  position: fixed;
}
.navigation .user-profile .user-avatar {
  border-radius: 100%;
  vertical-align: middle;
}
.navigation .user-profile .avatar-placeholder {
  background-color: #40474f;
  border-radius: 50%;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.navigation .overlay-menu {
  background-color: #40474f;
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 5;
}
@media only screen and (min-width: 50.75rem) {
  .navigation .overlay-menu {
    overflow: visible;
    z-index: 2;
  }
}
@media screen and (max-width: 50.688rem) {
  .navigation .overlay-menu:before {
    background-image: linear-gradient(#40474f 70%, rgba(64, 71, 79, 0));
    content: "";
    height: 90px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
.navigation .overlay-menu .menu-links {
  display: flex;
  margin-top: 90px;
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .navigation .overlay-menu .menu-links {
    align-items: flex-end;
    margin-top: calc(11vw + 110px);
    overflow-y: auto;
    padding-bottom: 60px;
    width: 50%;
  }
  .navigation .overlay-menu .menu-links::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.5);
    width: 10px;
  }
  .navigation .overlay-menu .menu-links::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.35);
  }
  .navigation .overlay-menu .menu-links::-webkit-scrollbar-button {
    display: none;
  }
}
@media only screen and (min-width: 50.75rem) and (max-height: 650px) {
  .navigation .overlay-menu .menu-links {
    padding-bottom: 30px;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .navigation .overlay-menu .menu-links {
    margin-top: 70px;
  }
}
.navigation .overlay-menu .menu-links .user-profile {
  display: inline-block;
  margin-left: 0;
  padding: 0;
}
.navigation .overlay-menu .menu-links .user-profile .avatar-placeholder {
  background-color: #8c9095;
}
.navigation .overlay-menu .menu-links .secondary-ticketshop-link {
  align-items: center;
  background-color: #343b42;
  color: #c2ccce;
  display: flex;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  height: 3.125rem;
  line-height: 1.263;
  margin: 10px calc(-5.5vw / 2);
  padding: 0 5.5vw;
  width: 100vw;
}
@media only screen and (min-width: 35.5rem) {
  .navigation .overlay-menu .menu-links .secondary-ticketshop-link {
    display: none;
  }
}
@media (max-width: 35.438rem) {
  .navigation
    .overlay-menu
    .menu-links
    .secondary-ticketshop-link
    ~ .extra-links-wrapper {
    margin-top: 0;
  }
}
.navigation .overlay-menu-header {
  display: block;
  margin-top: 20px;
}
.navigation .overlay-menu .extra-links {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.navigation .overlay-menu .extra-links + .extra-links {
  margin-top: 20px;
}
.navigation .overlay-menu .extra-links-wrapper {
  margin: 40px 0;
}
@media only screen and (min-width: 50.75rem) {
  .navigation .overlay-menu .extra-links-wrapper {
    margin: 0;
  }
}
.navigation .overlay-menu .horizontal-link-list {
  padding-top: 20px;
}
@media only screen and (min-width: 50.75rem) {
  .navigation .overlay-menu .quicklinks {
    display: none;
  }
}
.navigation .overlay-menu .rijksmuseum-logo {
  pointer-events: all;
  position: fixed;
}
@media screen and (max-width: 50.688rem) {
  .navigation .overlay-menu .rijksmuseum-logo {
    display: block;
    left: auto;
    margin: 50px auto;
    position: relative;
    top: auto;
  }
}
@media (orientation: landscape) and (max-width: 812px) {
  .navigation .overlay-menu .rijksmuseum-logo {
    display: none;
  }
}
.navigation .overlay-menu-link-block {
  display: none;
}
@media only screen and (min-width: 50.75rem) {
  .navigation .overlay-menu-link-block {
    display: inherit;
  }
}
.navigation .overlay-menu.slide-in-left-leave-active .rijksmuseum-logo {
  transform: translateX(-100%);
  transition: transform 0.35s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navigation .overlay-menu.slide-in-left-leave-active .rijksmuseum-logo {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.social-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -12px;
  margin-top: 20px;
  width: 100%;
}
.social-logos .logo-link {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transition: opacity 0.5s;
  width: 44px;
}
.social-logos .logo-link:focus,
.social-logos .logo-link:hover {
  opacity: 0.5;
}
.social-logos .logo-image {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
.ticketshop-modal {
  background-color: #40474f;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2;
}
@media (max-width: 50.688rem) {
  .ticketshop-modal form.add-padding {
    padding-bottom: 95px;
  }
}
.ticketshop-modal-close-button {
  z-index: 3;
}
.ticketshop-modal-header {
  height: 33vh;
  height: calc(var(--vh, 1vh) * 33);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ticketshop-modal-header .page-header-content {
  padding-bottom: 30px;
}
.ticketshop-modal .grid-column + .grid-column {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .ticketshop-modal .grid-column + .grid-column {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal .grid-column + .grid-column {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .ticketshop-modal .grid-column + .grid-column {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal .grid-column + .grid-column {
    margin-top: 0;
  }
}
.ticketshop-modal-content-block {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .ticketshop-modal-content-block {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal-content-block {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .ticketshop-modal-content-block {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal .booking-information {
    margin-left: auto;
    margin-right: 5.5vw;
  }
}
.ticketshop-modal .ticket-selection-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.ticketshop-modal .ticket-selection-articles-description {
  flex: 3;
}
.ticketshop-modal .ticket-selection-articles-description del {
  margin-right: 5px;
  text-decoration: line-through;
}
.ticketshop-modal .ticket-selection-articles-description-info .extra-info {
  margin-bottom: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .ticketshop-modal .ticket-selection-articles-description-info .extra-info {
    margin-bottom: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal .ticket-selection-articles-description-info .extra-info {
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .ticketshop-modal .ticket-selection-articles-description-info .extra-info {
    margin-bottom: 15px;
  }
}
.ticketshop-modal .ticket-selection-articles-amount {
  display: flex;
  height: 3.125rem;
}
.ticketshop-modal .ticket-selection-articles-amount-selector:hover {
  cursor: pointer;
}
.ticketshop-modal .ticket-selection-articles-amount-selector {
  min-width: 30px;
}
.ticketshop-modal .ticket-selection-articles-amount-button {
  background-color: hsla(0, 0%, 88%, 0.4);
  color: #000;
  margin-left: 2px;
}
.ticketshop-modal .ticket-selection-articles-amount-button:first-of-type {
  margin-left: 10px;
  margin-right: 0;
}
.ticketshop-modal .break {
  flex-basis: 100%;
  height: 0;
}
.ticketshop-modal .information-block {
  flex: 1;
  padding: 5px 0;
  text-align: right;
}
.ticketshop-modal .information-block .icon-info {
  background-image: url("");
  display: inline-block;
  height: 0.938rem;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 0.938rem;
}
.ticketshop-modal .language-selection {
  display: flex;
  flex-direction: column;
  margin-bottom: 12vw;
  width: 100%;
}
@media only screen and (min-width: 35.5rem) {
  .ticketshop-modal .language-selection {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop-modal .language-selection {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .ticketshop-modal .language-selection {
    margin-bottom: 60px;
  }
}
.ticketshop-modal .language-selection-item {
  display: block;
}
.ticketshop-modal .language-selection-item.drop-down {
  width: -moz-fit-content;
  width: fit-content;
}
.ticketshop-modal .language-selection-item .icon-arrow {
  margin-left: 10px;
}
.footnote-list ul {
  counter-reset: footnotes;
}
.footnote-list ul li {
  position: relative;
}
.footnote-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footnote-list ul li:before {
  content: "(" counter(footnotes) ") ";
  counter-increment: footnotes;
  display: inline;
}
.footnote-list ul li .markdown,
.footnote-list ul li .markdown > :first-child {
  display: inline;
}
.search {
  margin-top: 36vw;
  min-height: 80vh;
}
@media only screen and (min-width: 35.5rem) {
  .search {
    margin-top: 27vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search {
    margin-top: 12vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search {
    margin-top: 180px;
  }
}
.search .spinner {
  margin: 12vw auto;
}
@media only screen and (min-width: 35.5rem) {
  .search .spinner {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search .spinner {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search .spinner {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .search .spinner {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search .spinner {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search .spinner {
    margin-bottom: 60px;
  }
}
.search-quicklinks {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .search-quicklinks {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-quicklinks {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-quicklinks {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .search-quicklinks {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-quicklinks {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-quicklinks {
    margin-bottom: 60px;
  }
}
.search-results-row {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .search-results-row {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-results-row {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-results-row {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .search-results-row {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-results-row {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-results-row {
    margin-bottom: 60px;
  }
}
.search-results-row:last-child {
  margin-bottom: 0;
}
.search-results-row.general-results-row,
.search-results-row.search-results-empty {
  margin-bottom: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .search-results-row.general-results-row,
  .search-results-row.search-results-empty {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-results-row.general-results-row,
  .search-results-row.search-results-empty {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .search-results-row.general-results-row,
  .search-results-row.search-results-empty {
    margin-bottom: 60px;
  }
}
.search-results-count {
  margin-top: 10px;
}
.search-results .search-results-header .search-results-heading {
  line-height: 44px;
  margin-bottom: 10px;
}
.search-results .search-results-header .search-all-results {
  position: absolute;
  right: 5.5vw;
  top: 0;
}
.search-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.search-linkblock {
  flex: 0 0 100%;
  height: 100vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 35.5rem) {
  .search-linkblock {
    flex: 0 0 50%;
    height: 50vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .search-linkblock {
    flex: 0 0 33.33333333%;
    height: 33.33333333vw;
  }
}
@media only screen and (min-width: 50.75rem) and (max-width: 79.938rem) {
  .search-linkblock .block-content {
    padding-bottom: 25px;
  }
}
.search-carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.search-carousel .button-icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.search-carousel .button-icon-arrow-left {
  left: 0;
}
.search-carousel .button-icon-arrow-right {
  right: 0;
}
.search-carousel.search-collection-carousel {
  background-color: #343b42;
  padding: 30px 5.5vw;
}
.general-search-item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 8vw;
  text-decoration: none;
}
@media only screen and (min-width: 35.5rem) {
  .general-search-item {
    margin-bottom: 6vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .general-search-item {
    margin-bottom: 2.66666667vw;
  }
}
@media only screen and (min-width: 90rem) {
  .general-search-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 41.688rem) {
  .general-search-item {
    flex-direction: row;
  }
}
.general-search-item-image-wrapper {
  flex: 0 0 30%;
}
.general-search-item-image-wrapper .image-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.general-search-item-content {
  flex: 0 0 70%;
  padding: 0 5% 0 0;
}
@media only screen and (min-width: 41.688rem) {
  .general-search-item-content {
    padding: 0 0 0 5%;
  }
}
.general-search-item-heading {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline-block;
  padding-bottom: 10px;
  transition: background-size 0.2s linear;
}
.general-search-item-description {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.general-search-item-description em {
  color: #fff;
}
.general-search-item:hover .general-search-item-heading {
  background-size: 100% 1px;
}
.whatson-filter-block {
  margin-bottom: 12vw;
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-filter-block {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-filter-block {
    margin-bottom: 60px;
  }
}
.whatson-filter-block-audience-heading {
  margin-bottom: 0;
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block-audience-heading {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-audience-heading {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-filter-block-audience-heading {
    margin-top: 30px;
  }
}
.whatson-filter-block .selected-filters {
  margin-bottom: 0;
}
.whatson-filter-block .selected-filter {
  margin-bottom: 15px;
  margin-right: 15px;
}
.whatson-filter-block .selected-filter .icon-close {
  margin-left: 7px;
  width: 0.625rem;
}
.whatson-filter-block .topic-list {
  margin: 0;
}
.whatson-filter-block-dates {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block-dates {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block-dates {
    margin-top: 0;
  }
}
.whatson-filter-block .past-exhibitions {
  transition: opacity 0.25s;
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block .past-exhibitions {
    margin-top: 15px;
    text-align: right;
  }
}
.whatson-filter-block .past-exhibitions.hide {
  opacity: 0;
  pointer-events: none;
}
.whatson-filter-block.has-intro .past-exhibitions {
  margin-top: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-filter-block.has-intro .past-exhibitions {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block.has-intro .past-exhibitions {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-filter-block.has-intro .past-exhibitions {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-filter-block.has-intro .past-exhibitions {
    margin-top: 15px;
    position: absolute;
    right: 5.5vw;
  }
}
.whatson-intro {
  margin-bottom: 12vw;
}
@media only screen and (min-width: 35.5rem) {
  .whatson-intro {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .whatson-intro {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .whatson-intro {
    margin-bottom: 60px;
  }
}
.whatson-results {
  display: flex;
  flex-wrap: wrap;
}
.whatson-filtered {
  height: 50vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 41.688rem) {
  .whatson-filtered {
    height: 33.33333333vh;
    width: 50%;
  }
}
@media only screen and (min-width: 41.688rem) and (orientation: landscape) {
  .whatson-filtered {
    height: 50vh;
  }
}
@media only screen and (min-width: 80rem) {
  .whatson-filtered {
    width: 33.33333333%;
  }
}
.whatson-filtered .block-content {
  padding-bottom: 35px;
}
.whatson-filtered-heading {
  display: block;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.whatson-loader {
  height: 30vh;
  position: relative;
  width: 100%;
}
.whatson-loader .spinner-container {
  background-color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 50.688rem) {
  .grouptickets-modal form.add-padding {
    padding-bottom: 55px;
  }
}
.grouptickets-modal .continue {
  background-color: #40474f;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 5.5vw;
}
.cookie-consent-bar {
  background-color: #40474f;
  margin-bottom: 5.5vw;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 50.75rem) {
  .cookie-consent-bar {
    margin-bottom: 15px;
    width: 40%;
  }
}
.cookie-consent-bar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
.cookie-consent-bar-wrap {
  bottom: 0;
  position: absolute;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.cookie-consent-bar-wrap.centered {
  transform: translateY(-50vh);
  transform: translateY(calc(-50vh + 50%));
}
.cookie-consent-bar .buttons-row {
  margin-top: 30px;
}
.cookie-consent-bar .buttons-row .button {
  margin-right: 20px;
}
.not-found {
  align-items: center;
  margin-bottom: 12vw;
  min-height: 80vh;
  padding-top: 5.625rem;
}
@media only screen and (min-width: 35.5rem) {
  .not-found {
    margin-bottom: 9vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .not-found {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 90rem) {
  .not-found {
    margin-bottom: 60px;
  }
}
.press-release-intro {
  background-color: #343b42;
  border: 1px solid transparent;
}
.press-release-intro-date {
  color: #c2ccce;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .press-release-intro-date {
    margin-bottom: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .press-release-intro-date {
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .press-release-intro-date {
    margin-bottom: 15px;
  }
}
.medialist-item {
  width: 100%;
}
.medialist-item:not(:first-of-type) {
  margin-top: 50px;
}
@media only screen and (min-width: 35.5rem) {
  .medialist-item {
    width: 50%;
  }
  .medialist-item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 50.75rem) {
  .medialist-item {
    width: 33.333%;
  }
  .medialist-item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 80rem) {
  .medialist-item {
    width: 25%;
  }
  .medialist-item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
.medialist-item-image {
  max-width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.medialist-download-all {
  margin-top: 20px;
}
.dynamics-form .containerWrapper {
  margin: 0 -10px;
}
.dynamics-form .lp-required {
  color: #d55140;
}
.dynamics-form .lp-radioButton {
  display: block;
}
.dynamics-form .marketing-field {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .dynamics-form .marketing-field {
    margin-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .dynamics-form .marketing-field {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .dynamics-form .marketing-field {
    margin-bottom: 30px;
  }
}
.dynamics-form textarea.lp-form-fieldInput {
  min-height: 150px;
}
.dynamics-form .columnContainer {
  padding: 0 10px;
}
@media only screen and (max-width: 50.688rem) {
  .dynamics-form .columnContainer:not(.containerWrapper) {
    width: 100% !important;
  }
}
.dynamics-form h3 {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  word-break: break-word;
}
[dir="rtl"] .dynamics-form h3 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.dynamics-form #ms_captcha_holder {
  margin-bottom: 6vw;
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .dynamics-form #ms_captcha_holder {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .dynamics-form #ms_captcha_holder {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .dynamics-form #ms_captcha_holder {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 35.5rem) {
  .dynamics-form #ms_captcha_holder {
    margin-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .dynamics-form #ms_captcha_holder {
    margin-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .dynamics-form #ms_captcha_holder {
    margin-bottom: 30px;
  }
}
.promo-block .text-input {
  padding-top: 0.938rem;
}
.promo-block button {
  margin-top: 3vw;
}
@media only screen and (min-width: 35.5rem) {
  .promo-block button {
    margin-top: 2.25vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .promo-block button {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 90rem) {
  .promo-block button {
    margin-top: 15px;
  }
}
.more-stories-pane {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.more-stories-button {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.46);
  gap: 5px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 10;
}
.more-stories-button span {
  margin-bottom: 0.375rem;
}
.more-stories-button svg {
  margin-bottom: 0.125rem;
  transform: none;
  width: 0.75rem;
}
.more-stories-button.more-stories-shown {
  bottom: calc(5px + 50vh);
  transition: bottom 0.5s ease-in;
}
@media only screen and (min-width: 50.75rem) {
  .more-stories-button.more-stories-shown {
    bottom: calc(5px + 66vh);
    transition: bottom 0.5s ease-in;
  }
}
.more-stories-button:focus:not(:disabled) span {
  background-size: 100% 1px;
}
.more-stories-button:hover:not(:disabled) span {
  background-size: 0 1px;
}
@media screen and (max-width: 35.438rem) {
  .more-stories-button {
    display: none;
  }
}
.more-stories-carousel {
  --slide-start: 0;
  --slide-end: 50vh;
  animation: slide-in 0.5s ease-in;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 11;
}
@media only screen and (min-width: 50.75rem) {
  .more-stories-carousel {
    --slide-start: 0;
    --slide-end: 66vh;
    animation: slide-in 0.5s ease-in;
  }
}
@keyframes slide-in {
  0% {
    height: var(--slide-start);
  }
  to {
    height: var(--slide-end);
  }
}
.highlighted-stories-block-section {
  padding-bottom: 18vw;
}
@media only screen and (min-width: 35.5rem) {
  .highlighted-stories-block-section {
    padding-bottom: 13.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .highlighted-stories-block-section {
    padding-bottom: 6vw;
  }
}
@media only screen and (min-width: 90rem) {
  .highlighted-stories-block-section {
    padding-bottom: 90px;
  }
}
.highlighted-stories-block-section-title {
  padding-bottom: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .highlighted-stories-block-section-title {
    padding-bottom: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .highlighted-stories-block-section-title {
    padding-bottom: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .highlighted-stories-block-section-title {
    padding-bottom: 30px;
  }
}
.highlighted-stories-block-section:last-of-type {
  padding-bottom: 0;
}
.link-block-cta .title {
  margin-bottom: 5px;
}
.link-block-cta .sub-title {
  font-weight: 400;
  margin-bottom: 10px;
}
.link-block-cta .button {
  margin-top: 10px;
}
.link-block-cta.inline .inline-block {
  margin-bottom: 0;
}
.series-list {
  min-height: 15vh;
  position: relative;
}
.series-list-loader {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.adyen-checkout__dropin .adyen-checkout__payment-method {
  background: transparent;
  border: none;
  padding-left: 0;
}
.adyen-checkout__dropin .adyen-checkout__payment-method__header {
  padding-left: 32px;
}
.adyen-checkout__dropin .adyen-checkout__payment-method__radio {
  left: 0;
}
.adyen-checkout__dropin .adyen-checkout__payment-method__name {
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
}
.adyen-checkout__dropin .adyen-checkout__payment-method__image {
  background-color: #fff;
}
.adyen-checkout__dropin .adyen-checkout__payment-method__details {
  padding-left: 36px;
}
@media only screen and (max-width: 41.688rem) {
  .adyen-checkout__dropin .adyen-checkout__payment-method__details {
    padding: 0;
  }
}
.adyen-checkout__dropin .adyen-checkout__dropdown__element {
  color: #000;
}
.adyen-checkout__dropin .adyen-checkout__fieldset__title {
  color: #eaeaea;
  font-size: calc(0.75rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.5;
}
.adyen-checkout__dropin .adyen-checkout__label__text {
  color: #c2ccce;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
.adyen-checkout__dropin .adyen-checkout__label__text-color-tiara {
  color: #c2ccce;
}
.adyen-checkout__dropin
  .adyen-checkout__label--focused
  .adyen-checkout__label__text {
  color: #fff;
}
.adyen-checkout__dropin .adyen-checkout__error-text {
  color: #d55140;
  font-size: calc(0.875rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.429;
}
.adyen-checkout__dropin .adyen-checkout__button {
  align-items: center;
  background-color: #d55140;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-family: RijksText, Arial, sans-serif;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  height: 3.125rem;
  justify-content: center;
  line-height: 1.375;
  padding: 0 20px;
  text-decoration: none;
  transform: scaleZ(1);
  transition: color 0.5s, background-color 0.5s, opacity 0.5s;
}
.adyen-checkout__dropin
  .adyen-checkout__button:focus:not(:disabled):not(.disabled),
.adyen-checkout__dropin
  .adyen-checkout__button:hover:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.adyen-checkout__dropin .adyen-checkout__input--email,
.adyen-checkout__dropin .adyen-checkout__input--text {
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.4);
  color: #000;
  cursor: pointer;
}
.adyen-checkout__dropin .adyen-checkout__bankTransfer__introduction,
.adyen-checkout__dropin .adyen-checkout__checkbox__label {
  color: #fff;
}
.adyen-checkout__dropin ul > li:before {
  display: none;
}
.adyen-checkout__dropin button:hover {
  background: none;
}
@media (max-width: 480px) {
  .ticketshop-article-selection .ticket-table {
    table-layout: fixed;
  }
  .ticketshop-article-selection .ticket-table th:nth-child(2) {
    width: 40%;
  }
  .ticketshop-article-selection .ticket-table th:last-child {
    width: 22.5%;
  }
}
.ticketshop .information-block {
  text-align: right;
}
.ticketshop .information-block .icon-info {
  background-image: url("");
  display: inline-block;
  height: 0.938rem;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 0.938rem;
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop .article-row-title-cell {
    align-items: center;
    display: flex;
  }
  .ticketshop .article-row-title-cell-image {
    flex-shrink: 0;
    padding-right: 48px;
    width: 130px;
  }
  .ticketshop .article-row-title-cell-image img {
    max-width: 100%;
  }
}
@media (max-width: 50.688rem) {
  .ticketshop .article-row-title-cell-image {
    display: none;
  }
}
.exposition-info {
  margin-top: 6vw;
}
@media only screen and (min-width: 35.5rem) {
  .exposition-info {
    margin-top: 4.5vw;
  }
}
@media only screen and (min-width: 50.75rem) {
  .exposition-info {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 90rem) {
  .exposition-info {
    margin-top: 30px;
  }
}
.date-time-pickers {
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .date-time-pickers {
    width: 70%;
  }
}
.exposition-date-pickers {
  width: 100%;
}
.exposition-date-pickers .calendar-wrapper {
  display: flex;
}
.exposition-date-pickers .date-picker-button-wrapper {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 1;
}
@media only screen and (min-width: 50.75rem) {
  .exposition-date-pickers .date-picker-button-wrapper {
    top: 0;
  }
}
.exposition-date-pickers .date-picker-button-wrapper .date-picker-button {
  background: transparent;
  color: #fff;
  min-height: 45px;
  min-width: 45px;
  text-align: center;
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar {
  background-color: transparent;
  border: none;
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
  max-width: 500px;
  width: 100%;
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar .next,
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar .prev {
  display: none;
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar header {
  line-height: normal;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day__month_btn {
  float: none;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .exposition-date-pickers
    .date-picker-calendar.vdp-datepicker__calendar
    .day__month_btn {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day__month_btn {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar .cell {
  position: relative;
  width: 14.28%;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day-header {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  height: 1.4em;
  line-height: 1.375;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 14.28%;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  .exposition-date-pickers
    .date-picker-calendar.vdp-datepicker__calendar
    .day-header {
    margin-bottom: 12px;
  }
}
[dir="rtl"]
  .exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day-header {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar .day {
  padding-top: 14.28%;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day:not(.blank):not(.disabled) {
  background-color: #40474f;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day:not(.blank):not(.disabled):hover {
  background-color: #202327;
  border: 1px solid transparent;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day
  .cell-button {
  background-color: transparent !important;
  color: #c2ccce;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  height: 100%;
  left: 0;
  line-height: 1.3;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day
  .cell-button:hover {
  color: #c2ccce;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.selected:not(.disabled) {
  background-color: #202327;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.blank,
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.disabled {
  opacity: 0.5;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.blank
  .cell-button,
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.disabled
  .cell-button {
  background-color: transparent;
}
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.blank
  .cell-button:hover,
.exposition-date-pickers
  .date-picker-calendar.vdp-datepicker__calendar
  .day.disabled
  .cell-button:hover {
  color: #fff;
}
.exposition-date-pickers .date-picker-calendar.vdp-datepicker__calendar.second {
  display: none;
}
@media only screen and (min-width: 50.75rem) {
  .exposition-date-pickers
    .date-picker-calendar.vdp-datepicker__calendar.second {
    display: block;
  }
}
.exposition-date-pickers .date-picker-wrapper {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.exposition-date-pickers .date-picker-wrapper .date-picker + .date-picker {
  display: none;
}
@media only screen and (min-width: 50.75rem) {
  .exposition-date-pickers .date-picker-wrapper .date-picker:last-of-type {
    margin-left: 100px;
  }
  .exposition-date-pickers .date-picker-wrapper .date-picker + .date-picker {
    display: block;
  }
}
.exposition-date-pickers .date-picker-wrapper-buttons {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.exposition-date-pickers .date-picker-wrapper-buttons .date-picker-button {
  min-height: 44px;
  min-width: 44px;
  position: absolute;
  text-align: center;
  top: -4px;
}
.exposition-date-pickers
  .date-picker-wrapper-buttons
  .date-picker-button
  .icon-arrow {
  height: 0.625rem;
  width: 0.625rem;
}
.exposition-date-pickers .date-picker-wrapper-buttons .date-picker-button-next {
  right: -30px;
}
.exposition-date-pickers
  .date-picker-wrapper-buttons
  .date-picker-button-previous {
  left: -30px;
}
.exposition-date-pickers .error .date-picker-calendar > div {
  border-left: none;
  box-shadow: 0 0 0 3px #d55140;
}
.exposition-date-pickers .error .cell.selected:not(.disabled) {
  background-color: #d55140;
  border: 1px solid #d55140;
}
.donation-articles .label-block-content {
  margin-right: -4px;
}
.exposition-list {
  margin: 0;
  width: 100%;
}
.exposition-list li:not(:last-child) {
  margin-bottom: 12px;
}
.exposition-list .exposition-option {
  border-radius: 2px;
  padding: 10px 20px 10px 50px;
  transition: background-color 0.25s;
  width: -moz-fit-content;
  width: fit-content;
}
.exposition-list .exposition-option:active,
.exposition-list .exposition-option:focus,
.exposition-list .exposition-option:hover {
  background-color: #202327;
}
.exposition-list .exposition-option:before {
  content: none;
}
.exposition-list .exposition-option input[type="radio"] {
  margin: 0;
  opacity: 0;
  position: absolute;
}
.exposition-list .exposition-option label {
  display: flex;
  flex-direction: column;
  position: relative;
}
.exposition-list .exposition-option label:after {
  background-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 5px;
  width: 20px;
}
.exposition-list .exposition-option input[type="radio"]:checked + label:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -36px;
  position: absolute;
  top: 9px;
  width: 12px;
}
.exposition-list .exposition-option .exposition-title {
  display: block;
  width: 100%;
}
.ticketshop {
  background-color: #40474f;
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
  min-height: 66.666vh;
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
}
.ticketshop-color-tiara {
  color: #c2ccce;
}
.ticketshop-background-dark {
  background-color: #343b42;
}
.ticketshop-header {
  height: 33.33333vh;
  height: calc(var(--vh, 1vh) * 33);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ticketshop-header:before {
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    rgba(32, 35, 39, 0.5)
  );
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.ticketshop-header .page-header-content {
  padding-bottom: 30px;
}
.ticketshop-back {
  display: flex;
}
.ticketshop-back .button {
  max-width: 300px;
}
.ticketshop-back > * + * {
  margin-left: 5px;
}
.ticketshop .ticket-options {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ticketshop .ticket-options-main {
  flex-grow: 1;
}
.ticketshop .ticket-options .countdown-wrapper .inline-block {
  margin: 0;
}
.ticketshop .ticket-table {
  width: 100%;
}
.ticketshop .ticket-table-subtotal {
  line-height: 3.125rem;
  min-width: 4.688rem;
  white-space: nowrap;
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop .ticket-table-subtotal {
    min-width: 7.188rem;
  }
}
.ticketshop .ticket-table td,
.ticketshop .ticket-table th {
  padding: 12px 0 12px 12px;
  text-align: left;
  vertical-align: top;
}
.ticketshop .ticket-table td:first-child,
.ticketshop .ticket-table th:first-child {
  padding-left: 0;
  vertical-align: middle;
  width: 100%;
}
.ticketshop .ticket-table td:last-child,
.ticketshop .ticket-table th:last-child {
  text-align: right;
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop .ticket-table td:not(:first-child),
  .ticketshop .ticket-table th:not(:first-child) {
    padding-left: 48px;
  }
}
.ticketshop .ticket-table .article-amount {
  display: flex;
}
.ticketshop .ticket-table .article-amount-select {
  height: 3.125rem;
  position: relative;
  width: 2.5rem;
}
.ticketshop .ticket-table .article-amount-select-label {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ticketshop .ticket-table .article-amount-select-options {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ticketshop .ticket-table .article-amount-select-options:hover {
  cursor: pointer;
}
.ticketshop .ticket-table .article-price {
  display: block;
}
@media (max-width: 480px) {
  .ticketshop .ticket-table th:first-child {
    width: auto;
    word-break: break-word;
  }
  .ticketshop .ticket-table th:last-child {
    direction: rtl;
  }
  .ticketshop .ticket-table td:first-child,
  .ticketshop .ticket-table td:first-child span {
    word-break: break-word;
  }
}
.ticketshop .countdown {
  background-color: #343b42;
  border-radius: 2px;
  display: inline-block;
  padding: 25px;
}
.ticketshop .countdown-time {
  display: inline-block;
  min-width: 2.813rem;
}
.ticketshop .countdown .icon-info {
  background-image: url("");
  display: inline-block;
  height: 0.938rem;
  margin-bottom: 2px;
  margin-right: 4px;
  width: 0.938rem;
}
.ticketshop .button-back {
  max-width: none;
}
.ticketshop .button-back span,
.ticketshop .button-back svg {
  pointer-events: none;
}
.block-input-picker {
  display: inline-block;
  margin: 12px 0;
  width: 100%;
}
.block-input-picker.error {
  border-left: none;
  border-radius: 3px;
  border-top: none;
  box-shadow: 0 0 0 3px #d55140;
}
.block-input-picker .label-block-content {
  display: inline-block;
  margin: 0;
  min-width: 150px;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}
.block-input-picker .label-block-content:before {
  content: none;
}
.block-input-picker .label-block-content input[type="radio"] {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.block-input-picker .label-block-content label {
  background-color: #40474f;
  display: block;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
.block-input-picker .label-block-content label:hover {
  background-color: #202327;
}
.block-input-picker .label-block-content input:disabled {
  opacity: 0;
}
.block-input-picker .label-block-content input:disabled + label {
  cursor: default;
  opacity: 0.5;
}
.block-input-picker .label-block-content input:disabled + label:hover {
  background-color: #40474f;
}
.block-input-picker .label-block-content input:checked + label {
  background-color: #202327;
}
.block-input-picker .label-block-content.error input + label {
  background-color: #bf3220;
}
@media (max-width: 700px) {
  .block-input-picker .label-block-content {
    min-width: 33.33%;
  }
  .block-input-picker .label-block-content label {
    padding: 10px 5px;
  }
}
.order-status .spinner-container {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.ticketshop-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ticketshop-popup,
.ticketshop-popup-background {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
.ticketshop-popup-background {
  background: rgba(0, 0, 0, 0.55);
}
.ticketshop-popup-content {
  color: #000;
  padding: 20px;
}
.ticketshop-popup-content,
.ticketshop-popup-content > * {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.ticketshop-popup-content > * {
  margin: 0 auto;
  overflow: hidden;
}
.ticketshop-popup-content > section {
  background: #eaeaea;
  padding: 20px;
  width: 400px;
}
.ticketshop-popup-content .button-primary,
.ticketshop-popup-content p {
  margin-top: 10px;
}
.ticketshop-popup .button-icon {
  background-color: transparent;
}
.ticketshop .shop-summary-scroll-container {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop .shop-summary-scroll-container {
    padding-bottom: 1px;
  }
}
.ticketshop .shop-summary-bottom {
  align-items: flex-end;
  background-color: #343b42;
  bottom: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.56);
  display: flex;
  justify-content: space-between;
  left: 5px;
  padding: 15px calc(5.5vw / 2);
  pointer-events: auto;
  position: sticky;
  width: calc(100% - 5px * 2);
  z-index: 1;
}
.ticketshop .shop-summary-bottom-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ticketshop .shop-summary-bottom .shop-summary-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  min-width: 0;
  padding: 0 calc(5.5vw / 2);
}
.ticketshop .shop-summary-bottom .shop-summary-inner .shop-summary-articles {
  margin-bottom: 20px;
  max-width: calc(100vw - 2 * 5.5vw - 5px * 2);
  order: 1;
  width: -moz-max-content;
  width: max-content;
}
.ticketshop .shop-summary-bottom .shop-summary-inner .shop-summary-toggle {
  background: none;
  color: #fff;
  margin-top: -10px;
  order: 2;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}
.ticketshop
  .shop-summary-bottom
  .shop-summary-inner
  .shop-summary-toggle
  .icon-arrow-thin {
  display: block;
  height: 0.375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  width: 0.625rem;
}
.ticketshop
  .shop-summary-bottom
  .shop-summary-inner
  .shop-summary-toggle[aria-expanded]
  .icon-arrow-thin {
  transform: translateY(-50%);
}
.ticketshop .shop-summary-bottom .shop-summary-inner .shop-summary-totals {
  order: 3;
}
@media only screen and (min-width: 50.75rem) {
  .ticketshop .shop-summary-bottom {
    bottom: 20px;
    left: 75%;
    margin-right: 20px;
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ticketshop .shop-summary-bottom-wrapper {
    padding-bottom: 20px;
  }
  .ticketshop .shop-summary-bottom .shop-summary-inner {
    padding: 0;
  }
  .ticketshop .shop-summary-bottom .shop-summary-inner .shop-summary-articles {
    max-width: 270px;
  }
}
.wizard-steps {
  margin: 25px 0;
  overflow: hidden;
}
@media only screen and (min-width: 80rem) {
  .wizard-steps {
    margin: 35px 0;
  }
}
.wizard-steps-scroller {
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 5.5vw;
  scrollbar-width: none;
  white-space: nowrap;
}
.wizard-steps-scroller::-webkit-scrollbar {
  display: none;
}
.wizard-steps-step {
  color: #c2ccce;
  color: hsla(0, 0%, 100%, 0.3);
  display: inline-block;
  font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 100));
  line-height: 1.3;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 2.5rem;
  position: relative;
}
.wizard-steps-step:last-of-type {
  padding-right: 0;
}
.wizard-steps-step-active {
  color: #fff;
}
.wizard-steps-step a {
  text-decoration: none;
}
.wizard-steps-step a:hover,
.wizard-steps-step a:hover + .wizard-icon {
  color: #fff;
}
.project-night-watch-page {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-leave {
  opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-enter-active,
  .fade-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
.fade-fast-enter-to,
.fade-fast-leave {
  opacity: 1;
}
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-fast-enter-active,
  .fade-fast-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.fade-fast-group-enter,
.fade-fast-group-leave-to {
  opacity: 0;
}
.fade-fast-group-enter-to,
.fade-fast-group-leave {
  opacity: 1;
}
.fade-fast-group-enter-active {
  transition: opacity 0.25s linear 0.25s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-fast-group-enter-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.fade-fast-group-leave-active {
  transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-fast-group-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.fade-in-bottom-enter,
.fade-in-bottom-leave-to {
  opacity: 0;
  transform: translateY(16px);
}
.fade-in-bottom-enter-to,
.fade-in-bottom-leave {
  opacity: 1;
  transform: translate(0);
}
.fade-in-bottom-enter-active,
.fade-in-bottom-leave-active {
  transition: transform 0.5s, opacity 0.5s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-in-bottom-enter-active,
  .fade-in-bottom-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
.slide-in-bottom-enter,
.slide-in-bottom-leave-to {
  bottom: -100%;
  opacity: 0;
}
.slide-in-bottom-enter-to,
.slide-in-bottom-leave {
  bottom: 5px;
  opacity: 1;
}
.slide-in-bottom-enter-active,
.slide-in-bottom-leave-active {
  transition: bottom 1s, opacity 1s ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-in-bottom-enter-active,
  .slide-in-bottom-leave-active {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
#resengo-booknow resengo-flow {
  --primary-color: #343b42;
  --secondary-color: #fff;
  --secondary-color-rgb: 255, 255, 255;
  --accent-color: #fff;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .grey-box {
  background-color: #40474f;
  padding: 0;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .status-bar,
#resengo-booknow #resengo-process-flow > #resengo-wrapper .warning--overview {
  margin-bottom: 25px;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .info-message {
  background-color: #343b42;
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .info-message-color-tiara {
  color: #c2ccce;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .info-message
  svg
  .icon__background {
  fill: #fff;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .info-message
  svg
  .icon__i {
  fill: #40474f;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper * {
  font-family: RijksText, Arial, sans-serif;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper h2 {
  color: #fff;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.263;
  text-transform: uppercase;
  word-break: break-word;
}
[dir="rtl"] #resengo-booknow #resengo-process-flow > #resengo-wrapper h2 {
  font-size: calc(1.544rem + 0.325 * ((100vw - 20rem) / 100));
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper h3 {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.375;
  margin-bottom: 8px;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (min-width: 50.75rem) {
  #resengo-booknow #resengo-process-flow > #resengo-wrapper h3 {
    margin-bottom: 12px;
  }
}
[dir="rtl"] #resengo-booknow #resengo-process-flow > #resengo-wrapper h3 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper h4 {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.375;
  word-break: break-word;
}
[dir="rtl"] #resengo-booknow #resengo-process-flow > #resengo-wrapper h4 {
  font-size: calc(1.3rem + 0.1625 * ((100vw - 20rem) / 100));
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper p {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper p-color-tiara {
  color: #c2ccce;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper a {
  color: #fff !important;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
  padding-top: 6px;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper a-color-tiara {
  color: #c2ccce;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .ui-datepicker,
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker-header {
  background-color: transparent;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .ui-datepicker-title {
  color: #fff;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .ui-datepicker a {
  background-color: transparent;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker
  a:before {
  border: 1px solid #fff !important;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .ui-datepicker th {
  background-color: transparent;
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker
  th-color-tiara {
  color: #c2ccce;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker
  tbody
  td {
  background-color: transparent;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker
  tbody
  td
  > span {
  background-color: transparent;
  color: #c2ccce;
  font-size: calc(1.188rem + 0.25 * ((100vw - 20rem) / 100));
  line-height: 1.263;
  padding-top: 6px;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  .ui-datepicker
  tbody
  td.ui-state-disabled {
  opacity: 0.5;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper ul.toggle-links li a {
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  ul.toggle-links
  li
  a-color-tiara {
  color: #c2ccce;
}
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  ul.toggle-links
  li
  a.active {
  background-color: #fff;
  color: #40474f !important;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .details-field__icon {
  fill: #fff;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper label {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper label-color-tiara {
  color: #c2ccce;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .stepper-desktop {
  border: none;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper .stepper-footer {
  background-color: #40474f;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper a li,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li a,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li a,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li li,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li li a,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li li li,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li li li a,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li p a,
#resengo-booknow #resengo-process-flow > #resengo-wrapper p a {
  color: #fff;
  font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 100));
  line-height: 1.375;
}
#resengo-booknow #resengo-process-flow > #resengo-wrapper a li-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li a-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li a-color-tiara,
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  li
  li
  li
  a-color-tiara,
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  li
  li
  li
  li
  a-color-tiara,
#resengo-booknow
  #resengo-process-flow
  > #resengo-wrapper
  li
  li
  li
  li-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li li-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li li-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper li p a-color-tiara,
#resengo-booknow #resengo-process-flow > #resengo-wrapper p a-color-tiara {
  color: #c2ccce;
}
#hs_popup.hs_popup .form-legend-required,
#hs_popup.hs_popup_mobile .form-legend-required,
.embed-block .form-legend-required {
  display: none;
}
#hs_popup.hs_popup
  .hs_form_on_page
  .hs_style_container.hs_overwrite:not(.hs_popup),
#hs_popup.hs_popup_mobile
  .hs_form_on_page
  .hs_style_container.hs_overwrite:not(.hs_popup),
.embed-block .hs_form_on_page .hs_style_container.hs_overwrite:not(.hs_popup) {
  margin: 0;
  padding: 0;
}
#hs_popup.hs_popup .iti__country-list,
#hs_popup.hs_popup_mobile .iti__country-list,
.embed-block .iti__country-list {
  color: #000;
}
#hs_popup.hs_popup h2,
#hs_popup.hs_popup_mobile h2,
.embed-block h2 {
  text-transform: uppercase;
}
#hs_popup.hs_popup li.opt,
#hs_popup.hs_popup_mobile li.opt,
.embed-block li.opt {
  color: #000;
}
#hs_popup.hs_popup input:not([type="password"]).textfield,
#hs_popup.hs_popup_mobile input:not([type="password"]).textfield,
.embed-block input:not([type="password"]).textfield {
  color: #fff;
}
#hs_popup.hs_popup .hs_platform_area .dashboard_box_inner,
#hs_popup.hs_popup_mobile .hs_platform_area .dashboard_box_inner,
.embed-block .hs_platform_area .dashboard_box_inner {
  border: none;
  padding-left: 0;
  padding-right: 30px;
}
#hs_popup.hs_popup .hs_collapsible_title,
#hs_popup.hs_popup_mobile .hs_collapsible_title,
.embed-block .hs_collapsible_title {
  color: #40474f;
}
#hs_popup.hs_popup .hs_collapsible,
#hs_popup.hs_popup_mobile .hs_collapsible,
.embed-block .hs_collapsible {
  background-color: #eaeaea;
}
#hs_popup.hs_popup .formbuttons .ub-button,
#hs_popup.hs_popup .hs_style_container .formbuttons .ub-secondary-action-link,
#hs_popup.hs_popup_mobile .formbuttons .ub-button,
#hs_popup.hs_popup_mobile
  .hs_style_container
  .formbuttons
  .ub-secondary-action-link,
.embed-block .formbuttons .ub-button,
.embed-block .hs_style_container .formbuttons .ub-secondary-action-link {
  width: auto;
}
#hs_popup.hs_popup,
#hs_popup.hs_popup_mobile {
  background-color: #40474f;
  color: #fff;
}
#hs_popup.hs_popup h2,
#hs_popup.hs_popup_mobile h2 {
  border-bottom: none;
}
#hs_popup.hs_popup .hs_bottom_line,
#hs_popup.hs_popup_mobile .hs_bottom_line {
  display: none;
}
.CaptionCont,
.SelectBox {
  color: #000;
}
.marketing-field {
  margin-bottom: 20px;
}
.marketing-field input {
  background: none;
  border: 0;
  border-bottom: 1px solid #c2ccce;
  border-radius: 0;
  color: #fff !important;
  filter: none !important;
  font-size: 1em !important;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.marketing-field .lookup-behavior {
  border: 0 !important;
  border-bottom: 1px solid #c2ccce !important;
}
.marketing-field textarea {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 2px;
  color: #fff;
  font-family: RijksText, Arial, sans-serif;
  font-size: 1em !important;
  height: 3.125rem;
  margin-top: 10px;
  padding: 8px;
  width: 100%;
}
.friends-qr-code {
  max-height: 100%;
  max-width: calc(100vw - (calc(5.5vw / 2) * 4));
  width: 400px;
}
