@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-padding-top: calc(var(--hh) + var(--ibh));
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

:focus:not(:focus-visible) {
  outline: none;
}

em,
i {
  font-style: italic;
}

img {
  display: inline-block;
}

strike,
s {
  text-decoration: line-through;
}

sub {
  vertical-align: sub;
  font-size: 0.8rem;
  bottom: 0;
}

sup {
  vertical-align: super;
  font-size: 0.8rem;
  top: 0;
}

svg {
  display: inline-block;
}

u {
  text-decoration-line: underline;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

strong,
b {
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address:last-child,
blockquote:last-child,
table:last-child,
figure:last-child,
form:last-child,
fieldset:last-child,
legend:last-child,
pre:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
hr:last-child,
p:last-child {
  margin-bottom: 0;
}

meta[name=x-koch-breakpoints] {
  font-family: "xs=320px&sm=568px&md=768px&lg=1024px&xl=1366px&xxl=1440px&xxxl=1570px&max=1920px";
}

button.c-hamburger {
  height: 16px;
  width: 16px;
}

div.c-hamburger {
  height: 16px;
  width: 16px;
}
div.c-hamburger > .inner {
  top: 50%;
}

.c-hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 10px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.c-hamburger:hover span.bar {
  background-color: currentColor;
}
.c-hamburger:hover > .inner:nth-child(1)::before, .c-hamburger:hover > .inner:nth-child(1)::after, .c-hamburger:hover > .inner:nth-child(2)::before, .c-hamburger:hover > .inner:nth-child(2)::after, .c-hamburger:hover > .inner:nth-child(3)::before, .c-hamburger:hover > .inner:nth-child(3)::after,
.c-hamburger:hover span.bar:nth-child(1)::before,
.c-hamburger:hover span.bar:nth-child(1)::after,
.c-hamburger:hover span.bar:nth-child(2)::before,
.c-hamburger:hover span.bar:nth-child(2)::after,
.c-hamburger:hover span.bar:nth-child(3)::before,
.c-hamburger:hover span.bar:nth-child(3)::after {
  background-color: currentColor;
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active span.bar {
  background-color: currentColor;
}
.c-hamburger.is-active > .inner:nth-child(1)::before, .c-hamburger.is-active > .inner:nth-child(1)::after, .c-hamburger.is-active > .inner:nth-child(2)::before, .c-hamburger.is-active > .inner:nth-child(2)::after, .c-hamburger.is-active > .inner:nth-child(3)::before, .c-hamburger.is-active > .inner:nth-child(3)::after,
.c-hamburger.is-active span.bar:nth-child(1)::before,
.c-hamburger.is-active span.bar:nth-child(1)::after,
.c-hamburger.is-active span.bar:nth-child(2)::before,
.c-hamburger.is-active span.bar:nth-child(2)::after,
.c-hamburger.is-active span.bar:nth-child(3)::before,
.c-hamburger.is-active span.bar:nth-child(3)::after {
  background-color: currentColor;
}
.c-hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.c-hamburger span.bar {
  background-color: currentColor;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.c-hamburger span.bar:nth-child(1) {
  top: -7px;
}
.c-hamburger span.bar:nth-child(3) {
  top: 7px;
}
.c-hamburger:focus {
  outline: 0;
}

.c-hamburger--collapse span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.c-hamburger--collapse span.bar::before {
  background-color: currentColor;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--collapse span.bar:nth-child(1), .c-hamburger--collapse span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.c-hamburger--collapse span.bar:nth-child(1) {
  transform: translate3d(0, -7px, 0);
}
.c-hamburger--collapse span.bar:nth-child(3) {
  transform: translate3d(0, 7px, 0);
}
.c-hamburger--collapse.is-active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--collapse.is-active span.bar:nth-child(1), .c-hamburger--collapse.is-active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--collapse.is-active span.bar:nth-child(1)::before, .c-hamburger--collapse.is-active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--collapse.is-active span.bar:nth-child(1)::before {
  transform: rotate(135deg);
}
.c-hamburger--collapse.is-active span.bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger--collapse.is-active span.bar:nth-child(3)::before {
  transform: rotate(45deg);
}

@font-face {
  font-family: "SBB";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/SBB/SBBWeb-Light.woff2") format("woff2"), url("../Fonts/SBB/SBBWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "SBB";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/SBB/SBBWeb-Roman.woff2") format("woff2"), url("../Fonts/SBB/SBBWeb-Roman.woff") format("woff");
}
@font-face {
  font-family: "SBB";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/SBB/SBBWeb-Bold.woff2") format("woff2"), url("../Fonts/SBB/SBBWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "uncleGrump";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/uncleGrump/uncle-grump-webfont.woff2") format("woff2"), url("../Fonts/uncleGrump/uncle-grump-webfont.woff") format("woff");
}
.l-col {
  padding-left: 0.78125rem;
  padding-right: 0.78125rem;
  width: 100%;
  position: relative;
}

@media (min-width: 48em) {
  .l-col-md-1-3 {
    width: 33.3333333333%;
  }
}

@media (min-width: 48em) {
  .l-col-md-1-2 {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .l-col-md-2-3 {
    width: 66.6666666667%;
  }
}

.l-container, .c-header__container, .c-footer__container, .c-cookieconsent__container {
  width: 100%;
}
.l-container--small {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
.l-container--medium {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
.l-container--default, .c-header__container, .c-footer__container, .c-infobar__container, .c-cookieconsent__container {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
}

.l-embed {
  position: relative;
  overflow: hidden;
}
.l-embed--16by9::before {
  padding-bottom: 56.25%;
}
.l-embed--4by3::before {
  padding-bottom: 75%;
}
.l-embed iframe,
.l-embed embed,
.l-embed object,
.l-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-embed::before {
  content: "";
  display: block;
}

.l-flex {
  display: flex;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--column > * {
  min-height: 1px;
}

/*
Usage example: body { @include fluid-calc('font-size', (1rem, 1.25rem), (min: 400px, max: 960px)); }
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.l-page {
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-x: clip;
  padding-top: calc(var(--hh, 0) + var(--ibh, 0));
  scroll-behavior: smooth;
  text-underline-offset: 0.1em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.l-page {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .l-page {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-page {
    font-size: 1.125rem;
  }
}

.l-page--home .l-content__header {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .l-page--home .l-content__header {
    padding-bottom: calc(1.25rem + 3.75 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-page--home .l-content__header {
    padding-bottom: 5rem;
  }
}

.l-row {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
  display: flex;
  flex-wrap: wrap;
}
.l-row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.l-row--no-gutter > .l-col {
  padding-left: 0;
  padding-right: 0;
}

.l-section {
  position: relative;
}
.l-section__title {
  margin-bottom: 0.8em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-section__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .l-section__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-section__title {
    font-size: 3.125rem;
  }
}
.l-section__title--small {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-section__title--small {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .l-section__title--small {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-section__title--small {
    font-size: 1.875rem;
  }
}
.l-section__subtitle {
  margin-bottom: 0.8em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.l-section__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .l-section__subtitle {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-section__subtitle {
    font-size: 1.125rem;
  }
}
.l-section--default {
  background-color: #fff;
  color: #000;
}
.l-section--dark {
  background-color: #2c2e35;
  color: #fff;
}

.l-teaser-grid {
  display: grid;
  gap: 0.9375rem;
}
.l-teaser-grid--default > * {
  width: 100%;
}
.l-teaser-grid--three-col {
  gap: 1.875rem;
}
.l-teaser-grid--bento {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
}
.l-teaser-grid--bento > * {
  grid-row: span 1;
  grid-column: span 1;
}
.l-teaser-grid--bento > *:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
@media (min-width: 48em) {
  .l-teaser-grid {
    gap: 1.5625rem;
  }
  .l-teaser-grid--two-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-teaser-grid--three-col {
    grid-template-columns: repeat(6, 1fr);
  }
  .l-teaser-grid--three-col > * {
    grid-column: span 2;
  }
  .l-teaser-grid--three-col > :only-child {
    grid-column: 2/6;
  }
  .l-teaser-grid--three-col:has(> :nth-child(2):last-child) > :first-child {
    grid-column: 1/4;
  }
  .l-teaser-grid--three-col:has(> :nth-child(2):last-child) > :last-child {
    grid-column: 4/7;
  }
  .l-teaser-grid--bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3125rem;
  }
}
@media (min-width: 64em) {
  .l-teaser-grid--three-col > :only-child {
    grid-column: 3/5;
  }
  .l-teaser-grid--three-col:has(> :nth-child(2):last-child) > :first-child {
    grid-column: 2/4;
  }
  .l-teaser-grid--three-col:has(> :nth-child(2):last-child) > :last-child {
    grid-column: 4/6;
  }
}

.l-teaser-slider-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 48em) {
  .l-teaser-slider-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .l-teaser-slider-grid__col--text {
    grid-column: 1/4;
  }
  .l-teaser-slider-grid__col--slider {
    grid-column: 5/13;
  }
}
.l-teaser-slider-grid__title {
  margin-bottom: 0.8em;
  word-wrap: break-word;
  hyphens: auto;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-teaser-slider-grid__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .l-teaser-slider-grid__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-teaser-slider-grid__title {
    font-size: 3.125rem;
  }
}
.l-page--family .l-teaser-slider-grid__title {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-page--family .l-teaser-slider-grid__title {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .l-page--family .l-teaser-slider-grid__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-page--family .l-teaser-slider-grid__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .l-teaser-slider-grid__title {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .l-teaser-slider-grid__title {
    margin-bottom: calc(2.125rem + -0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .l-teaser-slider-grid__title {
    margin-bottom: 1.5rem;
  }
}

/*
Usage example: .icon { background-image: url(get-icon('radio', #fff)); }
*/
.u-cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.u-cover-object:hover, .u-cover-object:focus {
  text-decoration: none;
}

.u-cover-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.u-cover-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-gap-top-zero {
  padding-top: 0;
}
@media (min-width: 20em) {
  .u-gap-top-zero {
    padding-top: calc(0 + 0 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-top-zero {
    padding-top: 0;
  }
}

.u-gap-bottom-zero {
  padding-bottom: 0;
}
@media (min-width: 20em) {
  .u-gap-bottom-zero {
    padding-bottom: calc(0 + 0 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-bottom-zero {
    padding-bottom: 0;
  }
}

.u-gap-top-small {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-top-small {
    padding-top: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-top-small {
    padding-top: 3.125rem;
  }
}

.u-gap-bottom-small {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-small {
    padding-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-bottom-small {
    padding-bottom: 3.125rem;
  }
}

.u-gap-top-default {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-top-default {
    padding-top: calc(1.25rem + 3.75 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-top-default {
    padding-top: 5rem;
  }
}

.u-gap-bottom-default {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-default {
    padding-bottom: calc(1.25rem + 3.75 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-bottom-default {
    padding-bottom: 5rem;
  }
}

.u-gap-top-large {
  padding-top: 4.6875rem;
}
@media (min-width: 20em) {
  .u-gap-top-large {
    padding-top: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-top-large {
    padding-top: 6.25rem;
  }
}

.u-gap-bottom-large {
  padding-bottom: 4.6875rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-large {
    padding-bottom: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-gap-bottom-large {
    padding-bottom: 6.25rem;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.u-sr-only-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.u-sr-only-focusable:active, .u-sr-only-focusable:focus, .u-sr-only-focusable:focus-visible {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.u-sr-only-focusable-fixed {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.u-sr-only-focusable-fixed:active, .u-sr-only-focusable-fixed:focus, .u-sr-only-focusable-fixed:focus-visible {
  position: fixed;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.u-text-lead {
  margin-bottom: 2em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.u-text-lead {
  font-size: 1.125rem;
}
@media (min-width: 20em) {
  .u-text-lead {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-text-lead {
    font-size: 1.5rem;
  }
}

.u-text-small {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.u-text-small {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .u-text-small {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .u-text-small {
    font-size: 1rem;
  }
}

.u-invisible {
  visibility: hidden !important;
}

.hidden,
.u-hidden {
  display: none !important;
}

.u-visible-xs {
  display: none !important;
}

.u-visible-sm {
  display: none !important;
}

.u-visible-sm-up {
  display: none !important;
}

.u-visible-md {
  display: none !important;
}

.u-visible-md-up {
  display: none !important;
}

.u-visible-lg {
  display: none !important;
}

.u-visible-lg-up {
  display: none !important;
}

.u-visible-xl {
  display: none !important;
}

.u-visible-xl-up {
  display: none !important;
}

.u-visible-xxl {
  display: none !important;
}

.u-visible-xxl-up {
  display: none !important;
}

.u-visible-xxxl {
  display: none !important;
}

.u-visible-xxxl-up {
  display: none !important;
}

.u-visible-max {
  display: none !important;
}

@media (max-width: 35.49em) {
  .u-hidden-xs {
    display: none !important;
  }
  .u-visible-xs {
    display: block !important;
  }
}
@media (min-width: 35.5em) and (max-width: 47.99em) {
  .u-hidden-sm {
    display: none !important;
  }
  .u-visible-sm {
    display: block !important;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .u-hidden-md {
    display: none !important;
  }
  .u-visible-md {
    display: block !important;
  }
}
@media (min-width: 64em) and (max-width: 85.365em) {
  .u-hidden-lg {
    display: none !important;
  }
  .u-visible-lg {
    display: block !important;
  }
}
@media (min-width: 85.375em) and (max-width: 89.99em) {
  .u-hidden-xl {
    display: none !important;
  }
  .u-visible-xl {
    display: block !important;
  }
}
@media (min-width: 90em) and (max-width: 98.115em) {
  .u-hidden-xxl {
    display: none !important;
  }
  .u-visible-xxl {
    display: block !important;
  }
}
@media (min-width: 98.125em) and (max-width: 119.99em) {
  .u-hidden-xxxl {
    display: none !important;
  }
  .u-visible-xxxl {
    display: block !important;
  }
}
@media (min-width: 120em) {
  .u-hidden-max {
    display: none !important;
  }
  .u-visible-max {
    display: block !important;
  }
}
@media (min-width: 35.5em) {
  .u-hidden-sm-up {
    display: none !important;
  }
  .u-visible-sm-up {
    display: block !important;
  }
}
@media (min-width: 48em) {
  .u-hidden-md-up {
    display: none !important;
  }
  .u-visible-md-up {
    display: block !important;
  }
}
@media (min-width: 64em) {
  .u-hidden-lg-up {
    display: none !important;
  }
  .u-visible-lg-up {
    display: block !important;
  }
}
@media (min-width: 85.375em) {
  .u-hidden-xl-up {
    display: none !important;
  }
  .u-visible-xl-up {
    display: block !important;
  }
}
@media (min-width: 90em) {
  .u-hidden-xxl-up {
    display: none !important;
  }
  .u-visible-xxl-up {
    display: block !important;
  }
}
@media (min-width: 98.125em) {
  .u-hidden-xxxl-up {
    display: none !important;
  }
  .u-visible-xxxl-up {
    display: block !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover, a:focus-visible {
    color: inherit;
    text-decoration: none;
  }
}

a:not([class]) {
  margin: -0.1rem 0;
  padding: 0.1rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
a:not([class]) {
  transition: background-size 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:not([class]):hover {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: 100% 100%;
  }
  a:not([class]):focus-visible {
    background-size: 0 1px;
  }
}

blockquote {
  position: relative;
}
blockquote p::before {
  content: open-quote;
}
blockquote p::after {
  content: close-quote;
}
blockquote p {
  quotes: "«" "»" "‘" "’";
}

.c-btn {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-btn {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-btn {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-btn {
    font-size: 1rem;
  }
}
.c-btn {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-btn span {
  pointer-events: none;
}
.c-btn {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover, .c-btn:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}
.c-btn--medium {
  padding: 0.9em 2em;
  font-weight: 700;
}
.c-btn--large {
  padding: 1em 1.5em;
  font-weight: 700;
}
.c-btn--default {
  border: 0.0625rem solid #e23420;
  background-color: #e23420;
  color: #fff;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--default:hover, .c-btn--default:focus-visible {
    border-color: rgb(205.744047619, 45.2083333333, 26.755952381);
    background-color: rgb(205.744047619, 45.2083333333, 26.755952381);
    color: #fff;
  }
}
.c-btn--green {
  border: 0.0625rem solid #8ec800;
  background-color: #8ec800;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--green:hover, .c-btn--green:focus-visible {
    border-color: rgb(149.242, 210.2, 0);
    background-color: rgb(149.242, 210.2, 0);
    color: #000;
  }
}
.c-btn--yellow {
  border: 0.0625rem solid #f8c700;
  background-color: #f8c700;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--yellow:hover, .c-btn--yellow:focus-visible {
    border-color: rgb(255, 208.2721774194, 18.5);
    background-color: rgb(255, 208.2721774194, 18.5);
    color: #000;
  }
}
.c-btn--gray {
  border: 0.0625rem solid #babcbd;
  background-color: #babcbd;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--gray:hover, .c-btn--gray:focus-visible {
    border-color: rgb(203.3, 203.3, 203.3);
    background-color: rgb(203.3, 203.3, 203.3);
    color: #000;
  }
}
.c-btn--violet {
  font-weight: 700;
  border: 0.0625rem solid #b85dbf;
  background-color: #b85dbf;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--violet:hover, .c-btn--violet:focus-visible {
    border-color: rgb(192.0110619469, 111.2787610619, 198.2212389381);
    background-color: rgb(192.0110619469, 111.2787610619, 198.2212389381);
    color: #000;
  }
}
.c-btn--blue {
  border: 0.0625rem solid #67c5e3;
  background-color: #67c5e3;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--blue:hover, .c-btn--blue:focus-visible {
    border-color: rgb(124.5333333333, 205.2166666667, 230.9666666667);
    background-color: rgb(124.5333333333, 205.2166666667, 230.9666666667);
    color: #000;
  }
}
.c-btn--light {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-btn--light span {
  pointer-events: none;
}
.c-btn--light {
  border: 0.0625rem solid #fff;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--light:hover, .c-btn--light:focus-visible {
    border-color: currentColor;
    background-color: transparent;
    color: inherit;
  }
}
.c-btn--ghost {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-btn--ghost span {
  pointer-events: none;
}
.c-btn--ghost {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--ghost:hover, .c-btn--ghost:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}

.c-checkbox {
  position: relative;
}
.c-checkbox input[type=checkbox]:not(:only-child) {
  opacity: 0;
}
.c-checkbox input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  padding-top: 0.1875rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
.c-checkbox input[type=checkbox] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-checkbox input[type=checkbox] ~ label::before {
  border: 0.0625rem solid #d6d6d6;
  background-color: transparent;
}
.c-checkbox input[type=checkbox] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
.c-checkbox input[type=checkbox]:hover:not(:disabled) ~ label:hover::before, .c-checkbox input[type=checkbox]:focus ~ label::before {
  border-color: lch(from #d6d6d6 calc(l - 50) c h);
}
.c-checkbox input[type=checkbox]:active ~ label::before {
  background-color: lch(from transparent calc(l - 10) c h);
}
.c-checkbox input[type=checkbox]:disabled ~ label::before {
  border-color: #d6d6d6;
  background-color: lch(from #000 calc(l + 50) c h);
}

.c-checkbox input[type=checkbox] ~ label::before {
  border-radius: 0;
}
.c-checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23e23420' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E");
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.16;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.l-page--family h1, .l-page--family h2, .l-page--family h3, .l-page--family h4 {
  font-family: "uncleGrump", "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.c-hamburger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  z-index: 999;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0.6em;
  width: auto !important;
}
@media (max-width: 48em) {
  .c-hamburger {
    padding: 1.25rem;
  }
}
.c-hamburger .inner {
  display: block;
  margin-top: -3.5px;
  width: 16px;
}
.c-hamburger:not(.is-active) span.bar:first-child::before, .c-hamburger:not(.is-active) span.bar:last-child::before {
  width: 0.75rem;
  transition: 0.15s all ease-in-out;
}
.c-hamburger:not(.is-active):hover span.bar::before, .c-hamburger:not(.is-active):focus-visible span.bar::before {
  width: 100%;
}
.c-hamburger span.bar {
  height: auto;
}
.c-hamburger span.bar::before {
  border-radius: 1px;
}
.c-hamburger > span:not(:first-child) {
  text-transform: uppercase;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-hamburger > span:not(:first-child) {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-hamburger > span:not(:first-child) {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hamburger > span:not(:first-child) {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .c-hamburger > span:not(:first-child) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

.c-link {
  display: inline-flex;
  align-items: center;
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.c-link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover, .c-link:focus-visible {
    color: #e23420;
  }
}
.c-link span {
  margin-right: 0.9375rem;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.0625rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.336' height='13.336' viewBox='0 0 13.336 13.336'%3E%3Cg transform='translate(0.212 13.124) rotate(-90)'%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(12.912 6.456) rotate(135)' fill='%23000' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.336' height='13.336' viewBox='0 0 13.336 13.336'%3E%3Cg transform='translate(0.212 13.124) rotate(-90)'%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(12.912 6.456) rotate(135)' fill='%23000' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  transition: all 0.15s ease-in-out;
}
.c-link--download::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15.429' viewBox='0 0 14 15.429'%3E%3Cg transform='translate(0 0.212)'%3E%3Cg transform='translate(0 14.842)'%3E%3Cline x1='14' fill='none' stroke='%23000' stroke-width='0.75' /%3E%3C/g%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(13.457 6.456) rotate(135)' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15.429' viewBox='0 0 14 15.429'%3E%3Cg transform='translate(0 0.212)'%3E%3Cg transform='translate(0 14.842)'%3E%3Cline x1='14' fill='none' stroke='%23000' stroke-width='0.75' /%3E%3C/g%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(13.457 6.456) rotate(135)' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover::after, .c-link:focus-visible::after {
    background: #e23420;
  }
}
.c-link--load-more::after {
  transform: rotate(90deg);
}
.c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
  margin-bottom: 0.25rem;
  transform: rotate(-45deg);
}

.c-logo {
  display: inline-block;
}

ol {
  padding-left: 0;
  list-style: none;
}

.c-richtext ol:not([class]) {
  padding-left: 1.2em;
  counter-reset: my-awesome-counter;
}
.c-richtext ol:not([class]) li {
  position: relative;
  counter-increment: my-awesome-counter;
}
.c-richtext ol:not([class]) li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-richtext ol:not([class]) li::before {
  position: absolute;
  left: -1.2em;
  content: counter(my-awesome-counter) ".";
  color: #000;
}

.c-skiplinks {
  position: absolute;
}
.c-skiplinks__link:hover, .c-skiplinks__link:focus, .c-skiplinks__link:focus-visible {
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
  padding: 0.75rem 1.5rem;
}

.c-radio {
  position: relative;
}
.c-radio input[type=radio]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label {
  display: inline-block;
  position: relative;
  padding-top: 0.125rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
.c-radio input[type=radio] ~ label::before,
.c-radio input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-radio input[type=radio] ~ label::before {
  border: 0.0625rem solid #d6d6d6;
  background-color: transparent;
}
.c-radio input[type=radio] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
.c-radio input[type=radio]:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:focus ~ label::before {
  border-color: lch(from #d6d6d6 calc(l - 50) c h);
}
.c-radio input[type=radio]:active ~ label::before {
  background-color: lch(from transparent calc(l - 10) c h);
}
.c-radio input[type=radio]:disabled ~ label::before {
  border-color: #d6d6d6;
  background-color: lch(from #000 calc(l + 50) c h);
}

.c-radio input[type=radio] ~ label::before {
  border-radius: 50%;
}
.c-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23e23420' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
}

.table {
  overflow-x: scroll;
}

table {
  border-collapse: collapse;
}
table th, table td {
  padding: 0;
}

.table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table table th,
.table table td {
  padding: 0.75em 1em;
  border: 1px solid #babcbd;
  vertical-align: top;
}
.table table th {
  text-align: left;
}
.table table thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}
.table table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

ul {
  padding-left: 0;
  list-style: none;
}

.c-richtext ul:not([class]) {
  padding-left: 0.9em;
}
.c-richtext ul:not([class]) li {
  position: relative;
}
.c-richtext ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-richtext ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: -0.9em;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-top: 0.4em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-toggle-nav {
  position: relative;
}
.c-toggle-nav__toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.1em 0.4em;
  color: #000;
  cursor: pointer;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-toggle-nav__toggle {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-toggle-nav__toggle {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-toggle-nav__toggle {
    font-size: 1rem;
  }
}
.c-toggle-nav__toggle::after {
  content: "";
  display: inline-flex;
  width: 0.625rem;
  height: 0.4375rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.831' height='5.453' viewBox='0 0 8.831 5.453'%3E%3Cpath d='M-13510,3419.762l4.105,4.375,3.992-4.375' transform='translate(13510.368 -3419.42)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.831' height='5.453' viewBox='0 0 8.831 5.453'%3E%3Cpath d='M-13510,3419.762l4.105,4.375,3.992-4.375' transform='translate(13510.368 -3419.42)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E");
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  transition: 0.15s ease-in-out;
  transition-property: transform, background-color, color;
}
.c-toggle-nav__toggle:hover, .c-toggle-nav__toggle:focus-visible {
  color: #e23420;
}
.c-toggle-nav__toggle:hover::after, .c-toggle-nav__toggle:focus-visible::after {
  background-color: #e23420;
}
.c-toggle-nav__toggle.is-toggled::after {
  transform: scaleY(-1);
  background-color: #e23420;
}
.c-toggle-nav__list {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s, opacity 0.15s;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #fff;
}
.c-toggle-nav__list.is-toggled {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.15s;
}
.c-toggle-nav__item {
  transform: translateY(25%);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-toggled .c-toggle-nav__item {
  transform: none;
}
.c-toggle-nav__link {
  display: block;
  padding: 0.1em 0.4em;
  width: 100%;
  transition: color 0.15s ease-in-out;
}
.c-toggle-nav__link:hover, .c-toggle-nav__link:focus-visible {
  color: #e23420;
}
.c-toggle-nav__link {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-toggle-nav__link {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-toggle-nav__link {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-toggle-nav__link {
    font-size: 1rem;
  }
}
.c-toggle-nav__toggle, .c-toggle-nav__link {
  transition: all 0.15s ease-in-out;
}

figcaption:not([class]) {
  margin-top: 0.8em;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.c-arrow-icon {
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.c-arrow-icon svg {
  transition: 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-arrow-icon svg:first-child {
  position: absolute;
  transform: translateX(calc(-100% - 5px));
}

.c-cookieconsent {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: #000;
  color: #fff;
}
@media (min-width: 48em) {
  .c-cookieconsent {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.c-cookieconsent__container {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 48em) {
  .c-cookieconsent__container {
    flex-direction: column;
  }
}
.c-cookieconsent__settings {
  display: none !important;
}
@media (max-width: 48em) {
  .c-cookieconsent__text {
    text-align: center;
  }
}
@media (min-width: 48em) {
  .c-cookieconsent__text {
    width: 75%;
  }
}
@media (min-width: 64em) {
  .c-cookieconsent__text {
    width: 70%;
  }
}
.c-cookieconsent__text a:not([class]) {
  color: #fff;
}
.c-cookieconsent__text a:not([class]) {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-cookieconsent__text a:not([class]) {
  transition: background-size 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-cookieconsent__text a:not([class]):hover {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 2px;
    background-position: 100% 100%;
  }
  .c-cookieconsent__text a:not([class]):focus-visible {
    background-size: 100% 2px;
  }
}
.c-cookieconsent__text a:not([class]) span {
  text-shadow: 0 0 0.1875rem #000;
}
.c-cookieconsent__buttons {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .c-cookieconsent__buttons {
    text-align: right;
  }
}
.c-cookieconsent__buttons button {
  min-width: 6.875rem;
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-cookieconsent__buttons button span {
  pointer-events: none;
}
.c-cookieconsent__buttons button {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons button:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}

.c-infobar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 230;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #e23420;
  color: #fff;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-infobar {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-infobar {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-infobar {
    font-size: 1rem;
  }
}
.c-infobar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.c-infobar__heading {
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 700;
}
.c-infobar__text {
  position: relative;
  padding-left: 1.875rem;
}
.c-infobar__text svg {
  position: absolute;
  left: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: auto;
  margin-right: 0.9375rem;
}
.c-infobar__text strong {
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.c-infobar__close {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  flex-shrink: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-left: 0.9375rem;
  cursor: pointer;
}
.c-infobar__close svg {
  width: 100%;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.c-slider {
  margin-left: -1.09375rem;
  margin-right: -1.09375rem;
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
}
@media (min-width: 98.125em) {
  .c-slider {
    margin: 0;
    padding: 0;
  }
}
.c-slider__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 48em) {
  .c-slider__head {
    margin-bottom: 2.34375rem;
  }
}
.c-slider--media .c-slider__head {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
@media (min-width: 85.375em) {
  .c-slider--media .c-slider__head {
    max-width: 62.5rem;
  }
}
.c-slider__slide .c-image {
  width: 100%;
}
.c-slider__slide figcaption {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.c-slider__slide.swiper-slide-active figcaption {
  opacity: 1;
}
.c-slider__slide--teaser {
  width: 65%;
}
@media (min-width: 35.5em) {
  .c-slider__slide--teaser {
    width: 40%;
  }
}
@media (min-width: 48em) {
  .c-slider__slide--teaser {
    width: 65%;
  }
}
@media (min-width: 64em) {
  .c-slider__slide--teaser {
    width: 40%;
  }
}
.c-slider__slide--media {
  max-width: 80%;
}
@media (min-width: 85.375em) {
  .c-slider__slide--media {
    max-width: 62.5rem;
  }
}
.c-slider__slide--vertical {
  max-width: 30%;
}
@media (min-width: 85.375em) {
  .c-slider__slide--vertical {
    max-width: 23.375rem;
  }
}
.c-slider .swiper-slide-prev .c-video,
.c-slider .swiper-slide-next .c-video {
  pointer-events: none;
}
.c-slider__title {
  margin: 0;
  text-box-trim: trim-end;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-slider__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-slider__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-slider__title {
    font-size: 1.125rem;
  }
}
.c-slider__count {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-slider__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 8.125rem;
  margin-left: auto;
  padding: 0.625rem 0.3125rem;
  border: 1px solid #d6d6d6;
  border-radius: 2em;
}
.c-slider__arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.77' height='21.77' viewBox='0 0 21.77 21.77'%3E%3Cg transform='translate(10.885) rotate(45)'%3E%3Cpath d='M.094,14.871,14.056.909a1.6,1.6,0,0,0-.885-.267H6.746a.321.321,0,0,1,0-.642h6.425A2.251,2.251,0,0,1,15.42,2.249V8.673a.321.321,0,0,1-.642,0V2.249a1.6,1.6,0,0,0-.267-.885L.549,15.326a.321.321,0,0,1-.455-.454Z' transform='translate(-0.159 0.124)' stroke='%23000' stroke-width='0.5' /%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.77' height='21.77' viewBox='0 0 21.77 21.77'%3E%3Cg transform='translate(10.885) rotate(45)'%3E%3Cpath d='M.094,14.871,14.056.909a1.6,1.6,0,0,0-.885-.267H6.746a.321.321,0,0,1,0-.642h6.425A2.251,2.251,0,0,1,15.42,2.249V8.673a.321.321,0,0,1-.642,0V2.249a1.6,1.6,0,0,0-.267-.885L.549,15.326a.321.321,0,0,1-.455-.454Z' transform='translate(-0.159 0.124)' stroke='%23000' stroke-width='0.5' /%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 15px auto;
          mask-size: 15px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #000;
  margin: -0.9375rem;
  width: 2.625rem;
  height: 2.625rem;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.c-slider__arrow--prev {
  transform: rotate(180deg);
}
.c-slider__arrow::after {
  content: unset;
}
@media (hover: hover) and (pointer: fine) {
  .c-slider__arrow:hover, .c-slider__arrow:focus-visible {
    background-color: #e23420;
  }
}
.c-slider__arrow[disabled] {
  pointer-events: none;
  cursor: none;
  opacity: 0.3;
  background-color: #000;
}
.c-slider__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
.c-slider__pagination span {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
}
.c-slider__pagination span.is-active {
  background-color: #e23420;
}

.c-video__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}
.c-video__button::after {
  content: "";
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 20%;
  aspect-ratio: 1/1;
  min-width: 2.625rem;
  min-height: 2.625rem;
  max-width: 4.25rem;
  max-height: 4.25rem;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.254' height='22.816' viewBox='0 0 18.254 22.816'%3E%3Cpath d='M9,7.342V28.974a.557.557,0,0,0,.834.513L26.982,18.671a.613.613,0,0,0,0-1.02L9.834,6.836A.552.552,0,0,0,9,7.342Z' transform='translate(-9 -6.751)' fill='%23fff' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40% 40%;
  background-position: 55% center;
}
.c-video__button:hover::after, .c-video__button:focus-visible::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.is-video-initialized .c-video__button {
  opacity: 0;
  visibility: hidden;
}

.is-video-initialized,
.c-video__button {
  z-index: 200;
}

.vimeo {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.c-vimeo-autoplay {
  position: relative;
  aspect-ratio: 16/9;
}
.c-vimeo-autoplay__video {
  height: 100% !important;
  width: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
}
.c-vimeo-autoplay--cover {
  aspect-ratio: unset;
  position: initial;
}
.c-vimeo-autoplay--cover .c-vimeo-autoplay__video {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  z-index: -1;
}

.c-richtext:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (min-width: 20em) {
  .c-richtext:not(:last-child) {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-richtext:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.c-richtext h1, .c-richtext h2, .c-richtext h3, .c-richtext h4, .c-richtext h5, .c-richtext h6 {
  margin-bottom: 0.2em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-richtext h1, .c-richtext h2, .c-richtext h3, .c-richtext h4, .c-richtext h5, .c-richtext h6 {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-richtext h1, .c-richtext h2, .c-richtext h3, .c-richtext h4, .c-richtext h5, .c-richtext h6 {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-richtext h1, .c-richtext h2, .c-richtext h3, .c-richtext h4, .c-richtext h5, .c-richtext h6 {
    font-size: 1.125rem;
  }
}
.c-richtext h3,
.c-richtext h4,
.c-richtext h5,
.c-richtext h6 {
  font-weight: 400;
}

.c-quote {
  max-width: 43.125rem;
  margin-left: auto;
  margin-right: auto;
}
.c-quote figure {
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media (min-width: 48em) {
  .c-quote figure {
    margin-bottom: 2em;
  }
}
.c-quote .c-image {
  border-radius: 50%;
  transform: translateX(55%);
}
.c-quote .c-image {
  width: 6.0625rem;
}
@media (min-width: 20em) {
  .c-quote .c-image {
    width: calc(6.0625rem + 2.0625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-quote .c-image {
    width: 8.125rem;
  }
}
.c-quote blockquote {
  position: relative;
  padding-left: 5em;
}
.c-quote blockquote::before, .c-quote blockquote::after {
  position: absolute;
  pointer-events: none;
}
.c-quote blockquote::before {
  content: "";
  top: 0.3em;
  bottom: 0.3em;
  left: 3em;
  border-left: 4px solid var(--quote-theme, #babcbd);
}
.c-quote blockquote::after {
  content: "„";
  left: 0;
  bottom: 100%;
  font-size: 3.25rem;
  font-weight: 400;
  margin-bottom: -1.625rem;
  color: var(--quote-theme, #babcbd);
}
.c-quote blockquote p {
  quotes: none;
  margin-bottom: 0.8em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-quote blockquote p {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-quote blockquote p {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-quote blockquote p {
    font-size: 1.875rem;
  }
}
.c-quote blockquote span {
  display: block;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-quote blockquote span {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-quote blockquote span {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-quote blockquote span {
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .c-quote blockquote::after {
    font-size: 4.375rem;
    margin-bottom: -2.25rem;
    margin-left: -0.05em;
  }
  .c-quote blockquote p {
    margin-bottom: 1.5em;
  }
}
.c-quote--red {
  --quote-theme: #e23420;
}
.c-quote--green {
  --quote-theme: #8ec800;
}
.c-quote--yellow {
  --quote-theme: #f8c700;
}
.c-quote--violet {
  --quote-theme: #b85dbf;
}
.c-quote--blue {
  --quote-theme: #67c5e3;
}

.c-historyback__link {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-historyback__link::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: inline-flex;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.779' height='18.779' viewbox='0 0 18.779 18.779'%3E%3Cg data-name='Gruppe 180035'%3E%3Cpath stroke='%23000' stroke-width='.3' d='M18.036 9.015H2.089a1.865 1.865 0 0 1 .51-.95L7.904 2.76a.375.375 0 0 0-.53-.53L2.069 7.534a2.629 2.629 0 0 0 0 3.714l5.304 5.303a.375.375 0 0 0 .53-.53L2.6 10.717a1.867 1.867 0 0 1-.511-.95l15.947-.002a.375.375 0 1 0 0-.75Z' data-name='Pfad 83798'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.779' height='18.779' viewbox='0 0 18.779 18.779'%3E%3Cg data-name='Gruppe 180035'%3E%3Cpath stroke='%23000' stroke-width='.3' d='M18.036 9.015H2.089a1.865 1.865 0 0 1 .51-.95L7.904 2.76a.375.375 0 0 0-.53-.53L2.069 7.534a2.629 2.629 0 0 0 0 3.714l5.304 5.303a.375.375 0 0 0 .53-.53L2.6 10.717a1.867 1.867 0 0 1-.511-.95l15.947-.002a.375.375 0 1 0 0-.75Z' data-name='Pfad 83798'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-historyback__link:hover, .c-historyback__link:focus-visible {
  color: #e23420;
}
@media (max-width: 48em) {
  .c-historyback__link span {
    display: none;
  }
}

.c-excursion-list {
  overflow: hidden;
}
.c-excursion-list h2 {
  margin-bottom: 0.8em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-excursion-list h2 {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-excursion-list h2 {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-list h2 {
    font-size: 3.125rem;
  }
}
.c-excursion-list__count {
  margin-bottom: 1.5rem;
}
.c-excursion-list__items {
  display: grid;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 48em) {
  .c-excursion-list__items {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 64em) {
  .c-excursion-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-excursion-list__item {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: -1px;
}
@media (min-width: 48em) {
  .c-excursion-list__item {
    border-right: 1px solid #d6d6d6;
  }
}
@media (min-width: 48em) {
  .c-excursion-list__item:nth-child(odd):nth-last-child(2):not(:first-child), .c-excursion-list__item:nth-child(odd):last-child {
    border-right: 1px solid #d6d6d6 !important;
  }
  .c-excursion-list__item:nth-child(odd):nth-last-child(2):not(:first-child)::before, .c-excursion-list__item:nth-child(odd):last-child::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    position: absolute;
    top: -1px;
    left: 100%;
  }
  .c-excursion-list__item:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 64em) {
  .c-excursion-list__item::before {
    display: none;
  }
  .c-excursion-list__item:nth-child(even) {
    border-right: 1px solid #d6d6d6;
  }
  .c-excursion-list__item:nth-child(odd):nth-last-child(2), .c-excursion-list__item:nth-child(odd):last-child {
    border-right: none;
  }
  .c-excursion-list__item:first-child {
    border-right: 1px solid #d6d6d6 !important;
  }
  .c-excursion-list__item:last-child::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0%;
  }
  .c-excursion-list__item:nth-child(odd):nth-child(3n), .c-excursion-list__item:nth-child(even):nth-child(3n) {
    border-right: 0 !important;
  }
  .c-excursion-list__item:has(+ .c-news-list__button):nth-child(3n):nth-last-child(2) {
    border-right: 0 !important;
  }
}
.c-excursion-list__button {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d6d6d6;
  margin-top: -1px;
}
.c-excursion-list__button {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-excursion-list__button {
    padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-list__button {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 48em) {
  .c-excursion-list__button {
    grid-column: span 2;
  }
}
@media (min-width: 64em) {
  .c-excursion-list__button {
    grid-column: span 3;
  }
}
.c-excursion-list__load {
  margin: -0.1rem 0;
  padding: 0.1rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-excursion-list__load {
  transition: background-size 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-excursion-list__load:hover {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: 100% 100%;
  }
  .c-excursion-list__load:focus-visible {
    background-size: 0 1px;
  }
}
.c-excursion-list__load span {
  pointer-events: none;
}
.c-excursion-list--related .c-excursion-list__items {
  border-bottom: 1px solid #d6d6d6;
}

.c-excursion-teaser {
  position: relative;
  padding-top: 1rem;
}
.c-excursion-teaser {
  padding-bottom: 1.125rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser {
    padding-bottom: calc(1.125rem + 5.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser {
    padding-bottom: 6.25rem;
  }
}
.c-excursion-teaser figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (min-width: 48em) {
  .c-excursion-teaser {
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.c-excursion-teaser h3 {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-excursion-teaser h3 {
  font-size: 1.125rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser h3 {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser h3 {
    font-size: 1.5rem;
  }
}
.c-excursion-teaser h3 {
  margin-bottom: 0.625rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser h3 {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser h3 {
    margin-bottom: 1.25rem;
  }
}
.c-excursion-teaser__media {
  overflow: hidden;
  position: relative;
}
.c-excursion-teaser__media {
  margin-bottom: 1.125rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser__media {
    margin-bottom: calc(1.125rem + 1 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser__media {
    margin-bottom: 2.125rem;
  }
}
.c-excursion-teaser__media img {
  transform: none;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-excursion-teaser__sponsor {
  position: absolute;
  right: 1.3125em;
  top: 1.3125em;
  background-color: #fff;
  padding: 0.4375rem;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-excursion-teaser__sponsor {
  padding-right: 1.125rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser__sponsor {
    padding-right: calc(1.125rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser__sponsor {
    padding-right: 1.75rem;
  }
}
.c-excursion-teaser__sponsor span {
  padding-bottom: 0.5rem;
}
.c-excursion-teaser__sponsor svg {
  position: relative;
  max-width: 4.375rem;
  height: auto;
}
.c-excursion-teaser__content {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-excursion-teaser__content {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser__content {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser__content {
    font-size: 1rem;
  }
}
.c-excursion-teaser__subline {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-excursion-teaser__subline {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser__subline {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser__subline {
    font-size: 1rem;
  }
}
.c-excursion-teaser__subline {
  margin-bottom: 1.625rem;
}
@media (min-width: 20em) {
  .c-excursion-teaser__subline {
    margin-bottom: calc(1.625rem + -0.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-teaser__subline {
    margin-bottom: 1.25rem;
  }
}
.c-excursion-teaser:hover .c-excursion-teaser__media img, .c-excursion-teaser:focus .c-excursion-teaser__media img {
  transform: scale(1.02);
}
@media (max-width: 48em) {
  [class*=related] .c-excursion-teaser {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 1.125em;
    padding-bottom: 1.125em;
  }
  [class*=related] .c-excursion-teaser .c-excursion-teaser__media {
    grid-column: span 2;
    margin-bottom: 0;
  }
  [class*=related] .c-excursion-teaser .c-excursion-teaser__subline {
    margin: 0;
  }
  [class*=related] .c-excursion-teaser .c-excursion-teaser__content {
    grid-column: span 4;
    padding-left: 1.625rem;
  }
  [class*=related] .c-excursion-teaser .c-excursion-teaser__content .c-richtext {
    display: none;
  }
  [class*=related] .c-excursion-teaser .c-excursion-teaser__sponsor {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    padding-top: 1rem;
  }
}

.c-excursion-detail__hero > * {
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-excursion-detail__box {
  position: relative;
  padding: 0;
}
@media (min-width: 48em) {
  .c-excursion-detail__box {
    margin-top: -13%;
    margin-left: auto;
    margin-right: 1.09375rem;
    max-width: 28.125rem;
  }
}
.c-excursion-detail__title, .c-excursion-detail__historyback, .c-excursion-detail__sponsor {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-excursion-detail__historyback {
  padding-top: 0.75rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__historyback {
    padding-top: calc(0.75rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__historyback {
    padding-top: 2.1875rem;
  }
}
.c-excursion-detail__historyback {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__historyback {
    padding-bottom: calc(0.75rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__historyback {
    padding-bottom: 1.375rem;
  }
}
.c-excursion-detail__title h1 {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-excursion-detail__title h1 {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__title h1 {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__title h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  .c-excursion-detail__title {
    padding-top: 1.25rem;
  }
}
@media (max-width: 48em) and (min-width: 20em) {
  .c-excursion-detail__title {
    padding-top: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (max-width: 48em) and (min-width: 98.125em) {
  .c-excursion-detail__title {
    padding-top: 3.125rem;
  }
}
.c-excursion-detail__sponsor {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-excursion-detail__sponsor {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__sponsor {
    padding-bottom: calc(0.75rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__sponsor {
    padding-bottom: 1.375rem;
  }
}
.c-excursion-detail__sponsor {
  margin-top: -0.75rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__sponsor {
    margin-top: calc(-0.75rem + -1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__sponsor {
    margin-top: -2.3125rem;
  }
}
.c-excursion-detail__sponsor a {
  display: flex;
  flex-direction: column;
  background-image: none;
  gap: 4px;
}
.c-excursion-detail__sponsor svg {
  max-height: 70px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-excursion-detail__lead, .c-excursion-detail__subtitle, .c-excursion-detail__text, .c-excursion-detail__accordion, .c-excursion-detail__sbb, .c-excursion-detail__railaway {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-excursion-detail__media, .c-excursion-detail__text, .c-excursion-detail__accordion, .c-excursion-detail__sbb, .c-excursion-detail__railaway {
  padding-bottom: 4.6875rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__media, .c-excursion-detail__text, .c-excursion-detail__accordion, .c-excursion-detail__sbb, .c-excursion-detail__railaway {
    padding-bottom: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__media, .c-excursion-detail__text, .c-excursion-detail__accordion, .c-excursion-detail__sbb, .c-excursion-detail__railaway {
    padding-bottom: 6.25rem;
  }
}
.c-excursion-detail__related {
  padding-top: 4.6875rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__related {
    padding-top: calc(4.6875rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__related {
    padding-top: 6.25rem;
  }
}
.c-excursion-detail__subtitle, .c-excursion-detail__title {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-excursion-detail__subtitle, .c-excursion-detail__title {
    padding-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-excursion-detail__subtitle, .c-excursion-detail__title {
    padding-bottom: 3.125rem;
  }
}
.c-excursion-detail__text {
  margin-top: 2em;
}

.c-railaway__box {
  background-color: #f9f9f9;
}
.c-railaway__box {
  padding: 1.25rem;
}
@media (min-width: 20em) {
  .c-railaway__box {
    padding: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-railaway__box {
    padding: 3.125rem;
  }
}
.c-railaway__box {
  padding-left: 1.25rem;
}
@media (min-width: 20em) {
  .c-railaway__box {
    padding-left: calc(1.25rem + 3 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-railaway__box {
    padding-left: 4.25rem;
  }
}
.c-railaway__box {
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-railaway__box {
    padding-right: calc(1.25rem + 3 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-railaway__box {
    padding-right: 4.25rem;
  }
}
.c-railaway__box {
  margin-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-railaway__box {
    margin-top: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-railaway__box {
    margin-top: 3.125rem;
  }
}

.ada-scope,
.c-railaway,
:root {
  --border-radius-buttons: 0px !important;
  --border-radius-tickets: 0px !important;
}

.c-news-detail {
  display: grid;
}
.c-news-detail__historyback {
  padding-top: 0.75rem;
}
@media (min-width: 20em) {
  .c-news-detail__historyback {
    padding-top: calc(0.75rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__historyback {
    padding-top: 2.1875rem;
  }
}
.c-news-detail__historyback {
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__historyback {
    padding-bottom: calc(1.875rem + 5.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__historyback {
    padding-bottom: 7.5rem;
  }
}
.c-news-detail__title {
  grid-row: 2;
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-news-detail__title {
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__title {
    padding-bottom: calc(1.875rem + 2.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__title {
    padding-bottom: 4.75rem;
  }
}
.c-news-detail__title h1 {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-news-detail__title h1 {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-news-detail__title h1 {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__title h1 {
    font-size: 3.125rem;
  }
}
.c-news-detail__subtitle {
  display: none;
}
.c-news-detail__lead {
  grid-row: 4;
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-news-detail__lead {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-news-detail__lead {
    padding-bottom: calc(0.75rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__lead {
    padding-bottom: 2.1875rem;
  }
}
.c-news-detail__hero {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-news-detail__hero {
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__hero {
    padding-bottom: calc(1.875rem + 2.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__hero {
    padding-bottom: 4.75rem;
  }
}
.c-news-detail__time {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  grid-row: 3;
}
.c-news-detail__time {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-news-detail__time {
    padding-bottom: calc(0.75rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__time {
    padding-bottom: 2.1875rem;
  }
}
.c-news-detail__content {
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__content {
    padding-bottom: calc(1.875rem + 2.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-detail__content {
    padding-bottom: 4.75rem;
  }
}
.c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-news-detail__content--media {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-news-detail__share {
  display: none;
}
.c-news-detail__relatedlinks, .c-news-detail__categories, .c-news-detail__tags {
  display: none;
}

.c-filter div:not([class]) {
  display: none;
}
.c-filter h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-filter--select {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.c-filter--select {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-filter--select {
    -moz-column-gap: calc(0.9375rem + 0.625 * (100vw - 20rem) / 78.125);
         column-gap: calc(0.9375rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-filter--select {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }
}
.c-filter__select {
  align-self: flex-end;
  grid-column: span 12;
}
@media (min-width: 64em) {
  .c-filter__select {
    grid-column: span 6;
  }
}
.c-filter__check, .c-filter__radio {
  display: flex;
  flex-wrap: wrap;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  position: relative;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    font-size: 1rem;
  }
}
.c-filter__check .c-filter__item input, .c-filter__radio .c-filter__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item label {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-filter__check .c-filter__item label span, .c-filter__radio .c-filter__item label span {
  pointer-events: none;
}
.c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item label {
  border: 0.0625rem solid #babcbd;
  background-color: transparent;
  color: #000;
  border-radius: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__check .c-filter__item label:hover, .c-filter__check .c-filter__item label:focus-visible, .c-filter__radio .c-filter__item label:hover, .c-filter__radio .c-filter__item label:focus-visible {
    border-color: rgb(203.3, 203.3, 203.3);
    background-color: rgb(203.3, 203.3, 203.3);
    color: #000;
  }
}
.c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item label {
  padding: 0.6875em 0.9375em;
}
.c-filter__check .c-filter__item input:checked + label, .c-filter__radio .c-filter__item input:checked + label {
  background-color: #babcbd;
}
.c-filter__search {
  grid-column: span 12;
}
@media (min-width: 64em) {
  .c-filter__search {
    grid-column: span 6;
  }
}
.c-filter--check h2 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-filter__reset, .c-filter__submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-filter__submit button {
  cursor: pointer;
}
.c-filter__submit button span {
  pointer-events: none;
}

.c-news-list {
  display: grid;
}
.c-news-list h2 {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-news-list h2 {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-news-list h2 {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-list h2 {
    font-size: 3.125rem;
  }
}
.c-news-list h2 {
  margin-bottom: 0.9375rem;
}
@media (min-width: 20em) {
  .c-news-list h2 {
    margin-bottom: calc(0.9375rem + 0.75 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-list h2 {
    margin-bottom: 1.6875rem;
  }
}
.c-news-list:not([class*="--preview"]) h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-detail__related .c-news-list h2 {
  position: relative;
  width: auto;
  height: auto;
  clip-path: unset;
  white-space: unset;
  clip: unset;
}
.c-news-list__items {
  display: grid;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 48em) {
  .c-news-list__items {
    grid-template-columns: repeat(2, 1fr);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 64em) {
  .c-news-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-news-list__item {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: -1px;
}
@media (min-width: 48em) {
  .c-news-list__item {
    border-right: 1px solid #d6d6d6;
  }
}
@media (min-width: 48em) {
  .c-news-list__item:nth-child(odd):nth-last-child(2):not(:first-child), .c-news-list__item:nth-child(odd):last-child {
    border-right: 1px solid #d6d6d6 !important;
  }
  .c-news-list__item:nth-child(odd):nth-last-child(2):not(:first-child)::before, .c-news-list__item:nth-child(odd):last-child::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    position: absolute;
    top: -1px;
    left: 100%;
  }
  .c-news-list__item:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 64em) {
  .c-news-list__item::before {
    display: none;
  }
  .c-news-list__item:nth-child(even) {
    border-right: 1px solid #d6d6d6;
  }
  .c-news-list__item:nth-child(odd):nth-last-child(2), .c-news-list__item:nth-child(odd):last-child {
    border-right: none;
  }
  .c-news-list__item:first-child {
    border-right: 1px solid #d6d6d6 !important;
  }
  .c-news-list__item:last-child::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0%;
  }
  .c-news-list__item:nth-child(odd):nth-child(3n), .c-news-list__item:nth-child(even):nth-child(3n) {
    border-right: 0 !important;
  }
  .c-news-list__item:has(+ .c-news-list__button):nth-child(3n):nth-last-child(2) {
    border-right: 0 !important;
  }
}
.c-news-list__load, .c-news-list__all-link {
  text-align: center;
}
.c-news-list__load span, .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list__load, .c-news-list__all-link {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-news-list__load span, .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list__load, .c-news-list__all-link {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__load:hover, .c-news-list__load:focus-visible, .c-news-list__all-link:hover, .c-news-list__all-link:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}
.c-news-list__button {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d6d6d6;
}
.c-news-list__button {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-list__button {
    padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-list__button {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 48em) {
  .c-news-list__button {
    grid-column: span 2;
  }
}
@media (min-width: 64em) {
  .c-news-list__button {
    grid-column: span 3;
  }
}
.c-news-list__load span, .c-news-list__all-button span {
  pointer-events: none;
}
.c-news-list__all-button {
  display: flex;
  justify-content: center;
}
.c-news-list__all-button {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-list__all-button {
    padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-list__all-button {
    padding-top: 2.8125rem;
  }
}
.c-news-list__all-link {
  text-align: center;
}
.c-news-detail__related .c-news-list .c-news-list__item__link, .c-news-list--preview .c-news-list__item__link {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-news-detail__related .c-news-list .c-news-list__item__link span, .c-news-list--preview .c-news-list__item__link span {
  pointer-events: none;
}
.c-news-detail__related .c-news-list .c-news-list__item__link, .c-news-list--preview .c-news-list__item__link {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-detail__related .c-news-list .c-news-list__item__link:hover, .c-news-detail__related .c-news-list .c-news-list__item__link:focus-visible, .c-news-list--preview .c-news-list__item__link:hover, .c-news-list--preview .c-news-list__item__link:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}
.c-news-list__counter {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-news-teaser {
  position: relative;
  position: relative;
  height: 100%;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: [content-start] 1fr 1fr 1fr 1fr 1fr 1fr 1fr [content-end];
  grid-template-rows: auto 1fr auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 1rem;
}
.c-news-teaser:has(> [class*=media]) {
  grid-template-columns: [image-start] 1fr 1fr 1fr [image-end content-start] 1fr 1fr 1fr 1fr [content-end];
}
.c-news-teaser figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (min-width: 48em) {
  .c-news-teaser {
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: flex;
    flex-direction: column;
  }
}
.c-news-teaser__link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-teaser h3 {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-news-teaser h3 {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-news-teaser h3 {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-teaser h3 {
    font-size: 1.25rem;
  }
}
.c-news-teaser__content {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-news-teaser__content {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-news-teaser__content {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-teaser__content {
    font-size: 1.25rem;
  }
}
.c-news-teaser__categories, .c-news-teaser__subtitle, .c-news-teaser__time {
  display: none;
}
.c-news-teaser__media {
  order: 7;
  margin-top: auto;
}
.c-news-teaser__media {
  padding-top: 1.125rem;
}
@media (min-width: 20em) {
  .c-news-teaser__media {
    padding-top: calc(1.125rem + 3.0625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-news-teaser__media {
    padding-top: 4.1875rem;
  }
}
.c-news-teaser__media figure {
  position: relative;
  overflow: hidden;
}
.c-news-teaser__media img {
  transform: none;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (max-width: 48em) {
  .c-news-teaser__media {
    grid-column: image;
    grid-row: 1/4;
    padding-top: 0;
    height: 100%;
    margin-top: 0;
  }
}
.c-news-teaser:hover .c-news-teaser__media img, .c-news-teaser:focus-visible .c-news-teaser__media img {
  transform: scale(1.02);
}
@media (max-width: 48em) {
  .c-news-teaser__title, .c-news-teaser__content, .c-news-teaser__linkwrapper {
    grid-column: content;
  }
}
@media (max-width: 48em) {
  .c-news-teaser__linkwrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.25rem;
  }
}

.tx-solr-autosuggest {
  max-width: calc(100% - 2rem);
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding: 0.3125rem;
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  cursor: pointer;
  white-space: initial;
}
.tx-solr-autosuggest .autocomplete-selected {
  background-color: #d6d6d6;
}
.tx-solr-autosuggest strong {
  color: #000;
}
.tx-solr-autosuggest .autocomplete-group {
  padding-top: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.tx-solr-autosuggest .autocomplete-group {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .tx-solr-autosuggest .autocomplete-group {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .tx-solr-autosuggest .autocomplete-group {
    font-size: 1rem;
  }
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], [type=time], textarea, select {
  display: block;
  width: 100%;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 0;
  padding: 0.9375rem 0.9375rem;
  background-clip: padding-box;
  background-color: transparent;
  color: #000;
  transition: border-color 0.15s ease-in-out;
}
[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, [type=date]:focus, [type=time]:focus, textarea:focus, select:focus {
  border-color: lch(from #d6d6d6 calc(l - 50) c h);
  outline: 0;
}
[type=email]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=url]:disabled, [type=date]:disabled, [type=time]:disabled, textarea:disabled, select:disabled {
  border-color: #d6d6d6;
  background-color: lch(from #000 calc(l + 50) c h);
  color: lch(from #d6d6d6 calc(l - 20) c h);
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}
select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}
select[multiple], select[size] {
  height: auto;
}

textarea {
  resize: vertical;
}
textarea[rows] {
  height: auto;
}
textarea:not([rows]) {
  height: 6.25rem;
}

input[type=radio]:not(:only-child),
input[type=checkbox]:not(:only-child) {
  position: absolute;
  margin-top: 0.35em;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}
input[type=radio]:disabled ~ label,
input[type=checkbox]:disabled ~ label {
  color: lch(from #d6d6d6 calc(l - 20) c h);
  cursor: not-allowed;
}

input[type=file] {
  display: block;
  max-width: 100%;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

input[type=file]::file-selector-button {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
input[type=file]::file-selector-button span {
  pointer-events: none;
}
input[type=file]::file-selector-button {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}

.powermail_form h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_legend {
  margin-bottom: 2rem;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.powermail_legend {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .powermail_legend {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .powermail_legend {
    font-size: 1.875rem;
  }
}

.powermail_form.nolabel .powermail_fieldwrap_type_check .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_radio .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_input .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea .powermail_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

.powermail_fieldset {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.powermail_fieldset .l-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.powermail_fieldwrap:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:not(:last-child),
.powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:not(:last-child), .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:not(:last-child),
.powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 35.5em) {
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: flex;
    flex-wrap: wrap;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-radio:not(:last-child),
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field .c-checkbox:not(:last-child), .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-radio:not(:last-child),
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field .c-checkbox:not(:last-child) {
    margin-right: 0.9375rem;
  }
}

.powermail_select,
.c-select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.831' height='5.453' viewBox='0 0 8.831 5.453'%3E%3Cpath d='M-13510,3419.762l4.105,4.375,3.992-4.375' transform='translate(13510.368 -3419.42)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 0.83125rem 0.43125rem;
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 2.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.powermail_fieldwrap_type_text {
  font-size: 0.875rem;
}

.powermail_fieldwrap_type_submit input[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

.powermail_message,
.parsley-errors-list,
.powermail-errors-list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #e23420;
}

.parsley-errors-list,
.powermail-errors-list {
  margin-top: 5px;
  font-size: to-rem(14px);
}

[type=email].parsley-error, [type=email].powermail_field_error, [type=number].parsley-error, [type=number].powermail_field_error, [type=password].parsley-error, [type=password].powermail_field_error, [type=search].parsley-error, [type=search].powermail_field_error, [type=tel].parsley-error, [type=tel].powermail_field_error, [type=text].parsley-error, [type=text].powermail_field_error, [type=url].parsley-error, [type=url].powermail_field_error, [type=date].parsley-error, [type=date].powermail_field_error, [type=time].parsley-error, [type=time].powermail_field_error, textarea.parsley-error, textarea.powermail_field_error, select.parsley-error, select.powermail_field_error {
  border-color: #e23420;
}

.powermail_fieldwrap_type_radio input[type=checkbox].parsley-error ~ label::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error ~ label::before {
  border: 0.0625rem solid #e23420;
}
.powermail_fieldwrap_type_radio input[type=checkbox].parsley-error ~ label:hover::before, .powermail_fieldwrap_type_radio input[type=checkbox].parsley-error:focus ~ label::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error ~ label:hover::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error:focus ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error ~ label:hover::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error:focus ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error ~ label:hover::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error:focus ~ label::before {
  border: 0.0625rem solid #e23420;
}

.powermail_field_error_container {
  flex: 100%;
}

.powermail_message_error {
  padding: 2rem 0;
}
.powermail_message_error h2 {
  display: none;
}

.c-form-group--materialize.powermail_fieldwrap_type_input, .c-form-group--materialize.powermail_fieldwrap_type_textarea, .c-form-group--materialize.powermail_fieldwrap_type_select {
  position: relative;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label, .c-form-group--materialize.powermail_fieldwrap_type_textarea label, .c-form-group--materialize.powermail_fieldwrap_type_select label {
  position: absolute;
  top: 0;
  left: 0.8rem;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  color: #000;
  cursor: text;
  pointer-events: none;
  transform: translateY(0.8rem);
  transform-origin: 0 0;
  transition: 0.2s transform ease-out;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label.active, .c-form-group--materialize.powermail_fieldwrap_type_textarea label.active, .c-form-group--materialize.powermail_fieldwrap_type_select label.active {
  transform: translateY(0.3rem) scale(0.8);
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input select,
.c-form-group--materialize.powermail_fieldwrap_type_input .select:after, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select,
.c-form-group--materialize.powermail_fieldwrap_type_textarea .select:after, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select select,
.c-form-group--materialize.powermail_fieldwrap_type_select .select:after {
  height: 3em;
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input textarea,
.c-form-group--materialize.powermail_fieldwrap_type_input select, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea textarea,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select textarea,
.c-form-group--materialize.powermail_fieldwrap_type_select select {
  padding: 1em 0.9375rem 0;
}
.c-form-group--materialize.powermail_fieldwrap_type_input textarea, .c-form-group--materialize.powermail_fieldwrap_type_textarea textarea, .c-form-group--materialize.powermail_fieldwrap_type_select textarea {
  padding-top: 1.175em;
  height: 6.25rem;
}

.powermail_progressbar {
  position: absolute;
  z-index: 500;
  top: 0;
  left: -0.46875rem;
  right: -0.46875rem;
  height: 100%;
  width: calc(100% + 0.9375rem);
  background-color: rgba(255, 255, 255, 0.8);
}
.powermail_progressbar .powermail_progress {
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: 45vh;
  left: calc(50% - 3.125rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' data-name='Ebene 1'%3E%3Cpath fill='%2367c5e3' d='M224 32c0-17.67 14.3-32 32-32 141.4 0 256 114.6 256 256 0 46.6-12.5 90.4-34.3 128-8.8 15.3-28.4 20.6-44.6 11.7-14.4-8.8-19.6-28.4-10.8-44.6 16.3-27.3 25.7-60.1 25.7-96 0-106-86-192-192-192-17.7 0-32-13.43-32-32v.9Z'/%3E%3Cpath d='M255.1 64c-106 0-192 85.1-192 192s86 192 192 192c71 0 132.2-37.5 165.8-93.6l.1.1c-6.9 14.9-1.5 32.8 12.1 41.2 16.2 8.9 35.8 3.6 44.6-11.7.2-.3.4-.6.5-.9C434.1 460.1 351.1 512 256 512 114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.33-32 32s14.3 32 32 32h-.9Z' style='isolation:isolate;opacity:.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6.25rem;
  transform-origin: center center;
  transform: rotate(0) translate(-50%, 0);
  animation: rotateSpin 0.5s linear infinite;
}

@keyframes rotateSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-search-filter {
  display: grid;
  gap: 1.25rem;
}
.c-search-filter {
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-search-filter {
    padding-bottom: calc(1.875rem + 2.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-filter {
    padding-bottom: 4.75rem;
  }
}
.c-search-filter label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.c-search-filter .c-search {
  position: relative;
}
.c-search-filter .c-search input {
  padding-right: 3.75rem;
}
.c-search-filter .c-search__submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.603' height='18.604'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m17.895 17.896-4.694-4.694M14.751 7.625A7.125 7.125 0 1 1 7.625.5a7.125 7.125 0 0 1 7.125 7.125Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}
.c-search-filter .c-search__submit span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-filter__facet {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  margin-bottom: 0;
}
.c-search-filter__facet-link {
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-search-filter__facet-link span {
  pointer-events: none;
}
.c-search-filter__facet-link {
  border: 0.0625rem solid #babcbd;
  background-color: transparent;
  color: #000;
  border-radius: 25px;
}
@media (hover: hover) and (pointer: fine) {
  .c-search-filter__facet-link:hover, .c-search-filter__facet-link:focus-visible {
    border-color: rgb(203.3, 203.3, 203.3);
    background-color: rgb(203.3, 203.3, 203.3);
    color: #000;
  }
}
.c-search-filter__facet-link {
  padding: 0.6875em 0.9375em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-search-filter__facet-link {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-search-filter__facet-link {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-filter__facet-link {
    font-size: 1rem;
  }
}
.c-search-filter__facet-link span {
  display: flex;
  align-items: center;
}
.c-search-filter__facet-link span span {
  font-weight: 700;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-search-filter__facet-link.is-active {
  background-color: #babcbd;
}
.c-search-filter__facet-item--news, .c-search-filter__facet-item--excursions {
  display: none;
}
.c-search-filter__reset {
  margin-left: auto;
}

.c-search-list {
  display: grid;
}
.c-search-list h2 {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-search-list h2 {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-search-list h2 {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-list h2 {
    font-size: 3.125rem;
  }
}
.c-search-list h2 {
  margin-bottom: 0.9375rem;
}
@media (min-width: 20em) {
  .c-search-list h2 {
    margin-bottom: calc(0.9375rem + 0.75 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-list h2 {
    margin-bottom: 1.6875rem;
  }
}
.c-search-list__items {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #d6d6d6;
}
.c-search-list__item {
  border-bottom: 1px solid #d6d6d6;
  padding: 0.75rem 0;
}
.c-search-list__load, .c-search-list__all-link {
  text-align: center;
  display: inline-block;
  padding: 0.645em 1.25em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}
.c-search-list__load span, .c-search-list__all-link span {
  pointer-events: none;
}
.c-search-list__load, .c-search-list__all-link {
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .c-search-list__load:hover, .c-search-list__load:focus-visible, .c-search-list__all-link:hover, .c-search-list__all-link:focus-visible {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
}
.c-search-list__load span, .c-search-list__all-link span {
  pointer-events: none;
}
.c-search-list__button {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d6d6d6;
}
.c-search-list__button {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-search-list__button {
    padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-list__button {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 48em) {
  .c-search-list__button {
    grid-column: span 2;
  }
}
@media (min-width: 64em) {
  .c-search-list__button {
    grid-column: span 3;
  }
}
.c-search-list__load span, .c-search-list__all-button span {
  pointer-events: none;
}
.c-search-list__all-button {
  display: flex;
  justify-content: center;
}
.c-search-list__all-button {
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-search-list__all-button {
    padding-top: calc(1.25rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-list__all-button {
    padding-top: 2.8125rem;
  }
}
.c-search-list__results {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-search-list__results {
    padding-bottom: calc(0.75rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-list__results {
    padding-bottom: 2.1875rem;
  }
}

.c-search-teaser {
  position: relative;
  height: 100%;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: [content-start] 1fr 1fr 1fr 1fr 1fr [content-end];
  grid-template-rows: auto auto 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .c-search-teaser {
    grid-template-columns: [content-start] 1fr 1fr 1fr 1fr 1fr [content-end] 1fr 1fr;
  }
}
.c-search-teaser:has(> [class*=media]) {
  grid-template-columns: [content-start] 1fr 1fr 1fr 1fr 1fr [content-end image-start] 1fr 1fr 1fr [image-end];
  grid-template-areas: "content content content content content image image image" "content content content content content image image image" "content content content content content image image image";
}
@media (min-width: 48em) {
  .c-search-teaser:has(> [class*=media]) {
    grid-template-columns: [content-start] 1fr 1fr 1fr 1fr 1fr 1fr [content-end image-start] 1fr 1fr [image-end];
    grid-template-areas: "content content content content content content image image" "content content content content content content image image" "content content content content content content image image";
  }
}
.c-search-teaser figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-teaser__link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-teaser h3 {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-search-teaser h3 {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-search-teaser h3 {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-teaser h3 {
    font-size: 1.25rem;
  }
}
.c-search-teaser h3.c-heading__arrow::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.9375rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.336' height='13.336' viewBox='0 0 13.336 13.336'%3E%3Cg transform='translate(0.212 13.124) rotate(-90)'%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(12.912 6.456) rotate(135)' fill='%23000' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.336' height='13.336' viewBox='0 0 13.336 13.336'%3E%3Cg transform='translate(0.212 13.124) rotate(-90)'%3E%3Cpath d='M.077,8.68,8.01.747A1.312,1.312,0,0,0,7.283.528H2.006a.264.264,0,0,1,0-.528H7.283A1.849,1.849,0,0,1,9.13,1.847V7.124a.264.264,0,0,1-.528,0V1.847a1.313,1.313,0,0,0-.219-.727L.451,9.053A.264.264,0,0,1,.077,8.68Z' transform='translate(12.912 6.456) rotate(135)' fill='%23000' stroke='%23000' stroke-width='0.3' /%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  transition: all 0.15s ease-in-out;
  margin-bottom: -0.0625rem;
  transform: rotate(-45deg);
}
.c-search-teaser__content {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-search-teaser__content {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-search-teaser__content {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-teaser__content {
    font-size: 1.25rem;
  }
}
.c-search-teaser__media {
  grid-template-columns: span 2;
  grid-row: 1/4;
  grid-column: image;
  grid-area: image;
}
.c-search-teaser__media figure {
  position: relative;
  overflow: hidden;
}
.c-search-teaser__media img {
  transform: none;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-search-teaser:hover .c-search-teaser__media img, .c-search-teaser:focus-visible .c-search-teaser__media img {
  transform: scale(1.02);
}
.c-search-teaser__title, .c-search-teaser__content, .c-search-teaser__subtitle {
  grid-column: content;
}
.c-search-teaser__subtitle {
  grid-row: 1;
  margin-bottom: 3px;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-search-teaser__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-search-teaser__subtitle {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-search-teaser__subtitle {
    font-size: 1rem;
  }
}

.c-accordion h2 {
  margin-top: 2em;
  margin-bottom: 0.8em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-accordion h2 {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-accordion h2 {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion h2 {
    font-size: 1.125rem;
  }
}
.c-accordion__items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-left: -1.09375rem;
  margin-right: -1.09375rem;
}
@media (min-width: 48em) {
  .c-accordion__items {
    margin: 0;
    gap: 0.375rem;
  }
}
.c-accordion__head {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  background-color: #f2f2f2;
  text-align: left;
  transition: padding 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), color 0.15s ease-in-out;
  cursor: pointer;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-accordion__head {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-accordion__head {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__head {
    font-size: 1.125rem;
  }
}
.c-accordion__head {
  padding: 1.09375rem;
}
@media (min-width: 20em) {
  .c-accordion__head {
    padding: calc(1.09375rem + 0.46875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__head {
    padding: 1.5625rem;
  }
}
.c-accordion__head:focus:not(:focus-visible) {
  outline: 0;
}
.c-accordion__head:hover, .c-accordion__head.is-toggled {
  font-weight: 700;
}
.c-accordion__head span {
  pointer-events: none;
}
.c-accordion__icon {
  position: relative;
  display: flex;
  width: 22px;
  height: 22px;
}
.c-accordion__icon svg:not(:first-child) {
  position: absolute;
  transform: rotate(90deg);
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.is-toggled .c-accordion__icon svg:not(:first-child) {
  transform: rotate(180deg);
  opacity: 0;
}
.c-accordion__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.c-accordion__body.is-toggled {
  max-height: 500vh;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  opacity: 1;
  visibility: visible;
}
.c-accordion__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(100px, auto);
}
.c-accordion__inner {
  padding-left: 1.09375rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    padding-left: calc(1.09375rem + 0.46875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__inner {
    padding-left: 1.5625rem;
  }
}
.c-accordion__inner {
  padding-right: 1.09375rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    padding-right: calc(1.09375rem + 0.46875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__inner {
    padding-right: 1.5625rem;
  }
}
.c-accordion__inner {
  padding-top: 1.09375rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    padding-top: calc(1.09375rem + 1.40625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__inner {
    padding-top: 2.5rem;
  }
}
.c-accordion__inner {
  padding-bottom: 1.09375rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    padding-bottom: calc(1.09375rem + 1.40625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__inner {
    padding-bottom: 2.5rem;
  }
}
.c-accordion__inner {
  gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    gap: calc(0.9375rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-accordion__inner {
    gap: 1.5625rem;
  }
}
.c-accordion__inner .c-accordion__image {
  grid-column-end: span 12;
  grid-row: 1;
}
.c-accordion__inner .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner .c-accordion__content:not(:first-child) {
  grid-row: 2;
}
.c-accordion__inner--bottom .c-accordion__image {
  grid-column-end: span 12;
  grid-row: 2;
}
.c-accordion__inner--bottom .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--bottom .c-accordion__content:not(:first-child) {
  grid-row: 1;
}
.c-accordion__inner--right .c-accordion__image, .c-accordion__inner--left .c-accordion__image {
  grid-column-end: span 12;
}
@media (min-width: 48em) {
  .c-accordion__inner--right .c-accordion__image:not(:last-child), .c-accordion__inner--left .c-accordion__image:not(:last-child) {
    grid-column: 7/13;
  }
}
.c-accordion__inner--right .c-accordion__content, .c-accordion__inner--left .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--right .c-accordion__content:not(:first-child), .c-accordion__inner--left .c-accordion__content:not(:first-child) {
  grid-column: 1/13;
  grid-row: 2;
}
@media (min-width: 48em) {
  .c-accordion__inner--right .c-accordion__content:not(:first-child), .c-accordion__inner--left .c-accordion__content:not(:first-child) {
    grid-column: 1/7;
    grid-row: 1;
  }
}
.c-accordion__inner--left .c-accordion__image {
  grid-column-end: span 12;
}
@media (min-width: 48em) {
  .c-accordion__inner--left .c-accordion__image:not(:last-child) {
    grid-column: 1/7;
  }
}
.c-accordion__inner--left .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--left .c-accordion__content:not(:first-child) {
  grid-column: 1/13;
  grid-row: 2;
}
@media (min-width: 48em) {
  .c-accordion__inner--left .c-accordion__content:not(:first-child) {
    grid-column: 7/13;
    grid-row: 1;
  }
}

.modal-active,
.modal-active body {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.c-modal.is-active {
  display: block;
}
.c-modal__inner {
  width: 100vw;
  height: calc(var(--ih) * 100);
  overflow-y: auto;
  background-color: #fff;
}
.c-modal__close {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.02' height='24.02'%3E%3Cg fill='none' stroke='%23e23420' stroke-width='1.5'%3E%3Cpath d='m.53.531 22.96 22.96'/%3E%3Cpath d='M23.489.53.529 23.49'/%3E%3C/g%3E%3C/svg%3E";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-modal__content {
  position: relative;
  z-index: 1;
}

.c-navigation__link {
  cursor: pointer;
  text-align: left;
}
.c-navigation__link span,
.c-navigation__link svg {
  pointer-events: none;
  cursor: pointer;
}
.c-navigation__back {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-navigation.c-navigation--panel > .c-navigation__list {
  margin-top: -1em;
}
.c-navigation.c-navigation--panel > .c-navigation__list .has-activeitem > .c-navigation__link,
.c-navigation.c-navigation--panel > .c-navigation__list .is-active > .c-navigation__link {
  font-weight: 700;
}
.c-navigation.c-navigation--panel > .c-navigation__list .is-active > .c-navigation__link {
  font-weight: 700;
}
.c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link {
  position: relative;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #d6d6d6;
  transition: border-color 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link {
    font-size: 1.25rem;
  }
}
.c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link:hover, .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link:focus-visible {
    font-weight: 700;
  }
}
.c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link svg {
  position: absolute;
  top: 1.4em;
  right: 0;
  width: 0.625rem;
  height: auto;
  transition: transform 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
.c-navigation.c-navigation--panel .c-navigation__sub > div {
  margin: 1em 0;
}
.c-navigation.c-navigation--panel .c-navigation__sub > div > .c-navigation__list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.c-navigation.c-navigation--panel .c-navigation__sub > div > .c-navigation__list > li > .c-navigation__link {
  color: #727272;
  font-weight: 300;
  cursor: default;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
  display: inline-block;
  padding: 0.4em 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link:hover, .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link:focus-visible {
    font-weight: 700;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link svg {
  display: none;
}
@media (max-width: 48em) {
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link.is-toggled {
    border-bottom-color: transparent;
  }
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link.is-toggled svg {
    transform: scaleY(-1);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    overflow: hidden;
    position: relative;
    height: auto;
    transition: 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
    transition-property: opacity, height;
    interpolate-size: allow-keywords;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub:not(.is-toggled) {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media (min-width: 48em) {
  .c-navigation.c-navigation--panel > .c-navigation__list > li > .c-navigation__link svg {
    transform: rotate(-90deg);
  }
  .sub-is-open .c-navigation.c-navigation--panel > .c-navigation__list {
    max-width: calc(35% - 2.65625rem);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    position: absolute;
    top: 0;
    left: 35%;
    width: calc(65% - 2px);
    min-height: 100%;
    margin-left: 2px;
    padding: 1.09375rem 2.1875rem;
    background-color: #fff;
  }
  .pusha-active .c-navigation.c-navigation--panel .c-navigation__sub::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    margin-right: 2px;
    background-color: #fff;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    margin: 0;
    transition: 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
    transition-property: opacity, transform;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div > .c-navigation__list {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div > .c-navigation__list > li {
    display: inline-block;
    width: 100%;
    padding: 1.09375rem 0;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub:not(.is-toggled) {
    overflow: hidden;
    height: 0;
    visibility: hidden;
    background-color: transparent;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub:not(.is-toggled) > div {
    opacity: 0;
    transform: translateY(10%);
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub {
    left: 25%;
    width: calc(75% - 2px);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div > .c-navigation__list {
    -moz-column-count: 3;
         column-count: 3;
  }
  .sub-is-open .c-navigation.c-navigation--panel > .c-navigation__list {
    max-width: calc(25% - 3.28125rem);
  }
}
@media (min-width: 98.125em) {
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.c-hero {
  --overlay-size: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: -moz-min-content;
  min-height: min-content;
}
.c-hero__media .c-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 64em) {
  .c-hero--has-child .c-hero__media {
    position: relative;
  }
}
.c-hero__content {
  display: flex;
  flex-direction: column;
}
.c-hero__content {
  gap: 2.5rem;
}
@media (min-width: 20em) {
  .c-hero__content {
    gap: calc(2.5rem + 2.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero__content {
    gap: 4.6875rem;
  }
}
.c-hero__container {
  position: relative;
}
.c-hero__container {
  padding: 1.5625rem;
}
@media (min-width: 20em) {
  .c-hero__container {
    padding: calc(1.5625rem + 4.6875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero__container {
    padding: 6.25rem;
  }
}
@media (min-width: 64em) {
  .c-hero__container:not(:only-child) {
    padding-bottom: 0;
  }
  .c-hero__container:not(:only-child):not(:first-child) {
    padding-top: 0;
  }
}
@media (max-width: 64em) {
  .c-hero__container--child {
    padding: 0;
  }
}
.c-hero__group {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.c-hero__group {
  gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-hero__group {
    gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero__group {
    gap: 1.25rem;
  }
}
.c-hero__headline {
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
}
.c-hero__title {
  max-width: 12em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-hero__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-hero__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero__title {
    font-size: 3.125rem;
  }
}
.l-page--family .c-hero__title {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.l-page--family .c-hero__title {
  font-size: 1.875rem;
}
@media (min-width: 20em) {
  .l-page--family .c-hero__title {
    font-size: calc(1.875rem + 2.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-page--family .c-hero__title {
    font-size: 4.0625rem;
  }
}
.c-hero__subtitle {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-hero__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-hero__subtitle {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero__subtitle {
    font-size: 1rem;
  }
}
.c-hero__child {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-hero__child {
    flex-direction: row;
    gap: 1.5625rem;
  }
}
@media (max-width: 64em) {
  .c-hero--has-child .c-hero__container--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 64em) {
  .c-hero--has-child {
    margin-bottom: var(--hero-offset);
  }
  .c-hero__child {
    margin-bottom: calc(var(--hero-offset) * -1);
  }
}
.c-hero--small {
  --overlay-size: 50%;
}
.c-hero--small {
  --hero-offset: 4.6875rem;
}
@media (min-width: 20em) {
  .c-hero--small {
    --hero-offset: calc(4.6875rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero--small {
    --hero-offset: 5rem;
  }
}
@media (max-width: 64em) {
  .c-hero--small:not(.c-hero--has-child), .c-hero--small.c-hero--has-child .c-hero__media, .c-hero--small.c-hero--has-child .c-hero__container--overlay {
    height: 25vh;
    max-height: 15.625rem;
  }
}
@media (min-width: 64em) {
  .c-hero--small {
    height: 50vh;
    max-height: 35.5rem;
  }
}
.c-hero--large {
  --hero-offset: 3.75rem;
}
@media (min-width: 20em) {
  .c-hero--large {
    --hero-offset: calc(3.75rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-hero--large {
    --hero-offset: 4.0625rem;
  }
}
@media (max-width: 64em) {
  .c-hero--large:not(.c-hero--has-child), .c-hero--large.c-hero--has-child .c-hero__media, .c-hero--large.c-hero--has-child .c-hero__container--overlay {
    height: 50vh;
    max-height: 20rem;
  }
}
@media (min-width: 64em) {
  .c-hero--large {
    height: 70vh;
    max-height: 45rem;
  }
}
.c-hero--minimal .c-hero__container {
  padding-bottom: 0;
}
@media (max-width: 85.375em) {
  .c-hero--minimal .c-hero__container {
    padding-left: 1.09375rem;
  }
}
.c-hero--minimal .c-hero__title {
  max-width: none;
}
.c-hero--overlay .c-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}
.c-hero--overlay-dark {
  color: #fff;
}
.c-hero--overlay-dark .c-hero__media::after {
  background: linear-gradient(to top, #000 0%, rgba(82, 82, 82, 0.5) var(--overlay-size), transparent 100%);
  mix-blend-mode: multiply;
}
.c-hero--overlay-light {
  color: #000;
}
.c-hero--overlay-light .c-hero__media::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.03) var(--overlay-size), transparent 100%);
}
.c-hero .c-box-promo {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 64em) {
  .c-hero .c-box-promo {
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .c-hero .c-box-promo {
    max-width: 32.5%;
  }
}
@media (min-width: 64em) {
  .c-hero .c-schedule-form,
  .c-hero .c-popular-links {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  }
}
.c-hero .c-schedule-form {
  width: 100%;
}
@media (min-width: 64em) {
  .c-hero .c-schedule-form {
    width: 65%;
  }
}
.c-hero .c-popular-links {
  width: 100%;
}
@media (min-width: 64em) {
  .c-hero .c-popular-links {
    width: 35%;
  }
}

.c-box-promo {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  padding: 1.5625rem;
  text-align: center;
  background-color: #f2f2f2;
  color: #000;
}
.c-box-promo__title {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-box-promo__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-box-promo__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-promo__title {
    font-size: 1.25rem;
  }
}
.c-box-promo__title-bold {
  font-weight: 700;
}
.c-box-promo__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-box-promo__btn {
  width: 100%;
}

.c-box-highlight {
  background-color: #f2f2f2;
  color: #000;
}
.c-box-highlight {
  padding: 1.25rem;
}
@media (min-width: 20em) {
  .c-box-highlight {
    padding: calc(1.25rem + 1.875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-highlight {
    padding: 3.125rem;
  }
}
.c-box-highlight {
  padding-left: 1.25rem;
}
@media (min-width: 20em) {
  .c-box-highlight {
    padding-left: calc(1.25rem + 4.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-highlight {
    padding-left: 5.625rem;
  }
}
.c-box-highlight {
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-box-highlight {
    padding-right: calc(1.25rem + 4.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-highlight {
    padding-right: 5.625rem;
  }
}
.c-box-highlight__title {
  margin-bottom: 1em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-box-highlight__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-box-highlight__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-highlight__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .c-box-highlight__title {
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-box-highlight__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-box-highlight__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-box-highlight__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-box-highlight .c-richtext ul,
  .c-box-highlight .c-richtext ol {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.c-box-highlight .c-richtext li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.c-box-fleet {
  margin-left: -1.09375rem;
  margin-right: -1.09375rem;
  background-color: #f2f2f2;
  color: #000;
}
.c-box-fleet {
  padding: 1.09375rem;
}
@media (min-width: 20em) {
  .c-box-fleet {
    padding: calc(1.09375rem + 0.78125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-fleet {
    padding: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-box-fleet {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .c-box-fleet__head {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.c-box-fleet__title {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-box-fleet__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-box-fleet__title {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-fleet__title {
    font-size: 1.5rem;
  }
}
.c-box-fleet__title span {
  font-weight: 700;
}
.c-box-fleet__title-bold {
  font-weight: 700;
}
.c-box-fleet__subtitle {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-box-fleet__subtitle {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-box-fleet__subtitle {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-fleet__subtitle {
    font-size: 1.125rem;
  }
}
.c-box-fleet__image {
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 64em) {
  .c-box-fleet__image {
    margin-top: 1.875rem;
  }
}
.c-box-fleet__list {
  margin-top: 2.5rem;
  background-color: #fff;
  color: #000;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-box-fleet__list {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-box-fleet__list {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-fleet__list {
    font-size: 1.125rem;
  }
}
.c-box-fleet__list {
  padding: 1.09375rem;
}
@media (min-width: 20em) {
  .c-box-fleet__list {
    padding: calc(1.09375rem + 0.78125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-box-fleet__list {
    padding: 1.875rem;
  }
}
@media (min-width: 64em) {
  .c-box-fleet__list {
    margin-top: 3.75rem;
  }
}
.c-box-fleet__fact {
  display: flex;
  gap: 1em;
  padding: 0.5em 0;
}
.c-box-fleet__fact:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}
.c-box-fleet__label, .c-box-fleet__value {
  width: 50%;
}
.c-box-fleet__label {
  font-weight: 700;
}
.c-box-fleet__value {
  margin-left: 0;
}

.c-popular-links {
  --popular-links-spacing: 0.9375rem;
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 48em) {
  .c-popular-links {
    --popular-links-spacing: 0.9375rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-popular-links {
    --popular-links-spacing: calc(0.9375rem + 0.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-popular-links {
    --popular-links-spacing: 1.375rem;
  }
}
.c-popular-links__content {
  padding: var(--popular-links-spacing);
}
@media (min-width: 64em) {
  .c-popular-links__content {
    padding: 1.5625rem;
  }
}
.c-popular-links__title {
  position: absolute;
  bottom: 100%;
  left: 1.5625rem;
  width: 100%;
  margin: 0;
  padding: var(--popular-links-spacing);
  padding-left: 0;
}
@media (max-width: 64em) {
  .c-popular-links__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
.c-popular-links__item:first-child {
  margin-top: calc(var(--popular-links-spacing) * -1);
}
.c-popular-links__item:last-child {
  margin-bottom: calc(var(--popular-links-spacing) * -1);
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 64em) {
  .c-popular-links__item:last-child {
    border-bottom: 0;
  }
}
.c-popular-links__item:not(:first-child) {
  border-top: 1px solid #d6d6d6;
}
.c-popular-links__link {
  position: relative;
  display: block;
  padding: var(--popular-links-spacing);
  padding-left: 0;
}
.c-popular-links__link .c-arrow-icon {
  position: absolute;
  right: 0;
  margin-top: 0.2em;
}
.c-popular-links__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-popular-links__link:hover, .c-popular-links__link:focus-visible {
    color: #e23420;
  }
}
.c-popular-links__link:hover .c-arrow-icon svg:first-child, .c-popular-links__link:focus-visible .c-arrow-icon svg:first-child {
  transform: none;
}
.c-popular-links__link:hover .c-arrow-icon svg:last-child, .c-popular-links__link:focus-visible .c-arrow-icon svg:last-child {
  transform: translateX(calc(100% + 5px));
}
.c-hero--overlay-light .c-popular-links__title {
  color: #000;
}
.c-hero--overlay-dark .c-popular-links__title {
  color: #fff;
}

.c-schedule-form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0.9375rem;
  background-color: #f2f2f2;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media (min-width: 48em) {
  .c-schedule-form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8125rem;
  }
}
@media (min-width: 64em) {
  .c-schedule-form {
    padding: 1.5625rem;
  }
}
.c-schedule-form__destination {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  background-color: #d6d6d6;
}
@media (min-width: 48em) {
  .c-schedule-form__destination {
    flex-direction: row;
  }
}
.c-schedule-form .sbb-form-field__wrapper::after {
  display: none !important;
}
.c-schedule-form sbb-timetable-form-details {
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
.c-schedule-form__field {
  position: relative;
  width: 100%;
}
.c-schedule-form__field--floating .c-schedule-form__label {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 1.2em;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.c-schedule-form__field--floating .c-schedule-form__input {
  padding-top: 1.5em;
}
.c-schedule-form__field--floating .c-schedule-form__input.has-value + .c-schedule-form__label, .c-schedule-form__field--floating .c-schedule-form__input:focus + .c-schedule-form__label {
  top: 0.2em;
  transform: scale(0.6);
  font-weight: 400;
}
.c-schedule-form__field--floating .c-schedule-form__input--to + label {
  padding-left: 1em;
}
@media (min-width: 48em) {
  .c-schedule-form__field--floating .c-schedule-form__input--to, .c-schedule-form__field--floating .c-schedule-form__input--to + label {
    padding-left: 2.4em;
    left: 0.1em;
  }
}
.c-schedule-form__swap {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 2em;
  margin-top: -1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s ease-in-out;
}
@media (min-width: 48em) {
  .c-schedule-form__swap {
    right: 50%;
    top: 50%;
    margin-right: -1.125rem;
  }
}
.c-schedule-form__swap:hover, .c-schedule-form__swap:focus-visible {
  border-color: #727272;
  outline: none;
}
.c-schedule-form__swap span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-schedule-form__swap.is-active {
  transform: rotate(180deg);
}
@media (max-width: 48em) {
  .c-schedule-form__via {
    margin-top: 0.5rem;
  }
}
@media (min-width: 35.5em) {
  .c-schedule-form__via {
    flex-basis: calc(50% - 6.5px);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-schedule-form__via {
    flex-basis: 38%;
  }
}
.c-schedule-form__datetime {
  display: flex;
  gap: 0.5rem;
  flex-grow: 1;
}
@media (max-width: 48em) {
  .c-schedule-form__datetime {
    margin-top: 0.5rem;
  }
  .c-schedule-form__datetime .c-schedule-form__field {
    width: 50%;
  }
}
@media (min-width: 48em) {
  .c-schedule-form__datetime {
    gap: 0.8125rem;
  }
}
@media (min-width: 85.375em) {
  .c-schedule-form__datetime {
    flex-basis: calc(50% - 6.5px);
  }
}
.c-schedule-form__datetime .c-schedule-form__field svg {
  position: absolute;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  pointer-events: none;
}
.c-schedule-form__options {
  display: flex;
  gap: 1.5em;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 48em) {
  .c-schedule-form__options {
    margin-top: 1em;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .c-schedule-form__options {
    padding-right: 1em;
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-schedule-form__options {
    padding: 0;
  }
}
.c-schedule-form__label--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-schedule-form__input {
  padding: 0;
  height: auto;
  border: none;
  border: 1px solid #fff;
  font-weight: inherit;
  background-color: #fff;
  color: #000;
}
.c-schedule-form__input:hover, .c-schedule-form__input:focus {
  border-color: #fff;
}
.c-schedule-form__input--datetime {
  position: relative;
  padding-left: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-schedule-form__input--datetime::-webkit-calendar-picker-indicator {
  opacity: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.c-schedule-form__input--datetime::-webkit-datetime-edit {
  overflow: visible;
}
.c-schedule-form__input--datetime::-webkit-datetime-edit, .c-schedule-form__input--datetime::-webkit-datetime-edit-fields-wrapper, .c-schedule-form__input--datetime::-webkit-datetime-edit-text, .c-schedule-form__input--datetime::-webkit-datetime-edit-minute, .c-schedule-form__input--datetime::-webkit-datetime-edit-hour-field, .c-schedule-form__input--datetime::-webkit-datetime-edit-day-field, .c-schedule-form__input--datetime::-webkit-datetime-edit-month-field, .c-schedule-form__input--datetime::-webkit-datetime-edit-year-field {
  padding: 0;
}
.c-schedule-form__input--datetime::-webkit-date-and-time-value {
  text-align: left;
}
@-moz-document url-prefix() {
  .c-schedule-form__input--datetime[type=date] {
    padding-left: 1.2em;
  }
  .c-schedule-form__input--datetime[type=date] + svg {
    display: none;
  }
}
.c-schedule-form__moment {
  display: flex;
  border-radius: 1em;
  background-color: #fff;
}
.c-schedule-form__moment:has(:focus:focus-visible) {
  outline: 1px solid;
  outline-offset: 4px;
}
.c-schedule-form__radio {
  position: relative;
}
.c-schedule-form__radio input + label {
  display: block;
  padding: 0.35em 1.1em;
  border: 1px solid transparent;
  border-radius: 1em;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-schedule-form__radio input {
  position: absolute;
  opacity: 0;
}
.c-schedule-form__radio input:checked + label {
  border-color: #727272;
  color: #000;
}
.c-schedule-form__link {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.c-schedule-form__link span {
  margin: -0.15rem 0;
  padding: 0.15rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-schedule-form__link span {
  transition: background-size 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-schedule-form__link:hover span {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: 100% 100%;
  }
  .c-schedule-form__link:focus-visible span {
    background-size: 0 1px;
  }
}
.c-schedule-form__link svg {
  margin-left: 0.7em;
  overflow: visible;
}
.c-schedule-form__link--extended {
  margin: 1em auto;
}
@media (min-width: 48em) {
  .c-schedule-form__link--extended {
    margin: 0;
    margin-right: 0.5em;
  }
}
.c-schedule-form__submit {
  font-size: inherit;
}
@media (max-width: 48em) {
  .c-schedule-form__submit {
    margin-top: 1em;
    flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .c-schedule-form__submit {
    order: 1;
    margin-left: auto;
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-schedule-form__submit {
    max-width: 7.5rem;
  }
}
.c-schedule-form .sbb-action-base,
.c-schedule-form .sbb-button {
  border-radius: 0px !important;
}

:root {
  --sbb-button-border-radius: 0px;
}

.sbb-action-base {
  border-radius: 0 !important;
}

:root {
  --sbb-popover-background: #fff;
}

.sbb-popover {
  background-color: #fff !important;
}

.c-teaser-banner {
  position: relative;
  display: flex;
  max-width: 63.75rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #babcbd;
  color: #000;
}
.c-teaser-banner:hover .c-teaser-banner__image img {
  transform: scale(1.02);
}
.c-teaser-banner__content {
  flex-grow: 1;
}
.c-teaser-banner__content {
  padding: 1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-banner__content {
    padding: calc(1.25rem + 2.5 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-banner__content {
    padding: 3.75rem;
  }
}
.c-teaser-banner__image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(50% - 0.9375rem);
  aspect-ratio: 155/100;
}
@media (min-width: 48em) {
  .c-teaser-banner__image {
    width: calc(36% + 1.5625rem);
    aspect-ratio: 390/183;
  }
}
.c-teaser-banner__image figure {
  margin-bottom: 0;
}
.c-teaser-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-teaser-banner__title {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-banner__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-teaser-banner__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-banner__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-teaser-banner__title {
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
  .c-teaser-banner__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-teaser-banner__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 64em) and (min-width: 98.125em) {
  .c-teaser-banner__title {
    font-size: 1.875rem;
  }
}
.c-teaser-banner__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-banner__link:hover .c-arrow-icon svg:first-child, .c-teaser-banner__link:focus-visible .c-arrow-icon svg:first-child {
  transform: none;
}
.c-teaser-banner__link:hover .c-arrow-icon svg:last-child, .c-teaser-banner__link:focus-visible .c-arrow-icon svg:last-child {
  transform: translateX(calc(100% + 5px));
}
.c-teaser-banner .c-arrow-icon {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.5625rem;
}
@media (max-width: 48em) {
  .c-teaser-banner .c-arrow-icon {
    display: none;
  }
}
.c-teaser-banner--red {
  background-color: #e23420;
  color: #fff;
}
.c-teaser-banner--green {
  background-color: #8ec800;
  color: #000;
}
.c-teaser-banner--yellow {
  background-color: #f8c700;
  color: #000;
}
.c-teaser-banner--violet {
  background-color: #b85dbf;
  color: #000;
}
.c-teaser-banner--violet .c-teaser-banner__title {
  font-weight: 700;
}
.c-teaser-banner--blue {
  background-color: #67c5e3;
  color: #000;
}

.c-teaser-box {
  position: relative;
}
@media (max-width: 48em) {
  .c-teaser-box {
    margin-left: -1.09375rem;
    margin-right: -1.09375rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-box {
    display: flex;
  }
}
.c-teaser-box:hover .c-teaser-box__image img {
  transform: scale(1.02);
}
.c-teaser-box__content {
  padding: 1.5625rem;
}
@media (min-width: 20em) {
  .c-teaser-box__content {
    padding: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-box__content {
    padding: 3.75rem;
  }
}
.c-teaser-box__content {
  padding-left: 1.09375rem;
}
@media (min-width: 20em) {
  .c-teaser-box__content {
    padding-left: calc(1.09375rem + 5.15625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-box__content {
    padding-left: 6.25rem;
  }
}
.c-teaser-box__content {
  padding-right: 1.09375rem;
}
@media (min-width: 20em) {
  .c-teaser-box__content {
    padding-right: calc(1.09375rem + 5.15625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-box__content {
    padding-right: 6.25rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-box__content {
    width: 50%;
  }
}
.c-teaser-box__image {
  position: relative;
  overflow: hidden;
}
.c-teaser-box__image figure {
  margin-bottom: 0;
}
.c-teaser-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/212;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (min-width: 48em) {
  .c-teaser-box__image {
    width: 50%;
    aspect-ratio: 755/354;
  }
  .c-teaser-box__image img {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: auto;
  }
}
.c-teaser-box__title {
  margin-bottom: 1em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-box__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-teaser-box__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-box__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-teaser-box__title {
    margin-bottom: 0.8em;
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
  .c-teaser-box__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-teaser-box__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 64em) and (min-width: 98.125em) {
  .c-teaser-box__title {
    font-size: 3.125rem;
  }
}
.c-teaser-box__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-box__button {
  position: relative;
  z-index: 5;
}
.c-teaser-box--red {
  --teaser-background: #e23420;
  --teaser-foreground: #fff;
}
.c-teaser-box--green {
  --teaser-background: #8ec800;
  --teaser-foreground: #000;
}
.c-teaser-box--yellow {
  --teaser-background: #f8c700;
  --teaser-foreground: #000;
}
.c-teaser-box--violet {
  --teaser-background: #b85dbf;
  --teaser-foreground: #000;
}
.c-teaser-box--violet.c-teaser-box--fill .c-teaser-box__title {
  font-weight: 700;
}
.c-teaser-box--blue {
  --teaser-background: #67c5e3;
  --teaser-foreground: #000;
}
.c-teaser-box--fill {
  background-color: var(--teaser-background, #babcbd);
  color: var(--teaser-foreground, #000);
}
.c-teaser-box--line {
  background-color: #f2f2f2;
  color: #000;
}
.c-teaser-box--line .c-teaser-box__content {
  position: relative;
}
.c-teaser-box--line .c-teaser-box__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid var(--teaser-background, #babcbd);
  pointer-events: none;
}

.c-teaser-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 755/780;
}
.c-teaser-visual__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.c-teaser-visual__content {
  padding: 1.5625rem;
}
@media (min-width: 20em) {
  .c-teaser-visual__content {
    padding: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual__content {
    padding: 3.75rem;
  }
}
.c-teaser-visual__content {
  padding-left: 1.09375rem;
}
@media (min-width: 20em) {
  .c-teaser-visual__content {
    padding-left: calc(1.09375rem + 5.15625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual__content {
    padding-left: 6.25rem;
  }
}
.c-teaser-visual__content {
  padding-right: 1.09375rem;
}
@media (min-width: 20em) {
  .c-teaser-visual__content {
    padding-right: calc(1.09375rem + 5.15625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual__content {
    padding-right: 6.25rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-visual__content {
    padding: 1.5625rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-teaser-visual__content {
    padding: calc(1.5625rem + 0.9375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-teaser-visual__content {
    padding: 2.5rem;
  }
}
.c-teaser-visual__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.c-teaser-visual__image figure {
  margin-bottom: 0;
}
.c-teaser-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-teaser-visual__title {
  margin-bottom: 0.5em;
}
@media (min-width: 48em) {
  .c-teaser-visual__title {
    margin-bottom: 0.2em;
  }
}
.c-teaser-visual__lead {
  margin-bottom: 1em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-visual__lead {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-teaser-visual__lead {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual__lead {
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-visual__lead {
    margin-bottom: 2.5em;
    max-width: 30em;
  }
}
.c-teaser-visual__group {
  display: flex;
  gap: 0.6em;
}
.c-teaser-visual--default {
  margin-left: -1.09375rem;
  margin-right: -1.09375rem;
}
.c-teaser-visual--default .c-teaser-visual__title {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-teaser-visual--default .c-teaser-visual__title {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-visual--default .c-teaser-visual__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual--default .c-teaser-visual__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-visual--default {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-teaser-visual--ausblick:hover .c-teaser-visual__image img {
  transform: scale(1.02);
}
.c-teaser-visual--ausblick .c-teaser-visual__image img {
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-teaser-visual--ausblick .c-teaser-visual__title:not(:last-child) {
  margin-bottom: 0.8em;
}
.c-teaser-visual--ausblick .c-teaser-visual__title {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-teaser-visual--ausblick .c-teaser-visual__title {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-visual--ausblick .c-teaser-visual__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual--ausblick .c-teaser-visual__title {
    font-size: 1.875rem;
  }
}
.c-teaser-visual--ausblick .c-teaser-visual__title-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-teaser-visual--ausblick:not(:first-child) .c-teaser-visual__title {
    font-size: 1.875rem;
  }
}
.c-teaser-visual--overlay-dark {
  color: #fff;
}
.c-teaser-visual--overlay-dark .c-teaser-visual__image::after {
  background: linear-gradient(to top, #000 0%, rgba(82, 82, 82, 0.5) 80%, transparent 100%);
  mix-blend-mode: multiply;
}
.c-teaser-visual--overlay-light {
  color: #000;
}
.c-teaser-visual--overlay-light .c-teaser-visual__image::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.03) 80%, transparent 100%);
}

.c-teaser-highlight {
  position: relative;
  overflow: hidden;
  aspect-ratio: 344/409;
}
@media (min-width: 48em) {
  .c-teaser-highlight {
    aspect-ratio: 1535/863;
  }
}
.c-teaser-highlight__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 100%;
  text-align: center;
}
.c-teaser-highlight__content {
  padding: 1.09375rem;
}
@media (min-width: 20em) {
  .c-teaser-highlight__content {
    padding: calc(1.09375rem + 0.46875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-highlight__content {
    padding: 1.5625rem;
  }
}
.c-teaser-highlight__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-highlight__image figure {
  margin-bottom: 0;
}
.c-teaser-highlight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-teaser-highlight__title {
  max-width: 20em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-teaser-highlight__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-teaser-highlight__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-highlight__title {
    font-size: 3.125rem;
  }
}
.c-teaser-highlight__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-highlight__button {
  position: relative;
  z-index: 5;
}
.c-teaser-highlight--overlay-dark {
  color: #fff;
}
.c-teaser-highlight--overlay-dark .c-teaser-highlight__image::after {
  background: linear-gradient(to top, #000 0%, rgba(82, 82, 82, 0.5) 75%, transparent 100%);
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.c-teaser-highlight--overlay-light {
  color: #000;
}
.c-teaser-highlight--overlay-light .c-teaser-highlight__image::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.5) 75%, transparent 100%);
  opacity: 0.6;
}

.c-teaser-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 406/618;
}
.c-teaser-slider:hover .c-teaser-slider__image img {
  transform: scale(1.02);
}
.c-teaser-slider__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: auto;
  padding: 0.9375rem;
}
.c-teaser-slider__content {
  padding: 0.9375rem;
}
@media (min-width: 20em) {
  .c-teaser-slider__content {
    padding: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-slider__content {
    padding: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-teaser-slider__content {
    padding: 0.125rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-teaser-slider__content {
    padding: calc(0.125rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 64em) and (min-width: 98.125em) {
  .c-teaser-slider__content {
    padding: 1.5625rem;
  }
}
.c-teaser-slider__image {
  overflow: hidden;
  position: relative;
}
.c-teaser-slider__image + .c-teaser-slider__content .c-teaser-slider__title {
  font-weight: 700;
}
.c-teaser-slider__image figure {
  margin-bottom: 0;
}
.c-teaser-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-teaser-slider__title {
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-teaser-slider__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-teaser-slider__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-slider__title {
    font-size: 1.25rem;
  }
}
.c-teaser-slider__lead {
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-slider__lead {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-slider__lead {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-slider__lead {
    font-size: 1.875rem;
  }
}
.c-teaser-slider__lead, .c-teaser-slider__lead:last-child {
  margin-bottom: auto;
  padding-bottom: 1em;
}
.c-teaser-slider__lead--bold {
  font-weight: 700;
}
.c-teaser-slider__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-slider__button {
  position: relative;
  z-index: 5;
}
.c-teaser-slider--red {
  --teaser-background: #e23420;
  --teaser-foreground: #fff;
}
.c-teaser-slider--green {
  --teaser-background: #8ec800;
  --teaser-foreground: #000;
}
.c-teaser-slider--yellow {
  --teaser-background: #f8c700;
  --teaser-foreground: #000;
}
.c-teaser-slider--gray {
  --teaser-background: #babcbd;
  --teaser-foreground: #000;
}
.c-teaser-slider--violet {
  --teaser-background: #b85dbf;
  --teaser-foreground: #000;
}
.c-teaser-slider--violet.c-teaser-slider--fill .c-teaser-slider__title,
.c-teaser-slider--violet.c-teaser-slider--fill .c-teaser-slider__lead {
  font-weight: 700;
}
.c-teaser-slider--blue {
  --teaser-background: #67c5e3;
  --teaser-foreground: #000;
}
.c-teaser-slider--fill {
  background-color: var(--teaser-background, #babcbd);
  color: var(--teaser-foreground, #000);
}
.c-teaser-slider--fill.c-teaser-slider--overlay-dark {
  color: #fff;
}
.c-teaser-slider--fill .c-teaser-slider__content {
  flex-grow: 1;
}
.c-teaser-slider--fill .c-teaser-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser-slider--fill .c-teaser-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-teaser-slider--line {
  background-color: #f2f2f2;
  color: #000;
}
.c-teaser-slider--line .c-teaser-slider__image + .c-teaser-slider__content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: inherit;
}
.c-teaser-slider--line .c-teaser-slider__content {
  position: relative;
}
.c-teaser-slider--line .c-teaser-slider__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid var(--teaser-background, #babcbd);
  pointer-events: none;
}
.c-teaser-slider--overlay .c-teaser-slider__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.c-teaser-slider--overlay-dark .c-teaser-slider__image::after {
  background: linear-gradient(to top, #000 0%, rgba(82, 82, 82, 0.5) 75%, transparent 100%);
  mix-blend-mode: multiply;
}
.c-teaser-slider--overlay-light {
  color: #000;
}
.c-teaser-slider--overlay-light .c-teaser-slider__image::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.5) 75%, transparent 100%);
}

.c-teaser-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-teaser-text__title, .c-teaser-text__lead {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-text__title, .c-teaser-text__lead {
  font-size: 1.125rem;
}
@media (min-width: 20em) {
  .c-teaser-text__title, .c-teaser-text__lead {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-text__title, .c-teaser-text__lead {
    font-size: 1.5rem;
  }
}
@media (min-width: 48em) {
  .c-teaser-text__title, .c-teaser-text__lead {
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
  .c-teaser-text__title, .c-teaser-text__lead {
    font-size: 1rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-teaser-text__title, .c-teaser-text__lead {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-teaser-text__title, .c-teaser-text__lead {
    font-size: 1.25rem;
  }
}
.c-teaser-text__title {
  margin-bottom: 0.1em;
  font-weight: 700;
}
.c-teaser-text__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: 0.15s color ease-in-out;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-teaser-text__link {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-teaser-text__link {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-teaser-text__link {
    font-size: 1rem;
  }
}
.c-teaser-text__link:hover .c-arrow-icon svg:first-child, .c-teaser-text__link:focus-visible .c-arrow-icon svg:first-child {
  transform: none;
}
.c-teaser-text__link:hover .c-arrow-icon svg:last-child, .c-teaser-text__link:focus-visible .c-arrow-icon svg:last-child {
  transform: translateX(calc(100% + 5px));
}
.c-teaser-text__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid var(--teaser-theme, #babcbd);
  pointer-events: none;
}
.c-teaser-text__link:hover, .c-teaser-text__link:focus {
  color: #727272;
}
.c-teaser-text .c-arrow-icon svg {
  width: auto;
  height: 1.5em;
}
.c-teaser-text--red {
  --teaser-theme: #e23420;
}
.c-teaser-text--green {
  --teaser-theme: #8ec800;
}
.c-teaser-text--yellow {
  --teaser-theme: #f8c700;
}
.c-teaser-text--violet {
  --teaser-theme: #b85dbf;
}
.c-teaser-text--blue {
  --teaser-theme: #67c5e3;
}

.c-text-image-teaser h2 {
  font-weight: 700;
}
.c-text-image-teaser h3 {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-text-image-teaser h3 {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser h3 {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-text-image-teaser h3 {
    font-size: 1.125rem;
  }
}
.c-text-image-teaser h3 {
  margin-bottom: 0.3125rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser h3 {
    margin-bottom: calc(0.3125rem + 0.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-text-image-teaser h3 {
    margin-bottom: 0.5rem;
  }
}
.c-text-image-teaser__content {
  margin-bottom: 1.4375rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser__content {
    margin-bottom: calc(1.4375rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-text-image-teaser__content {
    margin-bottom: 1.75rem;
  }
}

.c-ads {
  position: relative;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .c-ads {
    max-width: 60.625rem;
  }
}
.c-ads h2 {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-ads__link {
  pointer-events: none;
}
.c-ads__item--desktop {
  display: none;
}
@media (min-width: 48em) {
  .c-ads__item--desktop {
    display: block;
  }
}
.c-ads__item--mobile {
  display: block;
}
@media (min-width: 48em) {
  .c-ads__item--mobile {
    display: none;
  }
}

.c-richtext ul:not([class]):has(.c-link) {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #d6d6d6;
}
.c-richtext ul:not([class]):has(.c-link) li {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0;
}
.c-richtext ul:not([class]):has(.c-link) li::before {
  content: none;
}
.c-richtext ul:not([class]) .c-link {
  position: relative;
  display: flex;
  padding: 0.8em 0;
  padding-right: 1.2em;
}
.c-richtext ul:not([class]) .c-link::after {
  position: absolute;
  right: 0;
  top: 0.95em;
  display: inline-flex;
}
.c-richtext h2 + ul:has(.c-link) {
  margin-top: 0.8em;
}

.c-contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--contact-gap);
  background-color: #f2f2f2;
  color: #000;
}
.c-contact {
  padding: 1.5625rem;
}
@media (min-width: 20em) {
  .c-contact {
    padding: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-contact {
    padding: 3.125rem;
  }
}
.c-contact {
  --contact-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-contact {
    --contact-gap: calc(0.9375rem + 2.8125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-contact {
    --contact-gap: 3.75rem;
  }
}
.c-contact {
  --contact-image-width: 6.0625rem;
}
@media (min-width: 20em) {
  .c-contact {
    --contact-image-width: calc(6.0625rem + 5.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-contact {
    --contact-image-width: 11.625rem;
  }
}
.c-contact::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid var(--teaser-theme, #babcbd);
  opacity: 0.7;
  pointer-events: none;
}
.c-contact__title {
  width: 100%;
  margin: 0;
  align-self: flex-start;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-contact__title {
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-contact__title {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-contact__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) {
  .c-contact__title {
    width: calc(50% - var(--contact-gap) - var(--contact-image-width) * 0.5);
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-contact__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-contact__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-contact__title {
    font-size: 1.875rem;
  }
}
.c-contact__name {
  margin: 0;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-contact__name {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-contact__name {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-contact__name {
    font-size: 1.125rem;
  }
}
.c-contact__details {
  align-self: center;
}
.c-contact__details:only-child {
  align-self: flex-end;
}
.c-contact .c-image {
  border-radius: 50%;
  width: var(--contact-image-width);
}
.c-contact .c-richtext {
  line-height: 1.7;
}
.c-contact--red {
  --teaser-theme: #e23420;
}
.c-contact--green {
  --teaser-theme: #8ec800;
}
.c-contact--yellow {
  --teaser-theme: #f8c700;
}
.c-contact--violet {
  --teaser-theme: #b85dbf;
}
.c-contact--blue {
  --teaser-theme: #67c5e3;
}

.c-magazine-head {
  padding-top: 3rem;
}
@media (min-width: 20em) {
  .c-magazine-head {
    padding-top: calc(3rem + 6.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-head {
    padding-top: 9.375rem;
  }
}
.c-magazine-head__container {
  display: flex;
  flex-direction: column;
}
.c-magazine-head__container {
  gap: 1.875rem;
}
@media (min-width: 20em) {
  .c-magazine-head__container {
    gap: calc(1.875rem + 2.5 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-head__container {
    gap: 4.375rem;
  }
}
.c-magazine-head__content {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-magazine-head__title {
  margin-bottom: 1em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-magazine-head__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-magazine-head__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-head__title {
    font-size: 3.125rem;
  }
}
.c-magazine-head__lead {
  margin-bottom: 1.2em;
}
.c-magazine-head__credit {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-magazine-head__tos {
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d6d6d6;
}
.c-magazine-head__tos ol {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media (min-width: 48em) {
  .c-magazine-head__tos {
    border-top: 1px solid #d6d6d6;
    padding-top: 1.5em;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-magazine-head__tos ol {
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-magazine-head__tos li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media (max-width: 64em) {
  .c-magazine-head__tos-container {
    padding: 0;
  }
}
.c-magazine-head__tos-title {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 85.375em) {
  .c-magazine-head__tos-title {
    position: absolute;
    left: 0;
  }
}
.c-magazine-head__tos-link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-magazine-head__tos-link:hover, .c-magazine-head__tos-link:focus-visible {
    color: #e23420;
  }
}
.c-magazine-head__tos-link svg {
  overflow: visible;
  margin-left: 0.2em;
  margin-top: -0.15em;
}
.c-magazine-head figure {
  margin: 0;
}

.c-magazine-quote figure {
  margin: 0;
}
.c-magazine-quote blockquote {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.2em;
  margin: 0;
}
.c-magazine-quote blockquote p {
  quotes: none;
  max-width: 24em;
  margin-bottom: 0.8em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-magazine-quote blockquote p {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-magazine-quote blockquote p {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-quote blockquote p {
    font-size: 3.125rem;
  }
}
.c-magazine-quote blockquote span {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-magazine-quote blockquote span {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-magazine-quote blockquote span {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-quote blockquote span {
    font-size: 1rem;
  }
}

.c-magazine-teaser {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media (min-width: 35.5em) {
  .c-magazine-teaser {
    align-items: center;
    flex-direction: row;
    gap: 8.3333333333%;
  }
}
.c-magazine-teaser__image figure {
  margin: 0;
}
.c-magazine-teaser__image img {
  width: 100%;
}
@media (min-width: 35.5em) {
  .c-magazine-teaser__image {
    width: 46%;
  }
}
.c-magazine-teaser__content {
  position: relative;
  padding-bottom: 1.5em;
}
.c-magazine-teaser__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--teaser-theme, #babcbd);
  opacity: 0.7;
}
@media (min-width: 35.5em) {
  .c-magazine-teaser__content {
    width: 54%;
    padding-bottom: 2em;
  }
}
.c-magazine-teaser__title {
  margin-bottom: 0.5em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-magazine-teaser__title {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-magazine-teaser__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-teaser__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-magazine-teaser__title {
    max-width: 10em;
    margin-bottom: 0.8em;
    line-height: 1.15;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-magazine-teaser__title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-magazine-teaser__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-magazine-teaser__title {
    font-size: 3.125rem;
  }
}
.c-magazine-teaser .c-richtext:not(:last-child) {
  margin-bottom: 1.2em;
}
@media (min-width: 35.5em) {
  .c-magazine-teaser--reversed {
    flex-flow: row-reverse;
  }
}
.c-magazine-teaser--red {
  --teaser-theme: #e23420;
}
.c-magazine-teaser--green {
  --teaser-theme: #8ec800;
}
.c-magazine-teaser--yellow {
  --teaser-theme: #f8c700;
}
.c-magazine-teaser--violet {
  --teaser-theme: #b85dbf;
}
.c-magazine-teaser--blue {
  --teaser-theme: #67c5e3;
}

@media (min-width: 48em) {
  .c-magazine-articles {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1.5625rem;
  }
}
.c-magazine-articles__list {
  display: grid;
  row-gap: 1.875rem;
}
@media (min-width: 48em) {
  .c-magazine-articles__list {
    row-gap: 3.125rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    align-items: start;
  }
}
.c-magazine-articles__item {
  position: relative;
}
.c-magazine-articles__item:hover .c-arrow-icon svg:first-child, .c-magazine-articles__item:focus-visible .c-arrow-icon svg:first-child {
  transform: none;
}
.c-magazine-articles__item:hover .c-arrow-icon svg:last-child, .c-magazine-articles__item:focus-visible .c-arrow-icon svg:last-child {
  transform: translateX(calc(100% + 5px));
}
.c-magazine-articles__item:hover .c-magazine-articles__image img {
  transform: scale(1.02);
}
.c-magazine-articles__item:first-child .c-magazine-articles__title {
  margin-bottom: 0.5em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-magazine-articles__item:first-child .c-magazine-articles__title {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-magazine-articles__item:first-child .c-magazine-articles__title {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-articles__item:first-child .c-magazine-articles__title {
    font-size: 1.875rem;
  }
}
.c-magazine-articles__item:first-child .c-magazine-articles__image {
  margin-bottom: 1.5625rem;
}
.c-magazine-articles__item:first-child .c-arrow-icon {
  display: none;
}
.c-magazine-articles__item:not(:first-child) {
  display: flex;
  gap: 1.5625rem;
}
.c-magazine-articles__item:not(:first-child) .c-magazine-articles__image {
  width: 42%;
}
.c-magazine-articles__item:not(:first-child) .c-magazine-articles__content {
  width: 58%;
}
.c-magazine-articles__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9375rem;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 48em) {
  .c-magazine-articles__item {
    grid-column: 2/end;
  }
  .c-magazine-articles__item::after {
    bottom: -1.5625rem;
  }
  .c-magazine-articles__item:first-child {
    grid-row: 1/5;
    grid-column: 1/2;
    max-width: 39.84375rem;
  }
  .c-magazine-articles__item:not(:first-child) .c-magazine-articles__image {
    width: 33%;
  }
  .c-magazine-articles__item:not(:first-child) .c-magazine-articles__content {
    width: 67%;
  }
  .c-magazine-articles__item:first-child::after, .c-magazine-articles__item:last-child::after {
    content: none;
  }
}
.c-magazine-articles__image {
  position: relative;
  overflow: hidden;
}
.c-magazine-articles__image figure {
  margin: 0;
}
.c-magazine-articles__image img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-magazine-articles__content {
  display: flex;
  flex-direction: column;
  padding-right: 1em;
}
.c-magazine-articles__title {
  margin-bottom: 0;
  text-box-trim: trim-start;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-magazine-articles__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-magazine-articles__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-articles__title {
    font-size: 1.125rem;
  }
}
.c-magazine-articles__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-magazine-articles__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-magazine-articles__link:hover, .c-magazine-articles__link:focus-visible {
    color: #e23420;
  }
}
.c-magazine-articles__lead {
  margin-bottom: 0;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-magazine-articles__lead {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-magazine-articles__lead {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-magazine-articles__lead {
    font-size: 1.125rem;
  }
}
.c-magazine-articles .c-arrow-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 1.875rem;
  -moz-column-gap: 8.3333333333%;
       column-gap: 8.3333333333%;
}
@media (min-width: 48em) {
  .c-gallery {
    row-gap: 2.1875rem;
  }
}
.c-gallery__image {
  max-width: 33.75rem;
}
.c-gallery__image:nth-child(1) {
  grid-column: 1/span 10;
  grid-row: 1/span 1;
}
.c-gallery__image:nth-child(2) {
  grid-column: 4/span end;
  grid-row: 2/span 2;
}
.c-gallery__image:nth-child(3) {
  grid-column: 1/span end;
  grid-row: 5/span 2;
}
.c-gallery__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48em) {
  .c-gallery__image {
    max-width: none;
  }
  .c-gallery__image:nth-child(1) {
    grid-column: 3/span 6;
    grid-row: 1/span 2;
  }
  .c-gallery__image:nth-child(2) {
    grid-column: 9/span 5;
    grid-row: 2/span 4;
  }
  .c-gallery__image:nth-child(3) {
    grid-column: 1/span 5;
    grid-row: 3/span 4;
  }
}
.c-gallery__title {
  grid-column: 1/span end;
  grid-row: 4/span 1;
  margin: 0;
  padding: 0.9375rem;
}
.c-gallery__title span {
  display: block;
  margin: auto;
  max-width: 15em;
  text-align: center;
}
.c-gallery__title {
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-gallery__title {
  font-size: 1.125rem;
}
@media (min-width: 20em) {
  .c-gallery__title {
    font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-gallery__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 48em) {
  .c-gallery__title {
    grid-column: 5/span 5;
    grid-row: 4/span 1;
    padding: 2.1875rem;
  }
}

.c-facts {
  position: relative;
}
.c-facts__image {
  position: relative;
}
.c-facts__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #4e4e4e;
  mix-blend-mode: multiply;
}
.c-facts__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-facts__wrapper {
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
}
@media (min-width: 48em) {
  .c-facts__wrapper {
    left: 2.1875rem;
    right: 2.1875rem;
  }
}
.c-facts__list {
  display: flex;
  gap: 0.9375rem;
  margin: -0.9375rem;
  margin-left: 0;
  padding: 0.9375rem;
  justify-content: flex-end;
}
.c-facts__list.is-slider {
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  justify-content: start;
}
.c-facts__list.is-slider > * {
  scroll-snap-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 64em) {
  .c-facts__list {
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    justify-content: start;
  }
  .c-facts__list > * {
    scroll-snap-align: start;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media (min-width: 48em) {
  .c-facts__list {
    gap: 1.5625rem;
    margin: -2.1875rem;
    margin-left: auto;
    padding: 2.1875rem;
  }
}
.c-facts__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 70vw;
  max-width: 18.75rem;
  aspect-ratio: 300/180;
  padding: 1.875rem;
  background-color: #fff;
  color: #000;
}
@media (min-width: 48em) {
  .c-facts__item {
    min-width: 40vw;
  }
}
@media (min-width: 64em) {
  .c-facts__item {
    min-width: calc(25% - 1.5625rem);
    aspect-ratio: 365/330;
  }
}
.c-facts__number {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 85.375em) {
  .c-facts__number {
    font-size: 3.125rem;
  }
}
@media (min-width: 98.125em) {
  .c-facts__number {
    font-size: 3.75rem;
  }
}
.c-facts__description {
  margin-top: 1em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-facts__description {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-facts__description {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-facts__description {
    font-size: 1rem;
  }
}

.c-partners__title {
  text-align: center;
  margin-bottom: 1.875rem;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-partners__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-partners__title {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-partners__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .c-partners__title {
    margin-bottom: 3.125rem;
  }
}
.c-partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
}
.c-partners__image {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-width: 12.5rem;
  max-height: 2.625rem;
}
@media (min-width: 48em) {
  .c-partners__image {
    max-height: 3.75rem;
  }
}

.c-link-list-two-col {
  position: relative;
}
.l-container--default .c-link-list-two-col {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .l-container--default .c-link-list-two-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-link-list-two-col__content {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 48em) {
  .c-link-list-two-col__content {
    border-top: 1px solid #d6d6d6;
    padding-top: 1.5em;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-link-list-two-col__content ol {
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-link-list-two-col__content li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.c-link-list-two-col ol {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.l-container--default .c-link-list-two-col__links, .l-container--medium .c-link-list-two-col__links {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .l-container--default .c-link-list-two-col__links, .l-container--medium .c-link-list-two-col__links {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-link-list-two-col__title {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 64em) {
  .l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 85.375em) {
  .l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
    height: 0;
    margin: 0;
    padding: 0;
  }
  .l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
    max-width: 5rem;
  }
}
@media (min-width: 85.375em) and (min-width: 81.25em) {
  .l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
    max-width: calc(5rem + 2.5 * (100vw - 81.25rem) / 14.375);
  }
}
@media (min-width: 85.375em) and (min-width: 95.625em) {
  .l-container--default .c-link-list-two-col__title, .l-container--medium .c-link-list-two-col__title {
    max-width: 7.5rem;
  }
}
.c-link-list-two-col__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-list-two-col__link:hover, .c-link-list-two-col__link:focus-visible {
    color: #e23420;
  }
}
.c-link-list-two-col__link svg {
  overflow: visible;
  margin-left: 0.2em;
  margin-top: -0.15em;
}

.c-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - var(--hh) - var(--ibh));
  min-height: calc(100dvh - var(--hh) - var(--ibh));
}
.c-404__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #4e4e4e;
  mix-blend-mode: multiply;
}
.c-404__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-404__icon {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  margin-bottom: 1.5625rem;
}
.c-404__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-404__content .c-richtext {
  max-width: 40em;
  margin: auto;
}
.c-404__title {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-404__title {
  font-size: 1.5625rem;
}
@media (min-width: 20em) {
  .c-404__title {
    font-size: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-404__title {
    font-size: 3.125rem;
  }
}
.c-404__title-bold {
  font-weight: 700;
}

.c-footer {
  border-top: 1px solid #d6d6d6;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.c-footer {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-footer {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer {
    font-size: 1rem;
  }
}
.c-footer {
  margin-top: 2.8125rem;
}
@media (min-width: 20em) {
  .c-footer {
    margin-top: calc(2.8125rem + 1.0625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer {
    margin-top: 3.875rem;
  }
}
.c-footer__container {
  position: relative;
}
.c-footer__inner {
  padding-top: 0.625rem;
}
@media (min-width: 48em) {
  .c-footer__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0;
  }
}
.c-footer__col {
  padding: 1.25rem;
}
@media (min-width: 20em) {
  .c-footer__col {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer__col {
    padding: 2.5rem;
  }
}
.c-footer__col {
  padding-bottom: 1.5625rem;
}
@media (min-width: 20em) {
  .c-footer__col {
    padding-bottom: calc(1.5625rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer__col {
    padding-bottom: 1.875rem;
  }
}
.c-footer__col {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.c-footer__col {
  gap: 1.5625rem;
}
@media (min-width: 20em) {
  .c-footer__col {
    gap: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer__col {
    gap: 3.125rem;
  }
}
.c-footer__col + .c-footer__col {
  border-top: 1px solid #d6d6d6;
}
.c-footer__col--centered {
  align-items: center;
}
@media (max-width: 48em) {
  .c-footer__col:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .c-footer__col {
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
  }
  .c-footer__col + .c-footer__col {
    border-left: 1px solid #d6d6d6;
    border-top: 0;
  }
}
.c-footer__two-col {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
.c-footer__two-col--nowrap {
  text-align: left;
}
@media (min-width: 20em) and (max-width: 48em) {
  .c-footer__two-col--section {
    border-top: 1px solid #d6d6d6;
  }
  .c-footer__two-col--section {
    padding-top: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 20em) {
  .c-footer__two-col--section {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 98.125em) {
  .c-footer__two-col--section {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) {
  .c-footer__two-col--section {
    margin-left: -1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 20em) {
  .c-footer__two-col--section {
    margin-left: calc(-1.25rem + -1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 98.125em) {
  .c-footer__two-col--section {
    margin-left: -2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) {
  .c-footer__two-col--section {
    margin-right: -1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 20em) {
  .c-footer__two-col--section {
    margin-right: calc(-1.25rem + -1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 20em) and (max-width: 48em) and (min-width: 98.125em) {
  .c-footer__two-col--section {
    margin-right: -2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 48em) {
  .c-footer__two-col--nowrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .c-footer__two-col {
    gap: 1.5625rem;
  }
}
@media (min-width: 85.375em) {
  .c-footer__two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-footer__logos {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.9375rem;
}
@media (min-width: 48em) {
  .c-footer__logos {
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
@media (min-width: 85.375em) {
  .c-footer__logos {
    margin-left: auto;
    margin-bottom: 0.2em;
  }
}
.c-footer__sbb {
  display: flex;
}
.c-footer__sbb svg {
  width: 7.5rem;
  height: auto;
}
.c-footer__title {
  margin-bottom: 0.2em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-footer__title {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-footer__title {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer__title {
    font-size: 1rem;
  }
}
.l-page--family .c-footer__title {
  font-family: "SBB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: unset;
}
@media (min-width: 48em) {
  .c-footer__title {
    margin-bottom: 0.4em;
  }
}
.c-footer__title--no-space {
  margin-bottom: 0;
}
.c-footer__rte p {
  margin-bottom: 0.8em;
  color: #727272;
}
.c-footer__rte p:last-child {
  margin-bottom: 0;
}
.c-footer__rte a:not([class]):not(:hover):not(:focus-visible) {
  background: none;
}
.c-footer__rte a:not([class]) {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer__rte a:not([class]):hover, .c-footer__rte a:not([class]):focus-visible {
    color: #000;
  }
  .c-footer__rte a:not([class]):hover span, .c-footer__rte a:not([class]):focus-visible span {
    margin: 0 0;
    padding: 0 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
  }
}
.c-footer .c-menu--links .c-menu__list,
.c-footer .c-menu--service .c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.c-footer .c-menu--links .c-menu__link,
.c-footer .c-menu--service .c-menu__link {
  display: inline-block;
  color: #727272;
}
.c-footer .c-menu--links .c-menu__link,
.c-footer .c-menu--service .c-menu__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer .c-menu--links .c-menu__link:hover, .c-footer .c-menu--links .c-menu__link:focus-visible,
  .c-footer .c-menu--service .c-menu__link:hover,
  .c-footer .c-menu--service .c-menu__link:focus-visible {
    color: #000;
  }
  .c-footer .c-menu--links .c-menu__link:hover span, .c-footer .c-menu--links .c-menu__link:focus-visible span,
  .c-footer .c-menu--service .c-menu__link:hover span,
  .c-footer .c-menu--service .c-menu__link:focus-visible span {
    margin: 0 0;
    padding: 0 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
  }
}
.c-footer .c-menu--links .is-active > .c-menu__link,
.c-footer .c-menu--service .is-active > .c-menu__link {
  color: #000;
}
.c-footer .c-menu--links .is-active > .c-menu__link span,
.c-footer .c-menu--service .is-active > .c-menu__link span {
  margin: 0 0;
  padding: 0 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-footer .c-menu--social .c-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  margin-top: 0.5em;
}
.c-footer .c-menu--social .c-menu__link {
  display: flex;
  justify-content: center;
  min-width: 1.375rem;
  color: #727272;
}
.c-footer .c-menu--social .c-menu__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer .c-menu--social .c-menu__link:hover, .c-footer .c-menu--social .c-menu__link:focus-visible {
    color: #e23420;
  }
}
@media (min-width: 48em) {
  .c-footer .c-menu--social .c-menu__list {
    justify-content: flex-start;
  }
}
.c-footer .c-menu--meta {
  margin-left: -1.25rem;
}
@media (min-width: 20em) {
  .c-footer .c-menu--meta {
    margin-left: calc(-1.25rem + -1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer .c-menu--meta {
    margin-left: -2.5rem;
  }
}
.c-footer .c-menu--meta {
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .c-footer .c-menu--meta {
    margin-right: calc(-1.25rem + -1.25 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-footer .c-menu--meta {
    margin-right: -2.5rem;
  }
}
.c-footer .c-menu--meta {
  border-top: 1px solid #d6d6d6;
  padding-top: 1em;
}
.c-footer .c-menu--meta .c-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.8em;
}
.c-footer .c-menu--meta .c-menu__link {
  display: inline-block;
  padding: 0.8em;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-footer .c-menu--meta .c-menu__link {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer .c-menu--meta .c-menu__link:hover, .c-footer .c-menu--meta .c-menu__link:focus-visible {
    color: #000;
  }
  .c-footer .c-menu--meta .c-menu__link:hover span, .c-footer .c-menu--meta .c-menu__link:focus-visible span {
    margin: 0 0;
    padding: 0 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
  }
}
.c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings {
  color: #000 !important;
  background-color: transparent;
  padding: 0.8em;
  font-size: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:hover, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:focus-visible, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:hover, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:focus-visible {
    color: #000;
  }
  .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:hover span, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:focus-visible span, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:hover span, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:focus-visible span {
    margin: 0 0;
    padding: 0 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:hover, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.ot-sdk-show-settings:focus-visible, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:hover, .c-footer .c-menu--meta .c-menu__link#ot-sdk-btn.optanon-show-settings:focus-visible {
    text-decoration: underline;
  }
}
.c-footer .c-menu--meta .is-active > .c-menu__link {
  color: #000;
}
.c-footer .c-menu--meta .is-active > .c-menu__link span {
  margin: 0 0;
  padding: 0 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (min-width: 48em) {
  .c-footer .c-menu--meta {
    border-top: 0;
    margin: 0;
    padding-top: 0;
  }
  .c-footer .c-menu--meta .c-menu__list {
    justify-content: flex-start;
  }
}
.c-footer__hint {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.c-header {
  position: fixed;
  left: 0;
  top: var(--ibh, 0);
  width: 100%;
  z-index: 500;
  background-color: #fff;
}
.c-header {
  padding-top: 0.4375rem;
}
@media (min-width: 20em) {
  .c-header {
    padding-top: calc(0.4375rem + 0.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-header {
    padding-top: 0.625rem;
  }
}
.c-header {
  padding-bottom: 0.4375rem;
}
@media (min-width: 20em) {
  .c-header {
    padding-bottom: calc(0.4375rem + 0.1875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-header {
    padding-bottom: 0.625rem;
  }
}
.c-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #727272;
  opacity: 0.4;
}
@media (max-width: 48em) {
  .c-header__container {
    padding-left: 0;
  }
}
.c-header__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 48em) {
  .c-header__inner {
    justify-content: space-between;
  }
}
.c-header__left, .c-header__right {
  display: flex;
  align-items: center;
  gap: 2.34375rem;
}
@media (max-width: 64em) {
  .c-header__left, .c-header__right {
    gap: 0.9375rem;
  }
}
@media (max-width: 48em) {
  .c-header__left {
    position: relative;
  }
  .c-header__left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d6d6d6;
  }
}
@media (max-width: 48em) {
  .c-header__right {
    width: 100%;
    justify-content: space-between;
  }
}
.c-header__controls {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
.c-header__search {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.c-header__search {
  transition: color 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-header__search:hover, .c-header__search:focus-visible {
    color: #e23420;
  }
}
.c-header__search {
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-header__search {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-header__search {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-header__search {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .c-header__search {
    padding: 0.75rem 1.125rem;
  }
}
@media (max-width: 64em) {
  .c-header__search span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
@media (max-width: 48em) {
  .c-header__desktop-only {
    display: none;
  }
}
@media (max-width: 48em) {
  .c-header .c-logo {
    margin-right: -0.625rem;
  }
}
.c-header .c-menu--header .c-menu__list {
  display: flex;
  gap: 1em;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-header .c-menu--header .c-menu__list {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-header .c-menu--header .c-menu__list {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-header .c-menu--header .c-menu__list {
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .c-header .c-menu--header .c-menu__list {
    gap: 1.6em;
  }
}
.c-header .c-menu--header .c-menu__link {
  transition: color 0.15s ease-in-out;
  position: relative;
}
.c-header .c-menu--header .c-menu__link span {
  position: absolute;
}
.c-header .c-menu--header .c-menu__link::after {
  content: attr(data-replace);
  visibility: hidden;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-header .c-menu--header .c-menu__link::after {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-header .c-menu--header .c-menu__link::after {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-header .c-menu--header .c-menu__link::after {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-header .c-menu--header .c-menu__link:hover, .c-header .c-menu--header .c-menu__link:focus-visible {
    font-weight: 700;
  }
}
.c-header .c-menu--header .is-active > .c-menu__link {
  font-weight: 700;
}
@media (min-width: 48em) {
  .c-header .c-menu--header {
    margin-left: 2.34375rem;
  }
  .c-header .c-menu--header::before {
    content: "";
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    width: 1px;
    margin-left: -2.34375rem;
    background-color: #d6d6d6;
  }
}

/*! Pusha v2.0.1 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

.pusha-active,
.pusha-active body {
  overflow: hidden;
}

.pusha-wrapper,
.pusha-push {
  transition: transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}

.pusha-wrapper {
  position: relative;
  z-index: 500;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel--left {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.pusha-panel--left.pusha-panel--active ~ .pusha-push, .pusha-panel--left.pusha-panel--active ~ .pusha-blocker, .pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(260px);
}
.pusha-panel--left {
  z-index: 500;
  transition: visibility 0s linear 0.6s, opacity 0.05s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.pusha-panel--left.pusha-panel--active {
  transition: opacity 0.05s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}

.pusha-panel--right {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.pusha-panel--right.pusha-panel--active ~ .pusha-push, .pusha-panel--right.pusha-panel--active ~ .pusha-blocker, .pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(-260px);
}
.pusha-panel--right {
  z-index: 500;
  transition: visibility 0s linear 0.6s, opacity 0.05s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.pusha-panel--right.pusha-panel--active {
  transition: opacity 0.05s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}

.pusha-panel--top {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 520;
  transition: visibility 0s linear 0.6s, opacity 0.05s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.pusha-panel--top.pusha-panel--active {
  transition: opacity 0.05s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}

.pusha-panel--bottom {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 520;
  transition: visibility 0s linear 0.6s, opacity 0.05s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.pusha-panel--bottom.pusha-panel--active {
  transition: opacity 0.05s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}

.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

.pusha-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
.pusha-active .pusha-panel__content {
  overflow-y: auto;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 510;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 46, 53, 0.93);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: visibility 0s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1), opacity 0.3s ease;
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.6s cubic-bezier(0, 0.615, 0.345, 1), opacity 0.3s ease;
}

.c-panel {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: transparent;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 520;
  transition: visibility 0s linear 0.6s, opacity 0.05s linear 0.6s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-panel {
  top: 0;
  right: 0;
  height: auto;
  margin: auto;
  max-width: 1570px;
  transform: translateY(10%);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  outline: none;
}
.c-panel.pusha-panel--active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 48em) {
  .c-panel {
    top: calc(var(--hh, 0) + var(--ibh, 0));
    transform: translateY(5%);
  }
}
.c-panel__container {
  inset: 0.9375rem;
  outline: none;
  height: auto;
  margin: 0 auto;
  pointer-events: auto;
}
@media (min-width: 48em) {
  .c-panel__container {
    max-height: 50rem;
  }
  body:not(.sub-is-open) .c-panel__container {
    right: auto;
    width: calc(35% - 0.46875rem);
  }
}
@media (min-width: 64em) {
  body:not(.sub-is-open) .c-panel__container {
    width: calc(25% - 0.46875rem);
  }
}
@media (min-width: 98.125em) {
  .c-panel__container {
    top: 2.1875rem;
    bottom: 2.1875rem;
  }
}
.c-panel__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5625rem;
  background: #fff;
  color: #000;
}
@media (min-width: 48em) {
  .c-panel__inner {
    padding: 2.1875rem;
  }
  body.sub-is-open .c-panel__inner {
    background-color: transparent;
  }
}
.c-panel__bottom {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-top: auto;
  padding-top: 2.1875rem;
}
@media (min-width: 48em) {
  .c-panel__bottom {
    display: none;
  }
}
.c-panel__close {
  order: -1;
  display: flex;
  margin: -1.5625rem;
  margin-bottom: 1.5625rem;
}
.c-panel__close .c-hamburger {
  height: 2.625rem;
  aspect-ratio: 1/1;
  padding: 0;
  background-color: #2c2e35;
  color: #fff;
}
@media (min-width: 48em) {
  .c-panel__close {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
.c-panel__schedule {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.5em 1em;
  background-color: #f2f2f2;
  color: #000;
}
.c-panel .c-menu--panel .c-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.5em 0;
}
.c-panel .c-menu--panel .c-menu__link svg {
  min-width: 1.25rem;
}
.c-panel .c-menu--language .c-menu__list {
  display: flex;
  gap: 1.5em;
}
.c-panel .c-menu--language .c-menu__link {
  color: #727272;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-panel .c-menu--language .c-menu__link {
  font-size: 0.875rem;
}
@media (min-width: 20em) {
  .c-panel .c-menu--language .c-menu__link {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-panel .c-menu--language .c-menu__link {
    font-size: 1rem;
  }
}
.c-panel .c-menu--language .is-active .c-menu__link {
  color: #000;
}
.c-panel .c-menu--language .is-active .c-menu__link span {
  margin: -0.15rem 0;
  padding: 0.15rem 0;
  background-image: linear-gradient(#727272, #727272);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

@media (min-width: 48em) {
  .pusha-blocker {
    z-index: 200;
  }
}
.c-milestones {
  position: relative;
}
.c-milestones__line {
  position: absolute;
  top: 0;
  left: 0;
}
.c-milestones__line svg {
  height: 100%;
}
@media (min-width: 48em) {
  .c-milestones__line {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-milestones__dot {
  position: absolute;
  background-color: #f8c700;
  border-radius: 50%;
  z-index: 2;
  position: sticky;
  top: 50%;
}
.c-milestones__dot {
  width: 1.0625rem;
}
@media (min-width: 20em) {
  .c-milestones__dot {
    width: calc(1.0625rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-milestones__dot {
    width: 1.6875rem;
  }
}
.c-milestones__dot {
  height: 1.0625rem;
}
@media (min-width: 20em) {
  .c-milestones__dot {
    height: calc(1.0625rem + 0.625 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-milestones__dot {
    height: 1.6875rem;
  }
}
.c-milestones__dot {
  margin-left: -0.5rem;
}
@media (min-width: 20em) {
  .c-milestones__dot {
    margin-left: calc(-0.5rem + -0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .c-milestones__dot {
    margin-left: -0.8125rem;
  }
}
@media (min-width: 48em) {
  .c-milestones__dot {
    margin-left: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-milestones__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 48em) {
  .c-milestones__items {
    grid-template-columns: [left-start] 1fr 1fr 1fr 1fr 1fr 1fr [left-end right-start] 1fr 1fr 1fr 1fr 1fr 1fr [right-end];
  }
  .c-milestones__items {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-milestones__items {
    -moz-column-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 78.125);
         column-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-milestones__items {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }
}
.l-container--default .c-milestones__items {
  margin-left: -1.09375rem;
  margin-right: -1.09375rem;
}
.l-container--default .c-milestones__items {
  padding-left: 1.5625rem;
}
@media (min-width: 20em) {
  .l-container--default .c-milestones__items {
    padding-left: calc(1.5625rem + 4.6875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-container--default .c-milestones__items {
    padding-left: 6.25rem;
  }
}
.l-container--default .c-milestones__items {
  padding-right: 1.5625rem;
}
@media (min-width: 20em) {
  .l-container--default .c-milestones__items {
    padding-right: calc(1.5625rem + 4.6875 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 98.125em) {
  .l-container--default .c-milestones__items {
    padding-right: 6.25rem;
  }
}
.c-milestones__item {
  position: relative;
  grid-row: var(--index);
  grid-column: 2/5;
  padding-bottom: 3.125rem;
}
@media (min-width: 48em) {
  .c-milestones__item {
    display: grid;
    grid-column: right;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 0;
  }
  .c-milestones__item {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-milestones__item {
    -moz-column-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 78.125);
         column-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-milestones__item {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }
}
@media (min-width: 48em) {
  .c-milestones__item {
    padding-top: 1.25rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-milestones__item {
    padding-top: calc(1.25rem + 1.4375 * (100vw - 20rem) / 78.125);
  }
}
@media (min-width: 48em) and (min-width: 98.125em) {
  .c-milestones__item {
    padding-top: 2.6875rem;
  }
}
@media (min-width: 48em) {
  .c-milestones__item > * {
    grid-column: 2/7;
  }
}
.c-milestones__item > * {
  transform: translateY(80px);
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-milestones__item .is-in-view + * {
  transform: none;
}
.c-milestones__item__view {
  position: absolute;
  top: 15vh;
  left: 0;
}
.c-milestones__item--default {
  --teaser-theme: #babcbd;
}
.c-milestones__item--green {
  --teaser-theme: #8ec800;
}
.c-milestones__item--yellow {
  --teaser-theme: #f8c700;
}
.c-milestones__item--red {
  --teaser-theme: #e23420;
}
.c-milestones__item--violet {
  --teaser-theme: #b85dbf;
}
.c-milestones__item--blue {
  --teaser-theme: #67c5e3;
}
.c-milestones__item::after, .c-milestones__item::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 30%;
  left: -35%;
  height: 1px;
  background-color: #d6d6d6;
  opacity: 0.7;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1) 0.15s, height 0.15s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (min-width: 48em) {
  .c-milestones__item::after, .c-milestones__item::before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.c-milestones__item::before {
  z-index: 1;
  width: 0%;
  height: 4px;
  background-color: var(--teaser-theme);
  opacity: 1;
}
.c-milestones__item.is-active::after {
  height: 4px;
}
.c-milestones__item.is-active::before {
  width: 30%;
}
@media (min-width: 48em) {
  .c-milestones__item.is-active::before {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .c-milestones__item:nth-child(even) {
    grid-column: left;
  }
  .c-milestones__item:nth-child(even) .c-milestones__flags {
    order: -1;
  }
  .c-milestones__item:nth-child(even) > * {
    grid-column: span 5;
  }
  .c-milestones__item:nth-child(even)::before {
    left: unset;
    right: 0;
  }
}
.c-milestones__item:first-child::after, .c-milestones__item:first-child::before {
  display: none;
}