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

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge 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
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
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;
}

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

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

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

.c-hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 10px;
  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: #202531;
}
.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: #202531;
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active span.bar {
  background-color: #202531;
}
.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: #202531;
}
.c-hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.c-hamburger span.bar {
  background-color: #202531;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.c-hamburger span.bar:nth-child(1) {
  top: -9px;
}
.c-hamburger span.bar:nth-child(3) {
  top: 9px;
}
.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: #202531;
  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, -9px, 0);
}
.c-hamburger--collapse span.bar:nth-child(3) {
  transform: translate3d(0, 9px, 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: "Area";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/area-regular/AreaNormal-Regular.woff2") format("woff2"), url("../Fonts/area-regular/AreaNormal-Regular.woff") format("woff");
}
@font-face {
  font-family: "Area";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/area-regular/AreaNormal-RegularItalic.woff2") format("woff2"), url("../Fonts/area-regular/AreaNormal-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Area";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../Fonts/area-bold/AreaNormal-Bold.woff2") format("woff2"), url("../Fonts/area-bold/AreaNormal-Bold.woff") format("woff");
}
@font-face {
  font-family: "Area";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../Fonts/area-bold/AreaNormal-BoldItalic.woff2") format("woff2"), url("../Fonts/area-bold/AreaNormal-BoldItalic.woff") format("woff");
}
/*
Usage example: body { @include fluid-calc('font-size', (1rem, 1.25rem), (min: 400px, max: 960px)); }
 */
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;
  width: 100%;
}

: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;
}
button:focus-visible {
  outline: 1px solid;
}

strong,
b {
  font-family: "Area", Arial, sans-serif;
  font-weight: 800;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  address,
  blockquote,
  table,
  figure,
  form,
  fieldset,
  legend,
  pre,
  dl,
  ul,
  ol,
  hr,
  p {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  address,
  blockquote,
  table,
  figure,
  form,
  fieldset,
  legend,
  pre,
  dl,
  ul,
  ol,
  hr,
  p {
    margin-bottom: 2.5rem;
  }
}
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;
}

/* Heading XXL */
/* Heading XL */
/* Heading L */
/*  Heading M */
/* Heading S */
/* Body L/ Heading S */
/* Body M */
/* Body S */
.l-page {
  font-family: "Area", Arial, sans-serif;
  line-height: 1.5;
  color: #202531;
  background-color: #ffffff;
  padding-top: 181px;
  padding-top: calc(var(--hh, 181px) + var(--ibh, 0));
  scroll-behavior: smooth;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .l-page {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-page {
    font-size: 1.1875rem;
  }
}
.l-page::-moz-selection {
  background: color-mix(in srgb, var(--primary-color) 30%, transparent); /* WebKit/Blink Browsers */
}
.l-page::selection {
  background: color-mix(in srgb, var(--primary-color) 30%, transparent); /* WebKit/Blink Browsers */
}
.l-page ::-moz-selection {
  background: color-mix(in srgb, var(--primary-color) 30%, transparent);
}

[class*=filter-on] {
  overflow: hidden !important;
  height: 100vh;
}
[class*=filter-on] .u-cover-object {
  z-index: 0;
}

.l-col {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  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%;
  }
}

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

.l-container--default {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-container--default > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .l-container--default {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .l-container--default {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--default {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .l-container--default {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--default {
    padding-right: 5rem;
  }
}
.l-container:has(.c-media-slider) {
  display: block !important;
}
.l-container .l-container {
  padding: 0;
}

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

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

.l-row {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  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--default {
  background-color: #ffffff;
}
.l-section--primary {
  background-color: #F5F5F5;
}
.l-section--secondary {
  background-color: #ffffff;
}
.l-section--tertiary {
  background-color: #ffffff;
}

/*
Usage example: .icon { background-image: url(get-icon('radio', #fff)); }
*/
.visible {
  visibility: visible !important;
}

.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, .c-text-image-teaser__media img, .c-hero__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-cover-background, .c-text-image-teaser__media img, .c-hero__media {
  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) / 80);
  }
}
@media (min-width: 100em) {
  .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) / 80);
  }
}
@media (min-width: 100em) {
  .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.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-top-small {
    padding-top: 2.5rem;
  }
}

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

.u-gap-top-medium {
  padding-top: 2.5rem;
}
@media (min-width: 20em) {
  .u-gap-top-medium {
    padding-top: calc(2.5rem + 3.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-top-medium {
    padding-top: 5.625rem;
  }
}

.u-gap-bottom-medium, .c-breadcrumbs {
  padding-bottom: 2.5rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-medium, .c-breadcrumbs {
    padding-bottom: calc(2.5rem + 3.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-bottom-medium, .c-breadcrumbs {
    padding-bottom: 5.625rem;
  }
}

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

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

.u-sr-only {
  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 {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.u-text-lead {
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .u-text-lead {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-text-lead {
    font-size: 1.625rem;
  }
}

.u-text-small {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .u-text-small {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-text-small {
    font-size: 1rem;
  }
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.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: 99.99em) {
  .u-hidden-xxl {
    display: none !important;
  }
  .u-visible-xxl {
    display: block !important;
  }
}
@media (min-width: 100em) and (max-width: 179.99em) {
  .u-hidden-xxxl {
    display: none !important;
  }
  .u-visible-xxxl {
    display: block !important;
  }
}
@media (min-width: 180em) {
  .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: 100em) {
  .u-hidden-xxxl-up {
    display: none !important;
  }
  .u-visible-xxxl-up {
    display: block !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  --alpha: 0.5;
  padding-bottom: 3px;
  background-image: linear-gradient(var(--primary-color), var(--primary-color));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (hover: hover) and (pointer: fine) {
  a:not([class]):hover, a:not([class]):focus-visible {
    color: var(--primary-color-content);
    background-size: 100% 100%;
  }
}
.u-background a:not([class]) {
  background-image: linear-gradient(var(--secondary-color-content), var(--secondary-color-content));
}
@media (hover: hover) and (pointer: fine) {
  .u-background a:not([class]):hover, .u-background a:not([class]):focus-visible {
    color: var(--primary-color-white-content);
    background-image: linear-gradient(var(--secondary-color-content), var(--secondary-color-content));
    background-size: 100% 110%;
  }
}

blockquote {
  position: relative;
  padding-top: 2.8125rem;
  padding-left: 3.25rem;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 800;
  font-style: italic;
}
@media (min-width: 20em) {
  blockquote {
    padding-top: calc(2.8125rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote {
    padding-top: 4.0625rem;
  }
}
@media (min-width: 20em) {
  blockquote {
    padding-left: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote {
    padding-left: 4.75rem;
  }
}
@media (min-width: 20em) {
  blockquote {
    font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote {
    font-size: 2.625rem;
  }
}
@media (min-width: 20em) {
  blockquote {
    line-height: calc(2.1875rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote {
    line-height: 3.9375rem;
  }
}
blockquote p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 95px;
  width: 3.25rem;
  height: 4.0625rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='96' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23202531' d='M50.34 2.392 43.384 59.31l18.561-2.391L68.903 0 50.339 2.39Z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23202531' d='m13.283 38.261 6.043 57.022 17.547-6.509-6.042-57.023-17.548 6.51Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M36.287 4.2 68.903 0 76 55.109l-32.616 4.2z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='m0 43.189 30.832-11.438 19.326 52.094-30.831 11.439z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='96' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23202531' d='M50.34 2.392 43.384 59.31l18.561-2.391L68.903 0 50.339 2.39Z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23202531' d='m13.283 38.261 6.043 57.022 17.547-6.509-6.042-57.023-17.548 6.51Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M36.287 4.2 68.903 0 76 55.109l-32.616 4.2z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='m0 43.189 30.832-11.438 19.326 52.094-30.831 11.439z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 20em) {
  blockquote p::before {
    width: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote p::before {
    width: 4.75rem;
  }
}
@media (min-width: 20em) {
  blockquote p::before {
    height: calc(4.0625rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  blockquote p::before {
    height: 5.9375rem;
  }
}

.c-breadcrumbs {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: none;
}
.c-breadcrumbs > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-breadcrumbs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-breadcrumbs {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-breadcrumbs {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-breadcrumbs {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-breadcrumbs {
    padding-right: 5rem;
  }
}
.l-content--small .c-breadcrumbs {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-content--small .c-breadcrumbs > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .l-content--small .c-breadcrumbs {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 85.375em) {
  .l-content--small .c-breadcrumbs > * {
    grid-column: 3/11;
  }
}
@media (min-width: 20em) {
  .l-content--small .c-breadcrumbs {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-content--small .c-breadcrumbs {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .l-content--small .c-breadcrumbs {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-content--small .c-breadcrumbs {
    padding-right: 5rem;
  }
}
@media (min-width: 48em) {
  .c-breadcrumbs {
    display: grid;
  }
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-breadcrumbs__link {
  font-size: 0.75rem;
  line-height: 150%;
  position: relative;
  display: inline-flex;
  color: #B6B7BA;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (min-width: 20em) {
  .c-breadcrumbs__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-breadcrumbs__link {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs__link:active, .c-breadcrumbs__link.is-active {
  color: #444F69;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumbs__link:hover, .c-breadcrumbs__link:focus-visible {
    color: #8F9198;
  }
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
}
.c-breadcrumbs__item:first-child .c-breadcrumbs__link::before {
  content: "";
  background-color: #B6B7BA;
  -webkit-mask-image: url(../Images/logo-small.svg);
          mask-image: url(../Images/logo-small.svg);
  -webkit-mask-size: 2rem;
          mask-size: 2rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9375rem;
  height: 2rem;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-breadcrumbs__item:first-child .c-breadcrumbs__link:active::before, .c-breadcrumbs__item:first-child .c-breadcrumbs__link.is-active::before {
  background-color: #444F69;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumbs__item:first-child .c-breadcrumbs__link:hover::before, .c-breadcrumbs__item:first-child .c-breadcrumbs__link:focus-visible::before {
    content: "";
    background-color: #8F9198;
  }
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23B6B7BA' stroke-width='2' d='M8.076 4.153 15.923 12l-7.847 7.847'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link {
  padding-right: 0.5rem;
}

.c-btn {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-btn {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-btn {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-btn {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-btn {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-btn {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-btn {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-btn {
  margin-bottom: 0.5rem;
}
.c-btn label {
  color: var(--primary-color-content);
}
.c-btn span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-btn {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-btn {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-btn {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-btn {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-btn {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-btn {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-btn {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-btn {
      padding-right: 1.3125rem;
    }
  }
}
.c-btn:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover, .c-btn:focus, .c-btn:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-btn {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-btn:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-btn:hover, .u-background .c-btn:focus, .u-background .c-btn:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-btn--light {
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
}
.c-btn--light label {
  color: var(--primary-color-white-content);
}
.c-btn--light:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--light:hover, .c-btn--light:focus, .c-btn--light:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-btn--light:hover label, .c-btn--light:focus label, .c-btn--light:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-btn--light {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-btn--light label {
  color: var(--secondary-color-content);
}
.u-background .c-btn--light:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-btn--light:hover, .u-background .c-btn--light:focus, .u-background .c-btn--light:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-btn--light:hover label, .u-background .c-btn--light:focus label, .u-background .c-btn--light:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-btn--light-black {
  background-color: transparent;
  color: #202531;
  border-color: #202531;
}
.c-btn--light-black:focus, .c-btn--light-black:active {
  border-color: #202531;
  background-color: #B6B7BA;
  color: #202531;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--light-black:hover, .c-btn--light-black:focus-visible {
    border-color: #202531;
    background-color: #E3E3E3;
    color: #202531;
  }
}
.u-background .c-btn--light-black {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.u-background .c-btn--light-black:active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-btn--light-black:hover, .u-background .c-btn--light-black:focus, .u-background .c-btn--light-black:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color);
  }
}
.c-btn--medium {
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-btn--medium {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn--medium {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-btn--medium {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn--medium {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-btn--medium {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-btn--small {
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-btn--small {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn--small {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-btn--small {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-btn--small {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-btn--small {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
.c-btn--white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--white:hover, .c-btn--white:focus, .c-btn--white:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #202531;
  }
}
.c-btn--gray {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #8F9198;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--gray:hover, .c-btn--gray:focus, .c-btn--gray:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
  }
}
.c-btn--static {
  cursor: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--static:hover, .c-btn--static:focus, .c-btn--static:focus-visible {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #8F9198;
  }
}

.c-checkbox {
  position: relative;
}
.c-checkbox input[type=checkbox]:not(:only-child) {
  opacity: 0;
  margin-top: 0.625rem;
}
.c-checkbox input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  padding-left: 1.8125rem;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-checkbox input[type=checkbox] ~ label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-checkbox input[type=checkbox] ~ label {
    font-size: 0.875rem;
  }
}
.c-checkbox input[type=checkbox] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-checkbox input[type=checkbox] ~ label::before {
  border: 0.125rem solid #E3E3E3;
  background-color: #ffffff;
}
.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-visible ~ label::before {
  border-color: var(--tertiary-color);
}
.c-checkbox input[type=checkbox]:active ~ label::before {
  background-color: lch(from #ffffff l-10% c h);
}
.c-checkbox input[type=checkbox]:disabled ~ label::before {
  border-color: #F5F5F5;
  background-color: lch(from #202531 l50% c h);
}

.c-checkbox input[type=checkbox] ~ label::before {
  border-radius: 3px;
}
.c-checkbox input[type=checkbox]:checked ~ label {
  font-weight: 800;
}
.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='16' height='16' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' d='m3.336 8.573 2.787 2.76L12.67 4'/%3E%3C/svg%3E");
}
.c-checkbox input[type=checkbox]:checked ~ label::before {
  border-radius: 3px;
  border: 0.125rem solid #202531;
  background-color: #202531;
}

figure {
  position: relative;
}
figure:has(figcaption)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 220;
}
figure:has(.c-video__button)::before {
  display: none;
}
figure:has(.c-video__button) .c-video__button::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
}
figure:has(.c-video.is-video-initialized) figcaption {
  display: none;
}

figcaption {
  position: absolute;
  bottom: 0;
  z-index: 221;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 150%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 20em) {
  figcaption {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  figcaption {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  figcaption {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  figcaption {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  figcaption {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  figcaption {
    padding-right: 1.75rem;
  }
}
@media (min-width: 20em) {
  figcaption {
    padding-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  figcaption {
    padding-bottom: 1.5rem;
  }
}
figcaption strong {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  figcaption strong {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  figcaption strong {
    font-size: 1rem;
  }
}

.c-focus-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Area", 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;
}
hr + h1, hr + h2, hr + h3, hr + h4, hr + h5, hr + h6 {
  margin-top: 0 !important;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.3125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  h2 {
    font-size: 2rem;
  }
}
h2:not([class]) {
  margin-bottom: 1rem;
}

.c-hamburger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-right: 80px;
  position: relative;
  z-index: 999;
  pointer-events: auto;
  top: -2px;
}
@media (max-width: 85.375em) {
  .c-hamburger {
    margin-right: 0;
  }
}
@media (max-width: 64em) {
  .c-hamburger {
    margin-bottom: -4px;
  }
}
.c-hamburger .inner {
  display: block;
}
.c-hamburger > span:not(:first-child) {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  padding-left: 1.25rem;
  margin-top: 0.03125rem;
  transform: translate(130%, -50%);
  font-family: "Area", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-hamburger > span:not(:first-child) {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hamburger > span:not(:first-child) {
    font-size: 1.1875rem;
  }
}
@media (max-width: 85.375em) {
  .c-hamburger > span:not(:first-child) {
    display: none;
  }
}
@-moz-document url-prefix() {
  .c-hamburger > span:not(:first-child) {
    margin-top: 2px;
  }
}
.c-hamburger span,
.c-hamburger span:not(:first-child),
.c-hamburger span.bar::before,
.c-hamburger span.bar:nth-child(1),
.c-hamburger span.bar:nth-child(2),
.c-hamburger span.bar:nth-child(3) {
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-hamburger:hover span:not(:first-child), .c-hamburger:focus span:not(:first-child), .c-hamburger:focus-visible span:not(:first-child) {
    color: var(--primary-color-white-content);
  }
  .c-hamburger:hover span.bar::before, .c-hamburger:focus span.bar::before, .c-hamburger:focus-visible span.bar::before {
    background-color: var(--primary-color-white-content) !important;
  }
}
.c-hamburger--panel {
  margin-right: 0;
}

.c-heading {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 1em;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-heading {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-heading {
    font-size: 2rem;
  }
}
@media (min-width: 85.375em) {
  .c-heading {
    grid-column: 3/-3;
  }
}

.c-language-nav {
  position: relative;
  color: #202531;
}
.c-language-nav__toggle {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
.c-language-nav__toggle span {
  pointer-events: none;
  padding-right: 3px;
  margin-top: 3px;
  line-height: 100%;
}
@-moz-document url-prefix() {
  .c-language-nav__toggle span {
    margin-top: 2px;
  }
}
.c-language-nav__toggle::after {
  content: "";
  display: inline-flex;
  width: 0.75rem;
  height: 0.375rem;
  margin-top: 2px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M16.847 1.076 9 8.923 1.153 1.076'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M16.847 1.076 9 8.923 1.153 1.076'/%3E%3C/svg%3E");
  background-color: #202531;
  -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;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-language-nav__toggle.is-toggled::after {
  transform: rotate(180deg);
}
.c-language-nav__list {
  position: absolute;
  top: 100%;
  right: 0;
  left: -1rem;
  margin-top: 0.625rem;
  background-color: #ffffff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 64em) {
  .c-language-nav__list {
    font-size: 1rem;
    background-color: #F5F5F5;
  }
}
.c-language-nav__list.is-toggled {
  visibility: visible;
  opacity: 1;
}
.c-language-nav__link {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 1rem;
}
.c-language-nav__toggle, .c-language-nav__link {
  font-size: 1rem;
  line-height: 1;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 48em) {
  .c-language-nav__toggle, .c-language-nav__link {
    line-height: 0.9375rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-language-nav__toggle, .c-language-nav__link {
    line-height: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 48em) and (min-width: 100em) {
  .c-language-nav__toggle, .c-language-nav__link {
    line-height: 1.125rem;
  }
}
.c-language-nav--footer {
  color: var(--secondary-color-content);
  display: flex;
}
.c-language-nav--footer .c-language-nav__toggle::after {
  background-color: var(--secondary-color-content);
}
.c-language-nav--footer .c-language-nav__list {
  background-color: var(--tertiary-color);
  width: 9.375rem;
}
@media (min-width: 48em) {
  .c-language-nav--footer .c-language-nav__list {
    top: unset;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
}
.c-language-nav--footer .c-language-nav__item .c-language-nav__link {
  padding: 1.125rem 1rem;
}
.c-language-nav--footer .c-language-nav__item:not(:first-child) .c-language-nav__link {
  padding-top: 0;
}
.c-language-nav--footer .c-language-nav__toggle,
.c-language-nav--footer .c-language-nav__link {
  transition: all 1s cubic-bezier(0, 0.615, 0.345, 1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-language-nav--footer .c-language-nav__toggle:hover, .c-language-nav--footer .c-language-nav__toggle:focus-visible,
  .c-language-nav--footer .c-language-nav__link:hover,
  .c-language-nav--footer .c-language-nav__link:focus-visible {
    color: var(--secondary-color-content);
    text-decoration-color: currentColor;
  }
}
.c-language-nav--header .c-language-nav__list {
  left: -0.5rem;
}
.c-language-nav--header .c-language-nav__toggle,
.c-language-nav--header .c-language-nav__link {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-language-nav--header .c-language-nav__toggle,
  .c-language-nav--header .c-language-nav__link {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-language-nav--header .c-language-nav__toggle,
  .c-language-nav--header .c-language-nav__link {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-language-nav--header .c-language-nav__link:hover, .c-language-nav--header .c-language-nav__link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
.c-language-nav--header .c-language-nav__item:last-child .c-language-nav__link {
  padding-bottom: 1rem;
}
.c-language-nav--header .c-language-nav__toggle {
  height: 2.25rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  line-height: 150%;
}
@media (hover: hover) and (pointer: fine) {
  .c-language-nav--header .c-language-nav__toggle:hover, .c-language-nav--header .c-language-nav__toggle:focus-visible {
    background-color: #E3E3E3;
  }
}
.c-language-nav--header .c-language-nav__toggle:active, .c-language-nav--header .c-language-nav__toggle:focus {
  background-color: #B6B7BA;
}
.c-language-nav--header .c-language-nav__toggle.is-active {
  background-color: #B6B7BA;
}

.c-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
}
.c-link span {
  margin-right: 0.25rem;
}
.u-background .c-link {
  color: currentColor;
}
.u-background .c-link::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-link:hover, .u-background .c-link:focus, .u-background .c-link:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-link:hover::after, .u-background .c-link:focus::after, .u-background .c-link:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-link:active {
  color: var(--tertiary-color);
}
.c-link:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover, .c-link:focus, .c-link:focus-visible {
    color: var(--secondary-color);
  }
  .c-link:hover::after, .c-link:focus::after, .c-link:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-link--load-more::after, .c-link[href$=".pdf"]::after, .c-link[href$=".doc"]::after, .c-link[href$=".docx"]::after, .c-link[href$=".jpg"]::after, .c-link[href$=".jpeg"]::after, .c-link[href$=".png"]::after, .c-link[href$=".mov"]::after, .c-link[href$=".mp4"]::after, .c-link[href$=".mp3"]::after, .c-link[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link--load-more::after, .c-link[href$=".pdf"]::after, .c-link[href$=".doc"]::after, .c-link[href$=".docx"]::after, .c-link[href$=".jpg"]::after, .c-link[href$=".jpeg"]::after, .c-link[href$=".png"]::after, .c-link[href$=".mov"]::after, .c-link[href$=".mp4"]::after, .c-link[href$=".mp3"]::after, .c-link[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--load-more::after, .c-link[href$=".pdf"]::after, .c-link[href$=".doc"]::after, .c-link[href$=".docx"]::after, .c-link[href$=".jpg"]::after, .c-link[href$=".jpeg"]::after, .c-link[href$=".png"]::after, .c-link[href$=".mov"]::after, .c-link[href$=".mp4"]::after, .c-link[href$=".mp3"]::after, .c-link[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-link--medium {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
  font-size: 0.9375rem;
  line-height: 150%;
}
.c-link--medium span {
  margin-right: 0.25rem;
}
.u-background .c-link--medium {
  color: currentColor;
}
.u-background .c-link--medium::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-link--medium:hover, .u-background .c-link--medium:focus, .u-background .c-link--medium:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-link--medium:hover::after, .u-background .c-link--medium:focus::after, .u-background .c-link--medium:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-link--medium::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link--medium::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link--medium::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link--medium::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-link--medium:active {
  color: var(--tertiary-color);
}
.c-link--medium:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-link--medium:hover, .c-link--medium:focus, .c-link--medium:focus-visible {
    color: var(--secondary-color);
  }
  .c-link--medium:hover::after, .c-link--medium:focus::after, .c-link--medium:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-link--medium--load-more::after, .c-link--medium[href$=".pdf"]::after, .c-link--medium[href$=".doc"]::after, .c-link--medium[href$=".docx"]::after, .c-link--medium[href$=".jpg"]::after, .c-link--medium[href$=".jpeg"]::after, .c-link--medium[href$=".png"]::after, .c-link--medium[href$=".mov"]::after, .c-link--medium[href$=".mp4"]::after, .c-link--medium[href$=".mp3"]::after, .c-link--medium[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link--medium--load-more::after, .c-link--medium[href$=".pdf"]::after, .c-link--medium[href$=".doc"]::after, .c-link--medium[href$=".docx"]::after, .c-link--medium[href$=".jpg"]::after, .c-link--medium[href$=".jpeg"]::after, .c-link--medium[href$=".png"]::after, .c-link--medium[href$=".mov"]::after, .c-link--medium[href$=".mp4"]::after, .c-link--medium[href$=".mp3"]::after, .c-link--medium[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium--load-more::after, .c-link--medium[href$=".pdf"]::after, .c-link--medium[href$=".doc"]::after, .c-link--medium[href$=".docx"]::after, .c-link--medium[href$=".jpg"]::after, .c-link--medium[href$=".jpeg"]::after, .c-link--medium[href$=".png"]::after, .c-link--medium[href$=".mov"]::after, .c-link--medium[href$=".mp4"]::after, .c-link--medium[href$=".mp3"]::after, .c-link--medium[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link--medium[href^="http://"]::after, .c-link--medium[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link--medium[href^="http://"]::after, .c-link--medium[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium[href^="http://"]::after, .c-link--medium[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link--medium[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link--medium[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
@media (min-width: 20em) {
  .c-link--medium {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium {
    font-size: 1rem;
  }
}
.c-link--medium span {
  margin-right: 0.25rem;
}
.c-link--medium::after {
  width: 1.1875rem;
  height: 1.1875rem;
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
  padding: 0.1875rem 0.125rem;
}
@media (min-width: 20em) {
  .c-link--medium::after {
    width: calc(1.1875rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium::after {
    width: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-link--medium::after {
    height: calc(1.1875rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--medium::after {
    height: 1.25rem;
  }
}
.c-link--medium--load-more::after, .c-link--medium[href$=".pdf"]::after, .c-link--medium[href$=".doc"]::after, .c-link--medium[href$=".docx"]::after, .c-link--medium[href$=".jpg"]::after, .c-link--medium[href$=".jpeg"]::after, .c-link--medium[href$=".png"]::after, .c-link--medium[href$=".mov"]::after, .c-link--medium[href$=".mp4"]::after, .c-link--medium[href$=".mp3"]::after, .c-link--medium[href$=".zip"]::after {
  margin-top: 0;
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
}
.c-link--medium[href^="http://"]::after, .c-link--medium[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
}
.c-link--medium[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}
.c-link--small {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
  font-size: 0.75rem;
  line-height: 150%;
}
.c-link--small span {
  margin-right: 0.25rem;
}
.u-background .c-link--small {
  color: currentColor;
}
.u-background .c-link--small::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-link--small:hover, .u-background .c-link--small:focus, .u-background .c-link--small:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-link--small:hover::after, .u-background .c-link--small:focus::after, .u-background .c-link--small:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-link--small::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link--small::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link--small::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-link--small::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-link--small:active {
  color: var(--tertiary-color);
}
.c-link--small:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-link--small:hover, .c-link--small:focus, .c-link--small:focus-visible {
    color: var(--secondary-color);
  }
  .c-link--small:hover::after, .c-link--small:focus::after, .c-link--small:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-link--small--load-more::after, .c-link--small[href$=".pdf"]::after, .c-link--small[href$=".doc"]::after, .c-link--small[href$=".docx"]::after, .c-link--small[href$=".jpg"]::after, .c-link--small[href$=".jpeg"]::after, .c-link--small[href$=".png"]::after, .c-link--small[href$=".mov"]::after, .c-link--small[href$=".mp4"]::after, .c-link--small[href$=".mp3"]::after, .c-link--small[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link--small--load-more::after, .c-link--small[href$=".pdf"]::after, .c-link--small[href$=".doc"]::after, .c-link--small[href$=".docx"]::after, .c-link--small[href$=".jpg"]::after, .c-link--small[href$=".jpeg"]::after, .c-link--small[href$=".png"]::after, .c-link--small[href$=".mov"]::after, .c-link--small[href$=".mp4"]::after, .c-link--small[href$=".mp3"]::after, .c-link--small[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small--load-more::after, .c-link--small[href$=".pdf"]::after, .c-link--small[href$=".doc"]::after, .c-link--small[href$=".docx"]::after, .c-link--small[href$=".jpg"]::after, .c-link--small[href$=".jpeg"]::after, .c-link--small[href$=".png"]::after, .c-link--small[href$=".mov"]::after, .c-link--small[href$=".mp4"]::after, .c-link--small[href$=".mp3"]::after, .c-link--small[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link--small[href^="http://"]::after, .c-link--small[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-link--small[href^="http://"]::after, .c-link--small[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small[href^="http://"]::after, .c-link--small[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-link--small[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-link--small[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
@media (min-width: 20em) {
  .c-link--small {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small {
    font-size: 0.875rem;
  }
}
.c-link--small span {
  margin-right: 0.25rem;
}
.c-link--small::after {
  padding: 0.125rem 0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-mask-size: 0.5625rem;
          mask-size: 0.5625rem;
}
@media (min-width: 20em) {
  .c-link--small::after {
    width: calc(0.9375rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small::after {
    width: 1.0625rem;
  }
}
@media (min-width: 20em) {
  .c-link--small::after {
    height: calc(0.9375rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link--small::after {
    height: 1.0625rem;
  }
}
.c-link--small--load-more::after, .c-link--small[href$=".pdf"]::after, .c-link--small[href$=".doc"]::after, .c-link--small[href$=".docx"]::after, .c-link--small[href$=".jpg"]::after, .c-link--small[href$=".jpeg"]::after, .c-link--small[href$=".png"]::after, .c-link--small[href$=".mov"]::after, .c-link--small[href$=".mp4"]::after, .c-link--small[href$=".mp3"]::after, .c-link--small[href$=".zip"]::after {
  margin-top: 0;
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}
.c-link--small[href^="http://"]::after, .c-link--small[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}
.c-link--small[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.5625rem;
          mask-size: 0.5625rem;
}

.c-logo {
  display: inline-block;
  max-width: 7.8125rem;
}
@media (min-width: 20em) {
  .c-logo {
    max-width: calc(7.8125rem + 10.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-logo {
    max-width: 18.75rem;
  }
}
.c-logo svg {
  width: 100%;
  height: auto;
}
.c-logo__mobile {
  color: var(--primary-color);
}
.c-logo__mobile > * {
  display: flex;
}
.c-logo--panel {
  display: inline-block;
  max-width: 7.8125rem;
}
@media (min-width: 20em) {
  .c-logo--panel {
    max-width: calc(7.8125rem + 2.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-logo--panel {
    max-width: 10.5625rem;
  }
}
.c-logo--micro, .c-logo--homemicro, .c-logo--contentmicro {
  max-width: unset;
  max-height: 5rem;
}
.c-logo--micro img, .c-logo--homemicro img, .c-logo--contentmicro img {
  max-width: 7.125rem;
  max-height: 5rem;
}
.l-page--contentmicro .c-logo--panel svg g#Wordmark, .l-page--homemicro .c-logo--panel svg g#Wordmark {
  display: none;
}
.c-logo--small {
  max-width: 7.8125rem;
  position: relative;
}
@media (min-width: 20em) {
  .c-logo--small {
    max-width: calc(7.8125rem + 4.5625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-logo--small {
    max-width: 12.375rem;
  }
}
.c-logo--small svg g#Wordmark {
  display: none;
}
@media (min-width: 48em) {
  .c-logo--small svg g#Wordmark {
    display: block;
  }
}
@media (max-width: 48em) {
  .c-logo--small {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .c-logo--small svg {
    height: 2.1875rem;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}

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

.c-richtext ol:not([class]) {
  counter-reset: my-awesome-counter;
  padding-left: 3.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 20em) {
  .c-richtext ol:not([class]) {
    padding-left: calc(2.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ol:not([class]) {
    padding-left: 3.25rem;
  }
}
.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;
  text-align: center;
  min-width: 1.125rem;
  left: -2.25rem;
  content: counter(my-awesome-counter);
  color: currentColor;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-richtext ol:not([class]) li::before {
    min-width: calc(1.125rem + 0.4375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ol:not([class]) li::before {
    min-width: 1.5625rem;
  }
}
@media (min-width: 20em) {
  .c-richtext ol:not([class]) li::before {
    left: calc(-2.25rem + -1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ol:not([class]) li::before {
    left: -3.25rem;
  }
}

.c-page-title {
  font-size: 1.75rem;
  line-height: 2.625rem;
  word-wrap: break-word;
}
@media (min-width: 20em) {
  .c-page-title {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-page-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-page-title {
    line-height: calc(2.625rem + 2.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-page-title {
    line-height: 5rem;
  }
}
@media (max-width: 48em) {
  .c-page-title {
    hyphens: auto;
  }
}

.c-radio {
  position: relative;
}
.c-radio input[type=radio]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label {
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 150%;
  padding-bottom: 1px;
}
@media (min-width: 20em) {
  .c-radio input[type=radio] ~ label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-radio input[type=radio] ~ label {
    font-size: 0.875rem;
  }
}
.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.125rem solid #E3E3E3;
  background-color: #ffffff;
}
.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: var(--tertiary-color);
}
.c-radio input[type=radio]:active ~ label::before {
  background-color: lch(from #ffffff l-10% c h);
}
.c-radio input[type=radio]:disabled ~ label::before {
  border-color: #F5F5F5;
  background-color: lch(from #202531 l50% c h);
}

.c-radio input[type=radio] ~ label::before {
  border-radius: 50%;
}
.c-radio input[type=radio]:checked ~ label::before {
  background-color: #202531;
  border-color: #202531;
}
.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='%23ffffff' 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");
}

.c-readmore {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 20em) {
  .c-readmore {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-readmore {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-readmore {
    padding-bottom: calc(1.5625rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-readmore {
    padding-bottom: 1.75rem;
  }
}
.c-readmore:last-child {
  margin-bottom: 0;
}
.c-readmore__button {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  text-align: left;
  cursor: pointer;
}
.c-readmore__button span {
  pointer-events: none;
  padding-left: 0.5rem;
}
.c-readmore__button::before {
  content: "";
  position: relative;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M8.076 4.153 15.923 12l-7.847 7.847'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M8.076 4.153 15.923 12l-7.847 7.847'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(90deg);
}
@media (min-width: 20em) {
  .c-readmore__button::before {
    width: calc(1.25rem + 0.4375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-readmore__button::before {
    width: 1.6875rem;
  }
}
@media (min-width: 20em) {
  .c-readmore__button::before {
    height: calc(1.25rem + 0.4375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-readmore__button::before {
    height: 1.6875rem;
  }
}
.c-readmore__button.is-toggled::before {
  transform: rotate(-90deg);
}
.c-readmore__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.c-readmore__body.is-toggled {
  max-height: 500vh;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  visibility: visible;
}
.c-readmore__body address,
.c-readmore__body blockquote,
.c-readmore__body table,
.c-readmore__body figure,
.c-readmore__body form,
.c-readmore__body fieldset,
.c-readmore__body legend,
.c-readmore__body pre,
.c-readmore__body dl,
.c-readmore__body ul,
.c-readmore__body ol,
.c-readmore__body hr,
.c-readmore__body p {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-readmore__body address,
  .c-readmore__body blockquote,
  .c-readmore__body table,
  .c-readmore__body figure,
  .c-readmore__body form,
  .c-readmore__body fieldset,
  .c-readmore__body legend,
  .c-readmore__body pre,
  .c-readmore__body dl,
  .c-readmore__body ul,
  .c-readmore__body ol,
  .c-readmore__body hr,
  .c-readmore__body p {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-readmore__body address,
  .c-readmore__body blockquote,
  .c-readmore__body table,
  .c-readmore__body figure,
  .c-readmore__body form,
  .c-readmore__body fieldset,
  .c-readmore__body legend,
  .c-readmore__body pre,
  .c-readmore__body dl,
  .c-readmore__body ul,
  .c-readmore__body ol,
  .c-readmore__body hr,
  .c-readmore__body p {
    margin-bottom: 2.5rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table {
  position: relative;
  margin-right: -1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .table {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .table {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .table {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .table {
    padding-right: 5rem;
  }
}
@media (max-width: 48em) {
  .table {
    overflow-x: auto;
  }
  .table td, .table th {
    white-space: nowrap;
    word-wrap: break-word;
  }
}
@media (min-width: 48em) {
  .table {
    padding: 0;
    margin: 0;
  }
}
.table-wrapper {
  position: relative;
}
.table-wrapper::before, .table-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  z-index: 2;
}
.table-wrapper::after {
  right: -1.25rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (min-width: 20em) {
  .table-wrapper::after {
    right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .table-wrapper::after {
    right: -5rem;
  }
}
.l-section--primary .table-wrapper::after {
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, whitesmoke 100%);
}
.l-section--default .c-accordion .table-wrapper::after {
  right: -0.625rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, whitesmoke 100%);
}
@media (min-width: 20em) {
  .l-section--default .c-accordion .table-wrapper::after {
    right: calc(-0.625rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-section--default .c-accordion .table-wrapper::after {
    right: -1.25rem;
  }
}
.l-section--primary .c-accordion .table-wrapper::after {
  right: -0.625rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (min-width: 20em) {
  .l-section--primary .c-accordion .table-wrapper::after {
    right: calc(-0.625rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-section--primary .c-accordion .table-wrapper::after {
    right: -1.25rem;
  }
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 2px !important;
  border-top: 1px solid #202531;
  border-bottom: 1px solid #202531;
  margin-bottom: 1px !important;
}
table tr {
  border-bottom: 1px solid #202531;
}
table th,
table td {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  box-sizing: border-box;
  padding-right: 0.9375rem;
  vertical-align: top;
  background-clip: padding-box;
}
@media (min-width: 20em) {
  table th,
  table td {
    padding-right: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  table th,
  table td {
    padding-right: 2.25rem;
  }
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
@media (max-width: 48em) {
  table th,
  table td {
    min-width: 20vw;
  }
  table th:last-child,
  table td:last-child {
    padding-right: 1.875rem;
  }
  table th.set-width,
  table td.set-width {
    width: 100vw;
    white-space: normal;
    display: block;
  }
}
table th {
  text-align: left;
}
table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
@media (max-width: 48em) {
  .sticky-title table thead tr:first-child th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
  }
  .sticky-title table tbody tr th:first-child {
    position: sticky;
    left: 0;
    display: table-cell;
    z-index: 10;
    font-weight: 800;
    background-color: #ffffff;
  }
  .l-section--default .c-accordion .sticky-title table tbody tr th:first-child {
    background-color: #F5F5F5;
  }
}

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

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

.c-richtext ul:not([class]) {
  padding-left: 3.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) {
    padding-left: calc(2.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ul:not([class]) {
    padding-left: 3.25rem;
  }
}
.c-richtext ul:not([class]) li {
  position: relative;
}
.c-richtext ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-richtext ul:not([class]) li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Parallelogram'%3E%3Cpath id='Vector 1' d='M7 12H17' stroke='%23202531' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Parallelogram'%3E%3Cpath id='Vector 1' d='M7 12H17' stroke='%23202531' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) li::before {
    left: calc(-2.25rem + -0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ul:not([class]) li::before {
    left: -2.75rem;
  }
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) li::before {
    width: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ul:not([class]) li::before {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) li::before {
    height: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ul:not([class]) li::before {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) li::before {
    margin-top: calc(0.125rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext ul:not([class]) li::before {
    margin-top: 0.25rem;
  }
}

.c-pictorial-teaser {
  position: relative;
  display: grid;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-pictorial-teaser {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-teaser {
    font-size: 0.875rem;
  }
}
.c-pictorial-teaser__pretitle {
  grid-row: 1;
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color-white-content);
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-pictorial-teaser__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-teaser__pretitle {
    font-size: 0.875rem;
  }
}
.c-pictorial-teaser h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-pictorial-teaser h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-teaser h3 {
    font-size: 1.375rem;
  }
}
.c-pictorial-teaser__icon {
  margin-top: 1rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-tag {
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #8F9198;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  border-radius: 0.1875rem !important;
  display: inline;
}
@media (min-width: 20em) {
  .c-tag {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tag {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-tag {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tag {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-tag {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tag:hover, .c-tag:focus, .c-tag:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #ffffff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tag:hover, .c-tag:focus, .c-tag:focus-visible {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    color: #8F9198;
  }
}
.c-tag--primary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-accent-content);
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (hover: hover) and (pointer: fine) {
  .c-tag--primary:hover, .c-tag--primary:focus, .c-tag--primary:focus-visible {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-accent-content);
  }
}
.c-tag--secondary {
  background-color: #444F69;
  border-color: #444F69;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (hover: hover) and (pointer: fine) {
  .c-tag--secondary:hover, .c-tag--secondary:focus, .c-tag--secondary:focus-visible {
    background-color: #444F69;
    border-color: #444F69;
    color: #ffffff;
  }
}
.c-tag--white {
  color: #F5F5F5;
  background-color: #8F9198;
}
.c-tag--white {
  color: #8F9198;
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-tag--white:hover, .c-tag--white:focus, .c-tag--white:focus-visible {
    color: #8F9198;
    background-color: #ffffff;
  }
}
.c-tag--mini {
  padding: 0.25rem 0.5rem;
}

.c-ticket {
  display: flex;
}
@media (max-width: 64em) {
  .c-ticket {
    justify-content: center;
  }
}
.c-ticket__content {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.75rem;
  display: flex;
  gap: 1rem;
  border-right: 5px dotted #202531;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 20em) {
  .c-ticket__content {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content {
    padding-left: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content {
    padding-right: calc(1.75rem + -0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-ticket__content {
    color: #202531 !important;
    mix-blend-mode: lighten;
    border-right: 5px dotted currentColor;
  }
}
.c-ticket__content::before, .c-ticket__content::after {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 20em) {
  .c-ticket__content::before, .c-ticket__content::after {
    width: calc(1.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::before, .c-ticket__content::after {
    width: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content::before, .c-ticket__content::after {
    height: calc(1.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::before, .c-ticket__content::after {
    height: 1.75rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__content::before, .c-ticket__content::after {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.c-ticket__content::before {
  content: "";
  position: absolute;
  right: -16px;
  top: -16px;
  top: -0.75rem;
  right: -0.875rem;
}
@media (min-width: 20em) {
  .c-ticket__content::before {
    top: calc(-0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::before {
    top: -1rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content::before {
    right: calc(-0.875rem + -0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::before {
    right: -1rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__content::before {
    top: -13px;
  }
}
.c-ticket__content::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  bottom: -0.75rem;
  right: -0.875rem;
}
@media (min-width: 20em) {
  .c-ticket__content::after {
    bottom: calc(-0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::after {
    bottom: -1rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__content::after {
    right: calc(-0.875rem + -0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__content::after {
    right: -1rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__content::after {
    bottom: -13px;
  }
}
.c-ticket__count {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
.c-ticket__count span:first-child {
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
@media (min-width: 20em) {
  .c-ticket__count span:first-child {
    font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__count span:first-child {
    font-size: 2.625rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__count span:first-child {
    line-height: calc(2.1875rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__count span:first-child {
    line-height: 3.9375rem;
  }
}
.c-ticket__count span:last-child {
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-ticket__count span:last-child {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__count span:last-child {
    font-size: 1rem;
  }
}
@media (max-width: 64em) {
  [class*="--color-primary"] .c-ticket__count {
    color: var(--primary-color-content);
  }
  [class*="--color-primary-white"] .c-ticket__count {
    color: var(--primary-color-white-content);
  }
  [class*="--color-secondary"] .c-ticket__count {
    color: var(--secondary-color-content);
  }
  [class*="--color-accent"] .c-ticket__count {
    color: var(--color-accent-content);
  }
}
.c-ticket__corner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.5625rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
}
@media (min-width: 20em) {
  .c-ticket__corner {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner {
    padding-right: calc(1.25rem + -0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner {
    padding-right: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner {
    padding-left: calc(1.5625rem + -0.5625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner {
    padding-left: 1rem;
  }
}
@media (min-width: 64em) {
  .c-ticket__corner {
    mix-blend-mode: lighten;
  }
}
.c-ticket__corner::before, .c-ticket__corner::after {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 20em) {
  .c-ticket__corner::before, .c-ticket__corner::after {
    width: calc(1.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::before, .c-ticket__corner::after {
    width: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner::before, .c-ticket__corner::after {
    height: calc(1.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::before, .c-ticket__corner::after {
    height: 1.75rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__corner::before, .c-ticket__corner::after {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.c-ticket__corner::before {
  content: "";
  left: -16px;
  top: -16px;
  top: -0.75rem;
  left: -0.875rem;
}
@media (min-width: 20em) {
  .c-ticket__corner::before {
    top: calc(-0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::before {
    top: -1rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner::before {
    left: calc(-0.875rem + -0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::before {
    left: -1rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__corner::before {
    top: -13px;
    left: -13px;
  }
}
.c-ticket__corner::after {
  content: "";
  left: -16px;
  bottom: -16px;
  bottom: -0.75rem;
  left: -0.875rem;
}
@media (min-width: 20em) {
  .c-ticket__corner::after {
    bottom: calc(-0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::after {
    bottom: -1rem;
  }
}
@media (min-width: 20em) {
  .c-ticket__corner::after {
    left: calc(-0.875rem + -0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ticket__corner::after {
    left: -1rem;
  }
}
@media (max-width: 48em) {
  .c-ticket__corner::after {
    bottom: -13px;
    left: -13px;
  }
}
.c-ticket__link {
  background-color: #ffffff;
  color: var(--primary-color-white-content);
  display: flex;
  align-items: center;
  transform: 0;
}
.c-ticket__link span {
  writing-mode: sideways-lr;
}
@media (max-width: 64em) {
  [class*="--primary"] .c-ticket .c-ticket__content {
    border-color: var(--primary-color);
  }
  [class*="--primary"] .c-ticket .c-ticket__content::before, [class*="--primary"] .c-ticket .c-ticket__content::after {
    background-color: var(--primary-color);
  }
  [class*="--primary"] .c-ticket .c-ticket__corner::before, [class*="--primary"] .c-ticket .c-ticket__corner::after {
    background-color: var(--primary-color);
  }
  [class*="--secondary"] .c-ticket .c-ticket__content {
    border-color: var(--secondary-color);
  }
  [class*="--secondary"] .c-ticket .c-ticket__content::before, [class*="--secondary"] .c-ticket .c-ticket__content::after {
    background-color: var(--secondary-color);
  }
  [class*="--secondary"] .c-ticket .c-ticket__corner::before, [class*="--secondary"] .c-ticket .c-ticket__corner::after {
    background-color: var(--secondary-color);
  }
  [class*="--accent"] .c-ticket .c-ticket__content {
    border-color: var(--color-accent);
  }
  [class*="--accent"] .c-ticket .c-ticket__content::before, [class*="--accent"] .c-ticket .c-ticket__content::after {
    background-color: var(--color-accent);
  }
  [class*="--accent"] .c-ticket .c-ticket__corner::before, [class*="--accent"] .c-ticket .c-ticket__corner::after {
    background-color: var(--color-accent);
  }
}

.c-sports {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 20em) {
  .c-sports {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sports {
    gap: 0.75rem;
  }
}
.c-sports li {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #8F9198;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-sports li {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sports li {
    font-size: 0.875rem;
  }
}

.c-live-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-live-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.c-live-links__heading {
  font-size: 0.75rem;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  gap: 0.5rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-live-links__heading {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__heading {
    font-size: 0.875rem;
  }
}
.c-live-links__link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-accent-content);
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
@media (min-width: 20em) {
  .c-live-links__link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-live-links__link {
  margin-bottom: 0.5rem;
}
.c-live-links__link label {
  color: var(--primary-color-content);
}
.c-live-links__link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-live-links__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-live-links__link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-live-links__link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-live-links__link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-live-links__link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-live-links__link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-live-links__link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-live-links__link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-live-links__link {
      padding-right: 1.3125rem;
    }
  }
}
.c-live-links__link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-live-links__link:hover, .c-live-links__link:focus, .c-live-links__link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-live-links__link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-live-links__link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-live-links__link:hover, .u-background .c-live-links__link:focus, .u-background .c-live-links__link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-live-links__link {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-live-links__link {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-live-links__link {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-live-links__link:hover, .c-live-links__link:focus, .c-live-links__link:focus-visible {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-accent-content);
  }
}

.c-infolist h2 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-infolist h2 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist h2 {
    font-size: 0.875rem;
  }
}
.c-infolist__list p {
  margin-bottom: 0;
}
.c-infolist__list:last-child {
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-infolist__list:last-child {
    margin-bottom: calc(0.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list:last-child {
    margin-bottom: 1.25rem;
  }
}
.c-infolist__list li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-infolist__list li {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list li {
    padding-top: calc(0.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    padding-top: 1rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list li {
    padding-bottom: calc(0.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    padding-bottom: 1rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list li {
    padding-left: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    padding-left: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list li {
    padding-right: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    padding-right: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list li {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list li {
    font-size: 0.875rem;
  }
}
.c-infolist__list li:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.c-infolist__list--highlight {
  background-color: #F5F5F5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-infolist__list--highlight {
    padding-top: calc(0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list--highlight {
    padding-top: 0.5rem;
  }
}
@media (min-width: 20em) {
  .c-infolist__list--highlight {
    padding-bottom: calc(0.75rem + -0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list--highlight {
    padding-bottom: 0.5rem;
  }
}
.c-infolist__list--highlight li {
  grid-template-columns: 1fr;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-infolist__list--highlight li {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__list--highlight li {
    font-size: 1.1875rem;
  }
}
.c-infolist__list--highlight li:not(:last-child) {
  border-bottom: 0px;
}
.c-infolist__status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 20em) {
  .c-infolist__status {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-infolist__status {
    gap: 0.5rem;
  }
}
.c-infolist__status::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
}
.c-infolist__status--green::before {
  background-color: #00CC99;
}
.c-infolist__status--orange::before {
  background-color: #ff681f;
}
.c-infolist__status--grey::before {
  background-color: #8F9198;
}
.c-infolist__status--red::before {
  background-color: #F22745;
}

.c-sport-categories {
  display: grid;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-sport-categories {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sport-categories {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-sport-categories {
    padding-top: calc(0.75rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sport-categories {
    padding-top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-sport-categories {
    padding-bottom: calc(0.75rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sport-categories {
    padding-bottom: 2rem;
  }
}
@media (min-width: 64em) {
  .c-sport-categories {
    grid-template-columns: 1fr 1fr;
  }
}
.c-sport-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.c-sport-categories h3 {
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-sport-categories h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sport-categories h3 {
    font-size: 1.375rem;
  }
}

.c-program h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-program h3 {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-program h3 {
    font-size: 1.1875rem;
  }
}
.c-program li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-bottom: 0.5rem;
}

#optin_form,
#optout_form {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  #optin_form,
  #optout_form {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form,
  #optout_form {
    font-size: 1rem;
  }
}
@media (min-width: 85.375em) {
  #optin_form,
  #optout_form {
    grid-column: 3/-3;
  }
}
#optin_form h1,
#optout_form h1 {
  font-size: 1.3125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  #optin_form h1,
  #optout_form h1 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form h1,
  #optout_form h1 {
    font-size: 2rem;
  }
}
#optin_form .first .descr,
#optout_form .first .descr {
  display: none;
}
#optin_form .formassi_element_paragraph,
#optout_form .formassi_element_paragraph {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  #optin_form .formassi_element_paragraph,
  #optout_form .formassi_element_paragraph {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .formassi_element_paragraph,
  #optout_form .formassi_element_paragraph {
    margin-bottom: 2.5rem;
  }
}
#optin_form .validation,
#optout_form .validation {
  display: none;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  #optin_form .validation,
  #optout_form .validation {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .validation,
  #optout_form .validation {
    font-size: 0.875rem;
  }
}
#optin_form .element.mandatory .first label::after,
#optout_form .element.mandatory .first label::after {
  content: "*";
  display: inline-flex;
  padding-left: 4px;
}
#optin_form .element .second .descr,
#optout_form .element .second .descr {
  padding-top: 4px;
}
#optin_form .element div,
#optout_form .element div {
  position: relative;
}
#optin_form .element:not(:last-child),
#optout_form .element:not(:last-child) {
  margin-bottom: 1.5625rem;
}
#optin_form .element .first label,
#optout_form .element .first label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  #optin_form .element .first label,
  #optout_form .element .first label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element .first label,
  #optout_form .element .first label {
    font-size: 0.875rem;
  }
}
#optin_form .element input[type=checkbox],
#optout_form .element input[type=checkbox] {
  width: 30px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
#optin_form .element input[type=checkbox]:not(:only-child),
#optout_form .element input[type=checkbox]:not(:only-child) {
  opacity: 0;
  margin-top: 0;
}
#optin_form .element input[type=checkbox] ~ label,
#optout_form .element input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  padding-left: 1.8125rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  #optin_form .element input[type=checkbox] ~ label,
  #optout_form .element input[type=checkbox] ~ label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element input[type=checkbox] ~ label,
  #optout_form .element input[type=checkbox] ~ label {
    font-size: 0.875rem;
  }
}
#optin_form .element input[type=checkbox] ~ label::before,
#optin_form .element input[type=checkbox] ~ label::after,
#optout_form .element input[type=checkbox] ~ label::before,
#optout_form .element input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
#optin_form .element input[type=checkbox] ~ label::before,
#optout_form .element input[type=checkbox] ~ label::before {
  border: 0.125rem solid #E3E3E3;
  background-color: #ffffff;
}
#optin_form .element input[type=checkbox] ~ label::after,
#optout_form .element input[type=checkbox] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
#optin_form .element input[type=checkbox]:hover:not(:disabled) ~ label:hover::before, #optin_form .element input[type=checkbox]:focus-visible ~ label::before,
#optout_form .element input[type=checkbox]:hover:not(:disabled) ~ label:hover::before,
#optout_form .element input[type=checkbox]:focus-visible ~ label::before {
  border-color: var(--tertiary-color);
}
#optin_form .element input[type=checkbox]:active ~ label::before,
#optout_form .element input[type=checkbox]:active ~ label::before {
  background-color: lch(from #ffffff l-10% c h);
}
#optin_form .element input[type=checkbox]:disabled ~ label::before,
#optout_form .element input[type=checkbox]:disabled ~ label::before {
  border-color: #F5F5F5;
  background-color: lch(from #202531 l50% c h);
}
#optin_form .element input[type=checkbox]:checked ~ label::before,
#optout_form .element input[type=checkbox]:checked ~ label::before {
  border-radius: 3px;
  border: 0.125rem solid #202531;
  background-color: #202531;
}
#optin_form .element input[type=checkbox] ~ label::before,
#optout_form .element input[type=checkbox] ~ label::before {
  border-radius: 3px;
}
#optin_form .element input[type=checkbox]:checked ~ label,
#optout_form .element input[type=checkbox]:checked ~ label {
  font-weight: 800;
}
#optin_form .element input[type=checkbox]:checked ~ label::after,
#optout_form .element input[type=checkbox]:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' d='m3.336 8.573 2.787 2.76L12.67 4'/%3E%3C/svg%3E");
}
#optin_form .element input[type=checkbox]:checked ~ label::before,
#optout_form .element input[type=checkbox]:checked ~ label::before {
  border-radius: 3px;
  border: 0.125rem solid #202531;
  background-color: #202531;
}
#optin_form .element button[type=submit],
#optout_form .element button[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
}
@media (min-width: 20em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element button[type=submit],
  #optout_form .element button[type=submit] {
    padding-right: 1.3125rem;
  }
}
#optin_form .element:has(button[type=submit]) .second,
#optout_form .element:has(button[type=submit]) .second {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  padding: 0 !important;
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    border-radius: 10.1875rem;
  }
}
.c-richtext #optin_form .element:has(button[type=submit]) .second,
.c-richtext #optout_form .element:has(button[type=submit]) .second {
  margin-bottom: 0.5rem;
}
#optin_form .element:has(button[type=submit]) .second label,
#optout_form .element:has(button[type=submit]) .second label {
  color: var(--primary-color-content);
}
#optin_form .element:has(button[type=submit]) .second span,
#optout_form .element:has(button[type=submit]) .second span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  #optin_form .element:has(button[type=submit]) .second,
  #optout_form .element:has(button[type=submit]) .second {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    #optin_form .element:has(button[type=submit]) .second,
    #optout_form .element:has(button[type=submit]) .second {
      padding-right: 1.3125rem;
    }
  }
}
#optin_form .element:has(button[type=submit]) .second:active,
#optout_form .element:has(button[type=submit]) .second:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  #optin_form .element:has(button[type=submit]) .second:hover, #optin_form .element:has(button[type=submit]) .second:focus, #optin_form .element:has(button[type=submit]) .second:focus-visible,
  #optout_form .element:has(button[type=submit]) .second:hover,
  #optout_form .element:has(button[type=submit]) .second:focus,
  #optout_form .element:has(button[type=submit]) .second:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background #optin_form .element:has(button[type=submit]) .second,
.u-background #optout_form .element:has(button[type=submit]) .second {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background #optin_form .element:has(button[type=submit]) .second:active,
.u-background #optout_form .element:has(button[type=submit]) .second:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background #optin_form .element:has(button[type=submit]) .second:hover, .u-background #optin_form .element:has(button[type=submit]) .second:focus, .u-background #optin_form .element:has(button[type=submit]) .second:focus-visible,
  .u-background #optout_form .element:has(button[type=submit]) .second:hover,
  .u-background #optout_form .element:has(button[type=submit]) .second:focus,
  .u-background #optout_form .element:has(button[type=submit]) .second:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
#optin_form .element.invalid,
#optout_form .element.invalid {
  display: flex;
  flex-direction: column;
}
#optin_form .element.invalid .validation,
#optout_form .element.invalid .validation {
  color: var(--primary-color);
  display: block;
  order: 5;
  margin-top: 6px;
}
#optin_form .element.invalid [type=email], #optin_form .element.invalid [type=number], #optin_form .element.invalid [type=password], #optin_form .element.invalid [type=search], #optin_form .element.invalid [type=tel], #optin_form .element.invalid [type=text], #optin_form .element.invalid [type=url], #optin_form .element.invalid [type=date], #optin_form .element.invalid [type=time], #optin_form .element.invalid textarea, #optin_form .element.invalid select,
#optout_form .element.invalid [type=email],
#optout_form .element.invalid [type=number],
#optout_form .element.invalid [type=password],
#optout_form .element.invalid [type=search],
#optout_form .element.invalid [type=tel],
#optout_form .element.invalid [type=text],
#optout_form .element.invalid [type=url],
#optout_form .element.invalid [type=date],
#optout_form .element.invalid [type=time],
#optout_form .element.invalid textarea,
#optout_form .element.invalid select {
  border-color: var(--primary-color);
}

.c-cookieconsent {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 48em) {
  .c-cookieconsent {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.c-cookieconsent__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex !important;
  justify-content: space-between;
  gap: 1.25rem;
}
.c-cookieconsent__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-cookieconsent__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__container {
    padding-right: 5rem;
  }
}
@media (max-width: 48em) {
  .c-cookieconsent__container {
    flex-direction: column;
  }
}
.c-cookieconsent__settings {
  display: none !important;
}
.c-cookieconsent__text {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-cookieconsent__text {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__text {
    font-size: 1rem;
  }
}
@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: #ffffff;
  background-image: linear-gradient(#ffffff, #ffffff);
}
@media (hover: hover) and (pointer: fine) {
  .c-cookieconsent__text a:not([class]):hover, .c-cookieconsent__text a:not([class]):focus-visible {
    color: #000000;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: 100% 110%;
  }
}
.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 {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  min-width: 6.875rem;
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-cookieconsent__buttons button {
  margin-bottom: 0.5rem;
}
.c-cookieconsent__buttons button label {
  color: var(--primary-color-content);
}
.c-cookieconsent__buttons button span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-cookieconsent__buttons button {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-cookieconsent__buttons button {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-cookieconsent__buttons button {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-cookieconsent__buttons button {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-cookieconsent__buttons button {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-cookieconsent__buttons button {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-cookieconsent__buttons button {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-cookieconsent__buttons button {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-cookieconsent__buttons button {
      padding-right: 1.3125rem;
    }
  }
}
.c-cookieconsent__buttons button:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons button:focus, .c-cookieconsent__buttons button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-cookieconsent__buttons button {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-cookieconsent__buttons button:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-cookieconsent__buttons button:hover, .u-background .c-cookieconsent__buttons button:focus, .u-background .c-cookieconsent__buttons button:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-cookieconsent__buttons button {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-cookieconsent__buttons button {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-cookieconsent__buttons button {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}

.c-infobar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 230;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1;
}
.c-infobar__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.c-infobar__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-infobar__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-infobar__text {
  display: inline-flex;
  align-items: center;
}
.c-infobar__text svg {
  flex-shrink: 0;
  margin-right: 0.9375rem;
}
.c-infobar__text strong {
  font-family: "Area", 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.1
 * 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: January 10, 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 */
.c-slider {
  padding-bottom: 1.5rem;
}
@media (max-width: 64em) {
  .c-slider {
    padding-bottom: 2.75rem;
  }
}
.c-slider__arrows {
  pointer-events: none;
}
.c-slider__arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  pointer-events: auto;
  cursor: pointer;
  z-index: 300;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.c-slider__arrow[disabled] {
  pointer-events: none;
  cursor: none;
}
.c-slider__arrow::after {
  content: unset;
}
@media (hover: hover) and (pointer: fine) {
  .c-slider__arrow:hover, .c-slider__arrow:focus-visible {
    opacity: 0.5;
  }
}
.c-slider__arrow--prev {
  margin-right: 0.625rem;
  transform: rotate(180deg);
}
.c-slider__arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
.c-slider__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
@media (min-width: 64em) {
  .c-slider__pagination {
    display: none;
  }
}
.c-slider__pagination span {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E3E3E3;
}
.u-background .c-slider__pagination span {
  background-color: #ffffff;
  opacity: 0.4;
}
.c-slider__pagination span.is-active {
  background-color: var(--primary-color);
}
.u-background .c-slider__pagination span.is-active {
  opacity: 1;
  background-color: #ffffff;
}
.c-slider--teaser-center {
  visibility: hidden;
  overflow: visible;
}
@media (min-width: 64em) {
  .c-slider--teaser-center {
    padding-right: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-slider--teaser-center {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-slider--teaser-center {
    padding-right: 5rem;
  }
}
.c-slider--teaser-center.js-koch-component-initialized {
  visibility: visible;
}
.c-slider--teaser-center .swiper-slide {
  height: auto !important;
}
@media (min-width: 64em) {
  .c-slider--teaser-center .c-slider__pagination {
    display: none;
  }
}
@media (max-width: 64em) {
  .c-slider--teaser-center .c-slider__arrows {
    display: none;
  }
}
.c-slider--teaser-center .c-slider__arrow--prev {
  opacity: var(--slideprogressstart, 0);
}
@media (max-width: 64em) {
  .c-slider--list-mobile .c-slider__wrapper {
    display: block;
    transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .c-slider--list-mobile .c-slider__wrapper::after {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 6.3%;
    width: 96%;
    transform: translateY(100%);
    opacity: 0.4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media (max-width: 64em) and (hover: hover) and (pointer: fine) {
  .c-slider--list-mobile .c-slider__wrapper:hover::after, .c-slider--list-mobile .c-slider__wrapper:focus-visible::after {
    width: 97%;
    transform: translateY(80%);
    opacity: 1;
  }
  .u-background .c-slider--list-mobile .c-slider__wrapper:hover::after, .u-background .c-slider--list-mobile .c-slider__wrapper:focus-visible::after {
    opacity: 0.3;
  }
}
.c-slider--list-mobile .c-slider__pagination {
  display: none;
}
@media (max-width: 64em) {
  .c-slider--list-mobile .c-slider__arrows {
    display: none;
  }
}
.c-slider--list-mobile .c-slider__slide {
  position: relative;
  z-index: 4;
}
.c-slider--list-mobile .c-slider__slide:first-child .c-teaser__media {
  display: block;
}
.c-slider__arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  pointer-events: auto;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: 500;
}
.c-teaser-slider--secondary .c-slider__arrow {
  background-color: var(--secondary-color);
}
.c-slider__arrow[disabled] {
  pointer-events: none;
  cursor: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-slider__arrow:hover, .c-slider__arrow:focus-visible {
    opacity: 0.75;
  }
}
.c-slider__arrow::after {
  content: unset;
}
.c-slider__arrow--next {
  right: 1.25rem;
}
@media (min-width: 20em) {
  .c-slider__arrow--next {
    right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-slider__arrow--next {
    right: 5rem;
  }
}
.c-slider__arrow--next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-slider__arrow--prev {
  margin-right: 0;
  margin-left: calc((var(--heading) + (var(--gap))) * -1);
  left: 0;
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
.c-slider__arrow--prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-textmedia {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
}
.c-textmedia:not(:has(.c-textmedia__media-list)) .c-textmedia__title {
  padding-left: 3.25rem;
}
@media (min-width: 20em) {
  .c-textmedia:not(:has(.c-textmedia__media-list)) .c-textmedia__title {
    padding-left: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia:not(:has(.c-textmedia__media-list)) .c-textmedia__title {
    padding-left: 4.75rem;
  }
}
.c-textmedia__text {
  grid-row: 1;
  grid-column: span 2;
  position: relative;
  padding-top: 2.8125rem;
  padding-left: 3.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-textmedia__text {
    padding-top: calc(2.8125rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__text {
    padding-top: 4.0625rem;
  }
}
@media (min-width: 20em) {
  .c-textmedia__text {
    padding-left: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__text {
    padding-left: 4.75rem;
  }
}
@media (min-width: 20em) {
  .c-textmedia__text {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__text {
    padding-bottom: 1.75rem;
  }
}
[class*=textmedia-default] .c-textmedia__text {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  [class*=textmedia-default] .c-textmedia__text {
    font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  [class*=textmedia-default] .c-textmedia__text {
    font-size: 2.625rem;
  }
}
@media (min-width: 20em) {
  [class*=textmedia-default] .c-textmedia__text {
    line-height: calc(2.1875rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  [class*=textmedia-default] .c-textmedia__text {
    line-height: 3.9375rem;
  }
}
.c-textmedia__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 95px;
  width: 3.25rem;
  height: 4.0625rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='96' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23202531' d='M50.34 2.392 43.384 59.31l18.561-2.391L68.903 0 50.339 2.39Z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23202531' d='m13.283 38.261 6.043 57.022 17.547-6.509-6.042-57.023-17.548 6.51Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M36.287 4.2 68.903 0 76 55.109l-32.616 4.2z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='m0 43.189 30.832-11.438 19.326 52.094-30.831 11.439z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='96' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23202531' d='M50.34 2.392 43.384 59.31l18.561-2.391L68.903 0 50.339 2.39Z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23202531' d='m13.283 38.261 6.043 57.022 17.547-6.509-6.042-57.023-17.548 6.51Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M36.287 4.2 68.903 0 76 55.109l-32.616 4.2z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='m0 43.189 30.832-11.438 19.326 52.094-30.831 11.439z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 20em) {
  .c-textmedia__text::before {
    width: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__text::before {
    width: 4.75rem;
  }
}
@media (min-width: 20em) {
  .c-textmedia__text::before {
    height: calc(4.0625rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__text::before {
    height: 5.9375rem;
  }
}
.c-textmedia__title {
  grid-row: 2;
  align-self: center;
  font-weight: 800;
  padding-left: 1rem;
}
@media (min-width: 20em) {
  .c-textmedia__title {
    padding-left: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__title {
    padding-left: 1.5rem;
  }
}
.c-textmedia__media-list {
  grid-row: 2;
  order: -1;
  padding-left: 3.25rem;
}
@media (min-width: 20em) {
  .c-textmedia__media-list {
    padding-left: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-textmedia__media-list {
    padding-left: 4.75rem;
  }
}
.c-textmedia__media-item {
  border-radius: 50%;
  overflow: hidden;
}
[class*=textmedia-infobox] .c-textmedia {
  grid-row-gap: 2.25rem;
  background-color: #F5F5F5;
}
@media (min-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    grid-column: 3/span 8;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  [class*=textmedia-infobox] .c-textmedia {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  [class*=textmedia-infobox] .c-textmedia {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (max-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia {
    padding: 3.75rem 0;
  }
}
[class*=textmedia-infobox] .c-textmedia:has(img) {
  grid-column: 1/-1;
}
[class*=textmedia-infobox] .c-textmedia .c-textmedia__title {
  grid-row: 1;
  padding: 0;
  font-size: 1.3125rem;
  line-height: 150%;
  font-weight: 800;
  grid-column: 2/-2;
}
@media (min-width: 20em) {
  [class*=textmedia-infobox] .c-textmedia .c-textmedia__title {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  [class*=textmedia-infobox] .c-textmedia .c-textmedia__title {
    font-size: 2rem;
  }
}
[class*=textmedia-infobox] .c-textmedia .c-textmedia__text {
  font-size: 1rem;
  line-height: 150%;
  font-weight: unset;
  padding: 0;
  grid-row: unset;
  grid-column: 2/-2;
}
@media (min-width: 20em) {
  [class*=textmedia-infobox] .c-textmedia .c-textmedia__text {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  [class*=textmedia-infobox] .c-textmedia .c-textmedia__text {
    font-size: 1.1875rem;
  }
}
[class*=textmedia-infobox] .c-textmedia .c-textmedia__text::before {
  display: none;
}
[class*=textmedia-infobox] .c-textmedia .c-textmedia__media-list {
  padding: 0;
  display: none;
}
[class*=textmedia-infobox] .c-textmedia .c-textmedia__media-item {
  border-radius: 0;
}
@media (max-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia:has(img) .c-textmedia__text {
    grid-column: 2/-2;
  }
}
@media (min-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia:has(img) .c-textmedia__text {
    grid-column: 6/span 6;
  }
}
[class*=textmedia-infobox] .c-textmedia:has(img) .c-textmedia__media-list {
  display: block;
}
@media (max-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia:has(img) .c-textmedia__media-list {
    grid-column: 2/-2;
  }
}
@media (min-width: 64em) {
  [class*=textmedia-infobox] .c-textmedia:has(img) .c-textmedia__media-list {
    grid-column: 2/span 4;
  }
}
[class*=column-left] .c-textmedia, [class*=column-right] .c-textmedia {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
[class*=column-left] .c-textmedia > *, [class*=column-right] .c-textmedia > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  [class*=column-left] .c-textmedia, [class*=column-right] .c-textmedia {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
[class*=column-left] .c-textmedia .c-textmedia__link, [class*=column-right] .c-textmedia .c-textmedia__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
[class*=column-left] .c-textmedia .c-textmedia__link:hover, [class*=column-left] .c-textmedia .c-textmedia__link:focus, [class*=column-right] .c-textmedia .c-textmedia__link:hover, [class*=column-right] .c-textmedia .c-textmedia__link:focus {
  text-decoration: none;
}
[class*=column-left] .c-textmedia .c-textmedia__link span, [class*=column-right] .c-textmedia .c-textmedia__link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
[class*=column-left] .c-textmedia .c-textmedia__media-list, [class*=column-right] .c-textmedia .c-textmedia__media-list {
  grid-column: 7/12;
  padding: 0;
  order: 0;
}
@media (max-width: 64em) {
  [class*=column-left] .c-textmedia .c-textmedia__media-list, [class*=column-right] .c-textmedia .c-textmedia__media-list {
    grid-column: span 4;
  }
}
[class*=column-left] .c-textmedia .c-textmedia__media-item, [class*=column-right] .c-textmedia .c-textmedia__media-item {
  border-radius: 0px;
}
[class*=column-left] .c-textmedia .c-textmedia__text, [class*=column-right] .c-textmedia .c-textmedia__text {
  grid-column: 2/6;
  padding: 0;
  grid-row: 2;
  align-self: center;
}
@media (max-width: 64em) {
  [class*=column-left] .c-textmedia .c-textmedia__text, [class*=column-right] .c-textmedia .c-textmedia__text {
    grid-column: span 4;
    grid-row: auto;
    padding-top: 1.25rem;
  }
}
[class*=column-left] .c-textmedia .c-textmedia__text::before, [class*=column-right] .c-textmedia .c-textmedia__text::before {
  display: none;
}
[class*=column-left] .c-textmedia__title, [class*=column-right] .c-textmedia__title {
  grid-column: 2/-2;
  grid-row: 1;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1.3125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  [class*=column-left] .c-textmedia__title, [class*=column-right] .c-textmedia__title {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  [class*=column-left] .c-textmedia__title, [class*=column-right] .c-textmedia__title {
    font-size: 2rem;
  }
}
@media (max-width: 64em) {
  [class*=column-left] .c-textmedia__title, [class*=column-right] .c-textmedia__title {
    grid-column: span 4;
  }
}
[class*=column-right] .c-textmedia .c-textmedia__media-list {
  grid-column: 2/7;
  order: 0;
}
@media (max-width: 64em) {
  [class*=column-right] .c-textmedia .c-textmedia__media-list {
    grid-column: span 4;
  }
}
[class*=column-right] .c-textmedia .c-textmedia__text {
  grid-column: 8/12;
}
@media (max-width: 64em) {
  [class*=column-right] .c-textmedia .c-textmedia__text {
    grid-column: span 4;
    grid-row: auto;
  }
}

.c-video__button {
  container: video/inline-size;
  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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.c-video__button::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 5rem;
  max-height: 5rem;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: var(--primary-color);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23ffffff' d='M13.802 9.14a1 1 0 0 1 0 1.72l-5.184 3.064a1 1 0 0 1-1.51-.86V6.936a1 1 0 0 1 1.51-.861l5.184 3.063Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@container video (max-width: 768px) {
  .c-video__button::after {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
}
.c-video__button:hover:after, .c-video__button:focus-visible:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.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-menu--partner svg, .c-menu--partner-large svg {
  width: auto;
  height: 2.5rem;
}
.c-menu--partner .c-menu__list, .c-menu--partner-large .c-menu__list {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 20em) {
  .c-menu--partner .c-menu__list, .c-menu--partner-large .c-menu__list {
    gap: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--partner .c-menu__list, .c-menu--partner-large .c-menu__list {
    gap: 2.75rem;
  }
}
.c-menu--partner .c-menu__item, .c-menu--partner-large .c-menu__item {
  filter: grayscale(1) contrast(0) saturate(0) brightness(1.2);
  transition: all 0.5s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--partner .c-menu__item:hover, .c-menu--partner .c-menu__item:focus-visible, .c-menu--partner-large .c-menu__item:hover, .c-menu--partner-large .c-menu__item:focus-visible {
    filter: none;
  }
}
.c-menu--partner-large .c-menu__list {
  justify-content: space-between;
}
.c-menu--partner-large svg {
  width: 5.8125rem;
  height: auto;
}
@media (max-width: 48em) {
  .c-menu--partner-large svg {
    max-height: 3.125rem;
    width: auto;
  }
}
.c-menu--header-meta .c-menu__list {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 20em) {
  .c-menu--header-meta .c-menu__list {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--header-meta .c-menu__list {
    gap: 0.5rem;
  }
}
.c-menu--header-meta .c-menu__item {
  position: relative;
}
.c-menu--header-meta .c-menu__item:first-child {
  color: var(--primary-color-white-content);
}
.c-menu--header-meta .c-menu__item svg {
  width: 100%;
  height: auto;
  max-width: 24px;
}
.c-menu--header-meta .c-menu__link {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  line-height: 150%;
  font-size: 0.9375rem;
  line-height: 150%;
  border-radius: 0.375rem;
  transition: all 0.75s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (min-width: 20em) {
  .c-menu--header-meta .c-menu__link {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--header-meta .c-menu__link {
    font-size: 1rem;
  }
}
.c-menu--header-meta .c-menu__link span:not(:first-child) {
  display: none;
  line-height: 150%;
}
@media (max-width: 64em) {
  .c-menu--header-meta .c-menu__link {
    width: 2.75rem;
    height: 2.75rem;
    justify-content: center;
  }
}
@media (min-width: 64em) {
  .c-menu--header-meta .c-menu__link span:not(:first-child) {
    padding-left: 0.5rem;
    margin-top: 3px;
  }
  @-moz-document url-prefix() {
    .c-menu--header-meta .c-menu__link span:not(:first-child) {
      margin-top: 1px;
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--header-meta .c-menu__link:hover, .c-menu--header-meta .c-menu__link:focus-visible {
    background-color: #E3E3E3;
  }
}
.c-menu--header-meta .c-menu__link:active, .c-menu--header-meta .c-menu__link:focus {
  background-color: #B6B7BA;
}
.c-menu--header-meta .c-menu__link.is-active {
  background-color: #B6B7BA;
}
@media (min-width: 85.375em) {
  .c-menu--header-meta .c-menu__link span:not(:first-child) {
    display: block;
  }
}
.c-menu--header-navi .c-menu__list {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-top: -1px;
}
@media (min-width: 20em) {
  .c-menu--header-navi .c-menu__list {
    gap: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--header-navi .c-menu__list {
    gap: 1.5rem;
  }
}
@media (min-width: 64em) {
  .c-menu--header-navi .c-menu__list {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-menu--header-navi .c-menu__list {
    gap: calc(1rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-menu--header-navi .c-menu__list {
    gap: 2.75rem;
  }
}
.c-menu--header-navi .c-menu__item {
  position: relative;
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-menu--header-navi .c-menu__item {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--header-navi .c-menu__item {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .c-menu--header-navi .c-menu__item {
    font-size: 1rem;
    line-height: 150%;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-menu--header-navi .c-menu__item {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-menu--header-navi .c-menu__item {
    font-size: 1.1875rem;
  }
}
.c-menu--header-navi .c-menu__item.is-active {
  color: var(--primary-color-white-content);
}
.c-menu--header-navi .c-menu__link {
  line-height: 145%;
  transform: color 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-menu--header-navi .c-menu__link:hover, .c-menu--header-navi .c-menu__link:focus, .is-active .c-menu--header-navi .c-menu__link {
  color: var(--primary-color-white-content);
}
.c-menu--header-navi .c-menu__link:active {
  color: var(--secondary-color);
}
.c-menu--social .c-menu__list, .c-menu--social-athlete .c-menu__list, .c-menu--social-cta .c-menu__list {
  display: flex;
  gap: 1rem;
}
.c-menu--social .c-menu__item, .c-menu--social-athlete .c-menu__item, .c-menu--social-cta .c-menu__item {
  position: relative;
}
.c-menu--social .c-menu__link, .c-menu--social-athlete .c-menu__link, .c-menu--social-cta .c-menu__link {
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-menu--social .c-menu__link svg, .c-menu--social-athlete .c-menu__link svg, .c-menu--social-cta .c-menu__link svg {
  height: 1.375rem;
  width: auto;
}
@media (min-width: 20em) {
  .c-menu--social .c-menu__link svg, .c-menu--social-athlete .c-menu__link svg, .c-menu--social-cta .c-menu__link svg {
    height: calc(1.375rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--social .c-menu__link svg, .c-menu--social-athlete .c-menu__link svg, .c-menu--social-cta .c-menu__link svg {
    height: 2.375rem;
  }
}
.c-menu--social .c-menu__link:active, .c-menu--social-athlete .c-menu__link:active, .c-menu--social-cta .c-menu__link:active {
  color: #8F9198;
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--social .c-menu__link:hover, .c-menu--social .c-menu__link:focus-visible, .c-menu--social-athlete .c-menu__link:hover, .c-menu--social-athlete .c-menu__link:focus-visible, .c-menu--social-cta .c-menu__link:hover, .c-menu--social-cta .c-menu__link:focus-visible {
    color: #B6B7BA;
  }
}
.c-menu--social-athlete .c-menu__list {
  display: flex;
  gap: 1.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 20em) {
  .c-menu--social-athlete .c-menu__list {
    -moz-column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
         column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--social-athlete .c-menu__list {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 48em) {
  .c-menu--social-athlete .c-menu__list {
    flex-direction: column;
  }
}
.c-menu--social-athlete .c-menu__link {
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  color: #8F9198;
}
@media (max-width: 64em) {
  .c-menu--social-athlete .c-menu__link {
    color: #202531;
  }
}
.c-menu--social-athlete .c-menu__link svg {
  height: 2.375rem;
  width: auto;
}
@media (min-width: 20em) {
  .c-menu--social-athlete .c-menu__link svg {
    height: calc(2.375rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--social-athlete .c-menu__link svg {
    height: 2.625rem;
  }
}
.c-menu--social-cta .c-menu__list {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .c-menu--social-cta .c-menu__list {
    gap: 1.875rem;
  }
}
@media (min-width: 64em) {
  .c-menu--social-cta .c-menu__list {
    gap: 2.5rem;
  }
}
.c-menu--social-cta .c-menu__link {
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-menu--social-cta .c-menu__link svg {
  height: 3.25rem;
  width: auto;
}
.c-menu--meta .c-menu__list {
  display: flex;
  gap: 2.75rem;
}
@media (min-width: 20em) {
  .c-menu--meta .c-menu__list {
    gap: calc(2.75rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--meta .c-menu__list {
    gap: 4.5rem;
  }
}
@media (max-width: 48em) {
  .c-menu--meta .c-menu__list {
    justify-content: space-between;
  }
}
.c-menu--meta .c-menu__item {
  position: relative;
}
.c-menu--meta .c-menu__link {
  transition: all 1s cubic-bezier(0, 0.615, 0.345, 1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-menu--meta .c-menu__link {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--meta .c-menu__link {
    font-size: 1rem;
  }
}
.c-menu--meta .c-menu__link svg {
  width: auto;
  max-height: 1.375rem;
}
@media (min-width: 20em) {
  .c-menu--meta .c-menu__link svg {
    max-height: calc(1.375rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--meta .c-menu__link svg {
    max-height: 2.3125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--meta .c-menu__link:hover, .c-menu--meta .c-menu__link:focus-visible {
    color: var(--secondary-color-content);
    text-decoration-color: currentColor;
  }
}
.c-menu--quicklinks {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-menu--quicklinks {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--quicklinks {
    font-size: 1rem;
  }
}
.c-menu--quicklinks .c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-menu--quicklinks .c-menu__link {
  line-height: 150%;
  transition: all 1s cubic-bezier(0, 0.615, 0.345, 1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--quicklinks .c-menu__link:hover, .c-menu--quicklinks .c-menu__link:focus-visible {
    color: var(--secondary-color-content);
    text-decoration-color: currentColor;
  }
}
.c-menu--panel-fastnav .c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 20em) {
  .c-menu--panel-fastnav .c-menu__list {
    gap: calc(0.75rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--panel-fastnav .c-menu__list {
    gap: 1rem;
  }
}
.c-menu--panel-fastnav .c-menu__link {
  display: flex;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 1.7;
}
.c-menu--panel-fastnav .c-menu__link span {
  padding-left: 1rem;
}
.c-menu--panel-fastnav .c-menu__link:hover, .c-menu--panel-fastnav .c-menu__link:focus, .c-menu--panel-fastnav .c-menu__link:focus-visible {
  color: var(--primary-color-white-content);
}
.c-menu--hero-home .c-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-menu--hero-home .c-menu__link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
  font-size: 0.9375rem;
  line-height: 150%;
}
.c-menu--hero-home .c-menu__link span {
  margin-right: 0.25rem;
}
.u-background .c-menu--hero-home .c-menu__link {
  color: currentColor;
}
.u-background .c-menu--hero-home .c-menu__link::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-menu--hero-home .c-menu__link:hover, .u-background .c-menu--hero-home .c-menu__link:focus, .u-background .c-menu--hero-home .c-menu__link:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-menu--hero-home .c-menu__link:hover::after, .u-background .c-menu--hero-home .c-menu__link:focus::after, .u-background .c-menu--hero-home .c-menu__link:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-menu--hero-home .c-menu__link::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-menu--hero-home .c-menu__link:active {
  color: var(--tertiary-color);
}
.c-menu--hero-home .c-menu__link:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-menu--hero-home .c-menu__link:hover, .c-menu--hero-home .c-menu__link:focus, .c-menu--hero-home .c-menu__link:focus-visible {
    color: var(--secondary-color);
  }
  .c-menu--hero-home .c-menu__link:hover::after, .c-menu--hero-home .c-menu__link:focus::after, .c-menu--hero-home .c-menu__link:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-menu--hero-home .c-menu__link--load-more::after, .c-menu--hero-home .c-menu__link[href$=".pdf"]::after, .c-menu--hero-home .c-menu__link[href$=".doc"]::after, .c-menu--hero-home .c-menu__link[href$=".docx"]::after, .c-menu--hero-home .c-menu__link[href$=".jpg"]::after, .c-menu--hero-home .c-menu__link[href$=".jpeg"]::after, .c-menu--hero-home .c-menu__link[href$=".png"]::after, .c-menu--hero-home .c-menu__link[href$=".mov"]::after, .c-menu--hero-home .c-menu__link[href$=".mp4"]::after, .c-menu--hero-home .c-menu__link[href$=".mp3"]::after, .c-menu--hero-home .c-menu__link[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link--load-more::after, .c-menu--hero-home .c-menu__link[href$=".pdf"]::after, .c-menu--hero-home .c-menu__link[href$=".doc"]::after, .c-menu--hero-home .c-menu__link[href$=".docx"]::after, .c-menu--hero-home .c-menu__link[href$=".jpg"]::after, .c-menu--hero-home .c-menu__link[href$=".jpeg"]::after, .c-menu--hero-home .c-menu__link[href$=".png"]::after, .c-menu--hero-home .c-menu__link[href$=".mov"]::after, .c-menu--hero-home .c-menu__link[href$=".mp4"]::after, .c-menu--hero-home .c-menu__link[href$=".mp3"]::after, .c-menu--hero-home .c-menu__link[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link--load-more::after, .c-menu--hero-home .c-menu__link[href$=".pdf"]::after, .c-menu--hero-home .c-menu__link[href$=".doc"]::after, .c-menu--hero-home .c-menu__link[href$=".docx"]::after, .c-menu--hero-home .c-menu__link[href$=".jpg"]::after, .c-menu--hero-home .c-menu__link[href$=".jpeg"]::after, .c-menu--hero-home .c-menu__link[href$=".png"]::after, .c-menu--hero-home .c-menu__link[href$=".mov"]::after, .c-menu--hero-home .c-menu__link[href$=".mp4"]::after, .c-menu--hero-home .c-menu__link[href$=".mp3"]::after, .c-menu--hero-home .c-menu__link[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-menu--hero-home .c-menu__link[href^="http://"]::after, .c-menu--hero-home .c-menu__link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link[href^="http://"]::after, .c-menu--hero-home .c-menu__link[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link[href^="http://"]::after, .c-menu--hero-home .c-menu__link[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-menu--hero-home .c-menu__link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link {
    font-size: 1rem;
  }
}
.c-menu--hero-home .c-menu__link span {
  margin-right: 0.25rem;
}
.c-menu--hero-home .c-menu__link::after {
  width: 1.1875rem;
  height: 1.1875rem;
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
  padding: 0.1875rem 0.125rem;
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link::after {
    width: calc(1.1875rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link::after {
    width: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-menu--hero-home .c-menu__link::after {
    height: calc(1.1875rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-menu--hero-home .c-menu__link::after {
    height: 1.25rem;
  }
}
.c-menu--hero-home .c-menu__link--load-more::after, .c-menu--hero-home .c-menu__link[href$=".pdf"]::after, .c-menu--hero-home .c-menu__link[href$=".doc"]::after, .c-menu--hero-home .c-menu__link[href$=".docx"]::after, .c-menu--hero-home .c-menu__link[href$=".jpg"]::after, .c-menu--hero-home .c-menu__link[href$=".jpeg"]::after, .c-menu--hero-home .c-menu__link[href$=".png"]::after, .c-menu--hero-home .c-menu__link[href$=".mov"]::after, .c-menu--hero-home .c-menu__link[href$=".mp4"]::after, .c-menu--hero-home .c-menu__link[href$=".mp3"]::after, .c-menu--hero-home .c-menu__link[href$=".zip"]::after {
  margin-top: 0;
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
}
.c-menu--hero-home .c-menu__link[href^="http://"]::after, .c-menu--hero-home .c-menu__link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
}
.c-menu--hero-home .c-menu__link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}

@media (min-width: 64em) {
  .l-container > .c-richtext-wrapper .c-richtext {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .l-container > .c-richtext-wrapper .c-richtext > * {
    grid-column: 1/13;
  }
  .l-container > .c-richtext-wrapper .c-richtext .u-text-lead {
    grid-column: 1/13;
  }
  .l-container > .c-richtext-wrapper .c-richtext .is-large {
    grid-column: 1/13;
  }
}
@media (min-width: 85.375em) {
  .l-container > .c-richtext-wrapper .c-richtext > * {
    grid-column: 3/11;
  }
  .l-container > .c-richtext-wrapper .c-richtext .u-text-lead {
    grid-column: 3/11;
  }
  .l-container > .c-richtext-wrapper .c-richtext .is-large {
    grid-column: 1/13;
  }
}
.c-richtext h2 {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 0.75rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-richtext h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h2 {
    font-size: 2rem;
  }
}
@media (min-width: 20em) {
  .c-richtext h2 {
    margin-bottom: calc(0.75rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h2 {
    margin-bottom: 1.5rem;
  }
}
.c-richtext h2:not(:first-child) {
  margin-top: 1.625rem;
}
@media (min-width: 20em) {
  .c-richtext h2:not(:first-child) {
    margin-top: calc(1.625rem + -0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h2:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (max-width: 85.375em) {
  .c-richtext h2:not(:first-child) {
    margin-top: 2.1875rem;
  }
}
@media (max-width: 85.375em) and (min-width: 20em) {
  .c-richtext h2:not(:first-child) {
    margin-top: calc(2.1875rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 85.375em) and (min-width: 100em) {
  .c-richtext h2:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.c-richtext h3 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media (min-width: 20em) {
  .c-richtext h3 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) {
  .c-richtext h3 {
    margin-bottom: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h3 {
    margin-bottom: 1rem;
  }
}
.c-richtext h4 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-richtext h4 {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h4 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-richtext h4 {
    margin-bottom: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h4 {
    margin-bottom: 0.875rem;
  }
}
.c-richtext h3:not(:first-child), .c-richtext h4:not(:first-child), .c-richtext h5:not(:first-child) {
  margin-top: 0.625rem;
}
@media (min-width: 20em) {
  .c-richtext h3:not(:first-child), .c-richtext h4:not(:first-child), .c-richtext h5:not(:first-child) {
    margin-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-richtext h3:not(:first-child), .c-richtext h4:not(:first-child), .c-richtext h5:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.c-richtext a + br + a {
  margin-top: 8px;
}

.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-athlete-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.125rem;
  margin-left: -1.125rem;
}
.u-gap-bottom-zero .c-athlete-list {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-zero .c-athlete-list {
    padding-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-bottom-zero .c-athlete-list {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 35.5em) {
  .c-athlete-list {
    row-gap: 0.625rem;
  }
}
@media (min-width: 35.5em) {
  .c-athlete-list {
    row-gap: 2.25rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-list--center {
    justify-content: center;
  }
}
@media (max-width: 35.5em) {
  .c-athlete-list--large > li {
    width: 100%;
  }
}
@media (min-width: 35.5em) and (max-width: 64em) {
  .c-athlete-list--large > li {
    width: 50%;
  }
}
@media (min-width: 64em) and (max-width: 90em) {
  .c-athlete-list--large > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 90em) {
  .c-athlete-list--large > li {
    width: 25%;
  }
}
@media (max-width: 35.5em) {
  .c-athlete-list--small > li {
    width: 100%;
  }
}
@media (min-width: 35.5em) and (max-width: 64em) {
  .c-athlete-list--small > li {
    width: 100%;
  }
}
@media (min-width: 64em) and (max-width: 90em) {
  .c-athlete-list--small > li {
    width: 50%;
  }
}
@media (min-width: 90em) {
  .c-athlete-list--small > li {
    width: 33.3333333333%;
  }
}
@media (max-width: 35.5em) {
  .c-accordion__inner .c-athlete-list--small > li {
    width: 100%;
  }
}
@media (min-width: 35.5em) and (max-width: 64em) {
  .c-accordion__inner .c-athlete-list--small > li {
    width: 100%;
  }
}
@media (min-width: 64em) and (max-width: 90em) {
  .c-accordion__inner .c-athlete-list--small > li {
    width: 50%;
  }
}
@media (min-width: 90em) {
  .c-accordion__inner .c-athlete-list--small > li {
    width: 50%;
  }
}
@media (min-width: 85.375em) {
  .c-athlete-list--small:not(:has(> :nth-child(3))) {
    grid-column: 3/-3;
  }
  .c-athlete-list--small:not(:has(> :nth-child(3))) > li {
    width: 50%;
  }
}
@media (min-width: 85.375em) {
  .c-athlete-list--large:not(:has(> :nth-child(4))) {
    grid-column: 3/-3;
  }
  .c-athlete-list--large:not(:has(> :nth-child(4))) li {
    width: 33.3333333333%;
  }
}
.c-athlete-list--list {
  display: block;
  margin: 0;
}
.c-athlete-list--list .c-athlete-list__item {
  padding: 0;
  border-bottom: 1px solid #B6B7BA;
}
.c-athlete-list > li {
  display: flex;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.c-athlete-list > li > * {
  flex-grow: 1;
}

.c-athlete-teaser {
  position: relative;
}
.c-athlete-teaser:not(.c-athlete-teaser--team) {
  position: relative;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-athlete-teaser:not(.c-athlete-teaser--team) img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete-teaser:not(.c-athlete-teaser--team):hover img, .c-athlete-teaser:not(.c-athlete-teaser--team):focus-visible img, .c-athlete-teaser:not(.c-athlete-teaser--team):focus-within img {
    transform: scale(1.04);
  }
}
.c-athlete-teaser:not(.c-athlete-teaser--team)::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 96%;
  transform: translateY(100%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-athlete-teaser:not(.c-athlete-teaser--team)::after {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete-teaser:not(.c-athlete-teaser--team):hover, .c-athlete-teaser:not(.c-athlete-teaser--team):focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .c-athlete-teaser:not(.c-athlete-teaser--team):hover::after, .c-athlete-teaser:not(.c-athlete-teaser--team):focus-visible::after {
    width: 97%;
    transform: translateY(80%);
    opacity: 0.15;
  }
  .u-background .c-athlete-teaser:not(.c-athlete-teaser--team):hover::after, .u-background .c-athlete-teaser:not(.c-athlete-teaser--team):focus-visible::after {
    opacity: 0.3;
  }
}
.c-athlete-teaser__inner {
  position: relative;
  z-index: 10;
}
.c-athlete-teaser__media {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.c-athlete-teaser__media img {
  width: 100%;
}
@media (min-width: 35.5em) {
  .c-athlete-teaser__media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-athlete-teaser__content {
  background-color: #ffffff;
}
.c-athlete-teaser__title {
  font-size: 1rem;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  line-height: 140%;
  font-weight: 600;
}
@media (min-width: 20em) {
  .c-athlete-teaser__title {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser__title {
    font-size: 1.1875rem;
  }
}
.c-athlete-teaser__organisation, .c-athlete-teaser__services, .c-athlete-teaser__cadre {
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-athlete-teaser__organisation, .c-athlete-teaser__services, .c-athlete-teaser__cadre {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser__organisation, .c-athlete-teaser__services, .c-athlete-teaser__cadre {
    font-size: 0.875rem;
  }
}
.c-athlete-teaser__services {
  margin-bottom: 0;
}
.c-athlete-teaser__cadre {
  display: none;
}
.c-athlete-teaser__icon {
  align-self: flex-end;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  color: #B6B7BA;
}
.c-athlete-teaser__icon img,
.c-athlete-teaser__icon svg {
  width: 100%;
  height: auto;
}
.c-athlete-teaser__icon p {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (max-width: 35.5em) {
  .c-athlete-teaser .c-athlete-teaser__inner {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1.25rem;
    background-color: #ffffff;
    overflow: hidden;
  }
  .c-athlete-teaser .c-athlete-teaser__media {
    flex-shrink: 0;
    flex-basis: 7.125rem;
    align-self: flex-start;
  }
  .c-athlete-teaser .c-athlete-teaser__content {
    flex-grow: 1;
    display: grid;
    grid-template-columns: auto 50px;
  }
  .c-athlete-teaser .c-athlete-teaser__title {
    grid-column: 1/-1;
    margin-bottom: 0.5rem;
  }
  .c-athlete-teaser .c-athlete-teaser__organisation,
  .c-athlete-teaser .c-athlete-teaser__services,
  .c-athlete-teaser .c-athlete-teaser__cadre {
    grid-column: 1/span 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  .c-athlete-teaser .c-athlete-teaser__organisation {
    margin-bottom: 0.25rem;
  }
  .c-athlete-teaser .c-athlete-teaser__services {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
  }
}
@media (min-width: 35.5em) {
  .c-athlete-teaser--large {
    display: flex;
  }
  .c-athlete-teaser--large .c-athlete-teaser__inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .c-athlete-teaser--large .c-athlete-teaser__content {
    flex-grow: 1;
    display: grid;
    grid-template-columns: auto 50px;
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.75rem;
    padding: 1.25rem;
  }
  .c-athlete-teaser--large .c-athlete-teaser__title {
    grid-column: 1/-1;
  }
  .c-athlete-teaser--large .c-athlete-teaser__organisation,
  .c-athlete-teaser--large .c-athlete-teaser__services,
  .c-athlete-teaser--large .c-athlete-teaser__cadre {
    grid-column: 1/1;
  }
  .c-athlete-teaser--large .c-athlete-teaser__icon {
    grid-column: 2/-1;
    grid-row: 2/5;
  }
}
.c-athlete-teaser--small {
  display: flex;
  flex-direction: row;
}
.c-athlete-teaser--small:not(.c-athlete-teaser--team), .c-athlete-teaser--small:not(.c-athlete-teaser--list) {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-athlete-teaser--small:not(.c-athlete-teaser--team)::after, .c-athlete-teaser--small:not(.c-athlete-teaser--list)::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 96%;
  transform: translateY(85%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-athlete-teaser--small:not(.c-athlete-teaser--team)::after, .u-background .c-athlete-teaser--small:not(.c-athlete-teaser--list)::after {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete-teaser--small:not(.c-athlete-teaser--team):hover, .c-athlete-teaser--small:not(.c-athlete-teaser--team):focus-visible, .c-athlete-teaser--small:not(.c-athlete-teaser--list):hover, .c-athlete-teaser--small:not(.c-athlete-teaser--list):focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .c-athlete-teaser--small:not(.c-athlete-teaser--team):hover::after, .c-athlete-teaser--small:not(.c-athlete-teaser--team):focus-visible::after, .c-athlete-teaser--small:not(.c-athlete-teaser--list):hover::after, .c-athlete-teaser--small:not(.c-athlete-teaser--list):focus-visible::after {
    width: 97%;
    transform: translateY(70%);
    opacity: 0.15;
  }
  .u-background .c-athlete-teaser--small:not(.c-athlete-teaser--team):hover::after, .u-background .c-athlete-teaser--small:not(.c-athlete-teaser--team):focus-visible::after, .u-background .c-athlete-teaser--small:not(.c-athlete-teaser--list):hover::after, .u-background .c-athlete-teaser--small:not(.c-athlete-teaser--list):focus-visible::after {
    opacity: 0.3;
  }
}
@media (min-width: 35.5em) {
  .c-athlete-teaser--small .c-athlete-teaser__inner {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1.17fr;
  }
  .c-athlete-teaser--small .c-athlete-teaser__content {
    display: grid;
    grid-template-columns: auto 50px;
    grid-template-rows: repeat(2, min-content) auto;
    grid-row-gap: 0.5rem;
    padding: 1.25rem;
    height: 100%;
  }
  .c-athlete-teaser--small .c-athlete-teaser__title {
    grid-column: 1/-1;
  }
  .c-athlete-teaser--small .c-athlete-teaser__organisation,
  .c-athlete-teaser--small .c-athlete-teaser__services,
  .c-athlete-teaser--small .c-athlete-teaser__cadre {
    grid-column: 1/span 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
.c-athlete-teaser--team {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-athlete-teaser--team::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 96%;
  transform: translateY(85%);
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-athlete-teaser--list {
  filter: none !important;
  padding: 0.75rem 0;
  z-index: unset;
}
.c-athlete-teaser--list::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete-teaser--list:hover, .c-athlete-teaser--list:focus-visible {
    filter: none;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__inner {
  z-index: unset;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: 89px 1fr;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__inner {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__inner {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-teaser--list .c-athlete-teaser__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 35.5em) {
  .c-athlete-teaser--list .c-athlete-teaser__inner {
    padding: 0;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__media {
  grid-column: span 1;
  border-radius: 50%;
  aspect-ratio: 1/1;
  max-width: 89px;
}
.c-athlete-teaser--list .c-athlete-teaser__content {
  grid-column: span 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "name name name" "sport sport sport" "cadre cadre cadre";
  grid-template-rows: auto;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__content {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__content {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-teaser--list .c-athlete-teaser__content {
    grid-template-columns: repeat(10, 1fr);
    grid-column: span 10;
    grid-template-areas: "name name sport sport sport sport cadre cadre cadre cadre ";
  }
}
@media (min-width: 64em) {
  .c-athlete-teaser--list .c-athlete-teaser__content {
    grid-template-columns: repeat(11, 1fr);
    grid-column: span 11;
    grid-template-areas: " name name sport organisation organisation organisation service service service cadre cadre";
  }
}
.c-athlete-teaser--list .c-athlete-teaser__cadre {
  grid-area: cadre;
  align-self: center;
  font-size: 1rem;
  line-height: 150%;
  display: block;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__cadre {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__cadre {
    font-size: 1.1875rem;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__title {
  grid-area: name;
  align-self: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__title {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-teaser--list .c-athlete-teaser__title {
    flex-direction: column;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__organisation {
  grid-area: organisation;
  align-self: center;
  color: #202531;
  font-size: 1rem;
  line-height: 150%;
  display: none;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__organisation {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__organisation {
    font-size: 1.1875rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-teaser--list .c-athlete-teaser__organisation {
    display: block;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__icon {
  grid-area: sport;
  display: flex;
  align-self: center;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
  align-items: center;
  height: auto;
  width: 100%;
  margin-bottom: 0.25rem;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon {
    gap: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon {
    margin-bottom: 0;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__icon svg {
  color: #202531;
  width: 1.5rem;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon svg {
    width: calc(1.5rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon svg {
    width: 2.5rem;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__icon p {
  color: #202531;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon p {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon p {
    font-size: 1.1875rem;
  }
}
@media (max-width: 64em) {
  .c-athlete-teaser--list .c-athlete-teaser__icon p {
    position: relative;
    width: auto;
    height: auto;
    clip: inherit;
    white-space: inherit;
    overflow: inherit;
  }
}
.c-athlete-teaser--list .c-athlete-teaser__services {
  grid-area: service;
  align-self: center;
  color: #202531;
  font-size: 1rem;
  line-height: 150%;
  display: none;
}
@media (min-width: 20em) {
  .c-athlete-teaser--list .c-athlete-teaser__services {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--list .c-athlete-teaser__services {
    font-size: 1.1875rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-teaser--list .c-athlete-teaser__services {
    display: block;
  }
}
.c-athlete-teaser__links {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-athlete-teaser__links li {
  display: flex;
  padding-bottom: 0.25rem;
}
.c-athlete-teaser__link {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color);
}
@media (min-width: 20em) {
  .c-athlete-teaser__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete-teaser__link:hover, .c-athlete-teaser__link:focus-visible {
    color: var(--secondary-color);
  }
}
.c-athlete-teaser--simple .c-athlete-teaser__inner {
  display: block;
}
.c-athlete-teaser--simple .c-athlete-teaser__links {
  padding-top: 1.375rem;
}
.c-athlete-teaser--contact .c-athlete-teaser__title {
  padding-bottom: 1.375rem;
}
.c-athlete-teaser--contact .c-athlete-teaser__content-inner {
  grid-column: span 2;
  font-size: 0.75rem;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 20em) {
  .c-athlete-teaser--contact .c-athlete-teaser__content-inner {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-teaser--contact .c-athlete-teaser__content-inner {
    font-size: 0.875rem;
  }
}
.c-athlete-teaser--contact .c-athlete-teaser__links {
  padding-top: 0;
}

.c-athlete__head {
  border-bottom: 1px solid #202531;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  padding-bottom: 0.625rem;
  grid-template-areas: ". name name name" ". sport sport sport" ". cadre cadre cadre";
  display: none;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 20em) {
  .c-athlete__head {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__head {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__head {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__head {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__head {
    padding-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 48em) {
  .c-athlete__head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: span 11;
    grid-template-areas: ". name name sport sport sport sport cadre cadre cadre cadre cadre";
  }
}
@media (min-width: 64em) {
  .c-athlete__head {
    grid-template-areas: ". name name sport organisation organisation organisation service service service cadre cadre";
  }
}
.c-athlete__name {
  grid-area: name;
}
.c-athlete__sport {
  grid-area: sport;
}
.c-athlete__organisation {
  grid-area: organisation;
  display: none;
}
@media (min-width: 64em) {
  .c-athlete__organisation {
    display: block;
  }
}
.c-athlete__services {
  grid-area: service;
  display: none;
}
@media (min-width: 64em) {
  .c-athlete__services {
    display: block;
  }
}
.c-athlete__cadre {
  grid-area: cadre;
}
.c-athlete__button {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-athlete__button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__button {
    padding-top: 2.5rem;
  }
}
.c-athlete__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-athlete__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-athlete__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-athlete__load {
  margin-bottom: 0.5rem;
}
.c-athlete__load label {
  color: var(--primary-color-content);
}
.c-athlete__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-athlete__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-athlete__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-athlete__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-athlete__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-athlete__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-athlete__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-athlete__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-athlete__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-athlete__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-athlete__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete__load:hover, .c-athlete__load:focus, .c-athlete__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-athlete__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-athlete__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-athlete__load:hover, .u-background .c-athlete__load:focus, .u-background .c-athlete__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-athlete__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-athlete__load.is-loading span {
  opacity: 0;
}
.c-athlete__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-athlete__load.is-loading:hover::after, .c-athlete__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}

.c-athlete-hero {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  grid-template-rows: auto;
  padding: 0;
}
.c-athlete-hero > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-athlete-hero {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 64em) {
  .c-athlete-hero {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 48em) {
  .c-athlete-hero {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    grid-template-rows: auto auto auto 1fr;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 72px auto;
    grid-template-areas: "header header header header header header header header header header header header" "empty empty empty sport sport sport sport info info info info info" "social social social . . . . info info info info info";
  }
}
@media (min-width: 90em) {
  .c-athlete-hero {
    grid-template-areas: "header header header header header header header header header header header header" "empty empty empty sport sport sport sport sport info info info info" "social social social . . . . . info info info info";
  }
}
.c-athlete-hero > * {
  position: relative;
  z-index: 2;
}
.c-athlete-hero__info {
  grid-column: span 6;
  margin-top: -6.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 20em) {
  .c-athlete-hero__info {
    margin-top: calc(-6.75rem + -5.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info {
    margin-top: -12.125rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__info {
    padding-top: calc(1rem + 1.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info {
    padding-top: 2.0625rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__info {
    padding-bottom: calc(1rem + 1.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info {
    padding-bottom: 2.0625rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__info {
    padding-left: calc(1rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__info {
    padding-right: calc(1rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info {
    padding-right: 2.5rem;
  }
}
.c-athlete-hero__info h2 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-athlete-hero__info h2 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__info h2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-hero__info {
    grid-column: span 10;
  }
}
@media (max-width: 64em) {
  .c-athlete-hero__info {
    margin-top: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__info {
    grid-area: info;
    background-color: #ffffff;
  }
}
.c-athlete-hero__infolist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-athlete-hero__infolist {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__infolist {
    font-size: 0.875rem;
  }
}
.c-athlete-hero__infoitem {
  margin-bottom: 1rem;
}
@media (min-width: 20em) {
  .c-athlete-hero__infoitem {
    margin-bottom: calc(1rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__infoitem {
    margin-bottom: 2rem;
  }
}
@media (max-width: 48em) {
  .c-athlete-hero__infoitem:nth-child(1), .c-athlete-hero__infoitem:nth-child(2) {
    grid-column: span 1;
  }
}
@media (max-width: 48em) {
  .c-athlete-hero__infoitem {
    grid-column: span 2;
  }
}
.c-athlete-hero__sport {
  display: flex;
  grid-column: span 5;
  gap: 12px;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-athlete-hero__sport {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__sport {
    font-size: 1.1875rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-hero__sport {
    grid-column: 4/11;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__sport {
    grid-area: sport;
  }
}
.c-athlete-hero__sport svg {
  color: var(--primary-color);
}
.c-athlete-hero__social {
  grid-column-start: 6;
  grid-column-end: 6;
  justify-self: flex-end;
  grid-row: 3/5;
}
@media (min-width: 48em) {
  .c-athlete-hero__social {
    grid-column: 4/11;
    grid-row: auto;
    justify-self: flex-start;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__social {
    grid-area: social;
    width: 100%;
    margin-top: 2rem;
    padding-left: 15%;
    padding-right: 25%;
    padding-left: 2.5rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .c-athlete-hero__social {
    padding-left: calc(2.5rem + 0 * (100vw - 64rem) / 29.75);
  }
}
@media (min-width: 64em) and (min-width: 93.75em) {
  .c-athlete-hero__social {
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .c-athlete-hero__social {
    padding-right: calc(1.875rem + 4.375 * (100vw - 64rem) / 29.75);
  }
}
@media (min-width: 64em) and (min-width: 93.75em) {
  .c-athlete-hero__social {
    padding-right: 6.25rem;
  }
}
.c-athlete-hero__media {
  grid-column: span 6;
  position: relative;
}
@media (min-width: 48em) {
  .c-athlete-hero__media {
    grid-column: 1/11;
    grid-row: 1;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__media {
    grid-area: header;
  }
}
.c-athlete-hero__media--background {
  height: 15.625rem;
}
@media (min-width: 20em) {
  .c-athlete-hero__media--background {
    height: calc(15.625rem + 6.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__media--background {
    height: 21.75rem;
  }
}
.c-athlete-hero__media--picture {
  height: 15.625rem;
}
@media (min-width: 20em) {
  .c-athlete-hero__media--picture {
    height: calc(15.625rem + 21.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__media--picture {
    height: 37.5rem;
  }
}
.c-athlete-hero__media--picture .c-athlete-hero__background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.4) 100%), 50%/cover no-repeat;
}
.c-athlete-hero__name {
  grid-column: span 5;
  position: relative;
  z-index: 2;
}
.c-athlete-hero__name h1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-athlete-hero__name {
    grid-row: 1;
    grid-column: 4/11;
    color: #ffffff;
    align-self: flex-end;
    margin-bottom: 2rem;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__name {
    grid-column: 4/8;
  }
}
@media (min-width: 90em) {
  .c-athlete-hero__name {
    grid-column: 4/9;
  }
}
.c-athlete-hero__background {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--secondary-color);
  overflow: hidden;
}
.c-athlete-hero__portrait {
  grid-column: span 6;
  margin-top: -7.5rem;
  width: 50%;
  align-self: flex-end;
}
@media (min-width: 20em) {
  .c-athlete-hero__portrait {
    margin-top: calc(-7.5rem + -4.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__portrait {
    margin-top: -11.875rem;
  }
}
@media (min-width: 48em) {
  .c-athlete-hero__portrait {
    grid-row: 1;
    grid-column: 1/4;
    margin-top: 0;
    margin-bottom: -72px;
    width: auto;
  }
}
@media (min-width: 64em) {
  .c-athlete-hero__portrait {
    grid-row: 1;
    grid-column: 1/4;
  }
}
.c-athlete-hero__portrait-inner {
  position: relative;
  border-radius: 50%;
  width: 11.25rem;
  height: 11.25rem;
  border: 4px solid #ffffff;
  overflow: hidden;
}
@media (min-width: 20em) {
  .c-athlete-hero__portrait-inner {
    width: calc(11.25rem + 5.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__portrait-inner {
    width: 16.625rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__portrait-inner {
    height: calc(11.25rem + 5.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__portrait-inner {
    height: 16.625rem;
  }
}
.c-athlete-hero__background-icon {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 75rem;
  height: 15.625rem;
  pointer-events: none;
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 40.625rem;
          mask-size: 40.625rem;
  -webkit-mask-position: 120% 45%;
          mask-position: 120% 45%;
  -webkit-mask-image: url(../Icons/pattern/pattern-parallelogram-rotate.svg);
          mask-image: url(../Icons/pattern/pattern-parallelogram-rotate.svg);
  right: -36.25rem;
}
@media (min-width: 20em) {
  .c-athlete-hero__background-icon {
    height: calc(15.625rem + 6.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__background-icon {
    height: 21.75rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__background-icon {
    -webkit-mask-size: calc(40.625rem + 33.125 * (100vw - 20rem) / 80);
            mask-size: calc(40.625rem + 33.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__background-icon {
    -webkit-mask-size: 73.75rem;
            mask-size: 73.75rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-hero__background-icon {
    right: calc(-36.25rem + 0 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-hero__background-icon {
    right: -36.25rem;
  }
}
@media (max-width: 85.375em) {
  .c-athlete-hero__background-icon {
    -webkit-mask-position: 100% 45%;
            mask-position: 100% 45%;
    right: -25rem;
  }
}
@media (max-width: 48em) {
  .c-athlete-hero__background-icon {
    -webkit-mask-position: 101% 134%;
            mask-position: 101% 134%;
    right: -25rem;
  }
}

.c-athlete-detail__contentitem {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-athlete-detail__contentitem > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-athlete-detail__contentitem {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-athlete-detail__contentitem--events {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--events {
    padding-top: calc(2.75rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--events {
    padding-top: 5.25rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--events {
    padding-bottom: calc(2.75rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--events {
    padding-bottom: 5.25rem;
  }
}
.c-athlete-detail__contentitem--events h2 {
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--events h2 {
    margin-bottom: calc(0.875rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--events h2 {
    margin-bottom: 1.25rem;
  }
}
.c-athlete-detail__contentitem--news {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--news {
    padding-top: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--news {
    padding-top: 2.75rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--news {
    padding-bottom: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--news {
    padding-bottom: 2.75rem;
  }
}
.c-athlete-detail__contentitem--news::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #F5F5F5;
}
.c-athlete-detail__contentitem--media {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  position: relative;
  display: block;
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--media {
    padding-top: calc(2.75rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--media {
    padding-top: 5.25rem;
  }
}
@media (min-width: 20em) {
  .c-athlete-detail__contentitem--media {
    padding-bottom: calc(2.75rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-athlete-detail__contentitem--media {
    padding-bottom: 5.25rem;
  }
}
.c-athlete-detail__contentitem--media .swiper {
  overflow: visible;
}

.c-club-teaser {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  row-gap: 0.9375rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 20em) {
  .c-club-teaser {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-club-teaser {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-club-teaser {
    row-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser {
    row-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-club-teaser {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-club-teaser {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 48em) and (min-width: 100em) {
  .c-club-teaser {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-club-teaser__heading {
  grid-column: span 8;
  display: flex;
  flex-direction: column;
}
.c-club-teaser__heading h2 {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-club-teaser__heading h2 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__heading h2 {
    font-size: 1.625rem;
  }
}
.c-club-teaser__place {
  margin-bottom: 4px;
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-club-teaser__place {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__place {
    font-size: 1rem;
  }
}
.c-club-teaser__cta {
  grid-column: span 2;
}
.c-club-teaser__links {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-club-teaser__links {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__links {
    font-size: 1rem;
  }
}
.c-club-teaser__links li {
  padding-bottom: 0.5rem;
}
.c-club-teaser__sport {
  margin-top: 1.25rem;
}
.c-club-teaser__schedule {
  grid-column: span 10;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: 1fr;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-club-teaser__schedule {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__schedule {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-club-teaser__schedule {
    -moz-column-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__schedule {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media (min-width: 20em) {
  .c-club-teaser__schedule {
    row-gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-club-teaser__schedule {
    row-gap: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-club-teaser__schedule {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 90em) {
  .c-club-teaser__schedule {
    grid-column: span 9;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-clubs-list__item {
  border-bottom: 1px solid #B6B7BA;
}
.c-clubs-list__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-clubs-list__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-clubs-list__load {
  margin-bottom: 0.5rem;
}
.c-clubs-list__load label {
  color: var(--primary-color-content);
}
.c-clubs-list__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-clubs-list__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-clubs-list__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-clubs-list__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-clubs-list__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-clubs-list__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-clubs-list__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-clubs-list__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-clubs-list__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-clubs-list__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-clubs-list__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-clubs-list__load:hover, .c-clubs-list__load:focus, .c-clubs-list__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-clubs-list__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-clubs-list__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-clubs-list__load:hover, .u-background .c-clubs-list__load:focus, .u-background .c-clubs-list__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-clubs-list__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-clubs-list__load.is-loading span {
  opacity: 0;
}
.c-clubs-list__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-clubs-list__load.is-loading:hover::after, .c-clubs-list__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}
.c-clubs-list__button {
  justify-self: center;
  padding-top: 2.5rem;
}
@media (min-width: 20em) {
  .c-clubs-list__button {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-clubs-list__button {
    padding-top: 5rem;
  }
}

.c-schedule-teaser {
  background-color: #F5F5F5;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 20em) {
  .c-schedule-teaser {
    padding-left: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser {
    padding-left: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser {
    padding-right: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser {
    padding-right: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser {
    padding-top: calc(0.625rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser {
    padding-top: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser {
    padding-bottom: calc(0.625rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser {
    padding-bottom: 0.75rem;
  }
}
.c-schedule-teaser__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-template-columns: 1fr 1.5fr;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-schedule-teaser__row {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser__row {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser__row {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
         column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser__row {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser__row {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser__row {
    font-size: 0.875rem;
  }
}
.c-schedule-teaser__info {
  margin-top: auto;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-schedule-teaser__info {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser__info {
    font-size: 0.875rem;
  }
}
.c-schedule-teaser h3 {
  font-size: 0.9375rem;
  line-height: 150%;
  grid-column: span 2;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media (min-width: 20em) {
  .c-schedule-teaser h3 {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser h3 {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-schedule-teaser h3 {
    margin-bottom: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser h3 {
    margin-bottom: 1rem;
  }
}
.c-schedule-teaser p {
  margin-bottom: 0;
}
.c-schedule-teaser__year, .c-schedule-teaser__day, .c-schedule-teaser__time {
  font-weight: 800;
}
.c-schedule-teaser__date {
  grid-column: 2/2;
}
.c-schedule-teaser__gender {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-schedule-teaser__items {
  display: grid;
  row-gap: 0.875rem;
}
@media (min-width: 20em) {
  .c-schedule-teaser__items {
    row-gap: calc(0.875rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-schedule-teaser__items {
    row-gap: 1rem;
  }
}

.c-events-panel__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 20em) {
  .c-events-panel__items {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-events-panel__items {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-events-panel__items {
    row-gap: calc(1rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-events-panel__items {
    row-gap: 1.25rem;
  }
}

.c-event-result {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-top: 0.5rem;
  border-bottom: 1px solid #B6B7BA;
  padding-bottom: 1rem;
  font-size: 0.9375rem;
  line-height: 150%;
}
.c-event-result > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-event-result {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-event-result {
    padding-bottom: calc(1rem + -0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 20em) {
  .c-event-result {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result {
    font-size: 1rem;
  }
}
.c-event-result__team {
  grid-column: span 2;
  margin-top: 0.125rem;
}
@media (min-width: 20em) {
  .c-event-result__team {
    margin-top: calc(0.125rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__team {
    margin-top: 0.4375rem;
  }
}
.c-event-result__event {
  grid-column: span 4;
}
.c-event-result__event h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-event-result__event h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__event h3 {
    font-size: 1.375rem;
  }
}
.c-event-result__labels {
  grid-column: span 6;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-top: 8px;
}
@media (min-width: 20em) {
  .c-event-result__labels {
    -moz-column-gap: calc(0.75rem + 0.5 * (100vw - 20rem) / 80);
         column-gap: calc(0.75rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__labels {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-event-result__labels {
    row-gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__labels {
    row-gap: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-event-result__labels {
    padding-top: calc(0.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__labels {
    padding-top: 0.3125rem;
  }
}
@media (min-width: 20em) {
  .c-event-result__labels {
    padding-bottom: calc(0.125rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__labels {
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 64em) {
  .c-event-result__labels {
    margin-top: 0;
  }
}
.c-event-result__sport {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  row-gap: 0.25rem;
}
@media (min-width: 20em) {
  .c-event-result__sport {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__sport {
    gap: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-event-result__sport {
    row-gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__sport {
    row-gap: 0.5rem;
  }
}
.c-event-result__sport li {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #8F9198;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-event-result__sport li {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__sport li {
    font-size: 0.875rem;
  }
}
.c-event-result__status {
  grid-column: span 2;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  align-self: center;
}
@media (min-width: 20em) {
  .c-event-result__status {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__status {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-event-result__status {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result__status {
    gap: 0.5rem;
  }
}
@media (max-width: 64em) {
  .c-event-result__status {
    margin-top: 0.5rem;
    display: none;
  }
}
.c-event-result__status p {
  margin-bottom: 0;
}
.c-event-result__status::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
}
@media (max-width: 64em) {
  .c-event-result__status--green, .c-event-result__status--red, .c-event-result__status--orange, .c-event-result__status--grey {
    display: flex;
  }
}
.c-event-result__status--green::before {
  background-color: #00CC99;
}
.c-event-result__status--orange::before {
  background-color: #ff681f;
}
.c-event-result__status--grey::before {
  background-color: #8F9198;
}
.c-event-result__status--red::before {
  background-color: #F22745;
}
.c-event-result--results time, .c-event-result--dates time {
  display: block;
  margin-bottom: 0.25rem;
}
.c-event-result--results .c-event-result__team p, .c-event-result--dates .c-event-result__team p {
  margin-bottom: 0.25rem;
}
.c-event-result--results .c-event-result__event, .c-event-result--dates .c-event-result__event {
  grid-column: span 8;
}
.c-event-result--results .c-event-result__event:has(+ .c-event-result__status), .c-event-result--dates .c-event-result__event:has(+ .c-event-result__status) {
  grid-column: span 7;
}
@media (max-width: 64em) {
  .c-event-result--results .c-event-result__event, .c-event-result--dates .c-event-result__event {
    margin-top: 0.5rem;
  }
}
.c-event-result--results .c-event-result__event h3, .c-event-result--dates .c-event-result__event h3 {
  margin-bottom: 0.5rem;
}
.c-event-result--results .c-event-result__button, .c-event-result--dates .c-event-result__button {
  grid-column: span 2;
  display: flex;
  align-items: center;
}
.c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-event-result--results .c-event-result__button .c-btn, .c-event-result--dates .c-event-result__button .c-btn {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
@media (min-width: 64em) {
  .c-event-result--results .c-event-result__button, .c-event-result--dates .c-event-result__button {
    justify-content: flex-end;
  }
}
@media (max-width: 64em) {
  .c-event-result--results .c-event-result__button, .c-event-result--dates .c-event-result__button {
    margin-top: 1.125rem;
  }
}
.c-event-result--results .c-event-result__status + .c-event-result__button, .c-event-result--dates .c-event-result__status + .c-event-result__button {
  grid-column: span 1;
}
@media (max-width: 64em) {
  .c-event-result--dates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-event-result--dates > * {
    grid-column: span 2;
  }
  .c-event-result--dates .c-event-result__button {
    justify-content: flex-end;
  }
  .c-event-result--dates .c-event-result__status {
    grid-column: span 1;
    margin-top: 1.125rem;
    align-self: center;
  }
  .c-event-result--dates .c-event-result__status + .c-event-result__button {
    grid-column: span 1;
    grid-column-end: 3;
    justify-self: flex-end;
  }
}

.c-event-result-list__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-event-result-list__button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__button {
    padding-top: 2.5rem;
  }
}
.c-event-result-list__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-event-result-list__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-result-list__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-event-result-list__load {
  margin-bottom: 0.5rem;
}
.c-event-result-list__load label {
  color: var(--primary-color-content);
}
.c-event-result-list__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-event-result-list__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-event-result-list__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-event-result-list__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-event-result-list__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-event-result-list__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-event-result-list__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-event-result-list__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-event-result-list__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-event-result-list__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-event-result-list__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-event-result-list__load:hover, .c-event-result-list__load:focus, .c-event-result-list__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-event-result-list__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-event-result-list__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-event-result-list__load:hover, .u-background .c-event-result-list__load:focus, .u-background .c-event-result-list__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-event-result-list__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-event-result-list__load.is-loading span {
  opacity: 0;
}
.c-event-result-list__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-event-result-list__load.is-loading:hover::after, .c-event-result-list__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}
.c-event-result-list__items {
  margin-bottom: 0;
}
.c-event-result-list__item:has(.c-ads) + .c-event-result-list__item {
  border-top: 1px solid #B6B7BA;
}

.c-formwrap__buttons {
  align-items: center;
  display: flex;
  align-items: center;
}
@media (min-width: 48em) {
  .c-formwrap__fields {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .c-formwrap__fields .l-row {
    max-width: calc(100% - 50px);
    flex: 1 1 auto;
  }
}
.c-formwrap__button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E3E3E3;
  cursor: pointer;
}
.c-formwrap__button-icon {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}
.c-formwrap__button-icon svg {
  display: block;
  width: 1.25rem;
  height: auto;
}
.c-formwrap__button-icon svg path {
  stroke: #202531;
}
.c-formwrap__button-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-formwrap__button-icon svg:not(:first-child) {
  transform: rotate(180deg);
  opacity: 0;
}
.c-formwrap__button--add {
  display: none;
}
.c-formwrap fieldset:last-of-type .c-formwrap__button--remove {
  display: none;
}
.c-formwrap fieldset:last-of-type .c-formwrap__button--add {
  display: block;
}

@media (min-width: 64em) {
  .c-event-detail {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-event-detail {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-event-detail {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-event-detail > * {
  grid-column: 3/-3;
  padding-bottom: 2rem;
}
@media (min-width: 20em) {
  .c-event-detail > * {
    padding-bottom: calc(2rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail > * {
    padding-bottom: 5rem;
  }
}
.c-event-detail > *:last-child {
  padding-bottom: 0;
}
.c-event-detail > *:has(> .l-section) {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 20em) {
  .c-event-detail > *:has(> .l-section) {
    padding-top: calc(2rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail > *:has(> .l-section) {
    padding-top: 5rem;
  }
}
@media (min-width: 20em) {
  .c-event-detail > *:has(> .l-section) {
    padding-bottom: calc(2rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail > *:has(> .l-section) {
    padding-bottom: 5rem;
  }
}
.c-event-detail > *:has(> .l-section):not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 20em) {
  .c-event-detail > *:has(> .l-section):not(:last-child) {
    margin-bottom: calc(2rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail > *:has(> .l-section):not(:last-child) {
    margin-bottom: 5rem;
  }
}
.c-event-detail > *:has(> .l-section) > * {
  position: relative;
  z-index: 2;
}
.c-event-detail > *:has(> .l-section)::after {
  content: "";
  background-color: #F5F5F5;
  width: 110vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
.c-event-detail__ad {
  grid-column: span 12;
}
.c-event-detail h1, .c-event-detail__live, .c-event-detail__hero {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-event-detail h1, .c-event-detail__live, .c-event-detail__hero {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail h1, .c-event-detail__live, .c-event-detail__hero {
    padding-bottom: 2.5rem;
  }
}
.c-event-detail__info {
  display: grid;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-event-detail__info {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail__info {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 64em) {
  .c-event-detail__info {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 64em) {
  .c-event-detail__box {
    grid-column: 1/8;
  }
}
.c-event-detail__logo img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .c-event-detail__logo {
    grid-column: span 2;
  }
}
@media (max-width: 64em) {
  .c-event-detail__logo {
    grid-row: 1;
    padding-bottom: 0.75rem;
  }
}
.c-event-detail__competition {
  position: relative;
  grid-column: 2/-2;
  padding-top: 2rem;
}
@media (min-width: 20em) {
  .c-event-detail__competition {
    padding-top: calc(2rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-event-detail__competition {
    padding-top: 5rem;
  }
}
.c-event-detail__program {
  grid-column: span 12;
}
@media (min-width: 64em) {
  .c-event-detail__program {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-event-detail__program {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-event-detail__program {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-event-detail__events {
  grid-column: span 12;
}

.c-news-detail {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-news-detail > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-news-detail {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-news-detail > * {
  grid-column: 3/-3;
}
@media (min-width: 48em) {
  .c-news-detail {
    padding-top: 2.5rem;
  }
}
.c-news-detail__hero {
  margin-bottom: 1.25rem;
  grid-row: 1;
}
@media (min-width: 20em) {
  .c-news-detail__hero {
    margin-bottom: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__hero {
    margin-bottom: 2.75rem;
  }
}
@media (max-width: 48em) {
  .c-news-detail__hero {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 48em) and (min-width: 20em) {
  .c-news-detail__hero {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 48em) and (min-width: 100em) {
  .c-news-detail__hero {
    margin-left: -5rem;
  }
}
@media (max-width: 48em) and (min-width: 20em) {
  .c-news-detail__hero {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 48em) and (min-width: 100em) {
  .c-news-detail__hero {
    margin-right: -5rem;
  }
}
.c-news-detail__historyback {
  display: none;
}
.c-news-detail__pretitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-detail__pretitle {
    margin-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__pretitle {
    margin-bottom: 1.5rem;
  }
}
.c-news-detail__pretitle .c-news-detail__categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
}
.c-news-detail__ads {
  grid-column: 1/13;
}
.c-news-detail__ads, .c-news-detail__lead {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__ads, .c-news-detail__lead {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__ads, .c-news-detail__lead {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__cat {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color-white-content);
  font-weight: 800;
  grid-row: 2;
}
@media (min-width: 20em) {
  .c-news-detail__cat {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__cat {
    font-size: 0.875rem;
  }
}
.c-news-detail__title h1 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-detail__title h1 {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__title h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail__title h1 {
    line-height: calc(2.625rem + 2.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__title h1 {
    line-height: 5rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail__title h1 {
    margin-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__title h1 {
    margin-bottom: 1.5rem;
  }
}
.c-news-detail__time {
  font-size: 0.75rem;
  line-height: 150%;
  color: #8F9198;
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__time {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__time {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail__time {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__time {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__time:has(+ .c-news-detail__author) {
  margin-bottom: 0;
}
.c-news-detail__time-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-detail__time-wrapper {
    margin-bottom: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__time-wrapper {
    margin-bottom: 2.75rem;
  }
}
.c-news-detail__time-wrapper .c-news-detail__author,
.c-news-detail__time-wrapper .c-news-detail__info {
  margin-bottom: 0;
}
.c-news-detail__time-wrapper > *:not(:last-child)::after {
  content: "|";
  margin: 0 0.6rem 0 0.5rem;
  position: relative;
  display: inline-flex;
}
.c-news-detail__author, .c-news-detail__info {
  font-size: 0.75rem;
  line-height: 150%;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-news-detail__author, .c-news-detail__info {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__author, .c-news-detail__info {
    font-size: 0.875rem;
  }
}
.c-news-detail__richtext {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__richtext {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__richtext {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__contents {
  grid-column: span 12;
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-news-detail__contents > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-news-detail__contents {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-news-detail__athlete > h3 {
  margin-bottom: 1rem;
}
.c-news-detail__athlete > h2 {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 0.7em;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-news-detail__athlete > h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__athlete > h2 {
    font-size: 2rem;
  }
}
.c-accordion .c-news-detail__athlete > h3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion .c-news-detail__athlete > h3 {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion .c-news-detail__athlete > h3 {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-accordion .c-news-detail__athlete > h3 {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion .c-news-detail__athlete > h3 {
    padding-right: 1.75rem;
  }
}
.c-news-detail__content {
  grid-column: 3/-3;
}
.c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--html {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--html {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__content--richtext, .c-news-detail__content--textmedia, .c-news-detail__content--table, .c-news-detail__content--html {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__content--textmedia-infobox, .c-news-detail__content--textmedia-column-left, .c-news-detail__content--textmedia-column-right {
  grid-column: 2/-2;
  padding: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__content--textmedia-infobox, .c-news-detail__content--textmedia-column-left, .c-news-detail__content--textmedia-column-right {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__content--textmedia-infobox, .c-news-detail__content--textmedia-column-left, .c-news-detail__content--textmedia-column-right {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__content--media {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__content--media {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__content--media {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__content--relations {
  grid-column: span 12;
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__content--relations {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__content--relations {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__athlete {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__athlete {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__athlete {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__athlete .l-section {
  padding: 0 !important;
}
.c-news-detail__related {
  grid-column: span 12;
  margin-top: 3.25rem;
}
@media (min-width: 20em) {
  .c-news-detail__related {
    margin-top: calc(3.25rem + 2.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__related {
    margin-top: 5.5rem;
  }
}
.c-news-detail__relatedlinks, .c-news-detail__tags {
  display: none;
}
.c-news-detail__categories {
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__categories {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__categories {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail .c-accordion {
  grid-column: 2/-2;
  padding-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail .c-accordion {
    padding-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail .c-accordion {
    padding-bottom: 5.5rem;
  }
}
.c-news-detail .c-accordion:has(+ .c-accordion) {
  padding-bottom: 1.25rem;
}
.c-news-detail .c-accordion .c-news-detail__athlete {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-detail .c-accordion .c-news-detail__athlete {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail .c-accordion .c-news-detail__athlete {
    padding-bottom: 1.75rem;
  }
}
.c-news-detail .c-accordion__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 20em) {
  .c-news-detail .c-accordion__inner {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail .c-accordion__inner {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-news-detail .c-accordion__inner > * {
  grid-column: span 10;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-detail .c-accordion__inner > * {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail .c-accordion__inner > * {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail .c-accordion__inner > * {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail .c-accordion__inner > * {
    padding-right: 1.75rem;
  }
}
.c-news-detail .c-accordion__inner [class*=richtext-accordion],
.c-news-detail .c-accordion__inner [class*=html-accordion] {
  grid-column: 2/-2;
  padding-left: 0;
  padding-right: 0;
}
.c-news-detail .c-accordion__inner .c-news-detail__content {
  margin-bottom: 0;
}
.c-news-detail__share {
  position: relative;
  background-color: #F5F5F5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 20em) {
  .c-news-detail__share {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__share {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail__share {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__share {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-news-detail__share {
    margin-bottom: calc(1.875rem + 3.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-detail__share {
    margin-bottom: 5.5rem;
  }
}
.c-news-detail__share > * {
  position: relative;
  z-index: 2;
}
.c-news-detail__share::after {
  content: "";
  background-color: #F5F5F5;
  width: 120vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.c-filter--radio .c-filter__radio {
  display: flex;
}
@media (min-width: 48em) {
  .c-filter--radio .c-filter__radio {
    flex-direction: column;
  }
}
.c-filter--radio .c-filter__item {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  cursor: pointer;
  position: relative;
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter--radio .c-filter__item {
  margin-bottom: 0.5rem;
}
.c-filter--radio .c-filter__item label {
  color: var(--primary-color-content);
}
.c-filter--radio .c-filter__item span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter--radio .c-filter__item {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter--radio .c-filter__item:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter--radio .c-filter__item:hover, .c-filter--radio .c-filter__item:focus, .c-filter--radio .c-filter__item:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter--radio .c-filter__item {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter--radio .c-filter__item:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter--radio .c-filter__item:hover, .u-background .c-filter--radio .c-filter__item:focus, .u-background .c-filter--radio .c-filter__item:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter--radio .c-filter__item {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter--radio .c-filter__item label {
  color: var(--primary-color-white-content);
}
.c-filter--radio .c-filter__item:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter--radio .c-filter__item:hover, .c-filter--radio .c-filter__item:focus, .c-filter--radio .c-filter__item:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter--radio .c-filter__item:hover label, .c-filter--radio .c-filter__item:focus label, .c-filter--radio .c-filter__item:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter--radio .c-filter__item {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter--radio .c-filter__item label {
  color: var(--secondary-color-content);
}
.u-background .c-filter--radio .c-filter__item:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter--radio .c-filter__item:hover, .u-background .c-filter--radio .c-filter__item:focus, .u-background .c-filter--radio .c-filter__item:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter--radio .c-filter__item:hover label, .u-background .c-filter--radio .c-filter__item:focus label, .u-background .c-filter--radio .c-filter__item:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
@media (min-width: 48em) {
  .c-filter--radio .c-filter__item {
    margin-right: auto;
  }
}
.c-filter--radio .c-filter__item input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-filter--radio .c-filter__item label {
  padding-left: 0;
}
.c-filter--radio .c-filter__item:has(input:checked) {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter--radio .c-filter__item:has(input:checked) {
  margin-bottom: 0.5rem;
}
.c-filter--radio .c-filter__item:has(input:checked) label {
  color: var(--primary-color-content);
}
.c-filter--radio .c-filter__item:has(input:checked) span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter--radio .c-filter__item:has(input:checked) {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter--radio .c-filter__item:has(input:checked):active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter--radio .c-filter__item:has(input:checked):hover, .c-filter--radio .c-filter__item:has(input:checked):focus, .c-filter--radio .c-filter__item:has(input:checked):focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter--radio .c-filter__item:has(input:checked) {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter--radio .c-filter__item:has(input:checked):active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter--radio .c-filter__item:has(input:checked):hover, .u-background .c-filter--radio .c-filter__item:has(input:checked):focus, .u-background .c-filter--radio .c-filter__item:has(input:checked):focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter--radio .c-filter__item:has(input:checked) {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter--radio .c-filter__item:has(input:checked) {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
@media (min-width: 48em) {
  .c-filter--radio .c-filter__item {
    margin-bottom: 0.75rem;
  }
}

.c-news-list {
  grid-column: span 12;
}
.c-news-list h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-list__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
.c-news-list__items > * {
  grid-column: span 1;
}
@media (min-width: 64em) {
  .c-news-list__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .c-news-list__items > * {
    grid-column: span 12;
  }
  .c-news-list__items > *:has(.c-ads) {
    border-bottom: 0px;
  }
  .c-news-list__items > *:has(.c-ads) + .c-news-list__item {
    border-top: 1px solid #B6B7BA;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .c-news-list__items > :has(.c-news-teaser),
  .c-news-list__items > :has(.c-news-list__categorie-count) {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
@media (min-width: 64em) and (min-width: 85.375em) {
  .c-news-list__items > :has(.c-news-teaser),
  .c-news-list__items > :has(.c-news-list__categorie-count) {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.c-news-list__item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #B6B7BA;
}
.c-news-list__item--categorie {
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 1.375rem;
}
@media (min-width: 20em) {
  .c-news-list__item--categorie {
    padding-bottom: calc(1.375rem + 1.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__item--categorie {
    padding-bottom: 3rem;
  }
}
.c-news-list__button, .c-news-list__all-button {
  justify-self: center;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-list__button, .c-news-list__all-button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__button, .c-news-list__all-button {
    padding-top: 2.5rem;
  }
}
.c-news-list__load, .c-news-list__all-link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-list__load, .c-news-list__all-link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__load, .c-news-list__all-link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-news-list__load, .c-richtext .c-news-list__all-link {
  margin-bottom: 0.5rem;
}
.c-news-list__load label, .c-news-list__all-link label {
  color: var(--primary-color-content);
}
.c-news-list__load span, .c-news-list__all-link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-news-list__load, .c-news-list__all-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-list__load, .c-news-list__all-link {
      padding-right: 1.3125rem;
    }
  }
}
.c-news-list__load:active, .c-news-list__all-link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__load:hover, .c-news-list__load:focus, .c-news-list__load:focus-visible, .c-news-list__all-link:hover, .c-news-list__all-link:focus, .c-news-list__all-link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-news-list__load, .u-background .c-news-list__all-link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-news-list__load:active, .u-background .c-news-list__all-link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-news-list__load:hover, .u-background .c-news-list__load:focus, .u-background .c-news-list__load:focus-visible, .u-background .c-news-list__all-link:hover, .u-background .c-news-list__all-link:focus, .u-background .c-news-list__all-link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-news-list__load.is-loading, .c-news-list__all-link.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-news-list__load.is-loading span, .c-news-list__all-link.is-loading span {
  opacity: 0;
}
.c-news-list__load.is-loading::after, .c-news-list__all-link.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__load.is-loading:hover::after, .c-news-list__load.is-loading:focus-visible::after, .c-news-list__all-link.is-loading:hover::after, .c-news-list__all-link.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}
.c-news-list--relations .c-news-list__item {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  grid-column: span 1;
}
.c-news-list--related h2 {
  position: relative;
  width: auto;
  height: auto;
  overflow: unset;
  white-space: unset;
  clip: inherit;
  text-align: center;
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 1.25rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-news-list--related h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list--related h2 {
    font-size: 2rem;
  }
}
@media (min-width: 20em) {
  .c-news-list--related h2 {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list--related h2 {
    margin-bottom: 2.5rem;
  }
}
.c-news-list--related .c-news-list__items {
  row-gap: 1.5rem;
}
@media (min-width: 20em) {
  .c-news-list--related .c-news-list__items {
    row-gap: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list--related .c-news-list__items {
    row-gap: 2.75rem;
  }
}
@media (min-width: 64em) {
  .c-news-list--related .c-news-list__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 0;
  }
  .c-news-list--related .c-news-list__items > * {
    grid-column: span 1;
  }
}
.c-news-list--related .c-news-list__item {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-news-list__categorie-count {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.c-news-list__categorie-count p {
  margin: 0;
}
.c-news-list__categorie-count p:not([class]) {
  font-size: 0.75rem;
  line-height: 150%;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-news-list__categorie-count p:not([class]) {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-list__categorie-count p:not([class]) {
    font-size: 0.875rem;
  }
}

.c-news-preview {
  grid-column: span 12;
}
@media (min-width: 48em) {
  .c-news-preview {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
@media (min-width: 64em) {
  .c-news-preview {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.c-news-preview__button {
  text-align: center;
}
.c-news-preview__link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-news-preview__link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-news-preview__link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-preview__link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-preview__link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-preview__link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-preview__link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview__link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-news-preview__link {
  margin-bottom: 0.5rem;
}
.c-news-preview__link label {
  color: var(--primary-color-content);
}
.c-news-preview__link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-news-preview__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-news-preview__link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-preview__link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-preview__link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-preview__link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-preview__link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-preview__link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-preview__link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-preview__link {
      padding-right: 1.3125rem;
    }
  }
}
.c-news-preview__link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-preview__link:hover, .c-news-preview__link:focus, .c-news-preview__link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-news-preview__link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-news-preview__link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-news-preview__link:hover, .u-background .c-news-preview__link:focus, .u-background .c-news-preview__link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-news-preview h2 {
  margin-bottom: 2.1875rem;
}
@media (min-width: 20em) {
  .c-news-preview h2 {
    margin-bottom: calc(2.1875rem + 3.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-preview h2 {
    margin-bottom: 5.3125rem;
  }
}

.c-news-teaser {
  position: relative;
  height: 100%;
}
.c-news-teaser__link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
}
.c-news-teaser__link span {
  margin-right: 0.25rem;
}
.u-background .c-news-teaser__link {
  color: currentColor;
}
.u-background .c-news-teaser__link::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-news-teaser__link:hover, .u-background .c-news-teaser__link:focus, .u-background .c-news-teaser__link:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-news-teaser__link:hover::after, .u-background .c-news-teaser__link:focus::after, .u-background .c-news-teaser__link:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-news-teaser__link::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-news-teaser__link::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-news-teaser__link::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-news-teaser__link::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-news-teaser__link:active {
  color: var(--tertiary-color);
}
.c-news-teaser__link:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-news-teaser__link:hover, .c-news-teaser__link:focus, .c-news-teaser__link:focus-visible {
    color: var(--secondary-color);
  }
  .c-news-teaser__link:hover::after, .c-news-teaser__link:focus::after, .c-news-teaser__link:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-news-teaser__link--load-more::after, .c-news-teaser__link[href$=".pdf"]::after, .c-news-teaser__link[href$=".doc"]::after, .c-news-teaser__link[href$=".docx"]::after, .c-news-teaser__link[href$=".jpg"]::after, .c-news-teaser__link[href$=".jpeg"]::after, .c-news-teaser__link[href$=".png"]::after, .c-news-teaser__link[href$=".mov"]::after, .c-news-teaser__link[href$=".mp4"]::after, .c-news-teaser__link[href$=".mp3"]::after, .c-news-teaser__link[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-news-teaser__link--load-more::after, .c-news-teaser__link[href$=".pdf"]::after, .c-news-teaser__link[href$=".doc"]::after, .c-news-teaser__link[href$=".docx"]::after, .c-news-teaser__link[href$=".jpg"]::after, .c-news-teaser__link[href$=".jpeg"]::after, .c-news-teaser__link[href$=".png"]::after, .c-news-teaser__link[href$=".mov"]::after, .c-news-teaser__link[href$=".mp4"]::after, .c-news-teaser__link[href$=".mp3"]::after, .c-news-teaser__link[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link--load-more::after, .c-news-teaser__link[href$=".pdf"]::after, .c-news-teaser__link[href$=".doc"]::after, .c-news-teaser__link[href$=".docx"]::after, .c-news-teaser__link[href$=".jpg"]::after, .c-news-teaser__link[href$=".jpeg"]::after, .c-news-teaser__link[href$=".png"]::after, .c-news-teaser__link[href$=".mov"]::after, .c-news-teaser__link[href$=".mp4"]::after, .c-news-teaser__link[href$=".mp3"]::after, .c-news-teaser__link[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-news-teaser__link[href^="http://"]::after, .c-news-teaser__link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-news-teaser__link[href^="http://"]::after, .c-news-teaser__link[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link[href^="http://"]::after, .c-news-teaser__link[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-news-teaser__link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-news-teaser__link[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-teaser__link[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}

.c-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  gap: 0.9375rem;
  grid-auto-flow: dense;
}
@media (min-width: 20em) {
  .c-news-grid {
    gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-grid {
    gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .c-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-news-grid__item .c-news-teaser {
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 64em) {
  .c-news-grid__item .c-news-teaser {
    aspect-ratio: 16/14;
  }
}
@media (min-width: 81.25em) {
  .c-news-grid__item .c-news-teaser {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 48em) {
  .c-news-grid__item--breaking .c-news-teaser {
    grid-column: span 2;
  }
}
@media (min-width: 64em) {
  .c-news-grid__item--breaking .c-news-teaser {
    grid-column: span 3;
  }
}
.c-news-grid__item--large .c-news-teaser {
  aspect-ratio: 1/1;
}
.c-news-grid__item--small .c-news-teaser {
  aspect-ratio: unset;
  color: #202531;
  height: 100%;
}
.c-news-grid__item--small .c-news-teaser .c-teaser__inner {
  justify-content: center;
}
.c-news-grid__item--small .c-news-teaser .c-teaser__media {
  display: none;
}
.c-news-grid__column ul:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-news-grid__column ul:not([class]) {
    gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-grid__column ul:not([class]) {
    gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-news-grid__column:last-child {
    grid-column: span 2;
  }
}
@media (min-width: 64em) {
  .c-news-grid__column:last-child {
    grid-column: span 1;
  }
}
@media (min-width: 48em) {
  .c-news-grid--full-grid .c-news-grid__column:last-child ul:not([class]) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .c-news-grid--full-grid .c-news-grid__column:last-child ul:not([class]) {
    display: flex;
  }
}
.c-news-grid:not(.c-news-grid--full-grid) .c-news-grid__column:last-child ul:not([class]) {
  display: grid;
  height: 100%;
  gap: 0;
}
.c-news-grid:not(.c-news-grid--full-grid) .c-news-grid__column:last-child ul:not([class]) .c-news-grid__item {
  border-top: 1px solid #B6B7BA;
}
.c-news-grid:not(.c-news-grid--full-grid) .c-news-grid__column:last-child ul:not([class]) .c-news-grid__item:last-child {
  border-bottom: 1px solid #B6B7BA;
}

@media (min-width: 64em) {
  .c-news-highlight {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-news-highlight h2 {
  font-size: 1.125rem;
  line-height: 150%;
  grid-column: span 12;
  font-weight: 800;
  margin-bottom: 1em;
}
@media (min-width: 20em) {
  .c-news-highlight h2 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-highlight h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 85.375em) {
  .c-news-highlight h2 {
    grid-column: span 2;
  }
}
.c-news-highlight__items {
  position: relative;
  grid-column: span 6;
  display: grid;
}
@media (min-width: 85.375em) {
  .c-news-highlight__items {
    grid-column: span 4;
  }
}
.c-news-highlight__items .c-news-teaser {
  position: unset;
  border-bottom: 1px solid #B6B7BA;
}
.c-news-highlight__items .c-news-teaser:not(:first-child) .c-teaser__media {
  opacity: 0;
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-news-highlight__items .c-news-teaser:not(:first-child):hover .c-teaser__media, .c-news-highlight__items .c-news-teaser:not(:first-child):focus .c-teaser__media {
    opacity: 1;
  }
}
@media (max-width: 64em) {
  .c-news-highlight__items .c-news-teaser:first-child {
    border-top: 1px solid #B6B7BA;
  }
}

.c-news-button {
  text-align: center;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-news-button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button {
    padding-top: 2.5rem;
  }
}
.c-news-button__link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-news-button__link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-news-button__link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-button__link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-news-button__link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-button__link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-news-button__link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-news-button__link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-news-button__link {
  margin-bottom: 0.5rem;
}
.c-news-button__link label {
  color: var(--primary-color-content);
}
.c-news-button__link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-news-button__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-news-button__link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-button__link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-button__link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-button__link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-button__link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-button__link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-news-button__link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-news-button__link {
      padding-right: 1.3125rem;
    }
  }
}
.c-news-button__link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-news-button__link:hover, .c-news-button__link:focus, .c-news-button__link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-news-button__link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-news-button__link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-news-button__link:hover, .u-background .c-news-button__link:focus, .u-background .c-news-button__link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], [type=time], textarea, select {
  display: block;
  width: 100%;
  height: 2.75rem;
  border: 0.125rem solid #E3E3E3;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #202531;
  transition: border-color 0.3s 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: var(--tertiary-color);
  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: #F5F5F5;
  background-color: lch(from #202531 l50% c h);
  color: lch(from #E3E3E3 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: 5.5rem;
}

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 #E3E3E3 l-20% c h);
  cursor: not-allowed;
}

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

::-moz-placeholder {
  color: lch(from #F5F5F5 l50% c h);
  opacity: 1;
}

::placeholder {
  color: lch(from #F5F5F5 l50% c h);
  opacity: 1;
}

.c-form, form:not([class]) {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 85.375em) {
  .c-form, form:not([class]) {
    grid-column: 3/-3;
  }
}
@media (min-width: 20em) {
  .c-form, form:not([class]) {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form, form:not([class]) {
    font-size: 1rem;
  }
}
.c-form h3, form:not([class]) h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-form h3, form:not([class]) h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form h3, form:not([class]) h3 {
    font-size: 1.375rem;
  }
}
.c-form select,
.c-form input[type=text],
.c-form input[type=number],
.c-form input[type=date],
.c-form textarea, form:not([class]) select,
form:not([class]) input[type=text],
form:not([class]) input[type=number],
form:not([class]) input[type=date],
form:not([class]) textarea {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.c-form select, form:not([class]) select {
  padding-top: 0;
  padding-bottom: 0;
}
.c-form label, form:not([class]) label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-form label, form:not([class]) label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form label, form:not([class]) label {
    font-size: 0.875rem;
  }
}
.c-form:not(.powermail_form) fieldset, form:not([class]):not(.powermail_form) fieldset {
  margin-bottom: 0;
}
.c-form:not(.powermail_form) .l-row, form:not([class]):not(.powermail_form) .l-row {
  row-gap: 0;
}
.c-form:not(.powermail_form) .l-col > *, form:not([class]):not(.powermail_form) .l-col > * {
  padding-bottom: 1.5rem;
}
.c-form .u-toggler, form:not([class]) .u-toggler {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-form .u-toggler.is-toggled, form:not([class]) .u-toggler.is-toggled {
  max-height: 500vh;
  opacity: 1;
  visibility: visible;
}

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

input[type=file]::file-selector-button {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    border-radius: 10.1875rem;
  }
}
.c-richtext input[type=file]::file-selector-button {
  margin-bottom: 0.5rem;
}
input[type=file]::file-selector-button label {
  color: var(--primary-color-content);
}
input[type=file]::file-selector-button span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  input[type=file]::file-selector-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    input[type=file]::file-selector-button {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    input[type=file]::file-selector-button {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    input[type=file]::file-selector-button {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    input[type=file]::file-selector-button {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    input[type=file]::file-selector-button {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    input[type=file]::file-selector-button {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    input[type=file]::file-selector-button {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    input[type=file]::file-selector-button {
      padding-right: 1.3125rem;
    }
  }
}
input[type=file]::file-selector-button:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus, input[type=file]::file-selector-button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background input[type=file]::file-selector-button {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background input[type=file]::file-selector-button:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background input[type=file]::file-selector-button:hover, .u-background input[type=file]::file-selector-button:focus, .u-background input[type=file]::file-selector-button:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  input[type=file]::file-selector-button {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  input[type=file]::file-selector-button {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  input[type=file]::file-selector-button {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}

.c-form__lead {
  padding-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-form__lead {
    padding-bottom: calc(0.75rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__lead {
    padding-bottom: 1.5rem;
  }
}
.c-form__item legend {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-form__item legend {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__item legend {
    font-size: 0.875rem;
  }
}
.c-form__item--submit {
  text-align: center;
}
.c-form__item--submit .c-btn {
  padding: 0;
}
.c-form__item--submit input[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
}
@media (min-width: 20em) {
  .c-form__item--submit input[type=submit] {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__item--submit input[type=submit] {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-form__item--submit input[type=submit] {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__item--submit input[type=submit] {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-form__item--submit input[type=submit] {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__item--submit input[type=submit] {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-form__item--submit input[type=submit] {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__item--submit input[type=submit] {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 35.5em) {
  .c-form__field-group {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-form__section {
  border-top: 1px solid #202531;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 20em) {
  .c-form__section {
    padding-bottom: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__section {
    padding-bottom: 2.75rem;
  }
}
.c-form__section--toggle {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0;
}
.c-form__section--toggle:has([class*=js-toggle-].is-toggled) {
  max-height: 500vh;
  opacity: 1;
  visibility: visible;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 20em) {
  .c-form__section--toggle:has([class*=js-toggle-].is-toggled) {
    padding-bottom: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-form__section--toggle:has([class*=js-toggle-].is-toggled) {
    padding-bottom: 2.75rem;
  }
}

input::-webkit-date-and-time-value {
  text-align: left;
}

@supports (-webkit-touch-callout: none) {
  .is-mobile-safari input[type=date] {
    -webkit-appearance: none;
  }
}

@media (min-width: 85.375em) {
  .container-fluid,
  .tx-powermail {
    grid-column: 3/-3;
  }
}

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

.powermail_form h3 {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 2rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  .powermail_form h3 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_form h3 {
    font-size: 2rem;
  }
}

.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.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .powermail_label {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_label {
    font-size: 0.875rem;
  }
}

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

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

@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,
select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none'%3E%3Cpath stroke='%23000000' stroke-width='2' d='M16.847 1.076 9 8.923 1.153 1.076'/%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;
  line-height: 1;
}

.powermail_fieldwrap_type_text {
  font-size: 0.875rem;
}

.powermail_fieldwrap_type_submit .c-btn {
  padding: 0;
}
.powermail_fieldwrap_type_submit input[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
}
@media (min-width: 20em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_fieldwrap_type_submit input[type=submit] {
    padding-right: 1.3125rem;
  }
}

.powermail_message,
.parsley-errors-list, .powermail-errors-list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: var(--primary-color);
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .powermail_message,
  .parsley-errors-list, .powermail-errors-list {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .powermail_message,
  .parsley-errors-list, .powermail-errors-list {
    font-size: 0.875rem;
  }
}

.parsley-errors-list, .powermail-errors-list {
  margin-top: 4px;
  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: var(--primary-color);
}

.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.125rem solid var(--primary-color);
}
.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.125rem solid var(--primary-color);
}

.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: #202531;
  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.75rem 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: 5.5rem;
}

.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='%230000ff' 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);
  }
}
@media (min-width: 64em) {
  .c-search-list {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
@media (min-width: 85.375em) {
  .c-search-list {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.c-search-list__item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #B6B7BA;
}
.c-search-list__button {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-search-list__button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__button {
    padding-top: 2.5rem;
  }
}
.c-search-list__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-search-list__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-search-list__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-search-list__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-search-list__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-search-list__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-search-list__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-list__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-search-list__load {
  margin-bottom: 0.5rem;
}
.c-search-list__load label {
  color: var(--primary-color-content);
}
.c-search-list__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-search-list__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-search-list__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-list__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-list__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-list__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-list__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-list__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-list__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-list__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-search-list__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-search-list__load:hover, .c-search-list__load:focus, .c-search-list__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-search-list__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-search-list__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-search-list__load:hover, .u-background .c-search-list__load:focus, .u-background .c-search-list__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-search-list__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-search-list__load.is-loading span {
  opacity: 0;
}
.c-search-list__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-search-list__load.is-loading:hover::after, .c-search-list__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}

.c-search-result {
  position: relative;
}
.c-search-result img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-search-result:hover img, .c-search-result:focus-visible img, .c-search-result:focus-within img {
    transform: scale(1.1);
  }
}
.c-search-result__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(9, 1fr);
  position: relative;
}
@media (min-width: 20em) {
  .c-search-result__inner {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result__inner {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (max-width: 48em) {
  .c-search-result__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-search-result__content {
  grid-column: span 1;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-search-result__content {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result__content {
    font-size: 0.875rem;
  }
}
.c-search-result__content p {
  margin-bottom: 0.5rem;
}
.c-search-result__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .c-search-result__content {
    grid-column: span 5;
  }
}
.c-search-result__image, .c-search-result__link {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
@media (min-width: 48em) {
  .c-search-result__image, .c-search-result__link {
    grid-column: span 4;
    justify-content: flex-end;
    text-align: right;
  }
}
.c-search-result__image {
  align-items: flex-start;
  order: -1;
}
@media (min-width: 48em) {
  .c-search-result__image {
    order: unset;
  }
}
.c-search-result__image picture {
  overflow: hidden;
}
.c-search-result__pretitle {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-search-result__pretitle {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result__pretitle {
    gap: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-search-result__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result__pretitle {
    font-size: 0.875rem;
  }
}
.c-search-result h2 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-search-result h2 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result h2 {
    font-size: 1.375rem;
  }
}
.c-search-result__text,
.c-search-result time {
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-search-result__text,
  .c-search-result time {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-result__text,
  .c-search-result time {
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .c-search-result--news .c-search-result__image img, .c-search-result--event .c-search-result__image img {
    max-width: 260px;
    height: auto;
  }
}
@media (min-width: 48em) {
  .c-search-result--athlete .c-search-result__image img {
    max-height: 152px;
    width: auto;
  }
}

.c-search-filter__inner {
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 20em) {
  .c-search-filter__inner {
    gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__inner {
    gap: 2rem;
  }
}
@media (max-width: 48em) {
  .c-search-filter__inner {
    flex-direction: column;
  }
}
.c-search-filter__input {
  flex: 1 1 auto;
}
.c-search-filter__input > * {
  height: 100%;
}
.c-search-filter__input input {
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
}
@media (min-width: 20em) {
  .c-search-filter__input input {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__input input {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__input input {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__input input {
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 64em) {
  .c-search-filter__input input {
    text-align: center;
  }
}
.c-search-filter__submit {
  flex: 1 1 auto;
}
.c-search-filter__button {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  display: inline-flex;
  align-items: center;
  padding-left: 0.75rem;
  gap: 4px;
}
@media (min-width: 20em) {
  .c-search-filter__button {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-search-filter__button {
  margin-bottom: 0.5rem;
}
.c-search-filter__button label {
  color: var(--primary-color-content);
}
.c-search-filter__button span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-search-filter__button {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-search-filter__button {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-filter__button {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-filter__button {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-filter__button {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-filter__button {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-filter__button {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-search-filter__button {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-search-filter__button {
      padding-right: 1.3125rem;
    }
  }
}
.c-search-filter__button:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-search-filter__button:hover, .c-search-filter__button:focus, .c-search-filter__button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-search-filter__button {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-search-filter__button:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-search-filter__button:hover, .u-background .c-search-filter__button:focus, .u-background .c-search-filter__button:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-search-filter__button {
    padding-left: calc(0.75rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button {
    padding-left: 0.9375rem;
  }
}
.c-search-filter__button::before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  -webkit-mask-size: 1.625rem;
          mask-size: 1.625rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' stroke-linejoin='round' d='M14.241 22.613a8.374 8.374 0 1 0 0-16.748 8.374 8.374 0 0 0 0 16.748ZM24.14 24.136l-3.312-3.312'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' stroke-linejoin='round' d='M14.241 22.613a8.374 8.374 0 1 0 0-16.748 8.374 8.374 0 0 0 0 16.748ZM24.14 24.136l-3.312-3.312'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  background-position: center center;
  display: inline-flex;
  margin-top: -4px;
}
@media (min-width: 20em) {
  .c-search-filter__button::before {
    width: calc(1.625rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button::before {
    width: 1.8125rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button::before {
    height: calc(1.625rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button::before {
    height: 1.8125rem;
  }
}
@media (min-width: 20em) {
  .c-search-filter__button::before {
    -webkit-mask-size: calc(1.625rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.625rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-search-filter__button::before {
    -webkit-mask-size: 1.8125rem;
            mask-size: 1.8125rem;
  }
}
@media (max-width: 64em) {
  .c-search-filter__button {
    width: 100%;
    justify-content: center;
  }
}

.tx-solr-autosuggest strong {
  color: #F22745;
}

.c-filter-multiselect .c-accordion {
  display: block;
}
.c-filter-multiselect__button {
  position: relative;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  width: 100%;
  color: #202531;
  border-color: #E3E3E3;
  text-align: left;
  padding-right: 1.125rem;
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-multiselect__button {
  margin-bottom: 0.5rem;
}
.c-filter-multiselect__button label {
  color: var(--primary-color-content);
}
.c-filter-multiselect__button span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-multiselect__button {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-multiselect__button {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-multiselect__button {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-multiselect__button {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-multiselect__button {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-multiselect__button {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-multiselect__button {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-multiselect__button {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-multiselect__button {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-multiselect__button:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-multiselect__button:hover, .c-filter-multiselect__button:focus, .c-filter-multiselect__button:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-multiselect__button {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-multiselect__button:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-multiselect__button:hover, .u-background .c-filter-multiselect__button:focus, .u-background .c-filter-multiselect__button:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-multiselect__button {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter-multiselect__button label {
  color: var(--primary-color-white-content);
}
.c-filter-multiselect__button:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-multiselect__button:hover, .c-filter-multiselect__button:focus, .c-filter-multiselect__button:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-multiselect__button:hover label, .c-filter-multiselect__button:focus label, .c-filter-multiselect__button:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-multiselect__button {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-multiselect__button label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-multiselect__button:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-multiselect__button:hover, .u-background .c-filter-multiselect__button:focus, .u-background .c-filter-multiselect__button:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-multiselect__button:hover label, .u-background .c-filter-multiselect__button:focus label, .u-background .c-filter-multiselect__button:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__button {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__button {
    padding-right: 1.3125rem;
  }
}
.c-filter-multiselect__button::after {
  content: "";
  background-color: #202531;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' d='M6.75 12h12M12.75 6v12'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' d='M6.75 12h12M12.75 6v12'/%3E%3C/svg%3E");
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.c-filter-multiselect__button span {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-multiselect__button:hover, .c-filter-multiselect__button:focus, .c-filter-multiselect__button:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.is-active .c-filter-multiselect__button {
  border-color: #202531;
  color: #202531;
}
.is-active .c-filter-multiselect__button::after {
  background-color: #202531;
}
.c-filter-multiselect__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  justify-content: flex-end;
}
.c-filter-multiselect__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-filter-multiselect__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 64em) {
  .c-filter-multiselect__container {
    padding: 0;
  }
}
.c-filter-multiselect__container::after {
  content: "";
  position: absolute;
  right: -50%;
  width: 50vw;
  height: 100%;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
}
.is-toggled .c-filter-multiselect__container::after {
  right: -21.875rem;
}
.c-filter-multiselect__form {
  z-index: 300;
  position: relative;
}
.c-filter-multiselect__box {
  position: fixed;
  right: -100%;
  top: var(--hh);
  width: 100vw;
  height: calc(var(--vh) * 100 - var(--hh));
  z-index: 9999999999;
}
.c-filter-multiselect__box.is-toggled {
  right: 0;
}
@media (min-width: 48em) {
  .c-filter-multiselect__box {
    top: var(--hh);
  }
}
@media (max-width: 48em) {
  .c-filter-multiselect__box {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  }
}
.c-filter-multiselect__inner {
  background-color: #ffffff;
  width: 100vw;
  min-width: 21.875rem;
  height: calc(var(--vh) * 100 - var(--hh));
  z-index: 9999;
  position: relative;
  overflow-y: scroll;
  overflow-y: scroll;
  margin-right: -1.25rem;
  padding: 1.25rem;
  transform: translate(200vw, 0);
  transition: all 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
@media (min-width: 20em) {
  .c-filter-multiselect__inner {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__inner {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__inner {
    padding: calc(1.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__inner {
    padding: 2.25rem;
  }
}
.is-toggled .c-filter-multiselect__inner {
  transform: translate(0%, 0);
}
@media (max-width: 64em) {
  .c-filter-multiselect__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .c-filter-multiselect__inner {
    width: 25vw;
  }
}
.c-filter-multiselect__background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 37, 49, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  opacity: 0;
  pointer-events: none;
}
.is-toggled .c-filter-multiselect__background {
  opacity: 1;
  pointer-events: initial;
}
.c-filter-multiselect__form {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-filter-multiselect__form {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__form {
    margin-bottom: 2.5rem;
  }
}
.c-filter-multiselect__title {
  font-size: 1rem;
  line-height: 150%;
  padding-right: 30px;
}
@media (min-width: 20em) {
  .c-filter-multiselect__title {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__title {
    font-size: 1.1875rem;
  }
}
.c-filter-multiselect__options {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-filter-multiselect__options {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__options {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__options {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__options {
    margin-bottom: 2.5rem;
  }
}
.c-filter-multiselect__link {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  cursor: pointer;
}
@media (min-width: 20em) {
  .c-filter-multiselect__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-multiselect__link:hover, .c-filter-multiselect__link:focus-visible {
    color: var(--secondary-color);
  }
}
.c-filter-multiselect__close {
  position: absolute;
  top: 1.125rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(0);
  transition: transform 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  right: 1.25rem;
}
@media (min-width: 20em) {
  .c-filter-multiselect__close {
    top: calc(1.125rem + 0.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__close {
    top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-filter-multiselect__close {
    right: calc(1.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-multiselect__close {
    right: 2.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-multiselect__close:hover, .c-filter-multiselect__close:focus-visible {
    transform: rotate(90deg);
  }
}
.c-filter-multiselect .c-checkbox {
  z-index: 300;
}

.c-filter {
  position: relative;
  z-index: 9;
  filter: none;
  margin-bottom: 2.5rem;
  pointer-events: initial;
}
@media (min-width: 20em) {
  .c-filter {
    margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter {
    margin-bottom: 3.75rem;
  }
}
.c-filter__inner {
  position: relative;
  background-color: #ffffff;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 20em) {
  .c-filter__inner {
    padding-right: calc(1.5625rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__inner {
    padding-right: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-filter__inner {
    padding-left: calc(1.5625rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__inner {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-filter__inner {
    padding-top: calc(1rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__inner {
    padding-top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-filter__inner {
    padding-bottom: calc(1rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__inner {
    padding-bottom: 2rem;
  }
}
.c-filter__inner::after {
  content: "";
  position: absolute;
  width: 150vw;
  height: 50%;
  max-height: 120px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: -1px 14px 24px -7px rgba(227, 227, 227, 0.75);
}
.c-filter__inner > * {
  position: relative;
  z-index: 5;
}
.c-filter__head {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #202531;
  border-color: #202531;
  text-align: left;
  padding-right: 1.125rem;
  background-size: 24px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 20em) {
  .c-filter__head {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter__head {
  margin-bottom: 0.5rem;
}
.c-filter__head label {
  color: var(--primary-color-content);
}
.c-filter__head span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter__head {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter__head {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter__head {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter__head {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter__head {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter__head {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter__head {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter__head {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter__head {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter__head:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__head:hover, .c-filter__head:focus, .c-filter__head:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter__head {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter__head:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter__head:hover, .u-background .c-filter__head:focus, .u-background .c-filter__head:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter__head {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter__head label {
  color: var(--primary-color-white-content);
}
.c-filter__head:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__head:hover, .c-filter__head:focus, .c-filter__head:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter__head:hover label, .c-filter__head:focus label, .c-filter__head:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter__head {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter__head label {
  color: var(--secondary-color-content);
}
.u-background .c-filter__head:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter__head:hover, .u-background .c-filter__head:focus, .u-background .c-filter__head:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter__head:hover label, .u-background .c-filter__head:focus label, .u-background .c-filter__head:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
@media (min-width: 20em) {
  .c-filter__head {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__head {
    padding-right: 1.3125rem;
  }
}
.c-filter__head span, .c-filter__head svg {
  pointer-events: none;
}
.c-filter__head span {
  order: -1;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__head:hover, .c-filter__head:focus, .c-filter__head:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.c-filter__icon {
  margin-left: 1rem;
  margin-right: 0;
}
.c-filter__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  grid-column-end: -1;
}
@media (min-width: 48em) {
  .c-filter__bottom {
    display: block;
  }
}
.c-filter__body {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 36px;
       column-gap: 36px;
  z-index: 9999;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-filter__body {
    row-gap: calc(1rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__body {
    row-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-filter__body {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__body {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-filter__body {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__body {
    padding-right: 5rem;
  }
}
@media (min-width: 48em) {
  .c-filter__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
}
@media (max-width: 48em) {
  .c-filter__body {
    will-change: transform;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    top: var(--hh);
    background-color: #ffffff;
    padding-top: 1.75rem;
    right: -100%;
  }
  .c-filter__body.is-toggled {
    right: 0;
    max-height: 500vh;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
    visibility: visible;
    position: fixed;
    top: var(--hh);
  }
}
@media (max-width: 48em) {
  .c-filter__body--mobile {
    position: relative;
    visibility: visible;
    top: unset;
    right: unset;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .c-filter__body--mobile .c-filter__title,
  .c-filter__body--mobile .c-filter__close {
    display: none;
  }
}
.c-filter__close {
  position: absolute;
  z-index: 5;
  top: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(0);
  transition: transform 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  right: 1.25rem;
}
@media (min-width: 20em) {
  .c-filter__close {
    right: calc(1.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__close {
    right: 2.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__close:hover, .c-filter__close:focus-visible {
    transform: rotate(90deg);
  }
}
@media (min-width: 48em) {
  .c-filter__close {
    display: none;
  }
}
.c-filter__title {
  font-size: 1rem;
  line-height: 150%;
  padding-right: 30px;
}
@media (min-width: 20em) {
  .c-filter__title {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__title {
    font-size: 1.1875rem;
  }
}
@media (min-width: 48em) {
  .c-filter__title {
    display: none;
  }
}
@media (max-width: 64em) {
  .c-filter__accordion {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .c-filter__accordion {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-filter__accordion--mobile .c-filter__head {
  display: none;
}
.c-filter__reset {
  justify-self: flex-end;
  grid-column-end: -1;
  text-align: right;
}
.c-filter__reset-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color-white-content);
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  line-height: 150%;
  font-size: 0.75rem;
  line-height: 150%;
}
.c-filter__reset-link span {
  margin-right: 0.25rem;
}
.u-background .c-filter__reset-link {
  color: currentColor;
}
.u-background .c-filter__reset-link::after {
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter__reset-link:hover, .u-background .c-filter__reset-link:focus, .u-background .c-filter__reset-link:focus-visible {
    opacity: 0.6;
    color: currentColor;
  }
  .u-background .c-filter__reset-link:hover::after, .u-background .c-filter__reset-link:focus::after, .u-background .c-filter__reset-link:focus-visible::after {
    background-color: currentColor;
    opacity: 0.6;
  }
}
.c-filter__reset-link::after {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  padding: 0.25rem 0.1875rem;
  background-color: var(--primary-color-white-content);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-filter__reset-link::after {
    width: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link::after {
    width: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-filter__reset-link::after {
    height: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link::after {
    height: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-filter__reset-link::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
.c-filter__reset-link:active {
  color: var(--tertiary-color);
}
.c-filter__reset-link:active::after {
  background-color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__reset-link:hover, .c-filter__reset-link:focus, .c-filter__reset-link:focus-visible {
    color: var(--secondary-color);
  }
  .c-filter__reset-link:hover::after, .c-filter__reset-link:focus::after, .c-filter__reset-link:focus-visible::after {
    background-color: var(--secondary-color);
  }
}
.c-filter__reset-link--load-more::after, .c-filter__reset-link[href$=".pdf"]::after, .c-filter__reset-link[href$=".doc"]::after, .c-filter__reset-link[href$=".docx"]::after, .c-filter__reset-link[href$=".jpg"]::after, .c-filter__reset-link[href$=".jpeg"]::after, .c-filter__reset-link[href$=".png"]::after, .c-filter__reset-link[href$=".mov"]::after, .c-filter__reset-link[href$=".mp4"]::after, .c-filter__reset-link[href$=".mp3"]::after, .c-filter__reset-link[href$=".zip"]::after {
  margin-top: -4px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-filter__reset-link--load-more::after, .c-filter__reset-link[href$=".pdf"]::after, .c-filter__reset-link[href$=".doc"]::after, .c-filter__reset-link[href$=".docx"]::after, .c-filter__reset-link[href$=".jpg"]::after, .c-filter__reset-link[href$=".jpeg"]::after, .c-filter__reset-link[href$=".png"]::after, .c-filter__reset-link[href$=".mov"]::after, .c-filter__reset-link[href$=".mp4"]::after, .c-filter__reset-link[href$=".mp3"]::after, .c-filter__reset-link[href$=".zip"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link--load-more::after, .c-filter__reset-link[href$=".pdf"]::after, .c-filter__reset-link[href$=".doc"]::after, .c-filter__reset-link[href$=".docx"]::after, .c-filter__reset-link[href$=".jpg"]::after, .c-filter__reset-link[href$=".jpeg"]::after, .c-filter__reset-link[href$=".png"]::after, .c-filter__reset-link[href$=".mov"]::after, .c-filter__reset-link[href$=".mp4"]::after, .c-filter__reset-link[href$=".mp3"]::after, .c-filter__reset-link[href$=".zip"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-filter__reset-link[href^="http://"]::after, .c-filter__reset-link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.3125rem;
          mask-size: 1.3125rem;
}
@media (min-width: 20em) {
  .c-filter__reset-link[href^="http://"]::after, .c-filter__reset-link[href^="https://"]::after {
    -webkit-mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(1.3125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link[href^="http://"]::after, .c-filter__reset-link[href^="https://"]::after {
    -webkit-mask-size: 1.5rem;
            mask-size: 1.5rem;
  }
}
.c-filter__reset-link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.9375rem;
          mask-size: 0.9375rem;
}
@media (min-width: 20em) {
  .c-filter__reset-link[target=_top]::after {
    -webkit-mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
            mask-size: calc(0.9375rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link[target=_top]::after {
    -webkit-mask-size: 1.125rem;
            mask-size: 1.125rem;
  }
}
@media (min-width: 20em) {
  .c-filter__reset-link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link {
    font-size: 0.875rem;
  }
}
.c-filter__reset-link span {
  margin-right: 0.25rem;
}
.c-filter__reset-link::after {
  padding: 0.125rem 0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-mask-size: 0.5625rem;
          mask-size: 0.5625rem;
}
@media (min-width: 20em) {
  .c-filter__reset-link::after {
    width: calc(0.9375rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link::after {
    width: 1.0625rem;
  }
}
@media (min-width: 20em) {
  .c-filter__reset-link::after {
    height: calc(0.9375rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter__reset-link::after {
    height: 1.0625rem;
  }
}
.c-filter__reset-link--load-more::after, .c-filter__reset-link[href$=".pdf"]::after, .c-filter__reset-link[href$=".doc"]::after, .c-filter__reset-link[href$=".docx"]::after, .c-filter__reset-link[href$=".jpg"]::after, .c-filter__reset-link[href$=".jpeg"]::after, .c-filter__reset-link[href$=".png"]::after, .c-filter__reset-link[href$=".mov"]::after, .c-filter__reset-link[href$=".mp4"]::after, .c-filter__reset-link[href$=".mp3"]::after, .c-filter__reset-link[href$=".zip"]::after {
  margin-top: 0;
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}
.c-filter__reset-link[href^="http://"]::after, .c-filter__reset-link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.75rem;
          mask-size: 0.75rem;
}
.c-filter__reset-link[target=_top]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 0.5625rem;
          mask-size: 0.5625rem;
}
.c-filter__reset-link::after {
  display: none;
}
.c-filter__submit {
  display: none;
}
@media (max-width: 48em) {
  .c-filter__submit {
    display: flex;
    justify-content: flex-end;
  }
}
.c-filter__submit .c-filter__close {
  position: relative;
  top: unset;
  width: unset;
  height: unset;
  background-image: unset;
  left: unset;
  right: unset;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter__submit .c-filter__close:hover, .c-filter__submit .c-filter__close:focus-visible {
    transform: none;
  }
}
@media (min-width: 48em) {
  .c-filter--1 .c-filter__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 48em) {
  .c-filter--1 .c-filter__body {
    grid-template-columns: repeat(1, 1fr);
    overflow: scroll;
  }
}
@media (min-width: 48em) {
  .c-filter--2 .c-filter__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .c-filter--2 .c-filter__body {
    grid-template-columns: repeat(1, 1fr);
    overflow: scroll;
  }
}
@media (min-width: 48em) {
  .c-filter--4 .c-filter__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 64em) {
  .c-filter--4 .c-filter__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .c-filter--4 .c-filter__body {
    grid-template-columns: repeat(1, 1fr);
    overflow: scroll;
  }
}
@media (min-width: 85.375em) {
  .c-filter--5 .c-filter__body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 64em) {
  .c-filter--5 .c-filter__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48em) {
  .c-filter--5 .c-filter__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-filter__bg {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-filter__bg::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 98%;
  transform: translateY(73%);
  opacity: 0.045;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-filter__bg::after {
  opacity: 0.2;
}
.c-filter__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #ffffff;
}
.c-filter__bg::after {
  transform: translateY(60%) rotate(-1deg);
}
@media (max-width: 48em) {
  .c-filter__bg::after {
    transform: translateY(70%) rotate(-1deg);
  }
}
.c-filter--toggle .c-filter__inner {
  display: flex;
}
.c-filter--toggle .c-filter__toggle {
  position: relative;
}
.c-filter--toggle .c-filter__toggle::after {
  content: "";
  background-color: red;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.u-gap-bottom-zero .c-filter-wrapper {
  padding-bottom: 3.125rem;
}

.c-filter-text__input {
  min-height: 100%;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  width: 100%;
  color: #202531;
  border-color: #E3E3E3;
  text-align: left;
}
@media (min-width: 20em) {
  .c-filter-text__input {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-text__input {
  margin-bottom: 0.5rem;
}
.c-filter-text__input label {
  color: var(--primary-color-content);
}
.c-filter-text__input span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-text__input {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-text__input {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-text__input {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-text__input {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-text__input {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-text__input {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-text__input {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-text__input {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-text__input {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-text__input:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-text__input:hover, .c-filter-text__input:focus, .c-filter-text__input:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-text__input {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-text__input:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-text__input:hover, .u-background .c-filter-text__input:focus, .u-background .c-filter-text__input:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter-text__input {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-text__input {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-text__input {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter-text__input label {
  color: var(--primary-color-white-content);
}
.c-filter-text__input:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-text__input:hover, .c-filter-text__input:focus, .c-filter-text__input:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-text__input:hover label, .c-filter-text__input:focus label, .c-filter-text__input:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-text__input {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-text__input label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-text__input:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-text__input:hover, .u-background .c-filter-text__input:focus, .u-background .c-filter-text__input:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-text__input:hover label, .u-background .c-filter-text__input:focus label, .u-background .c-filter-text__input:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-filter-text__input span {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-text__input:hover, .c-filter-text__input:focus, .c-filter-text__input:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.c-filter-text__input::-moz-placeholder {
  color: #202531;
}
.c-filter-text__input::placeholder {
  color: #202531;
}
.c-filter-text__input:not(:-moz-placeholder-shown) {
  border-color: #202531;
  color: #202531;
}
.c-filter-text__input:not(:placeholder-shown) {
  border-color: #202531;
  color: #202531;
}

.c-filter-select {
  position: relative;
}
.c-filter-select:has(select option:checked[value]:not(:first-child))::after {
  background-color: var(--primary-color);
}
.c-filter-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  width: 100%;
  color: #202531;
  border-color: #E3E3E3;
  text-align: left;
  padding-right: 1.125rem;
}
@media (min-width: 20em) {
  .c-filter-select__select {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-select__select {
  margin-bottom: 0.5rem;
}
.c-filter-select__select label {
  color: var(--primary-color-content);
}
.c-filter-select__select span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-select__select {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-select__select {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-select__select {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-select__select {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-select__select {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-select__select {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-select__select {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-select__select {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-select__select {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-select__select:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-select__select:hover, .c-filter-select__select:focus, .c-filter-select__select:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-select__select {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-select__select:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-select__select:hover, .u-background .c-filter-select__select:focus, .u-background .c-filter-select__select:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-select__select {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter-select__select label {
  color: var(--primary-color-white-content);
}
.c-filter-select__select:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-select__select:hover, .c-filter-select__select:focus, .c-filter-select__select:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-select__select:hover label, .c-filter-select__select:focus label, .c-filter-select__select:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-select__select {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-select__select label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-select__select:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-select__select:hover, .u-background .c-filter-select__select:focus, .u-background .c-filter-select__select:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-select__select:hover label, .u-background .c-filter-select__select:focus label, .u-background .c-filter-select__select:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
@media (min-width: 20em) {
  .c-filter-select__select {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-select__select {
    padding-right: 1.3125rem;
  }
}
.c-filter-select__select span {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-select__select:hover, .c-filter-select__select:focus, .c-filter-select__select:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.c-filter-select__select:has(option:checked[value]:not(:first-child)) {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.c-filter-select__select option {
  color: #202531;
}

.c-filter-map__input {
  min-height: 100%;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  width: 100%;
  color: #202531;
  border-color: #E3E3E3;
  text-align: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' stroke-linejoin='round' d='M14.241 22.613a8.374 8.374 0 1 0 0-16.748 8.374 8.374 0 0 0 0 16.748ZM24.14 24.136l-3.312-3.312'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 50px !important;
}
@media (min-width: 20em) {
  .c-filter-map__input {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-map__input {
  margin-bottom: 0.5rem;
}
.c-filter-map__input label {
  color: var(--primary-color-content);
}
.c-filter-map__input span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-map__input {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-map__input {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-map__input {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-map__input {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-map__input {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-map__input {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-map__input {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-map__input {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-map__input {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-map__input:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-map__input:hover, .c-filter-map__input:focus, .c-filter-map__input:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-map__input {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-map__input:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-map__input:hover, .u-background .c-filter-map__input:focus, .u-background .c-filter-map__input:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter-map__input {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-map__input {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-map__input {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter-map__input label {
  color: var(--primary-color-white-content);
}
.c-filter-map__input:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-map__input:hover, .c-filter-map__input:focus, .c-filter-map__input:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-map__input:hover label, .c-filter-map__input:focus label, .c-filter-map__input:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-map__input {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-map__input label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-map__input:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-map__input:hover, .u-background .c-filter-map__input:focus, .u-background .c-filter-map__input:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-map__input:hover label, .u-background .c-filter-map__input:focus label, .u-background .c-filter-map__input:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
@media (max-width: 48em) {
  .c-filter-map__input {
    background-position: center right 16px;
  }
}
.c-filter-map__input span {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-map__input:hover, .c-filter-map__input:focus, .c-filter-map__input:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.c-filter-map__input::-moz-placeholder {
  color: #202531;
}
.c-filter-map__input::placeholder {
  color: #202531;
}
.c-filter-map__input:not(:-moz-placeholder-shown) {
  border-color: #202531;
  color: #202531;
}
.c-filter-map__input:not(:placeholder-shown) {
  border-color: #202531;
  color: #202531;
}
.c-filter-map__submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-filter-date__input {
  min-height: 100%;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.9375rem;
  line-height: 150%;
  padding: 0.5rem 1.125rem 0.4375rem 1.125rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  width: 100%;
  color: #202531;
  border-color: #E3E3E3;
  text-align: left;
}
@media (min-width: 20em) {
  .c-filter-date__input {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-date__input {
  margin-bottom: 0.5rem;
}
.c-filter-date__input label {
  color: var(--primary-color-content);
}
.c-filter-date__input span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-date__input {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-date__input {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-date__input {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-date__input {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-date__input {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-date__input {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-date__input {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-date__input {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-date__input {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-date__input:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-date__input:hover, .c-filter-date__input:focus, .c-filter-date__input:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-date__input {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-date__input:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-date__input:hover, .u-background .c-filter-date__input:focus, .u-background .c-filter-date__input:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    font-size: 1rem;
  }
}
@media (min-width: 20em) {
  .c-filter-date__input {
    border-radius: calc(3.3125rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-date__input {
    border-radius: 5.1875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-date__input {
    padding: 0.5625rem 1.3125rem 0.4375rem 1.3125rem;
  }
}
.c-filter-date__input label {
  color: var(--primary-color-white-content);
}
.c-filter-date__input:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-date__input:hover, .c-filter-date__input:focus, .c-filter-date__input:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-date__input:hover label, .c-filter-date__input:focus label, .c-filter-date__input:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-date__input {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-date__input label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-date__input:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-date__input:hover, .u-background .c-filter-date__input:focus, .u-background .c-filter-date__input:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-date__input:hover label, .u-background .c-filter-date__input:focus label, .u-background .c-filter-date__input:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-filter-date__input span {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-date__input:hover, .c-filter-date__input:focus, .c-filter-date__input:focus-visible {
    background-color: transparent;
    color: #202531;
    border-color: #202531;
  }
}
.c-filter-date__input::-moz-placeholder {
  color: #202531;
}
.c-filter-date__input::placeholder {
  color: #202531;
}
.c-filter-date__input:not(:empty) {
  border-color: #202531;
  color: #202531;
}

.c-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-filter-buttons__radio {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-filter-buttons__item {
  position: relative;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-buttons__item {
  margin-bottom: 0.5rem;
}
.c-filter-buttons__item label {
  color: var(--primary-color-content);
}
.c-filter-buttons__item span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-buttons__item {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-buttons__item {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons__item {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons__item {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons__item {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons__item {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons__item {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons__item {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons__item {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-buttons__item:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-buttons__item:hover, .c-filter-buttons__item:focus, .c-filter-buttons__item:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-buttons__item {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-buttons__item:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-buttons__item:hover, .u-background .c-filter-buttons__item:focus, .u-background .c-filter-buttons__item:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons__item {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons__item {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-buttons__item {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
.c-filter-buttons__item label {
  color: var(--primary-color-white-content);
}
.c-filter-buttons__item:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-buttons__item:hover, .c-filter-buttons__item:focus, .c-filter-buttons__item:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-buttons__item:hover label, .c-filter-buttons__item:focus label, .c-filter-buttons__item:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-buttons__item {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-buttons__item label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-buttons__item:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-buttons__item:hover, .u-background .c-filter-buttons__item:focus, .u-background .c-filter-buttons__item:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-buttons__item:hover label, .u-background .c-filter-buttons__item:focus label, .u-background .c-filter-buttons__item:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-filter-buttons__item:has(:checked) {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #ffffff;
}
.c-filter-buttons__item:has(:checked) label {
  color: #ffffff;
}
.c-filter-buttons__item label {
  padding-left: 0 !important;
}
.c-filter-buttons--facet .c-filter-buttons__item {
  border-radius: 0;
  border: none;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-buttons--facet .c-filter-buttons__item:hover, .c-filter-buttons--facet .c-filter-buttons__item:focus, .c-filter-buttons--facet .c-filter-buttons__item:focus-visible {
    background-color: transparent;
  }
}
.c-filter-buttons--facet .c-filter-buttons__item--news {
  display: none;
}
.c-filter-buttons--facet .c-filter-buttons__link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  align-items: center;
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-buttons--facet .c-filter-buttons__link {
  margin-bottom: 0.5rem;
}
.c-filter-buttons--facet .c-filter-buttons__link label {
  color: var(--primary-color-content);
}
.c-filter-buttons--facet .c-filter-buttons__link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-buttons--facet .c-filter-buttons__link {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-buttons--facet .c-filter-buttons__link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-buttons--facet .c-filter-buttons__link:hover, .c-filter-buttons--facet .c-filter-buttons__link:focus, .c-filter-buttons--facet .c-filter-buttons__link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-buttons--facet .c-filter-buttons__link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-buttons--facet .c-filter-buttons__link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-buttons--facet .c-filter-buttons__link:hover, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-buttons--facet .c-filter-buttons__link {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-buttons--facet .c-filter-buttons__link {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
.c-filter-buttons--facet .c-filter-buttons__link label {
  color: var(--primary-color-white-content);
}
.c-filter-buttons--facet .c-filter-buttons__link:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-buttons--facet .c-filter-buttons__link:hover, .c-filter-buttons--facet .c-filter-buttons__link:focus, .c-filter-buttons--facet .c-filter-buttons__link:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-buttons--facet .c-filter-buttons__link:hover label, .c-filter-buttons--facet .c-filter-buttons__link:focus label, .c-filter-buttons--facet .c-filter-buttons__link:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-buttons--facet .c-filter-buttons__link {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-buttons--facet .c-filter-buttons__link label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-buttons--facet .c-filter-buttons__link:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-buttons--facet .c-filter-buttons__link:hover, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-buttons--facet .c-filter-buttons__link:hover label, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus label, .u-background .c-filter-buttons--facet .c-filter-buttons__link:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-filter-buttons--facet .c-filter-buttons__link.is-active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--primary-color-content);
}
.c-filter-buttons--facet .c-filter-buttons__link span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-filter-buttons--facet .c-filter-buttons__link span span {
  font-weight: 800;
  font-size: 0.625rem;
}

.c-filter-facet__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
.c-filter-facet__items[class*=js-toggle]:not(.is-toggled) {
  opacity: 0;
  height: 0;
}
.c-filter-facet__heading {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color-white-content);
  font-weight: 800;
  color: #202531;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-filter-facet__heading {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet__heading {
    font-size: 0.875rem;
  }
}
.c-filter-facet__toggler {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  text-align: left;
  cursor: pointer;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-filter-facet__toggler {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet__toggler {
    font-size: 0.875rem;
  }
}
.c-filter-facet__toggler span {
  pointer-events: none;
  padding-left: 0.5rem;
}
.c-filter-facet__toggler::before {
  content: "";
  position: relative;
  display: inline-flex;
  width: 1.125rem;
  height: 1rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M8.076 4.153 15.923 12l-7.847 7.847'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-width='2' d='M8.076 4.153 15.923 12l-7.847 7.847'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(90deg);
}
@media (min-width: 20em) {
  .c-filter-facet__toggler::before {
    width: calc(1.125rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet__toggler::before {
    width: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet__toggler::before {
    height: calc(1rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet__toggler::before {
    height: 1.125rem;
  }
}
.c-filter-facet__toggler.is-toggled::before {
  transform: rotate(-90deg);
}
.c-filter-facet__toggler span {
  pointer-events: none;
}
.c-filter-facet .c-filter-facet__item {
  border-radius: 0;
  border: none;
  padding: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-facet .c-filter-facet__item:hover, .c-filter-facet .c-filter-facet__item:focus, .c-filter-facet .c-filter-facet__item:focus-visible {
    background-color: transparent;
  }
}
.c-filter-facet .c-filter-facet__item--news {
  display: none;
}
.c-filter-facet .c-filter-facet__link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
  background-color: transparent;
  color: var(--primary-color-white-content);
  border-color: var(--primary-color-white-content);
  align-items: center;
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-filter-facet .c-filter-facet__link {
  margin-bottom: 0.5rem;
}
.c-filter-facet .c-filter-facet__link label {
  color: var(--primary-color-content);
}
.c-filter-facet .c-filter-facet__link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-filter-facet .c-filter-facet__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-filter-facet .c-filter-facet__link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-facet .c-filter-facet__link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-facet .c-filter-facet__link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-facet .c-filter-facet__link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-facet .c-filter-facet__link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-facet .c-filter-facet__link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-filter-facet .c-filter-facet__link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-filter-facet .c-filter-facet__link {
      padding-right: 1.3125rem;
    }
  }
}
.c-filter-facet .c-filter-facet__link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-facet .c-filter-facet__link:hover, .c-filter-facet .c-filter-facet__link:focus, .c-filter-facet .c-filter-facet__link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-filter-facet .c-filter-facet__link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-filter-facet .c-filter-facet__link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-facet .c-filter-facet__link:hover, .u-background .c-filter-facet .c-filter-facet__link:focus, .u-background .c-filter-facet .c-filter-facet__link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-filter-facet .c-filter-facet__link {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-filter-facet .c-filter-facet__link {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-filter-facet .c-filter-facet__link {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
.c-filter-facet .c-filter-facet__link label {
  color: var(--primary-color-white-content);
}
.c-filter-facet .c-filter-facet__link:active {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-facet .c-filter-facet__link:hover, .c-filter-facet .c-filter-facet__link:focus, .c-filter-facet .c-filter-facet__link:focus-visible {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--primary-color-content);
  }
  .c-filter-facet .c-filter-facet__link:hover label, .c-filter-facet .c-filter-facet__link:focus label, .c-filter-facet .c-filter-facet__link:focus-visible label {
    color: var(--primary-color-content);
  }
}
.u-background .c-filter-facet .c-filter-facet__link {
  border-color: var(--secondary-color-content);
  background-color: transparent;
  color: var(--secondary-color-content);
}
.u-background .c-filter-facet .c-filter-facet__link label {
  color: var(--secondary-color-content);
}
.u-background .c-filter-facet .c-filter-facet__link:active {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--secondary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-filter-facet .c-filter-facet__link:hover, .u-background .c-filter-facet .c-filter-facet__link:focus, .u-background .c-filter-facet .c-filter-facet__link:focus-visible {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--primary-color-white-content);
  }
  .u-background .c-filter-facet .c-filter-facet__link:hover label, .u-background .c-filter-facet .c-filter-facet__link:focus label, .u-background .c-filter-facet .c-filter-facet__link:focus-visible label {
    color: var(--primary-color-white-content);
  }
}
.c-filter-facet .c-filter-facet__link.is-active {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--primary-color-content);
}
.c-filter-facet .c-filter-facet__link span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-filter-facet .c-filter-facet__link span span {
  font-weight: 800;
  font-size: 0.625rem;
}

.c-course-teaser {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  row-gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 20em) {
  .c-course-teaser {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-course-teaser {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-course-teaser {
    row-gap: calc(1.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser {
    row-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-course-teaser {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-course-teaser {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 48em) and (min-width: 100em) {
  .c-course-teaser {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-course-teaser__heading {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .c-course-teaser__heading {
    grid-column: span 5;
  }
}
.c-course-teaser__heading h2 {
  font-weight: 800;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-course-teaser__heading h2 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__heading h2 {
    font-size: 1.625rem;
  }
}
.c-course-teaser__sport {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media (min-width: 20em) {
  .c-course-teaser__sport {
    row-gap: calc(1.5rem + -0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__sport {
    row-gap: 0.75rem;
  }
}
@media (min-width: 64em) {
  .c-course-teaser__sport {
    grid-column: span 3;
  }
}
.c-course-teaser__info {
  grid-column: span 4;
}
@media (min-width: 64em) {
  .c-course-teaser__info {
    grid-column: span 2;
  }
}
.c-course-teaser__cta {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  align-items: center;
}
.c-course-teaser__cta .c-btn {
  font-size: 0.75rem;
  line-height: 150%;
  padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-course-teaser__cta .c-btn {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__cta .c-btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) {
  .c-course-teaser__cta .c-btn {
    border-radius: calc(3.3125rem + -0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__cta .c-btn {
    border-radius: 2.6875rem;
  }
}
@-moz-document url-prefix() {
  .c-course-teaser__cta .c-btn {
    padding: 0.375rem 0.75rem 0.3125rem 0.75rem;
  }
}
@media (min-width: 48em) {
  .c-course-teaser__cta {
    align-items: flex-end;
  }
}
@media (min-width: 64em) {
  .c-course-teaser__cta {
    grid-column: span 2;
  }
}
.c-course-teaser__links {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-course-teaser__links {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__links {
    font-size: 1rem;
  }
}
.c-course-teaser__links li {
  padding-bottom: 0.5rem;
}
.c-course-teaser__schedule {
  row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 20em) {
  .c-course-teaser__schedule {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-teaser__schedule {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-course-teaser__schedule-item {
  grid-column: span 5;
}
@media (min-width: 64em) {
  .c-course-teaser__schedule-item {
    grid-column: span 3;
  }
}

.c-course-list__item {
  border-bottom: 1px solid #B6B7BA;
}
.c-course-list__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-course-list__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-course-list__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-course-list__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-course-list__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-course-list__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-course-list__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-course-list__load {
  margin-bottom: 0.5rem;
}
.c-course-list__load label {
  color: var(--primary-color-content);
}
.c-course-list__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-course-list__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-course-list__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-course-list__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-course-list__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-course-list__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-course-list__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-course-list__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-course-list__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-course-list__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-course-list__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-course-list__load:hover, .c-course-list__load:focus, .c-course-list__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-course-list__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-course-list__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-course-list__load:hover, .u-background .c-course-list__load:focus, .u-background .c-course-list__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-course-list__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-course-list__load.is-loading span {
  opacity: 0;
}
.c-course-list__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-course-list__load.is-loading:hover::after, .c-course-list__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}
.c-course-list__button {
  justify-self: center;
  padding-top: 2.5rem;
}
@media (min-width: 20em) {
  .c-course-list__button {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-list__button {
    padding-top: 5rem;
  }
}

.c-date-box {
  background-color: #F5F5F5;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-date-box {
    padding-left: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-date-box {
    padding-left: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-date-box {
    padding-right: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-date-box {
    padding-right: 1.25rem;
  }
}
@media (min-width: 20em) {
  .c-date-box {
    padding-top: calc(0.625rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-date-box {
    padding-top: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-date-box {
    padding-bottom: calc(0.625rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-date-box {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 20em) {
  .c-date-box {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-date-box {
    font-size: 0.875rem;
  }
}
.c-date-box p {
  margin-bottom: 0;
}
.c-date-box__date {
  font-weight: 800;
}
.c-date-box__time {
  color: #8F9198;
}

.c-course-info {
  display: grid;
  gap: 0.875rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-course-info {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-course-info {
    font-size: 0.875rem;
  }
}
@media (max-width: 48em) {
  .c-course-info {
    grid-template-columns: 1fr 1fr;
  }
}
.c-course-info__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-course-info__item svg {
  max-width: 24px;
  height: auto;
}
.c-course-info__item--highlight {
  color: #00CC99;
}

.c-faq-list__item {
  margin-bottom: 3.25rem;
}
@media (min-width: 20em) {
  .c-faq-list__item {
    margin-bottom: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__item {
    margin-bottom: 4.75rem;
  }
}
@media (min-width: 64em) {
  .c-faq-list__item {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-faq-list__item {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-faq-list__item {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-faq-list__item > * {
  grid-column: span 12;
}
.c-faq-list__heading {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 1em;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-faq-list__heading {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__heading {
    font-size: 2rem;
  }
}
@media (min-width: 85.375em) {
  .c-faq-list__heading {
    grid-column: 3/-3;
  }
}
.c-faq-list__button {
  justify-self: center;
}
.c-faq-list__load {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-faq-list__load {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-faq-list__load {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-faq-list__load {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-faq-list__load {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-faq-list__load {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-faq-list__load {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-list__load {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-faq-list__load {
  margin-bottom: 0.5rem;
}
.c-faq-list__load label {
  color: var(--primary-color-content);
}
.c-faq-list__load span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-faq-list__load {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-faq-list__load {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-faq-list__load {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-faq-list__load {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-faq-list__load {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-faq-list__load {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-faq-list__load {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-faq-list__load {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-faq-list__load {
      padding-right: 1.3125rem;
    }
  }
}
.c-faq-list__load:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-faq-list__load:hover, .c-faq-list__load:focus, .c-faq-list__load:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-faq-list__load {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-faq-list__load:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-faq-list__load:hover, .u-background .c-faq-list__load:focus, .u-background .c-faq-list__load:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-faq-list__load.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-faq-list__load.is-loading span {
  opacity: 0;
}
.c-faq-list__load.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-faq-list__load.is-loading:hover::after, .c-faq-list__load.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}

.c-faq-teaser {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  grid-template-columns: repeat(10, 1fr);
}
.c-faq-teaser > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-faq-teaser {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 64em) {
  .c-faq-teaser {
    display: grid;
  }
}
.c-faq-teaser > * {
  grid-column: 2/-2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-faq-teaser > * {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-teaser > * {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-faq-teaser > * {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-teaser > * {
    padding-right: 1.75rem;
  }
}
.c-faq-teaser__rte, .c-faq-teaser__media {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-faq-teaser__rte, .c-faq-teaser__media {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-teaser__rte, .c-faq-teaser__media {
    margin-bottom: 2.5rem;
  }
}
.c-faq-teaser__subtitle {
  grid-row: 1;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media (min-width: 64em) {
  .c-faq-teaser--text-media .c-faq-teaser__rte,
  .c-faq-teaser--text-media .c-faq-teaser__media {
    padding: 0;
    grid-row: 2;
  }
  .c-faq-teaser--text-media .c-faq-teaser__rte {
    grid-column: 2/7;
    padding-left: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-faq-teaser--text-media .c-faq-teaser__rte {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-faq-teaser--text-media .c-faq-teaser__rte {
    padding-left: 1.75rem;
  }
}
@media (min-width: 64em) {
  .c-faq-teaser--text-media .c-faq-teaser__media {
    grid-column: span 5/12;
    padding-right: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-faq-teaser--text-media .c-faq-teaser__media {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-faq-teaser--text-media .c-faq-teaser__media {
    padding-right: 1.75rem;
  }
}
@media (min-width: 64em) {
  .c-faq-teaser--media-text .c-faq-teaser__rte,
  .c-faq-teaser--media-text .c-faq-teaser__media {
    padding: 0;
    grid-row: 2;
  }
  .c-faq-teaser--media-text .c-faq-teaser__rte {
    grid-column: span 5/12;
    padding-right: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-faq-teaser--media-text .c-faq-teaser__rte {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-faq-teaser--media-text .c-faq-teaser__rte {
    padding-right: 1.75rem;
  }
}
@media (min-width: 64em) {
  .c-faq-teaser--media-text .c-faq-teaser__media {
    grid-column: 2/7;
    padding-left: 1.25rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-faq-teaser--media-text .c-faq-teaser__media {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-faq-teaser--media-text .c-faq-teaser__media {
    padding-left: 1.75rem;
  }
}
@media (max-width: 64em) {
  .c-faq-teaser--media-text .c-faq-teaser__media {
    grid-row: 2;
  }
}
.c-faq-teaser--html .c-faq-teaser__media {
  grid-row: 5;
  margin-bottom: 0;
}
.c-faq-teaser--html .c-faq-teaser__html {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-faq-teaser--html .c-faq-teaser__html {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-teaser--html .c-faq-teaser__html {
    margin-bottom: 2.5rem;
  }
}

.c-faq-filter {
  padding-bottom: 3.75rem;
}
@media (min-width: 20em) {
  .c-faq-filter {
    padding-bottom: calc(3.75rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-faq-filter {
    padding-bottom: 7.5rem;
  }
}

.c-accordion__sport {
  color: var(--primary-color);
  position: absolute;
  right: 0.3125rem;
}
.c-accordion__sport svg {
  width: 2.5rem;
  height: auto;
}
@media (min-width: 20em) {
  .c-accordion__sport svg {
    width: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__sport svg {
    width: 3.75rem;
  }
}
@media (min-width: 64em) {
  .c-accordion {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-accordion {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-accordion {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 85.375em) {
  .c-accordion {
    grid-column: 2/-2;
  }
}
.c-accordion > * {
  grid-column: span 10;
}
.c-accordion h2 {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 1em;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-accordion h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion h2 {
    font-size: 2rem;
  }
}
@media (min-width: 85.375em) {
  .c-accordion h2 {
    grid-column: 2/-2;
  }
}
.c-accordion__item {
  background-color: #F5F5F5;
}
.c-accordion__item:not(:nth-last-child(1)) {
  margin-bottom: 1.25rem;
}
.l-section--primary .c-accordion__item {
  background-color: #ffffff;
}
.c-accordion__item:not(:has(.c-accordion__body)) .c-accordion__head {
  pointer-events: none;
}
.c-accordion__head {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 800;
  cursor: pointer;
  transition: padding 0.3s ease-in-out;
}
@media (min-width: 20em) {
  .c-accordion__head {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__head {
    padding-top: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-accordion__head {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__head {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-accordion__head {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__head {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .c-accordion__head {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-accordion__head {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-accordion__head {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-accordion__head:hover, .c-accordion__head:focus, .c-accordion__head.is-toggled {
  outline: 0;
}
.c-accordion__head:focus-visible {
  outline: auto;
}
.c-accordion__head span {
  pointer-events: none;
  text-align: left;
}
.c-accordion__head span:not([class]) {
  grid-column: span 9;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion__head span:not([class]) {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__head span:not([class]) {
    padding-right: 1.75rem;
  }
}
@media (max-width: 64em) {
  .c-accordion__head span:not([class]) {
    padding-left: 1rem;
  }
}
.c-accordion__head:has(.c-accordion__sport) span:not([class]) {
  grid-column: span 8;
}
.c-accordion__icon {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
  background-color: #ffffff;
  margin-left: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion__icon {
    margin-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__icon {
    margin-left: 1.75rem;
  }
}
.l-section--primary .c-accordion__icon {
  background-color: #F5F5F5;
}
.c-accordion__icon svg {
  display: block;
  width: 1.25rem;
  height: auto;
}
.c-accordion__icon svg path {
  stroke: #202531;
}
.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 {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion__inner {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner {
    padding-bottom: 1.75rem;
  }
}
.c-accordion__inner .c-accordion__image {
  grid-column: 1/-1;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion__inner .c-accordion__image {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner .c-accordion__image {
    padding-right: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-accordion__inner .c-accordion__image {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner .c-accordion__image {
    padding-left: 1.75rem;
  }
}
@media (max-width: 64em) {
  .c-accordion__inner .c-accordion__content {
    grid-column: 1/-1;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-accordion__inner .c-accordion__content {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-accordion__inner .c-accordion__content {
    padding-right: 1.75rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-accordion__inner .c-accordion__content {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-accordion__inner .c-accordion__content {
    padding-left: 1.75rem;
  }
}
@media (min-width: 64em) {
  .c-accordion__inner .c-accordion__content {
    grid-column: 3/-3;
  }
}
.c-accordion__inner .l-section {
  background-color: transparent !important;
  overflow: unset;
}
.c-accordion__inner .l-container--default {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 20em) {
  .c-accordion__inner .l-container--default {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner .l-container--default {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-accordion__inner .l-container--default > * {
  grid-column: span 10;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-accordion__inner .l-container--default > * {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner .l-container--default > * {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-accordion__inner .l-container--default > * {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-accordion__inner .l-container--default > * {
    padding-right: 1.75rem;
  }
}
.c-accordion__inner .l-container--default .c-richtext-wrapper,
.c-accordion__inner .l-container--default .c-file-links,
.c-accordion__inner .l-container--default .c-content-image,
.c-accordion__inner .l-container--default .c-content-video,
.c-accordion__inner .l-container--default .c-heading {
  grid-column: 2/-2;
  padding-left: 0;
  padding-right: 0;
}
.c-accordion__inner .l-container--default .c-content-video .c-heading {
  grid-column: span 10;
}
.c-accordion__inner .c-richtext-wrapper .c-richtext {
  display: block;
}
.c-accordion__inner .c-richtext-wrapper .c-richtext .table-wrapper {
  width: 100%;
}
.c-accordion__inner .c-content-video__item--small {
  grid-column: span 4;
}

.c-ads {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.75rem;
}
.c-ads__title {
  font-size: 0.75rem;
  line-height: 150%;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-ads__title {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-ads__title {
    font-size: 0.875rem;
  }
}
.c-ads__media {
  width: 100%;
}
.c-ads__media [id*=placement] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ads a {
  background-image: none;
}
.c-ads iframe {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: hidden;
}
.c-ads iframe::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.c-content-image {
  grid-column: 2/-2;
}
.c-content-image h2, .c-content-image h3 {
  width: 74.625rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 85.375em) {
  .c-content-image h2, .c-content-image h3 {
    width: 59.3125rem;
  }
}
.c-content-image__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48em) {
  .c-content-image--layout-two-portrait .c-content-image__list, .c-content-image--layout-two-landscape .c-content-image__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-content-image--layout-four .c-content-image__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-content-image--layout-four .c-content-image__item:nth-child(1) {
    grid-column: 1/-2;
    grid-row: span 2;
  }
  .c-content-image--layout-four .c-content-image__item:nth-child(2) {
    grid-column: 2/-1;
    grid-row: span 3;
  }
  .c-content-image--layout-four .c-content-image__item:nth-child(3) {
    grid-column: 2/-1;
    grid-row: span 2;
  }
  .c-content-image--layout-four .c-content-image__item:nth-child(4) {
    grid-column: 1/-2;
    grid-row: 3/span 3;
  }
}

.c-content-sponsor {
  text-align: center;
}
.c-content-sponsor h2 {
  font-size: 0.9375rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
@media (min-width: 20em) {
  .c-content-sponsor h2 {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-content-sponsor h2 {
    font-size: 1rem;
  }
}
.c-content-sponsor__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (min-width: 20em) {
  .c-content-sponsor__list {
    -moz-column-gap: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
         column-gap: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-content-sponsor__list {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (min-width: 48em) {
  .c-content-sponsor__list {
    flex-direction: row;
    justify-content: center;
  }
}
.c-content-sponsor__item {
  width: 12.5rem;
}

.c-flexgrid-teaser {
  position: relative;
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 3px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (hover: hover) and (pointer: fine) {
  .c-flexgrid-teaser:hover, .c-flexgrid-teaser:focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
.c-flexgrid-teaser--link {
  position: relative;
}
.c-flexgrid-teaser--link img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-flexgrid-teaser--link:hover img, .c-flexgrid-teaser--link:focus-visible img, .c-flexgrid-teaser--link:focus-within img {
    transform: scale(1.1);
  }
}
.c-flexgrid-teaser--primary {
  background-color: var(--primary-color);
  color: var(--primary-color-content);
}
.c-flexgrid-teaser--secondary {
  color: var(--secondary-color-content);
  background-color: var(--secondary-color);
}
.c-flexgrid-teaser--dark {
  color: #ffffff;
  background-color: #202531;
}
.c-flexgrid-teaser__image {
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.c-flexgrid-teaser__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.c-flexgrid-teaser__content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.3125rem;
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__content {
    padding-top: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__content {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__content {
    padding-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__content {
    padding-left: calc(1rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__content {
    padding-left: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__content {
    padding-right: calc(1rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__content {
    padding-right: 1.75rem;
  }
}
.c-flexgrid-teaser__content h2, .c-flexgrid-teaser__content h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  hyphens: auto;
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__content h2, .c-flexgrid-teaser__content h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__content h2, .c-flexgrid-teaser__content h3 {
    font-size: 1.375rem;
  }
}
.c-flexgrid-teaser--image .c-flexgrid-teaser__content {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 0 24px;
}
.c-flexgrid-teaser--image .c-flexgrid-teaser__icon {
  background-color: #ffffff;
}
.c-flexgrid-teaser--heading .c-flexgrid-teaser__content {
  align-items: flex-start;
}
.c-flexgrid-teaser__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__icon {
    width: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__icon {
    width: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-flexgrid-teaser__icon {
    height: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser__icon {
    height: 2.5rem;
  }
}
.c-flexgrid-teaser a[href$=".pdf"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".doc"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".docx"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".jpg"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".jpeg"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".png"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".mov"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".mp4"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".mp3"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href$=".zip"] + .c-flexgrid-teaser__icon {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='m4.5 13.5 7.5 7.498 7.5-7.499'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M12 21V3'/%3E%3C/svg%3E");
  margin-bottom: 3px;
}
.c-flexgrid-teaser a[href^="http://"] + .c-flexgrid-teaser__icon,
.c-flexgrid-teaser a[href^="https://"] + .c-flexgrid-teaser__icon {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' d='M18.363 16.243V5.638L7.757 5.637'/%3E%3Cpath stroke='%23202531' stroke-linejoin='round' d='M18.364 5.637 5.636 18.365'/%3E%3C/svg%3E");
}
.c-flexgrid-teaser--16by9 {
  aspect-ratio: 16/9;
}
.c-flexgrid-teaser--small .c-flexgrid-teaser__content h2, .c-flexgrid-teaser--small .c-flexgrid-teaser__content h3 {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-flexgrid-teaser--small .c-flexgrid-teaser__content h2, .c-flexgrid-teaser--small .c-flexgrid-teaser__content h3 {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser--small .c-flexgrid-teaser__content h2, .c-flexgrid-teaser--small .c-flexgrid-teaser__content h3 {
    font-size: 1rem;
  }
}
.c-flexgrid-teaser--small .c-flexgrid-teaser__content p {
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-flexgrid-teaser--small .c-flexgrid-teaser__content p {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-flexgrid-teaser--small .c-flexgrid-teaser__content p {
    font-size: 0.875rem;
  }
}

.c-gallery {
  position: fixed;
  top: 0;
  width: 100vw;
  height: calc(var(--ih) * 100);
  background-color: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-gallery--dark {
  background-color: rgba(32, 37, 49, 0.7);
}
.c-gallery__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-height: calc(var(--vh) * 80);
  margin: 0 auto;
  position: relative;
}
.c-gallery__inner > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-gallery__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-gallery__inner {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-gallery__inner {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-gallery__inner {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-gallery__inner {
    padding-right: 5rem;
  }
}
.c-gallery__inner > * {
  grid-column: 1/13;
  max-width: 100%;
}
@media (min-width: 64em) {
  .c-gallery__inner > * {
    grid-column: 2/12;
    min-height: 700px;
  }
}
@media (min-width: 85.375em) {
  .c-gallery__inner > * {
    grid-column: 3/11;
    min-height: 700px;
  }
}
.c-gallery.is-toggled {
  visibility: visible;
}
.c-gallery__close {
  grid-column-start: 12;
  grid-column-end: 13;
  grid-row: 1;
  display: flex;
  min-height: auto !important;
  height: 50px;
  right: 1.25rem;
}
@media (min-width: 20em) {
  .c-gallery__close {
    right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-gallery__close {
    right: 5rem;
  }
}
@media (max-width: 64em) {
  .c-gallery__close {
    position: absolute;
    top: 0;
    grid-column-start: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 85.375em) {
  .c-gallery__close {
    grid-column-start: 11;
    grid-column-end: 13;
  }
}
.c-gallery__btn {
  position: relative;
  z-index: 50001;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23202531' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
  background-size: 1.875rem;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.c-gallery--dark .c-gallery__btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
}
.c-gallery .swiper {
  width: 100%;
  height: 900px;
  max-height: calc(var(--vh) * 80 - 60px);
  position: relative;
  z-index: 5000000;
}
.c-gallery .js-gallery-element {
  display: flex;
  max-width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.c-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: center;
}
.c-gallery .swiper-slide img,
.c-gallery .swiper-slide figure {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(var(--vh) * 80);
  height: auto;
}
.c-gallery > .c-media-slider__slide {
  display: none;
}
.c-gallery__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 64em) {
  .c-gallery__bg {
    display: none;
  }
}
.c-gallery .c-media-slider {
  z-index: 50000;
  padding-bottom: 0;
}
.c-gallery.is-open .c-media-slider__wrapper {
  transition-duration: 0s !important;
}

.c-impressions {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 20em) {
  .c-impressions {
    padding-top: calc(2rem + 2.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions {
    padding-top: 4.25rem;
  }
}
@media (min-width: 20em) {
  .c-impressions {
    padding-bottom: calc(2rem + 2.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions {
    padding-bottom: 4.25rem;
  }
}
.c-impressions h2 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  position: relative;
  z-index: 4;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 20em) {
  .c-impressions h2 {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-impressions h2 {
    line-height: calc(2.625rem + 2.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions h2 {
    line-height: 5rem;
  }
}
@media (min-width: 20em) {
  .c-impressions h2 {
    margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions h2 {
    margin-bottom: 3.75rem;
  }
}
.c-impressions--light {
  background-color: #F5F5F5;
}
.c-impressions--light::after {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 125vw;
  height: 100%;
}
.c-impressions--dark {
  color: #ffffff;
  background-color: #202531;
}
.c-impressions--dark h2 {
  color: #ffffff;
}
.c-impressions--dark::after {
  content: "";
  background-color: #202531;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 125vw;
  height: 100%;
}
.c-impressions--dark::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../Icons/pattern/pattern-parallelogram.svg);
          mask-image: url(../Icons/pattern/pattern-parallelogram.svg);
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 50rem;
          mask-size: 50rem;
  -webkit-mask-position: top 20% left;
          mask-position: top 20% left;
  left: -25rem;
  width: 200vw;
  height: 100vh;
  min-height: 93.75rem;
  max-height: 125rem;
  z-index: 1;
  opacity: 0.05;
  top: 0px;
}
@media (min-width: 20em) {
  .c-impressions--dark::before {
    -webkit-mask-size: calc(50rem + 43.75 * (100vw - 20rem) / 80);
            mask-size: calc(50rem + 43.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions--dark::before {
    -webkit-mask-size: 93.75rem;
            mask-size: 93.75rem;
  }
}
@media (min-width: 20em) {
  .c-impressions--dark::before {
    left: calc(-25rem + 25.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions--dark::before {
    left: 0.0625rem;
  }
}
.c-impressions__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 1.25rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 20em) {
  .c-impressions__items {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions__items {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-impressions__items {
    row-gap: calc(1.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-impressions__items {
    row-gap: 2.25rem;
  }
}
.c-impressions__item {
  grid-column: span 12;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-impressions__item > * {
  pointer-events: none;
}
@media (min-width: 48em) {
  .c-impressions__item {
    grid-column: span 6;
    padding: 1.125rem;
  }
}
@media (min-width: 64em) {
  .c-impressions__item {
    grid-column: span 4;
  }
}
.c-impressions__hidden {
  display: none;
}
.c-impressions__video {
  position: relative;
}
.c-impressions__video-btn {
  container: video/inline-size;
  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-impressions__video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.c-impressions__video-btn::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 5rem;
  max-height: 5rem;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: var(--primary-color);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23ffffff' d='M13.802 9.14a1 1 0 0 1 0 1.72l-5.184 3.064a1 1 0 0 1-1.51-.86V6.936a1 1 0 0 1 1.51-.861l5.184 3.063Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@container video (max-width: 768px) {
  .c-impressions__video-btn::after {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
}
.c-impressions__video-btn:hover:after, .c-impressions__video-btn:focus-visible:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.is-video-initialized .c-impressions__video-btn {
  opacity: 0;
  visibility: hidden;
}

.hide {
  overflow: hidden;
}

.c-header-search__item {
  display: flex;
  align-items: center;
}
.c-header-search__item > * {
  pointer-events: none;
}
.c-header-search__item span {
  font-size: 0.9375rem;
  line-height: 150%;
  margin-top: -2px;
  padding-left: 0.625rem;
}
@media (min-width: 20em) {
  .c-header-search__item span {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header-search__item span {
    font-size: 1rem;
  }
}
.c-header-search__form {
  display: none;
  width: 100vw;
  height: auto;
  right: 0;
  z-index: 1100;
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 2880px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 20em) {
  .c-header-search__form {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header-search__form {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-header-search__form {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header-search__form {
    padding-right: 5rem;
  }
}
.c-header-search__form > * {
  grid-column: 1/13;
}
.c-header-search__form > :first-child:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .c-header-search__form > :first-child:last-child {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header-search__form > :first-child:last-child {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-header-search__form > :first-child:last-child {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header-search__form > :first-child:last-child {
    margin-right: -5rem;
  }
}
@media (max-width: 64em) {
  .c-header-search__form {
    padding: 0;
  }
}
@media (min-width: 64em) {
  .c-header-search__form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-header-search__form form {
  background-color: red;
}
.c-header-search__form.is-toggled {
  position: absolute;
  display: block;
}

.c-link-box {
  position: relative;
  background-color: #ffffff;
  transform-origin: center;
  width: 100%;
}
@media (min-width: 64em) {
  .c-link-box {
    height: 100%;
    width: auto;
    max-width: 33vw;
    padding: 2rem 10% 2rem 40px;
    display: block;
  }
}
.c-link-box h2 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
  display: none;
  margin-bottom: 1rem;
}
@media (min-width: 20em) {
  .c-link-box h2 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link-box h2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 64em) {
  .c-link-box h2 {
    display: block;
  }
}
.c-link-box__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  margin-top: auto;
  height: 100%;
  position: relative;
}
.c-link-box__btn h2 {
  display: block;
  pointer-events: none;
  color: red;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-link-box__btn {
    display: none;
  }
  .c-link-box__btn h2 {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-link-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12%;
    width: 50%;
    height: 100%;
    background: inherit;
    transform: skewX(-14deg);
    transform-origin: left;
  }
}
@media (min-width: 64em) {
  .c-link-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%);
  }
  .c-link-box:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -9.5%;
    width: 50%;
    height: 100%;
    background: inherit;
    transform: skewX(-14deg);
    transform-origin: right;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .c-link-box + .c-link-box {
    height: calc(100% + 40px);
    margin-left: -1rem;
  }
}
.c-link-box__inner {
  position: relative;
  transform-origin: center;
  z-index: 2;
  width: 100%;
}
@media (min-width: 64em) {
  .c-link-box__inner {
    display: block;
  }
}
.c-link-box__body {
  position: relative;
  z-index: 4;
}
.c-link-box__body > * {
  position: relative;
  z-index: 5;
}
.c-link-box__body::after {
  content: "";
  left: -2.25rem;
}
@media (min-width: 20em) {
  .c-link-box__body::after {
    left: calc(-2.25rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-link-box__body::after {
    left: -1.25rem;
  }
}
.c-link-box__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 72px;
}
.c-link-box__icon svg {
  display: block;
  width: 1.5625rem;
  height: auto;
  transition: all 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
.c-link-box__icon svg path {
  stroke: var(--primary-color);
}
.is-toggled .c-link-box__icon svg {
  transform: rotate(45deg);
}
.is-toggled .c-link-box__icon svg path {
  stroke: #ffffff;
}

@media (max-width: 64em) {
  .c-link-box {
    display: grid;
    width: 100%;
    grid-template-columns: 100% 90vw;
    transition: all 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002);
    gap: 1.25rem;
    left: 0;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-link-box {
    gap: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-link-box {
    gap: 5rem;
  }
}
@media (max-width: 64em) {
  .c-link-box h2 {
    display: none;
  }
  .is-toggled .c-link-box {
    grid-template-columns: 75px calc(100% - 75px);
    gap: 0;
  }
  .c-link-box__btn {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: auto;
    height: 50px;
    position: relative;
    background-color: #ffffff;
    padding: 0.75rem 0;
  }
  .c-link-box__btn h2 {
    display: block;
    color: var(--primary-color);
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  }
  .c-link-box__btn.is-toggled {
    background-color: var(--primary-color);
    color: #ffffff;
  }
  .is-active .c-link-box__btn h2 {
    width: 0;
    opacity: 0;
  }
  .c-link-box__icon {
    pointer-events: none;
    justify-content: flex-start;
  }
  .is-toggled .c-link-box:not(.is-active) {
    opacity: 0;
    visibility: hidden;
    height: 50px;
  }
  :not(.is-toggled) .c-link-box:not(.is-active) {
    transition: all 0s;
  }
  .c-link-box__body {
    position: relative;
    will-change: transform;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  }
  .c-link-box__body > * {
    padding: 1.75rem 15% 1.75rem 3rem;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100vw;
    padding-right: 28vw;
    background-color: #ffffff;
    z-index: 2;
    transition: all 0.2s cubic-bezier(0.226, 0.014, 0.035, 1.002);
    margin-left: 2.5rem;
    transform: skew(-14deg);
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-link-box__body > * {
    margin-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-link-box__body > * {
    margin-left: 5rem;
  }
}
@media (max-width: 64em) {
  .c-link-box__body > * > * {
    position: relative;
    z-index: 3;
    transform: skew(14deg);
  }
  .c-link-box__body.is-toggled > * {
    margin-left: 0;
  }
  .c-link-box__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-media-slider-wrapper h2, .c-media-slider-wrapper h3 {
  width: 74.625rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 85.375em) {
  .c-media-slider-wrapper h2, .c-media-slider-wrapper h3 {
    width: 59.3125rem;
  }
}
.c-media-slider-wrapper--small h2, .c-media-slider-wrapper--small h3 {
  width: 44rem;
}

.c-media-slider {
  overflow: visible !important;
}
@media (max-width: 64em) {
  .c-media-slider {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 64em) {
  .c-media-slider {
    padding-bottom: 4.5rem;
  }
}
.c-media-slider__wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 64em) {
  .c-media-slider .swiper-slide {
    height: unset !important;
  }
}
.c-media-slider__slide {
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-media-slider__slide--16by9 {
  aspect-ratio: 16/9;
}
@media (min-width: 64em) {
  .c-media-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-media-slider__slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 64em) {
  .c-media-slider__slide--4by5 {
    aspect-ratio: 1/1;
    width: auto;
    overflow: hidden;
  }
  .c-media-slider__slide--4by5 .l-embed--4by5::before {
    padding-bottom: 100%;
  }
  .c-media-slider__slide--4by5 figure {
    height: 100%;
  }
  .c-media-slider__slide--4by5 figure:has(figcaption)::before {
    aspect-ratio: 1/1;
  }
  .c-media-slider__slide--16by9 .l-embed {
    width: 100%;
  }
  .c-media-slider__slide--16by9 .l-embed::before {
    width: 100%;
  }
  .c-media-slider__slide .swiper-slide {
    max-width: calc(100vw - 16px);
    width: auto; /* Breite flexibel erlauben */
    flex-shrink: 0; /* Verhindert das Schrumpfen */
  }
}
@media (min-width: 64em) {
  .c-media-slider__slide {
    opacity: 0.5;
  }
  .c-media-slider__slide--16by9 {
    width: 74.625rem;
  }
  .c-media-slider__slide--4by5 {
    width: 33.5625rem;
  }
  .c-media-slider__slide:not(.swiper-slide-active) figure {
    pointer-events: none;
    cursor: none;
  }
}
.c-media-slider__arrows {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.25rem;
  z-index: 10;
}
@media (max-width: 64em) {
  .c-media-slider__arrows {
    display: none;
  }
}
.c-media-slider__arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  pointer-events: auto;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 1;
  position: relative;
}
.c-media-slider__arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--primary-color-content);
  -webkit-mask-size: 1.25rem;
          mask-size: 1.25rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c-media-slider__arrow[disabled] {
  pointer-events: none;
  cursor: none;
  background-color: #E3E3E3;
}
@media (hover: hover) and (pointer: fine) {
  .c-media-slider__arrow:hover, .c-media-slider__arrow:focus-visible {
    opacity: 0.75;
  }
}
.c-media-slider__arrow::after {
  content: unset;
}
.c-media-slider__arrow--next {
  position: relative;
}
.c-media-slider__arrow--next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.25rem;
          mask-size: 1.25rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.c-media-slider__arrow--prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23ffffff' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.25rem;
          mask-size: 1.25rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  transform: rotate(180deg);
}
.c-media-slider__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}
@media (min-width: 64em) {
  .c-media-slider__pagination {
    display: none;
  }
}
.c-media-slider__pagination span {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E3E3E3;
}
.c-media-slider__pagination span.is-active {
  background-color: var(--primary-color);
}
.c-media-slider--small .c-media-slider__slide {
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-media-slider--small .c-media-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media-slider--small .c-media-slider__slide.swiper-slide-active {
  opacity: 1;
}
.c-media-slider--small .c-media-slider__slide--16by9 {
  aspect-ratio: 16/9;
}
@media (min-width: 64em) {
  .c-media-slider--small .c-media-slider__slide {
    opacity: 0.5;
  }
  .c-media-slider--small .c-media-slider__slide--16by9 {
    width: 44rem;
  }
  .c-media-slider--small .c-media-slider__slide--4by5 {
    width: 19.8125rem;
  }
  .c-media-slider--small .c-media-slider__slide:not(.swiper-slide-active) figure {
    pointer-events: none;
    cursor: none;
  }
}
@media (max-width: 64em) {
  .c-media-slider--lightbox {
    padding-bottom: 3rem;
  }
}
.c-media-slider--lightbox.swiper {
  position: relative;
}
.c-media-slider--lightbox .c-media-slider__slide {
  opacity: 0;
}
.c-media-slider--lightbox .c-media-slider__slide.swiper-slide-active {
  opacity: 1;
}
.c-media-slider--lightbox .c-media-slider__arrows {
  bottom: 50%;
  width: 100%;
  z-index: 500000;
  justify-content: space-between;
  width: calc(100% + 150px);
}
@media (max-width: 64em) {
  .c-media-slider--lightbox .c-media-slider__arrows {
    display: flex;
    bottom: -50px;
    justify-content: center;
  }
}
.c-media-slider--lightbox .c-media-slider__arrow::after {
  top: 0;
  left: 0;
}
.c-media-slider--lightbox .c-media-slider__slide > :not([data-type=image]) {
  display: block;
  width: 100%;
  height: unset;
}

.c-navigation__link {
  cursor: pointer;
}
.c-navigation__link span {
  pointer-events: none;
  cursor: pointer;
}
.c-navigation.c-navigation--panel {
  padding-bottom: 2rem;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  overflow-y: auto;
  height: 100%;
}
.c-navigation.c-navigation--panel .c-navigation__link {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000000;
}
.c-navigation.c-navigation--panel .c-navigation__link--highlight {
  font-weight: 800;
}
.c-navigation.c-navigation--panel .c-navigation__link svg {
  pointer-events: none;
  margin-left: 1.5625rem;
  width: 2rem;
  height: auto;
}
.c-navigation.c-navigation--panel .c-navigation__link:hover, .c-navigation.c-navigation--panel .c-navigation__link:focus-visible {
  color: var(--primary-color-white-content);
}
.c-navigation.c-navigation--panel .c-navigation__link:hover svg path, .c-navigation.c-navigation--panel .c-navigation__link:focus-visible svg path {
  stroke: var(--primary-color-white-content);
}
.c-navigation.c-navigation--panel .is-active > .c-navigation__link {
  color: var(--primary-color-white-content);
  font-weight: 800;
}
.c-navigation.c-navigation--panel .c-navigation__list {
  padding-left: 0;
  list-style: none;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list {
    gap: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list {
    gap: 1.5rem;
  }
}
.c-navigation.c-navigation--panel .c-navigation__list li {
  padding: 0;
  border-bottom: 0 solid #000000;
}
.c-navigation.c-navigation--panel .c-navigation__list .c-navigation__link {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list .c-navigation__link {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list .c-navigation__link {
    font-size: 1.875rem;
  }
}
.c-navigation.c-navigation--panel .c-navigation__list[data-level="1"] > li > .c-navigation__link {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list[data-level="1"] > li > .c-navigation__link {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list[data-level="1"] > li > .c-navigation__link {
    font-size: 1.625rem;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub,
.c-navigation.c-navigation--panel .c-navigation__subsub {
  position: absolute;
  visibility: hidden;
  top: 0;
  transform: translateX(0%);
  height: calc(var(--vh) * 100 - var(--phh));
  padding-left: 0.9375rem;
  top: 1.5rem;
}
.c-navigation.c-navigation--panel .c-navigation__sub.visible,
.c-navigation.c-navigation--panel .c-navigation__subsub.visible {
  visibility: visible !important;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    padding-left: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    padding-left: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    top: calc(1.5rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    top: 3.25rem;
  }
}
@media (max-width: 64em) {
  .sub-is-open .c-navigation.c-navigation--panel .c-navigation__sub,
  .sub-is-open .c-navigation.c-navigation--panel .c-navigation__subsub {
    height: calc(var(--vh) * 100 - var(--phh) - var(--pbh));
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__box:last-child .c-navigation__thema:last-child,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__box:last-child .c-navigation__thema:last-child {
    padding-bottom: var(--pbh);
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    top: 0;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__box,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__box {
    top: 0;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__box > *,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__box > * {
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list-wrapper,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list-wrapper {
  overflow: visible;
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list-wrapper,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list-wrapper {
    overflow-y: auto;
    background-color: #ffffff;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list-wrapper .c-navigation__box,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list-wrapper .c-navigation__box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    max-width: calc(var(--pw) - var(--nw));
    left: 100%;
    width: 100vw;
    display: flex;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub,
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    padding-left: 0;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__link {
  font-size: 1rem;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link span,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__link span {
  text-align: left;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link svg,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__link svg {
  width: 1.25rem;
  height: auto;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link svg,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__link svg {
    width: calc(1.25rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link svg,
  .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__link svg {
    width: 1.5rem;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper,
.c-navigation.c-navigation--panel .c-navigation__subsub.is-small-wrapper {
  max-width: calc(var(--nw));
  padding-left: 0;
  margin-left: 0.9375rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper,
  .c-navigation.c-navigation--panel .c-navigation__subsub.is-small-wrapper {
    margin-left: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper,
  .c-navigation.c-navigation--panel .c-navigation__subsub.is-small-wrapper {
    margin-left: 2.25rem;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper,
  .c-navigation.c-navigation--panel .c-navigation__subsub.is-small-wrapper {
    margin-left: 0;
  }
}
.c-navigation.c-navigation--panel .c-navigation__sub > div,
.c-navigation.c-navigation--panel .c-navigation__subsub > div {
  height: calc(var(--vh) * 100 - var(--phh) - 2rem);
  min-height: 100%;
  width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list {
  width: auto;
  padding-bottom: 3rem;
  gap: 0.75rem;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list .c-navigation__link,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list .c-navigation__link {
  color: #000000;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list .c-navigation__link:hover, .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list .c-navigation__link:focus-visible,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list .c-navigation__link:hover,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list .c-navigation__link:focus-visible {
  color: var(--primary-color-white-content);
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list .c-navigation__link:hover svg path, .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list .c-navigation__link:focus-visible svg path,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list .c-navigation__link:hover svg path,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list .c-navigation__link:focus-visible svg path {
  stroke: currentColor;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list li,
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list li {
  border-bottom: 0 solid #000000;
}
.c-navigation.c-navigation--panel .c-navigation__back {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  align-items: center;
  font-size: 1rem;
}
.c-navigation.c-navigation--panel .c-navigation__back span {
  padding-left: 0.75rem;
}
.c-navigation.c-navigation--panel .c-navigation__back:hover, .c-navigation.c-navigation--panel .c-navigation__back:focus-visible {
  color: var(--primary-color-white-content);
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__back {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .set-backbutton .c-navigation__back {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    clip: auto;
  }
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper {
  position: relative;
  height: calc(var(--vh) * 100 - var(--phh) - 2rem);
  gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper {
    gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper {
    gap: 2.25rem;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper {
    gap: 0;
    display: block;
    height: calc(var(--vh) * 100 - var(--phh) - 2rem);
    overflow: scroll;
    width: calc(var(--nw) + 1px);
  }
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
  opacity: 1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  z-index: 5;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-top: calc(2.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-top: 3.25rem;
  }
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-bottom: calc(2.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-left: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-right: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    padding-right: 3.75rem;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    width: var(--nw);
    height: calc(var(--vh) * 100 - var(--phh) - 2rem);
    overflow: scroll;
    min-height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  }
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box > * {
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.25s;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box::-webkit-scrollbar {
  display: none;
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box .c-navigation__list {
  overflow-x: visible;
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box .c-navigation__list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box.hide-visibility {
  pointer-events: none;
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box.hide-visibility {
    opacity: 0 !important;
    transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .c-navigation.c-navigation--panel .c-navigation__list-wrapper .c-navigation__box.hide-visibility .c-navigation__thema {
    opacity: 0 !important;
  }
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub {
  transform: translateX(0%);
  z-index: 200;
  visibility: visible;
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .c-navigation__list-wrapper {
    visibility: visible;
  }
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .c-navigation__box {
  opacity: 1;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .c-navigation__box > * {
  opacity: 1;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .c-navigation__box .c-navigation__subsub .c-navigation__box {
  opacity: 0;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .c-navigation__box .c-navigation__subsub .c-navigation__box > * {
  opacity: 0;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub li.is-active > .c-navigation__link {
  color: var(--primary-color-white-content);
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub {
  transform: translateX(0%);
  z-index: 600;
  visibility: visible;
  left: 50%;
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__list-wrapper {
    visibility: visible;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub {
    left: 0;
  }
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__box {
  opacity: 1;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__box > * {
  opacity: 1;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__box li:not(.is-active) .c-navigation__box {
  opacity: 0;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__box > * {
  opacity: 1;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub li.is-active .c-navigation__link {
  color: var(--primary-color-white-content);
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__list-wrapper {
  z-index: 10;
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub .has-sub.is-active .c-navigation__subsub .c-navigation__box {
  z-index: 10;
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel li .c-navigation__sub li:not(.is-active) .c-navigation__subsub .c-navigation__list-wrapper {
    visibility: hidden;
  }
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper .has-sub .c-navigation__subsub {
    left: 100% !important;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper .has-sub .c-navigation__subsub {
    margin-left: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__sub.is-small-wrapper .has-sub .c-navigation__subsub {
    margin-left: 2.25rem;
  }
}
.c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub.is-small-wrapper .has-sub.is-active .c-navigation__subsub {
  left: 100% !important;
  padding: 0;
  margin-left: 0.9375rem;
  width: var(--nw);
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub.is-small-wrapper .has-sub.is-active .c-navigation__subsub {
    margin-left: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub.is-small-wrapper .has-sub.is-active .c-navigation__subsub {
    margin-left: 2.25rem;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .has-sub.is-active .c-navigation__sub.is-small-wrapper .has-sub.is-active .c-navigation__subsub {
    left: 0 !important;
    margin-left: 0;
  }
}
.c-navigation.c-navigation--panel .c-navigation__subsub {
  left: 50%;
  margin-left: 0.46875rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    margin-left: calc(0.46875rem + 0.65625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    margin-left: 1.125rem;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    left: 0;
  }
}
@media (min-width: 64em) {
  .is-small-wrapper .c-navigation.c-navigation--panel .c-navigation__subsub {
    left: 0 !important;
  }
}
@media (max-width: 64em) {
  .c-navigation.c-navigation--panel .c-navigation__subsub {
    position: fixed;
    margin-left: 0;
    top: 0;
  }
}
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__box {
  opacity: 0;
}
.c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__box .c-navigation__thema {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.is-small-wrapper .c-navigation.c-navigation--panel .c-navigation__subsub .c-navigation__list-wrapper {
  max-width: calc(var(--nw));
}
.c-navigation__sub.is-small-wrapper .c-navigation.c-navigation--panel .c-navigation__subsub {
  left: 100%;
  max-width: var(--nw);
}
.pusha-panel--active .c-navigation.c-navigation--panel {
  opacity: 1;
}
.c-navigation.c-navigation--panel .c-navigation__thema h2,
.c-navigation.c-navigation--panel .c-navigation__thema h3,
.c-navigation.c-navigation--panel .c-navigation__thema h4 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-navigation.c-navigation--panel .c-navigation__thema h2,
  .c-navigation.c-navigation--panel .c-navigation__thema h3,
  .c-navigation.c-navigation--panel .c-navigation__thema h4 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-navigation.c-navigation--panel .c-navigation__thema h2,
  .c-navigation.c-navigation--panel .c-navigation__thema h3,
  .c-navigation.c-navigation--panel .c-navigation__thema h4 {
    font-size: 0.875rem;
  }
}
.c-navigation.c-navigation--panel[data-current-level="3"] [data-level="2"] {
  overflow-y: hidden;
}
@media (min-width: 64em) {
  .c-navigation.c-navigation--panel[data-current-level="3"] [data-level="2"] {
    overflow: visible;
  }
}
.c-navigation.c-navigation--panel .c-navigation__link span {
  pointer-events: none;
  text-align: left;
}

.c-pictorial-textbox {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: [full-width-start] 1fr [large-start] 1fr 1fr [small-start] 1fr 1fr 1fr 1fr 1fr 1fr [small-end] 1fr 1fr [large-end] 1fr [full-width-end];
}
@media (min-width: 20em) {
  .c-pictorial-textbox {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-pictorial-textbox__heading {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-pictorial-textbox__heading {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__heading {
    margin-bottom: 2.5rem;
  }
}
.c-pictorial-textbox__heading h2 {
  font-size: 1.75rem;
  line-height: 2.625rem;
}
@media (min-width: 20em) {
  .c-pictorial-textbox__heading h2 {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__heading h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial-textbox__heading h2 {
    line-height: calc(2.625rem + 2.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__heading h2 {
    line-height: 5rem;
  }
}
.c-pictorial-textbox__heading p {
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-pictorial-textbox__heading p {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__heading p {
    font-size: 1.625rem;
  }
}
.c-pictorial-textbox__box {
  grid-column: large;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-pictorial-textbox__box {
    margin-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__box {
    margin-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial-textbox__box {
    margin-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__box {
    margin-right: 5rem;
  }
}
@media (max-width: 48em) {
  .c-pictorial-textbox__box {
    grid-column: full-width;
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
}
@media (min-width: 48em) {
  .c-pictorial-textbox__box {
    margin: 0;
  }
}
.c-pictorial-textbox__box {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-pictorial-textbox__box::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 98%;
  transform: translateY(70%);
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-pictorial-textbox__items {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding: 1.75rem;
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 20em) {
  .c-pictorial-textbox__items {
    padding: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__items {
    padding: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial-textbox__items {
    gap: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial-textbox__items {
    gap: 3.75rem;
  }
}
@media (min-width: 64em) {
  .c-pictorial-textbox--1 .c-pictorial-textbox__heading,
  .c-pictorial-textbox--1 .c-pictorial-textbox__box {
    grid-column: small;
  }
}
@media (max-width: 48em) {
  .c-pictorial-textbox--1 .c-pictorial-textbox__heading,
  .c-pictorial-textbox--1 .c-pictorial-textbox__box {
    grid-column: full-width;
    margin-left: 1.3125rem;
    margin-right: 1.3125rem;
  }
}
@media (min-width: 64em) {
  .c-pictorial-textbox--2 .c-pictorial-textbox__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .c-pictorial-textbox--3 .c-pictorial-textbox__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) {
  .c-pictorial-textbox--4 .c-pictorial-textbox__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-quote {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 0;
}
.c-quote > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-quote {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-quote > * {
    grid-column: 3/11;
  }
}
.c-quote__author-wrapper {
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-left: 3.25rem;
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-quote__author-wrapper {
    gap: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-quote__author-wrapper {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-quote__author-wrapper {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-quote__author-wrapper {
    padding-top: 1.75rem;
  }
}
@media (min-width: 20em) {
  .c-quote__author-wrapper {
    padding-left: calc(3.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-quote__author-wrapper {
    padding-left: 4.75rem;
  }
}
@media (min-width: 20em) {
  .c-quote__author-wrapper {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-quote__author-wrapper {
    font-size: 1rem;
  }
}
.c-quote__name {
  margin-bottom: 0;
  font-weight: 800;
}
.c-quote__media {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 48em) {
  .c-quote__media {
    width: 3.75rem;
  }
}

.c-share {
  grid-column-start: 4;
  grid-column-end: 10;
}
.c-share h2 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (min-width: 20em) {
  .c-share h2 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-share h2 {
    font-size: 1.375rem;
  }
}
.c-share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 20em) {
  .c-share__list {
    gap: calc(1.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-share__list {
    gap: 2rem;
  }
}
.c-share__item {
  position: relative;
}
.c-share__link {
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-share__link svg {
  height: 2.25rem;
  width: auto;
}
@media (min-width: 20em) {
  .c-share__link svg {
    height: calc(2.25rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-share__link svg {
    height: 2.625rem;
  }
}
.c-share__link:active {
  color: #8F9198;
}
@media (hover: hover) and (pointer: fine) {
  .c-share__link:hover, .c-share__link:focus-visible {
    color: #B6B7BA;
  }
}

.c-sponsor {
  position: relative;
}
.c-sponsor::after {
  will-change: transform;
  content: "";
  position: absolute;
  bottom: -8%;
  left: 4%;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: linear-gradient(40deg, #E3E3E3 0%, rgba(227, 227, 227, 0) 100%);
  transform-origin: left bottom;
  transform: rotate(4deg) skew(-14deg, 0deg);
  transition: left 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), bottom 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (hover: hover) and (pointer: fine) {
  .c-sponsor:hover::after, .c-sponsor:focus-visible::after {
    bottom: -4%;
    left: 0;
    opacity: 1;
  }
}
.c-sponsor__box {
  position: relative;
  z-index: 20;
  padding: 0.3125rem 12%;
  background-color: #ffffff;
  transform-origin: center;
  transform: skew(-14deg, 0deg);
}
.c-sponsor__boxinner {
  position: relative;
  transform-origin: center;
  transform: skew(14deg, 0deg);
}
[class*=filter-on] .c-sponsor::after {
  z-index: 1;
}
[class*=filter-on] .c-sponsor .c-sponsor__box {
  z-index: 2;
}
.c-sponsor--header {
  filter: drop-shadow(7px 7px 12px rgba(0, 0, 0, 0.15));
}
.c-sponsor--header::after {
  display: none;
}
.c-sponsor--header .c-sponsor__box {
  border: 1px solid #E3E3E3;
}

.c-tag-list {
  grid-column-start: 4;
  grid-column-end: 10;
}
.c-tag-list h2 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  color: #B6B7BA;
  margin-bottom: 0.75rem;
}
@media (min-width: 20em) {
  .c-tag-list h2 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tag-list h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) {
  .c-tag-list h2 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tag-list h2 {
    margin-bottom: 1rem;
  }
}
.c-tag-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 0.75rem;
}

.c-teaser {
  height: 100%;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.75s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
.c-teaser::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 96%;
  transform: translateY(100%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-teaser::after {
  opacity: 0.2;
}
.c-teaser:has(a) {
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
  cursor: pointer;
}
.c-teaser:has(a)::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 96%;
  transform: translateY(100%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-teaser:has(a)::after {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser:has(a):hover, .c-teaser:has(a):focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .c-teaser:has(a):hover::after, .c-teaser:has(a):focus-visible::after {
    width: 97%;
    transform: translateY(80%);
    opacity: 0.15;
  }
  .u-background .c-teaser:has(a):hover::after, .u-background .c-teaser:has(a):focus-visible::after {
    opacity: 0.3;
  }
}
.c-teaser:has(a) img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser:has(a):hover img, .c-teaser:has(a):focus-visible img, .c-teaser:has(a):focus-within img {
    transform: scale(1.1);
  }
}
.c-teaser h3 {
  flex: 100%;
}
.c-teaser.js-koch-component {
  transform: translate(0, 30px);
}
.c-teaser.is-in-view {
  transform: none;
}
.c-teaser__media {
  position: relative;
  overflow: hidden;
}
.c-teaser__inner {
  height: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.c-teaser__tags {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.c-teaser__content {
  height: auto;
  padding: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-areas: "tags tags tags tags" "pretitle pretitle pretitle pretitle" "title title title title" "teaser teaser teaser teaser";
  grid-template-columns: auto 1fr 1fr 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.c-teaser__content:has(.c-teaser__icon-category) {
  grid-template-areas: "tags tags tags tags" "icon pretitle pretitle pretitle" "title title title title" "teaser teaser teaser teaser";
}
.c-teaser__content:last-child {
  padding-bottom: 1.25rem;
}
.c-teaser__content .c-teaser__icon-category {
  grid-area: icon;
  margin-left: 0;
}
.c-teaser__content .c-teaser__icon-category svg {
  width: 1.5rem;
  height: 1.5rem;
}
.c-teaser__content .c-teaser__icon-category svg path {
  fill: var(--primary-color-white-content);
}
.c-teaser__content-info {
  font-size: 0.75rem;
  line-height: 150%;
  padding: 1.25rem;
  padding-top: 0;
  margin-top: -8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
@media (min-width: 20em) {
  .c-teaser__content-info {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser__content-info {
    font-size: 0.875rem;
  }
}
.c-teaser__contentteaser {
  font-size: 0.75rem;
  line-height: 150%;
  margin-bottom: auto;
  height: 100%;
  grid-area: teaser;
}
@media (min-width: 20em) {
  .c-teaser__contentteaser {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser__contentteaser {
    font-size: 0.875rem;
  }
}
.c-teaser__pretitle {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color-white-content);
  font-weight: 800;
  grid-area: pretitle;
  margin-bottom: 0;
  align-self: center;
}
@media (min-width: 20em) {
  .c-teaser__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser__pretitle {
    font-size: 0.875rem;
  }
}
.c-teaser h2, .c-teaser h3 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 800;
  hyphens: auto;
  grid-area: title;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 20em) {
  .c-teaser h2, .c-teaser h3 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser h2, .c-teaser h3 {
    font-size: 1.375rem;
  }
}
.c-teaser__icon-category {
  margin-left: auto;
  color: var(--primary-color-white-content);
}
.c-teaser__icon-category svg {
  width: 2.5rem;
  height: 2.5rem;
}
.c-teaser__icon-category svg path {
  fill: #B6B7BA;
}
.c-teaser__time {
  color: #8F9198;
  grid-row-start: span 9000;
}
.c-teaser__icons {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 1.25rem;
  display: flex;
  gap: 0.25rem;
}
.c-teaser__icon {
  color: #ffffff;
}
.c-teaser__icon svg {
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  filter: drop-shadow(5px 0px 24px rgba(0, 0, 0, 0.25));
}
@media (max-width: 64em) {
  .c-teaser--list-mobile .c-teaser__media {
    display: none;
  }
}
@media (max-width: 64em) {
  .c-teaser--list-mobile::after {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-teaser--list-mobile .c-teaser__content:not(:first-child) .c-teaser__icon-category {
    min-height: 1.5rem;
  }
}
.c-teaser--highlight {
  position: unset;
  filter: none;
}
.c-teaser--highlight::after {
  display: none;
}
.c-teaser--highlight:has(a) {
  position: unset;
  filter: none;
  cursor: pointer;
}
.c-teaser--highlight:has(a)::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--highlight:has(a):hover, .c-teaser--highlight:has(a):focus-visible {
    filter: none;
  }
  .c-teaser--highlight:has(a):hover::after, .c-teaser--highlight:has(a):focus-visible::after {
    display: none;
  }
}
.c-teaser--highlight .c-teaser__tags {
  position: relative;
  left: 0;
}
.c-teaser--highlight .c-teaser__content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.c-teaser--highlight .c-teaser__content-info {
  padding-left: 0;
  padding-right: 0;
}
.c-teaser--highlight .c-teaser__inner {
  overflow: unset;
  position: unset;
}
.c-teaser--highlight .c-teaser__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 64em) {
  .c-teaser--highlight .c-teaser__media {
    display: block;
    position: absolute;
    left: calc(100% + 32px);
    height: unset;
    width: 100%;
    top: 0;
    z-index: 2;
    height: var(--nh);
  }
}
@media (min-width: 85.375em) {
  .c-teaser--highlight .c-teaser__media {
    width: 153.5%;
  }
}
.c-teaser--highlight .c-teaser__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--highlight:hover, .c-teaser--highlight:focus-visible {
    filter: none;
  }
  .c-teaser--highlight:hover::after, .c-teaser--highlight:focus-visible::after {
    display: none;
  }
  .c-teaser--highlight:hover .c-teaser__media, .c-teaser--highlight:focus-visible .c-teaser__media {
    z-index: 2;
  }
}
.c-teaser--breaking {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.9375rem;
  filter: none;
}
.c-teaser--breaking img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--breaking:hover img, .c-teaser--breaking:focus-visible img, .c-teaser--breaking:focus-within img {
    transform: scale(1.1);
  }
}
@media (min-width: 20em) {
  .c-teaser--breaking {
    gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking {
    gap: 2.25rem;
  }
}
.c-teaser--breaking::after {
  display: none;
}
.c-teaser--breaking:has(a) {
  filter: none;
  cursor: pointer;
}
.c-teaser--breaking:has(a)::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--breaking:has(a):hover, .c-teaser--breaking:has(a):focus-visible {
    filter: none;
  }
  .c-teaser--breaking:has(a):hover::after, .c-teaser--breaking:has(a):focus-visible::after {
    display: none;
  }
}
.c-teaser--breaking .c-teaser__media {
  position: relative;
  grid-column: span 7;
  overflow: hidden;
  grid-row: 1/3;
  align-self: flex-start;
}
@media (min-width: 64em) {
  .c-teaser--breaking .c-teaser__media {
    grid-column: span 8;
  }
}
.c-teaser--breaking .c-teaser__content {
  align-self: flex-start;
  grid-column: span 5;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.75rem;
}
@media (min-width: 64em) {
  .c-teaser--breaking .c-teaser__content {
    grid-column: span 4;
  }
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__content {
    row-gap: calc(0.75rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__content {
    row-gap: 1.5rem;
  }
}
.c-teaser--breaking .c-teaser__content h2, .c-teaser--breaking .c-teaser__content h3,
.c-teaser--breaking .c-teaser__content .c-teaser__time,
.c-teaser--breaking .c-teaser__content .c-teaser__button {
  flex: 100%;
}
.c-teaser--breaking .c-teaser__icons {
  color: #ffffff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.c-teaser--breaking .c-teaser__icons svg {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.c-teaser--breaking .c-teaser__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  gap: 0.9375rem;
  row-gap: 0.75rem;
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__inner {
    gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__inner {
    gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__inner {
    row-gap: calc(0.75rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__inner {
    row-gap: 1.5rem;
  }
}
@media (min-width: 48em) {
  .c-teaser--breaking .c-teaser__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
  }
}
.c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 .c-teaser__time,
.c-teaser--breaking .c-teaser__inner .c-teaser__button {
  flex: 100%;
}
.c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 {
    font-size: calc(1.5rem + 1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 {
    line-height: calc(2.1875rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__inner h2, .c-teaser--breaking .c-teaser__inner h3 {
    line-height: 3.9375rem;
  }
}
.c-teaser--breaking .c-teaser__time {
  font-size: 0.75rem;
  line-height: 150%;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__time {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__time {
    font-size: 0.875rem;
  }
}
.c-teaser--breaking .c-teaser__pretitle {
  margin-bottom: 0;
  color: var(--primary-color-white-content);
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-teaser--breaking .c-teaser__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--breaking .c-teaser__pretitle {
    font-size: 0.875rem;
  }
}
.c-teaser--breaking .c-teaser__icon-category {
  color: var(--primary-color-white-content);
}
.c-teaser--breaking .c-teaser__content-info {
  margin-top: 0;
  align-self: flex-start;
  padding: 0;
}
.c-teaser--grid {
  position: relative;
  color: #ffffff;
  position: relative;
}
.c-teaser--grid::after {
  display: none;
}
.c-teaser--grid:has(a) {
  filter: none;
  cursor: pointer;
}
.c-teaser--grid:has(a)::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--grid:has(a):hover, .c-teaser--grid:has(a):focus-visible {
    filter: none;
  }
  .c-teaser--grid:has(a):hover::after, .c-teaser--grid:has(a):focus-visible::after {
    display: none;
  }
}
.c-teaser--grid img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--grid:hover img, .c-teaser--grid:focus-visible img, .c-teaser--grid:focus-within img {
    transform: scale(1.1);
  }
}
.c-teaser--grid .c-teaser__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
}
.c-teaser--grid .c-teaser__media {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-teaser--grid .c-teaser__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.c-teaser--grid .c-teaser__media::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.c-teaser--large .c-teaser--grid .c-teaser__media::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.7) 100%);
}
.c-teaser--grid .c-teaser__media img {
  z-index: 0;
}
.c-teaser--grid .c-teaser__content {
  position: unset;
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0;
  padding-top: 0;
}
.c-teaser--grid .c-teaser__content .c-teaser-info {
  position: relative;
  z-index: 5;
}
.c-teaser--grid .c-teaser__content .c-teaser-info time {
  font-size: 0.75rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-teaser--grid .c-teaser__content .c-teaser-info time {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--grid .c-teaser__content .c-teaser-info time {
    font-size: 0.875rem;
  }
}
.c-teaser--grid .c-teaser__content h2 {
  font-size: 1rem;
  line-height: 150%;
  font-weight: normal;
  flex: 100%;
  order: 1;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media (min-width: 20em) {
  .c-teaser--grid .c-teaser__content h2 {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--grid .c-teaser__content h2 {
    font-size: 1.375rem;
  }
}
.c-teaser--grid .c-teaser__content-info {
  margin-top: 0;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  color: #ffffff;
}
.c-teaser--grid .c-teaser__time {
  color: #ffffff;
}
.c-teaser--grid .c-teaser__pretitle {
  font-size: 0.75rem;
  line-height: 150%;
  color: #ffffff;
}
@media (min-width: 20em) {
  .c-teaser--grid .c-teaser__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--grid .c-teaser__pretitle {
    font-size: 0.875rem;
  }
}
.c-teaser--grid .c-teaser__icons {
  display: none;
}
.c-teaser--grid .c-teaser__bottom {
  display: flex;
  justify-content: space-between;
}
.c-teaser--grid .c-teaser__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding-right: 1rem;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.c-teaser--small .c-teaser--grid .c-teaser__tags {
  position: relative;
  top: unset;
  left: unset;
}
.c-teaser--grid .c-teaser__icon-category svg path {
  fill: #ffffff;
}
.c-news-grid__item--small .c-teaser--grid {
  aspect-ratio: unset;
  color: #202531;
  height: 100%;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__inner {
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__media {
  display: none;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__icon-category svg path {
  fill: var(--primary-color-white-content);
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__pretitle {
  color: var(--primary-color-white-content);
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__content-info {
  color: #202531;
  padding: 0;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__time {
  color: #202531;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__tags {
  position: relative;
  left: 0;
  top: 0;
}
.c-news-grid__item--small .c-teaser--grid .c-teaser__content {
  padding: 0;
}
.c-teaser--list {
  filter: none;
}
.c-teaser--list::after {
  display: none;
}
.c-teaser--list:has(a) {
  position: unset;
  filter: none;
  cursor: pointer;
}
.c-teaser--list:has(a)::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser--list:has(a):hover, .c-teaser--list:has(a):focus-visible {
    filter: none;
  }
  .c-teaser--list:has(a):hover::after, .c-teaser--list:has(a):focus-visible::after {
    display: none;
  }
}
.c-teaser--list .c-teaser__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: repeat(9, 1fr);
}
@media (min-width: 20em) {
  .c-teaser--list .c-teaser__inner {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser--list .c-teaser__inner {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (max-width: 48em) {
  .c-teaser--list .c-teaser__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-teaser--list .c-teaser__content {
  grid-column: span 1;
  padding: 0;
}
@media (min-width: 48em) {
  .c-teaser--list .c-teaser__content {
    grid-column: span 6;
  }
}
.c-teaser--list .c-teaser__content-info {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
}
.c-teaser--list .c-teaser__media {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  order: -1;
}
@media (min-width: 48em) {
  .c-teaser--list .c-teaser__media {
    grid-column: span 3;
    justify-content: flex-end;
    text-align: right;
    order: 1;
    grid-row: 1/3;
  }
}
.c-teaser--list .c-teaser__content-info {
  grid-row: 2;
}
@media (min-width: 48em) {
  .c-teaser--list .c-teaser__content-info {
    grid-column: span 6;
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
@media (max-width: 48em) {
  .c-teaser--list .c-teaser__content-info {
    padding: 0;
  }
}
.c-teaser--list .c-teaser__icons {
  position: relative;
  padding: 0;
}
.c-teaser--list .c-teaser__icon svg {
  color: #B6B7BA;
}
.c-teaser--sponsor .c-teaser__inner {
  overflow: visible;
}
.c-teaser--sponsor .c-teaser__inner:has(.c-teaser__media) {
  overflow: hidden;
}
.c-teaser--sponsor .c-teaser__content {
  position: relative;
  padding-top: 6.875rem;
}
@media (max-width: 48em) {
  .c-teaser--sponsor .c-teaser__content {
    padding-top: 5.625rem;
  }
}
.c-teaser--sponsor .c-teaser__sponsor {
  z-index: 2;
  position: absolute;
  right: -0.9375rem;
  top: 20px;
  max-width: 7.5rem;
}
@media (max-width: 48em) {
  .c-teaser--sponsor .c-teaser__sponsor {
    max-width: 6.25rem;
  }
}
.c-teaser--sponsor .c-teaser__sponsor img {
  will-change: unset;
  transition: none;
}
.c-teaser--sponsor .c-teaser__media + .c-teaser__content {
  padding-top: 2.5rem;
}
.c-teaser--sponsor .c-teaser__media + .c-teaser__content .c-teaser__sponsor {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  top: -2.5rem;
  max-width: 7.5rem;
}
@media (max-width: 48em) {
  .c-teaser--sponsor .c-teaser__media + .c-teaser__content .c-teaser__sponsor {
    top: -1.875rem;
    max-width: 6.25rem;
  }
}
.c-teaser--sponsor:hover .c-teaser__sponsor img, .c-teaser--sponsor:focus-visible .c-teaser__sponsor img {
  transform: scale(1);
}

.c-text-callout {
  grid-column: 4/-4;
  position: relative;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-text-callout::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 98%;
  transform: translateY(85%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-text-callout::after {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .c-text-callout:hover, .c-text-callout:focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .c-text-callout:hover::after, .c-text-callout:focus-visible::after {
    width: 99%;
    transform: translateY(60%);
    opacity: 0.15;
  }
  .u-background .c-text-callout:hover::after, .u-background .c-text-callout:focus-visible::after {
    opacity: 0.3;
  }
}
.u-gap-bottom-zero .c-text-callout {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-zero .c-text-callout {
    margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-bottom-zero .c-text-callout {
    margin-bottom: 3.125rem;
  }
}
.c-text-callout__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-text-callout--default .c-text-callout__inner {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-text-callout--default .c-text-callout__inner:hover, .c-text-callout--default .c-text-callout__inner:focus-visible {
    background-color: #F5F5F5;
  }
}
.c-text-callout--highlight .c-text-callout__inner {
  background-color: var(--color-accent, #ffffff);
  color: var(--color-accent-content);
}
@media (hover: hover) and (pointer: fine) {
  .c-text-callout--highlight .c-text-callout__inner:hover, .c-text-callout--highlight .c-text-callout__inner:focus-visible {
    background-color: var(--color-accent-light, #ffffff);
  }
}
.c-text-callout__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.c-text-callout__title h2 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}
.c-text-callout__title::after {
  content: "";
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath id='Pfad 21031' d='M11.5 15.5L18.9992 8.00076L11.5 0.5' stroke='%23202531' stroke-linecap='round'/%3E%3Cpath id='Pfad 21032' d='M19 8.00073L1 8.00073' stroke='%23202531' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--color-accent-content);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.25rem 0.9375rem;
          mask-size: 1.25rem 0.9375rem;
}
.c-text-callout__text p {
  font-size: 0.875rem;
  line-height: 150%;
}
.c-text-callout--compressed .c-text-callout__inner {
  gap: 0;
  position: relative;
}
.c-text-callout--compressed .c-text-callout__title {
  padding-right: 2.75rem;
  position: initial;
}
.c-text-callout--compressed .c-text-callout__title h2 {
  color: var(--color-accent-content);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0;
}
.c-text-callout--compressed .c-text-callout__title::after {
  width: 1.9375rem;
  height: 1.9375rem;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
}
.c-text-callout--compressed .c-text-callout__text {
  padding-right: 2.75rem;
}

@media (min-width: 64em) {
  .c-text-image {
    display: grid;
    grid-template-columns: subgrid;
  }
}
.c-text-image--left .c-text-image__content {
  order: -1;
  grid-column: 2/6;
}
.c-text-image--left .c-text-image__media {
  grid-column: 7/12;
}
.c-text-image--right .c-text-image__content {
  grid-column: 8/12;
}
.c-text-image--right .c-text-image__media {
  grid-column: 2/7;
}
.c-text-image__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.25rem;
}
@media (min-width: 64em) {
  .c-text-image__content {
    padding-top: 0;
  }
}
.c-text-image__content .c-richtext h2 {
  margin-bottom: 0.75rem;
  font-weight: normal;
}
.c-text-image__pretitle {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-text-image__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image__pretitle {
    font-size: 0.875rem;
  }
}
.c-text-image__icon-category svg {
  width: 2.5rem;
  height: 2.5rem;
}
.c-text-image__icon-category svg path {
  fill: #B6B7BA;
}
.c-text-image__meta {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: #B6B7BA;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 20em) {
  .c-text-image__meta {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image__meta {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-text-image__meta {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image__meta {
    font-size: 0.875rem;
  }
}

@media (min-width: 64em) {
  .c-video-scale.is-toggled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 300;
  }
  .l-section--primary .c-video-scale.is-toggled::before {
    background: rgba(245, 245, 245, 0.75);
  }
  .c-accordion .l-section:last-of-type .c-video-scale.is-toggled::before {
    height: 200%;
    top: unset;
    bottom: 0%;
  }
  .l-section--default .c-accordion .c-video-scale.is-toggled::before {
    background: rgba(245, 245, 245, 0.75);
  }
  .l-section--primary .c-accordion .c-video-scale.is-toggled::before {
    background: rgba(255, 255, 255, 0.75);
  }
  .c-video-scale.is-toggled::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .c-accordion .c-video-scale.is-toggled::after {
    display: none;
  }
  .c-video-scale.is-toggled figure {
    position: absolute;
    top: 0;
    width: 60vw;
    max-width: 56.25rem;
    z-index: 310;
  }
  .c-video-scale.is-toggled .c-video-scale__close {
    display: block;
  }
}
.c-video-scale__media {
  position: relative;
}
.c-video-scale__media figure {
  width: 100%;
  margin-bottom: 0 !important;
}
.c-video-scale--left .c-video-scale__media figure {
  left: 0;
}
.c-video-scale--right .c-video-scale__media figure {
  right: 0;
}
@media (min-width: 64em) {
  .c-video-scale--left.is-toggled .c-video-scale__media {
    position: relative;
  }
  .c-accordion .l-section:last-of-type .c-video-scale--left.is-toggled .c-video-scale__media {
    position: absolute;
    top: unset;
    bottom: 65%;
    left: 10%;
    width: 100%;
    height: 100%;
  }
  .c-video-scale--right.is-toggled .c-video-scale__media {
    position: relative;
  }
  .c-accordion .l-section:last-of-type .c-video-scale--right.is-toggled .c-video-scale__media {
    position: absolute;
    top: unset;
    bottom: 65%;
    right: 10%;
    width: 100%;
    height: 100%;
  }
}
.c-video-scale__close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 320;
}
.c-video-scale--left .c-video-scale__close {
  left: 1.25rem;
  margin-left: 60vw;
}
@media (min-width: 90em) {
  .c-video-scale--left .c-video-scale__close {
    margin-left: 56.25rem;
  }
}
.c-video-scale--right .c-video-scale__close {
  right: -3.75rem;
}
.c-video-scale__close span {
  pointer-events: none;
}

.c-modal {
  position: fixed;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-modal.is-toggled {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-modal.is-toggled .c-modal__inner {
  opacity: 1;
}
.c-modal__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 100%;
  align-items: center;
}
.c-modal__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-modal__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-modal__container > * {
    grid-column: 3/11;
  }
}
@media (min-width: 20em) {
  .c-modal__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-modal__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__container {
    padding-right: 5rem;
  }
}
@media (max-width: 64em) {
  .c-modal__container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .c-modal__container > * {
    grid-column: span 1;
  }
}
.c-modal__inner {
  opacity: 0;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1) 0.15s;
  z-index: 5;
  position: relative;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-modal__inner {
    padding-left: calc(1.25rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__inner {
    padding-left: 3rem;
  }
}
@media (min-width: 20em) {
  .c-modal__inner {
    padding-right: calc(1.25rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__inner {
    padding-right: 3rem;
  }
}
@media (min-width: 20em) {
  .c-modal__inner {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-modal__inner {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__inner {
    padding-bottom: 2.5rem;
  }
}
.c-modal__close {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' d='M5.99 17.51 18.01 5.49M5.99 5.49l12.02 12.02'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  background-color: #202531;
  display: flex;
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  cursor: pointer;
  order: -1;
  grid-row: 1;
}
.c-modal__close:hover, .c-modal__close:focus, .c-modal__close:focus-visible {
  background-color: var(--primary-color);
}
.c-modal__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-modal__content {
    padding-left: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__content {
    padding-left: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-modal__content {
    padding-right: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__content {
    padding-right: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-modal__content {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__content {
    padding-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-modal__content {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal__content {
    padding-bottom: 2.5rem;
  }
}
.c-modal__background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 37, 49, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-sport-categorie-list__item {
  border-bottom: 1px solid #E3E3E3;
}
.c-sport-categorie-list__item:first-child {
  border-top: 1px solid #E3E3E3;
}

.c-program-list > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-program-list > li:not(:last-child) {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-program-list > li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.c-content-video {
  grid-column: 2/-2;
}
@media (max-width: 64em) {
  .c-content-video {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media (min-width: 64em) {
  .c-content-video {
    display: grid;
    grid-template-columns: subgrid;
  }
}
.c-content-video h2, .c-content-video h3 {
  grid-column: span 13;
}
@media (min-width: 85.375em) {
  .c-content-video h2, .c-content-video h3 {
    grid-column: 2/-2;
  }
}
.c-content-video__item--small {
  grid-column: span 5;
}
.c-content-video__item--big {
  grid-column: 1/-1;
}

.c-footer {
  background-color: var(--secondary-color);
  color: var(--secondary-color-content);
  overflow: hidden;
  height: auto;
}
.c-footer h2 {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-footer h2 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 20em) {
  .c-footer h2 {
    margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer h2 {
    margin-bottom: 1.5rem;
  }
}
.c-footer__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.c-footer__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-footer__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-footer__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-footer__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__container {
    padding-right: 5rem;
  }
}
.c-footer__background {
  position: absolute;
  top: -15%;
  height: 100%;
  width: 50rem;
  pointer-events: none;
  background-color: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../Icons/pattern/pattern-circle-12.svg);
          mask-image: url(../Icons/pattern/pattern-circle-12.svg);
  right: -36.25rem;
}
@media (min-width: 20em) {
  .c-footer__background {
    right: calc(-36.25rem + 0 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__background {
    right: -36.25rem;
  }
}
@media (min-width: 85.375em) {
  .c-footer__background {
    top: unset;
    bottom: 0;
    height: 140%;
    width: 75rem;
    background-color: var(--primary-color);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 75rem;
            mask-size: 75rem;
  }
}
@media (max-width: 85.375em) {
  .c-footer__background {
    top: 0;
    right: -25rem;
    -webkit-mask-size: 65.625rem;
            mask-size: 65.625rem;
  }
}
@media (max-width: 48em) {
  .c-footer__background {
    top: -14%;
    bottom: unset;
    width: 40.625rem;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    right: -25rem;
  }
}
.c-footer__contact, .c-footer__menu, .c-footer__social {
  padding-bottom: 2.5rem;
  grid-column: span 6;
}
@media (min-width: 48em) {
  .c-footer__contact, .c-footer__menu, .c-footer__social {
    padding-bottom: 72px;
  }
}
@media (min-width: 85.375em) {
  .c-footer__contact, .c-footer__menu, .c-footer__social {
    grid-column: span 4;
  }
}
.c-footer__social {
  padding-bottom: 2.5rem;
  grid-column: span 6;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-footer__social {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__social {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 48em) {
  .c-footer__social {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-footer__social h2 {
    grid-column: span 2;
  }
}
@media (min-width: 85.375em) {
  .c-footer__social {
    grid-column: span 4;
    display: block;
  }
}
.c-footer__inner {
  position: relative;
  z-index: 7;
}
@media (min-width: 48em) {
  .c-footer__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
@media (min-width: 48em) and (min-width: 20em) {
  .c-footer__inner {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 48em) and (min-width: 100em) {
  .c-footer__inner {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-footer__bottom {
  display: flex;
  justify-content: space-between;
}
.c-footer__newsletter {
  padding-top: 2.25rem;
}
@media (min-width: 20em) {
  .c-footer__newsletter {
    padding-top: calc(2.25rem + 1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__newsletter {
    padding-top: 3.375rem;
  }
}
@media (min-width: 48em) and (max-width: 85.375em) {
  .c-footer__newsletter {
    padding: 0;
  }
}
.c-footer__contact, .c-footer__language {
  font-size: 0.9375rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-footer__contact, .c-footer__language {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__contact, .c-footer__language {
    font-size: 1rem;
  }
}
.c-footer__contact .c-richtext p {
  font-size: 0.9375rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
}
@media (min-width: 20em) {
  .c-footer__contact .c-richtext p {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-footer__contact .c-richtext p {
    font-size: 1rem;
  }
}
.c-footer__contact .c-richtext a:not([class]) {
  background-image: none;
  line-height: 150%;
  transition: all 1s cubic-bezier(0, 0.615, 0.345, 1);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer__contact .c-richtext a:not([class]):hover, .c-footer__contact .c-richtext a:not([class]):focus-visible {
    background-image: none;
    color: var(--secondary-color-content);
    text-decoration-color: currentColor;
  }
}
.c-footer__language {
  display: flex;
  align-items: flex-end;
}
.c-footer__meta {
  grid-row: 3;
  grid-column: 1/7;
}
@media (min-width: 48em) {
  .c-footer__meta {
    grid-column: 1/10;
  }
}
@media (min-width: 85.375em) {
  .c-footer__meta {
    grid-column: 1/6;
  }
}
@media (min-width: 100em) {
  .c-footer__meta {
    grid-column: 1/8;
  }
}
.c-footer__language {
  grid-row: 3;
  grid-column: span 2;
  display: flex;
  align-items: center;
}
@media (max-width: 48em) {
  .c-footer__language {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 48em) {
  .c-footer__language {
    grid-column: 11/13;
    justify-content: end;
  }
}
@media (min-width: 85.375em) {
  .c-footer__language {
    grid-column: 9/12;
    justify-content: unset;
  }
}

.c-prefooter + .c-footer {
  overflow-x: visible;
  overflow-y: visible;
  overscroll-behavior-y: contain;
}

.c-header {
  position: fixed;
  top: var(--ibh);
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
  border-bottom: 1px solid #E3E3E3;
}
.c-header__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.c-header__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-header__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-header__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-header__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__container {
    padding-right: 5rem;
  }
}
@media (max-width: 64em) {
  .c-header__container {
    justify-content: space-between;
    display: flex;
  }
}
.c-header__logo {
  display: flex;
  align-items: center;
  grid-column: span 3;
}
.c-header__inner {
  display: flex;
  flex-direction: row;
  grid-column: 4/span 10;
}
@media (max-width: 64em) {
  .c-header__inner {
    gap: 0.5rem;
  }
}
@media (min-width: 64em) {
  .c-header__inner {
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    gap: 0;
  }
}
.c-header__top, .c-header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__top {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .c-header__top {
    padding-left: calc(0.625rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__top {
    padding-left: 3.125rem;
  }
}
@media (min-width: 20em) {
  .c-header__top {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__top {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-header__top {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__top {
    margin-right: -5rem;
  }
}
@media (max-width: 64em) {
  .c-header__top {
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 64em) {
  .c-header__top {
    background-color: #F5F5F5;
  }
}
.c-header__top::before {
  content: "";
  height: 100%;
  width: 34.0625rem;
  background-color: #F5F5F5;
  right: -34.0625rem;
  position: absolute;
  top: 0;
}
@media (max-width: 64em) {
  .c-header__top::before {
    display: none;
  }
}
.c-header__bottom {
  justify-content: flex-start;
  gap: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-header__bottom {
    gap: calc(1.875rem + 2.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__bottom {
    gap: 3.9375rem;
  }
}
@media (min-width: 20em) {
  .c-header__bottom {
    padding-top: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__bottom {
    padding-top: 2.75rem;
  }
}
@media (min-width: 20em) {
  .c-header__bottom {
    padding-bottom: calc(1.25rem + 1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__bottom {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 20em) {
  .c-header__bottom {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header__bottom {
    padding-right: 5rem;
  }
}
@media (max-width: 64em) {
  .c-header__bottom {
    padding-right: 0;
  }
}
.c-header__menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-header__language, .c-header__navigation, .c-header__logos {
  display: none;
}
@media (min-width: 64em) {
  .c-header__language, .c-header__navigation, .c-header__logos {
    display: block;
  }
}
.c-header__navigation {
  margin-top: -2px;
}
@-moz-document url-prefix() {
  .c-header__navigation {
    margin-top: 3px;
  }
}
.c-header--micro {
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 20em) {
  .c-header--micro {
    padding-top: calc(1rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header--micro {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) {
  .c-header--micro {
    padding-bottom: calc(0.3125rem + 1.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header--micro {
    padding-bottom: 1.5rem;
  }
}
.c-header--micro .c-header__hamburger {
  display: flex;
  justify-content: flex-end;
}
.c-header--micro .c-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header--micro .c-header__container > * {
  flex: 1 0 0;
}
.c-header--micro .c-header__logo svg {
  color: #F22745;
}
.c-header--micro .c-header__logo--micro {
  max-width: 200px;
  margin-bottom: -1.5rem;
}
@media (min-width: 20em) {
  .c-header--micro .c-header__logo--micro {
    margin-bottom: calc(-1.5rem + -1.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-header--micro .c-header__logo--micro {
    margin-bottom: -3rem;
  }
}
.c-hero {
  display: grid;
  color: #202531;
}
.c-hero__inner {
  position: relative;
}
.c-hero__content {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}
.c-hero__content > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-hero__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.l-content--small .c-hero__content {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.l-content--small .c-hero__content > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .l-content--small .c-hero__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 85.375em) {
  .l-content--small .c-hero__content > * {
    grid-column: 3/11;
  }
}
.l-container--full-width .c-hero__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .l-container--full-width .c-hero__content {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--full-width .c-hero__content {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .l-container--full-width .c-hero__content {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--full-width .c-hero__content {
    padding-right: 5rem;
  }
}
.c-hero__icon {
  padding-bottom: 0.75rem;
}
.c-hero__icon svg {
  width: 4.375rem;
  height: auto;
}
@media (min-width: 20em) {
  .c-hero__icon svg {
    width: calc(4.375rem + 1.4375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hero__icon svg {
    width: 5.8125rem;
  }
}
.c-hero__subtitle {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 20em) {
  .c-hero__subtitle {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hero__subtitle {
    font-size: 2rem;
  }
}
.c-hero--image {
  color: #ffffff;
}
.c-hero--image .c-hero__icon svg {
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.25));
}
.c-hero--image .c-hero__content {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 24px;
  padding-bottom: 2.5rem;
}
.l-content--small .c-hero--image .c-hero__content {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-left: 0;
  padding-right: 0;
  height: unset;
}
.l-content--small .c-hero--image .c-hero__content > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .l-content--small .c-hero--image .c-hero__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 85.375em) {
  .l-content--small .c-hero--image .c-hero__content > * {
    grid-column: 3/11;
  }
}
.l-container--full-width .c-hero--image .c-hero__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .l-container--full-width .c-hero--image .c-hero__content {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--full-width .c-hero--image .c-hero__content {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .l-container--full-width .c-hero--image .c-hero__content {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-container--full-width .c-hero--image .c-hero__content {
    padding-right: 5rem;
  }
}
.c-hero--image .c-hero__inner {
  align-items: flex-end;
  display: flex;
  height: 68vh;
  min-height: 25rem;
  width: 100%;
  max-width: 2880px;
  margin: 0 auto;
  background-color: #F5F5F5;
}
.c-hero__info {
  color: #202531;
}
.c-hero__media {
  z-index: 1;
  max-width: 2880px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  overflow: hidden;
}
.c-hero__media::after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 2880px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.4) 100%);
}
@media (max-width: 48em) {
  .c-hero__media .vimeo {
    width: 56.25vh !important; /* 9 / 16 * 100 = 56.25% der Höhe */
    min-width: 100vw !important;
    min-height: 177.77vw !important; /* 16 / 9 * 100 = 177.77% der Breite */
    height: 100vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.c-hero__events {
  position: absolute;
  bottom: 40px;
  max-width: 2880px;
  left: 50%;
}
.c-hero__event {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 2.5rem;
}
.c-hero__event > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-hero__event {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-hero__event > * {
  grid-column-start: 8;
  grid-column-end: 13;
}
.c-hero__event-inner {
  display: flex;
  justify-content: flex-end;
}
.c-hero__linklist {
  padding-top: 1.25rem;
}
.c-hero--event {
  position: relative;
}
.c-hero--event .c-hero__subtitle {
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
}
.c-hero--event .c-hero__subtitle span:first-child:not(:last-child) {
  padding-right: 0.75rem;
}
@media (max-width: 48em) {
  .c-hero--event .c-hero__subtitle {
    flex-direction: column;
  }
  .c-hero--event .c-hero__subtitle span:first-child:not(:last-child) {
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .c-hero--event .c-hero__inner {
    position: unset;
  }
}
.c-hero--event .c-hero__media {
  z-index: 0;
}
.c-hero--event .c-hero__media::after {
  z-index: 0;
}
.c-hero--event img {
  z-index: 0;
}
.c-hero--event .c-hero__info {
  right: 0;
  bottom: 40px;
}
@media (min-width: 64em) {
  .c-hero--event .c-hero__info {
    position: absolute;
    max-width: 50%;
  }
}
@media (max-width: 64em) {
  .c-hero--event .c-hero__info {
    padding-bottom: 0;
    background-color: #202531;
    width: 100vw;
    z-index: 1;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-hero--event .c-hero__info {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-hero--event .c-hero__info {
    margin-left: -5rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-hero--event .c-hero__info {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-hero--event .c-hero__info {
    margin-right: -5rem;
  }
}
@media (max-width: 64em) {
  .c-hero--event .c-hero__info--default {
    background-color: #202531;
  }
  .c-hero--event .c-hero__info--primary {
    background-color: var(--primary-color);
  }
  .c-hero--event .c-hero__info--secondary {
    background-color: var(--secondary-color);
  }
  .c-hero--event .c-hero__info--accent {
    background-color: var(--color-accent);
  }
}
.c-hero--event .c-hero__info--spacing {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 64em) {
  .c-hero--event .c-hero__info--spacing {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-hero--event .c-hero__info--spacing {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-hero--event .c-hero__info--spacing {
    padding-left: 5rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-hero--event .c-hero__info--spacing {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-hero--event .c-hero__info--spacing {
    padding-right: 5rem;
  }
}
@media (max-width: 64em) {
  .c-hero--event .c-hero__inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 64em) {
  .c-hero--event .c-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-template-rows: 2fr 1fr max-content;
    align-items: flex-start;
    padding-right: 2rem;
    max-width: 50%;
    margin: 0;
  }
  .c-hero--event .c-hero__content .c-hero__heading {
    grid-area: heading;
  }
  .c-hero--event .c-hero__content .c-hero__subtitle {
    grid-area: subtitle;
  }
  .c-hero--event .c-hero__content .c-hero__info {
    display: block;
    justify-self: flex-end;
  }
}

.l-content__header .l-section.u-gap-top-zero:first-child .c-hero:not(.c-hero--image),
.l-content__header .c-highlight-cta + .l-section.u-gap-top-zero .c-hero:not(.c-hero--image) {
  padding-top: 2.5rem;
}
@media (min-width: 20em) {
  .l-content__header .l-section.u-gap-top-zero:first-child .c-hero:not(.c-hero--image),
  .l-content__header .c-highlight-cta + .l-section.u-gap-top-zero .c-hero:not(.c-hero--image) {
    padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-content__header .l-section.u-gap-top-zero:first-child .c-hero:not(.c-hero--image),
  .l-content__header .c-highlight-cta + .l-section.u-gap-top-zero .c-hero:not(.c-hero--image) {
    padding-top: 5rem;
  }
}
.l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child,
.l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child, .l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child,
.l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child,
  .l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child, .l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child,
  .l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child,
  .l-page--default .l-content__header .l-section.u-gap-bottom-default:last-child, .l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child,
  .l-page--contentmicro .l-content__header .l-section.u-gap-bottom-default:last-child {
    padding-bottom: 2.5rem;
  }
}

.c-hero-home {
  position: relative;
}
@media (min-width: 48em) {
  .c-hero-home {
    height: calc(100vh - var(--hh));
    min-height: 700px;
    aspect-ratio: unset;
  }
}
.c-hero-home__media {
  margin-bottom: 100px;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  max-width: 2880px;
  transform: translate(-50%, 0);
  background-color: #E3E3E3;
  height: calc(100% - 100px);
  overflow: hidden;
}
.c-hero-home__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
@media (min-width: 48em) {
  .c-hero-home__media {
    height: calc(100vh - var(--hh) - 100px);
    min-height: 700px;
    aspect-ratio: unset;
  }
}
.c-hero-home__media img {
  z-index: 0;
}
.c-hero-home__media .vimeo {
  min-height: 100% !important;
}
@media (min-width: 48em) {
  .c-hero-home__media .vimeo {
    min-height: calc(100vh - var(--hh) - 100px) !important;
  }
}
@media (max-width: 48em) {
  .c-hero-home__media .vimeo {
    width: 78.31vh !important; /* 65 / 83 * 100 */
    min-width: 100vw !important;
    min-height: 127.69vw !important; /* 83 / 65 * 100 */
    height: 100vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.c-hero-home__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
}
.c-hero-home__wrapper {
  position: relative;
  padding-bottom: 50px;
  height: 100%;
}
@media (min-width: 64em) {
  .c-hero-home__wrapper {
    padding-bottom: 100px;
  }
}
.c-hero-home__bottom {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  max-width: 90rem;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 64em) {
  .c-hero-home__bottom {
    z-index: 20;
    bottom: 50px;
    margin-bottom: -1.5625rem;
  }
}
.c-hero-home__content {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  margin-top: auto;
  padding-bottom: 6.25rem;
  padding-left: 0;
  padding-right: 0;
}
.c-hero-home__content > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-hero-home__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-hero-home__content {
    padding-bottom: calc(6.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hero-home__content {
    padding-bottom: 7.5rem;
  }
}
.c-hero-home__content-inner {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.c-hero-home__content-inner > * {
  position: relative;
  z-index: 8;
}
.c-hero-home__content h1,
.c-hero-home__content .c-hero-home__cta {
  margin-bottom: 1.25rem;
  text-shadow: black 0 0 24px;
}
@media (min-width: 64em) {
  .c-hero-home__content h1,
  .c-hero-home__content .c-hero-home__cta {
    max-width: 50%;
  }
}
.c-hero-home__content .c-hero-home__cta {
  margin-bottom: 0;
  text-shadow: 0;
}
.c-hero-home__content .c-btn {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}
.c-hero-home__links {
  grid-column: 3/7;
  margin-right: -1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 20em) {
  .c-hero-home__links {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hero-home__links {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .c-hero-home__links {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-hero-home__links {
    padding-right: 5rem;
  }
}
@media (min-width: 85.375em) {
  .c-hero-home__links {
    grid-column: 4/7;
  }
}
@media (min-width: 64em) {
  .c-hero-home__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media (max-width: 64em) {
  .c-hero-home__links {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .c-hero-home__links::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 50%;
    height: 100%;
    background: inherit;
    transform: skewX(-14deg);
    transform-origin: right;
    background-color: #ffffff;
  }
  .c-hero-home__links::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -45px;
    width: 21px;
    height: 75%;
    background: inherit;
    transform-origin: right;
    background: linear-gradient(90deg, rgba(227, 227, 227, 0) 0%, #e3e3e3 100%);
  }
  .c-hero-home__links.is-toggled {
    grid-column: 1/4;
  }
  .c-hero-home__links.is-toggled::before, .c-hero-home__links.is-toggled::after {
    opacity: 0;
  }
}

.c-highlight-box {
  position: relative;
  background-color: var(--secondary-color);
  color: var(--secondary-color-content);
  grid-column: span 12;
  overflow: hidden;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-highlight-box {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-highlight-box {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .c-highlight-box {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-highlight-box {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box {
    padding-right: 5rem;
  }
}
@media (min-width: 64em) {
  .c-highlight-box {
    margin: 0;
    padding: 0;
  }
}
.c-highlight-box__container {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 20em) {
  .c-highlight-box__container {
    padding-top: calc(2.8125rem + 3.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box__container {
    padding-top: 6.75rem;
  }
}
@media (min-width: 20em) {
  .c-highlight-box__container {
    padding-bottom: calc(2.8125rem + 3.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box__container {
    padding-bottom: 6.75rem;
  }
}
@media (min-width: 64em) {
  .c-highlight-box__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .c-highlight-box__container > * {
    grid-column: 3/11;
  }
}
.c-highlight-box__inner {
  position: relative;
  z-index: 3;
  display: grid;
  text-align: center;
}
.c-highlight-box__inner .c-richtext h2 {
  font-weight: normal;
}
.c-highlight-box__inner .c-richtext h2:not(:last-child) {
  margin-bottom: 2.25rem;
}
.c-highlight-box__inner .c-richtext p:not(:last-child) {
  margin-bottom: 2.75rem;
}
.c-highlight-box__inner .c-richtext .c-btn {
  margin-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-highlight-box__inner .c-richtext .c-btn {
    margin-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-box__inner .c-richtext .c-btn {
    margin-right: 1.75rem;
  }
}
.c-highlight-box__inner .c-richtext .c-btn:last-child {
  margin-right: 0;
}
@media (max-width: 48em) {
  .c-highlight-box__inner .c-richtext .c-btn {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .c-highlight-box__inner .c-richtext .c-btn:last-child {
    margin-bottom: 0;
  }
}
.c-highlight-box--pattern::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 611px;
  height: 801px;
  background-color: var(--primary-color);
  -webkit-mask-image: url(../Icons/pattern/pattern-parallelogram.svg);
          mask-image: url(../Icons/pattern/pattern-parallelogram.svg);
  -webkit-mask-size: 611px;
          mask-size: 611px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  right: -160px;
  bottom: -327px;
}
@media (min-width: 48em) {
  .c-highlight-box--pattern::after {
    width: 1000px;
    height: 1311px;
    -webkit-mask-size: 1000px;
            mask-size: 1000px;
    right: -100px;
    bottom: -800px;
  }
}
@media (min-width: 64em) {
  .c-highlight-box--pattern::after {
    width: 1414px;
    height: 1854px;
    -webkit-mask-size: 1414px;
            mask-size: 1414px;
    right: -138px;
    bottom: -1183px;
  }
}
.c-highlight-box--pattern-circle::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 669px;
  height: 659px;
  background-color: var(--primary-color);
  -webkit-mask-image: url(../Icons/pattern/pattern-circle.svg);
          mask-image: url(../Icons/pattern/pattern-circle.svg);
  transform: rotate(12deg);
  -webkit-mask-size: 669px;
          mask-size: 669px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  right: -351px;
  bottom: -320px;
}
@media (min-width: 48em) {
  .c-highlight-box--pattern-circle::after {
    width: 1000px;
    height: 985px;
    -webkit-mask-size: 1000px;
            mask-size: 1000px;
    right: -350px;
    bottom: -500px;
  }
}
@media (min-width: 64em) {
  .c-highlight-box--pattern-circle::after {
    width: 1513px;
    height: 1491px;
    -webkit-mask-size: 1513px;
            mask-size: 1513px;
    right: -347px;
    bottom: -947px;
  }
}

.c-highlight-cta {
  position: fixed;
  bottom: 50px;
  z-index: 501;
  right: 0;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-highlight-cta::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6.3%;
  width: 105%;
  transform: translateY(100%);
  opacity: 0.075;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-highlight-cta::after {
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .c-highlight-cta:hover, .c-highlight-cta:focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .c-highlight-cta:hover::after, .c-highlight-cta:focus-visible::after {
    width: 104%;
    transform: translateY(80%);
    opacity: 0.15;
  }
  .u-background .c-highlight-cta:hover::after, .u-background .c-highlight-cta:focus-visible::after {
    opacity: 0.3;
  }
}
@media (min-width: 64em) {
  .c-highlight-cta {
    bottom: unset;
    top: calc(var(--hh) - 28px);
  }
}
@media (max-width: 48em) {
  .scroll-down .c-highlight-cta::after {
    transition: all 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
    transform: translateX(400px);
  }
}
.c-highlight-cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  width: 18.75rem;
  max-width: 85vw;
  padding: 0.625rem 2.8125rem 0.625rem 1.125rem;
  padding-right: 1.875rem;
  font-size: 0.9375rem;
  line-height: 150%;
  font-weight: 800;
  background-color: var(--color-accent);
  transition: all 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  transform: none;
  color: var(--color-accent-content);
}
@media (min-width: 20em) {
  .c-highlight-cta__inner {
    padding-right: calc(1.875rem + 0.9375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-cta__inner {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 20em) {
  .c-highlight-cta__inner {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-highlight-cta__inner {
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .scroll-down .c-highlight-cta__inner {
    transform: translate(400px, 0);
  }
}
@media (min-width: 48em) {
  .c-highlight-cta__inner {
    width: 20.625rem;
  }
}
.c-highlight-cta__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  z-index: 2;
  background-color: var(--color-accent);
  width: 115%;
  height: 100%;
  transform: skew(-14deg, 0deg);
  transition: all 0.7s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
@media (hover: hover) and (pointer: fine) {
  .c-highlight-cta__inner:hover::before, .c-highlight-cta__inner:focus-visible::before {
    background-color: color-mix(in srgb, var(--color-accent), #fff 39%);
    background-color: var(--color-accent-light);
  }
  .c-highlight-cta__inner:hover::after, .c-highlight-cta__inner:focus-visible::after {
    opacity: 1;
  }
}
.c-highlight-cta__icon {
  display: flex;
  align-items: flex-start;
}
.c-highlight-cta__icon svg {
  width: 1.5rem;
  height: auto;
}
.c-highlight-cta__icon, .c-highlight-cta__content {
  position: relative;
  z-index: 4;
  color: var(--color-accent-content);
}
@media (max-width: 48em) {
  .c-highlight-cta__content {
    margin-top: 1px;
  }
}
.c-highlight-cta--view {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.5s, opacity 0.1s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.5s;
}
.c-highlight-cta--view.is-in-view {
  transform: translateX(0%);
  opacity: 1;
}

.c-info-box {
  display: grid;
  grid-template-columns: subgrid;
  grid-row-gap: 2.25rem;
  background-color: #F5F5F5;
}
.l-section--primary .c-info-box {
  background-color: #ffffff;
}
@media (max-width: 64em) {
  .c-info-box {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 64em) {
  .c-info-box {
    padding: 3.75rem 0;
  }
}
.c-info-box--default {
  grid-column: 1/-1;
}
.c-info-box--small {
  grid-column: 3/span 8;
}
.c-info-box--center {
  text-align: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 20em) {
  .c-info-box--center {
    padding-left: calc(1.75rem + 3.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-info-box--center {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-info-box--center {
    padding-right: calc(1.75rem + 3.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-info-box--center {
    padding-right: 5rem;
  }
}
.c-info-box__title {
  grid-column: 2/-2;
}
.c-info-box__title h2 {
  font-size: 1.3125rem;
  line-height: 150%;
  font-weight: 800;
}
@media (min-width: 20em) {
  .c-info-box__title h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-info-box__title h2 {
    font-size: 2rem;
  }
}
.c-info-box--small .c-info-box__text {
  grid-column: 2/-2;
}
@media (max-width: 64em) {
  .c-info-box--default .c-info-box__text {
    grid-column: 2/-2;
  }
}
@media (min-width: 64em) {
  .c-info-box--default .c-info-box__text {
    grid-column: 6/span 6;
  }
}
@media (max-width: 64em) {
  .c-info-box--default .c-info-box__image {
    grid-column: 2/-2;
  }
}
@media (min-width: 64em) {
  .c-info-box--default .c-info-box__image {
    grid-column: 2/span 4;
  }
}

.c-info-flexgrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-info-flexgrid {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-info-flexgrid {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-info-flexgrid {
    row-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-info-flexgrid {
    row-gap: 2.25rem;
  }
}
.c-info-flexgrid__item {
  grid-column: span 6;
  aspect-ratio: 1/1;
}
@media (min-width: 64em) {
  .c-info-flexgrid__item {
    grid-column: span 3;
  }
}
.c-info-flexgrid__item--large {
  grid-column: span 12;
  aspect-ratio: 78/37;
  max-height: 100%;
}
@media (max-width: 48em) {
  .c-info-flexgrid__item--large:not(:has(.c-flexgrid-teaser__image)) {
    aspect-ratio: unset;
  }
}
@media (min-width: 64em) {
  .c-info-flexgrid__item--large {
    grid-column: span 6;
  }
}

/*! Pusha v2.0.0 | 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.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  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%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.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.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--right {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.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.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.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: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--top.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.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: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--bottom.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.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: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -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.3s, transform 0.3s ease, opacity 0.3s ease;
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-panel {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
  top: 0;
  z-index: 550;
  outline: none;
}
.c-panel.pusha-panel--active ~ .pusha-push, .c-panel.pusha-panel--active ~ .pusha-blocker, .c-panel.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(100%);
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}
@media (max-width: 64em) {
  .c-panel {
    background-color: #ffffff;
  }
}
.c-panel[aria-hidden=true] {
  visibility: hidden;
}
.c-panel__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  outline: none;
}
@media (min-width: 20em) {
  .c-panel__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-panel__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__container {
    padding-right: 5rem;
  }
}
@media (min-width: 64em) {
  .c-panel__container {
    display: block;
  }
}
.c-panel__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 20em) {
  .c-panel__header {
    padding-top: calc(1.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__header {
    padding-top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-panel__header {
    padding-bottom: calc(1.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__header {
    padding-bottom: 2rem;
  }
}
.c-panel__header--micro, .c-panel__header--homemicro, .c-panel__header--contentmicro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}
@media (min-width: 64em) {
  .c-panel__header--micro, .c-panel__header--homemicro, .c-panel__header--contentmicro {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-panel__header--micro, .c-panel__header--homemicro, .c-panel__header--contentmicro {
    padding-bottom: calc(1.5rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-panel__header--micro, .c-panel__header--homemicro, .c-panel__header--contentmicro {
    padding-bottom: 2rem;
  }
}
.c-panel__header--micro > *, .c-panel__header--homemicro > *, .c-panel__header--contentmicro > * {
  flex: 1 0 0;
}
.c-panel__header--micro .c-panel__close, .c-panel__header--homemicro .c-panel__close, .c-panel__header--contentmicro .c-panel__close {
  display: flex;
  justify-content: flex-end;
}
.c-panel__header--micro .c-panel__logo--micro, .c-panel__header--micro .c-panel__logo--homemicro, .c-panel__header--micro .c-panel__logo--contentmicro, .c-panel__header--homemicro .c-panel__logo--micro, .c-panel__header--homemicro .c-panel__logo--homemicro, .c-panel__header--homemicro .c-panel__logo--contentmicro, .c-panel__header--contentmicro .c-panel__logo--micro, .c-panel__header--contentmicro .c-panel__logo--homemicro, .c-panel__header--contentmicro .c-panel__logo--contentmicro {
  display: flex;
  justify-content: center;
  z-index: 3;
  max-width: 12.5rem;
}
@media (max-width: 64em) {
  .c-panel__header--micro .c-panel__logo--micro, .c-panel__header--micro .c-panel__logo--homemicro, .c-panel__header--micro .c-panel__logo--contentmicro, .c-panel__header--homemicro .c-panel__logo--micro, .c-panel__header--homemicro .c-panel__logo--homemicro, .c-panel__header--homemicro .c-panel__logo--contentmicro, .c-panel__header--contentmicro .c-panel__logo--micro, .c-panel__header--contentmicro .c-panel__logo--homemicro, .c-panel__header--contentmicro .c-panel__logo--contentmicro {
    margin-bottom: -1.125rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .c-panel__header--micro .c-panel__logo--micro, .c-panel__header--micro .c-panel__logo--homemicro, .c-panel__header--micro .c-panel__logo--contentmicro, .c-panel__header--homemicro .c-panel__logo--micro, .c-panel__header--homemicro .c-panel__logo--homemicro, .c-panel__header--homemicro .c-panel__logo--contentmicro, .c-panel__header--contentmicro .c-panel__logo--micro, .c-panel__header--contentmicro .c-panel__logo--homemicro, .c-panel__header--contentmicro .c-panel__logo--contentmicro {
    margin-bottom: calc(-1.125rem + -0.875 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .c-panel__header--micro .c-panel__logo--micro, .c-panel__header--micro .c-panel__logo--homemicro, .c-panel__header--micro .c-panel__logo--contentmicro, .c-panel__header--homemicro .c-panel__logo--micro, .c-panel__header--homemicro .c-panel__logo--homemicro, .c-panel__header--homemicro .c-panel__logo--contentmicro, .c-panel__header--contentmicro .c-panel__logo--micro, .c-panel__header--contentmicro .c-panel__logo--homemicro, .c-panel__header--contentmicro .c-panel__logo--contentmicro {
    margin-bottom: -2rem;
  }
}
.c-panel__header--micro .c-panel__logo-inner, .c-panel__header--homemicro .c-panel__logo-inner, .c-panel__header--contentmicro .c-panel__logo-inner {
  max-width: 12.5rem;
  margin: 0 auto;
}
.c-panel__content {
  position: relative;
}
@media (max-width: 64em) {
  .c-panel__content::before {
    content: "";
    width: calc(100vw + 80px);
    height: 1px;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    left: -80px;
  }
}
.c-panel__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  height: calc(var(--vh) * 100 - var(--phh) - 2rem);
  min-height: 100%;
}
@media (min-width: 20em) {
  .c-panel__wrapper {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__wrapper {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (max-width: 64em) {
  .c-panel__wrapper {
    height: calc(var(--vh) * 100 - var(--phh));
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-x: hidden;
  }
  .c-panel__wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
  .sub-is-open .c-panel__wrapper {
    overflow: hidden;
  }
}
.c-panel__navigation, .c-panel__fastnav, .c-panel__events {
  background-color: #ffffff;
  border-radius: 0.1875rem;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  height: calc(var(--vh) * 100 - var(--phh) - 2rem);
}
@media (hover: hover) and (pointer: fine) {
  .c-panel__navigation:hover, .c-panel__navigation:focus-visible, .c-panel__fastnav:hover, .c-panel__fastnav:focus-visible, .c-panel__events:hover, .c-panel__events:focus-visible {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
.c-panel__navigation h2, .c-panel__fastnav h2, .c-panel__events h2 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-panel__navigation h2, .c-panel__fastnav h2, .c-panel__events h2 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__navigation h2, .c-panel__fastnav h2, .c-panel__events h2 {
    font-size: 0.875rem;
  }
}
@media (max-width: 64em) {
  .c-panel__navigation, .c-panel__fastnav, .c-panel__events {
    background-color: transparent;
    filter: none;
    height: auto;
  }
}
.c-panel__navigation:hover, .c-panel__navigation:focus, .c-panel__navigation:focus-visible, .c-panel__fastnav:hover, .c-panel__fastnav:focus, .c-panel__fastnav:focus-visible, .c-panel__events:hover, .c-panel__events:focus, .c-panel__events:focus-visible {
  filter: none;
}
.c-panel__navigation {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 20em) {
  .c-panel__navigation {
    padding-top: calc(1.5rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__navigation {
    padding-top: 3.25rem;
  }
}
@media (min-width: 20em) {
  .c-panel__navigation {
    padding-bottom: calc(1.5rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__navigation {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 20em) {
  .c-panel__navigation {
    padding-left: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__navigation {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-panel__navigation {
    padding-right: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__navigation {
    padding-right: 3.75rem;
  }
}
@media (max-width: 64em) {
  .c-panel__navigation {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 64em) {
  .l-page--micro .c-panel__navigation, .l-page--homemicro .c-panel__navigation, .l-page--contentmicro .c-panel__navigation {
    padding-top: 2.625rem;
  }
}
@media (max-width: 64em) and (min-width: 20em) {
  .l-page--micro .c-panel__navigation, .l-page--homemicro .c-panel__navigation, .l-page--contentmicro .c-panel__navigation {
    padding-top: calc(2.625rem + 2.625 * (100vw - 20rem) / 80);
  }
}
@media (max-width: 64em) and (min-width: 100em) {
  .l-page--micro .c-panel__navigation, .l-page--homemicro .c-panel__navigation, .l-page--contentmicro .c-panel__navigation {
    padding-top: 5.25rem;
  }
}
.c-panel__fastnav {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 20em) {
  .c-panel__fastnav {
    padding-top: calc(1.5rem + 1.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__fastnav {
    padding-top: 3.25rem;
  }
}
@media (min-width: 20em) {
  .c-panel__fastnav {
    padding-left: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__fastnav {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-panel__fastnav {
    padding-right: calc(2.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__fastnav {
    padding-right: 3.75rem;
  }
}
@media (max-width: 64em) {
  .c-panel__fastnav {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-panel__fastnav {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
@media (max-width: 64em) {
  .c-panel__fastnav {
    padding-top: 0;
  }
}
.c-panel__fastnav > * {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.25s;
}
.sub-is-open .c-panel__fastnav {
  opacity: 0;
  filter: none;
}
.sub-is-open .c-panel__fastnav > * {
  opacity: 0;
}
.c-panel__events {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002);
}
@media (min-width: 20em) {
  .c-panel__events {
    padding-top: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__events {
    padding-top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-panel__events {
    padding-bottom: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__events {
    padding-bottom: 2rem;
  }
}
@media (min-width: 20em) {
  .c-panel__events {
    padding-left: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__events {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) {
  .c-panel__events {
    padding-right: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__events {
    padding-right: 2rem;
  }
}
.c-panel__events > * {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.25s;
}
@media (max-width: 64em) {
  .c-panel__events {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 64em) {
  .subsub-is-open .c-panel__events > *, .hide-box .c-panel__events > *, .large-sub-is-open .c-panel__events > * {
    opacity: 0;
  }
}
.c-panel__sponsors {
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
}
.sub-is-open .c-panel__sponsors {
  position: fixed;
  bottom: 0;
  z-index: 600;
  background-color: #ffffff;
  width: 100vw;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .sub-is-open .c-panel__sponsors {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .sub-is-open .c-panel__sponsors {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .sub-is-open .c-panel__sponsors {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .sub-is-open .c-panel__sponsors {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .sub-is-open .c-panel__sponsors {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .sub-is-open .c-panel__sponsors {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .sub-is-open .c-panel__sponsors {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .sub-is-open .c-panel__sponsors {
    margin-right: -5rem;
  }
}
@media (min-width: 64em) {
  .c-panel__sponsors {
    display: none;
  }
}
.c-panel__navigation {
  position: relative;
  z-index: 500;
}
.c-panel__fastnav, .c-panel__events {
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
@media (max-width: 64em) {
  .c-panel__fastnav, .c-panel__events {
    overflow-y: hidden;
  }
}
.c-panel__quicknav {
  padding-bottom: 2rem;
}
.c-panel__quicknav h2 {
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-panel__quicknav h2 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-panel__quicknav h2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 64em) {
  .c-panel__quicknav {
    display: none;
  }
}

.pusha-active .pusha-panel__content {
  overflow: hidden;
}

.c-pictorial {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .c-pictorial {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial {
    margin-right: -5rem;
  }
}
@media (min-width: 48em) {
  .c-pictorial {
    margin: 0;
  }
}
.u-gap-bottom-zero .c-pictorial {
  padding-bottom: 3.125rem;
}
.c-pictorial__heading {
  position: absolute;
  bottom: 7.5rem;
  z-index: 5;
  width: 100%;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  grid-template-columns: [full-width-start] 1fr [large-start] 1fr 1fr [small-start] 1fr 1fr 1fr 1fr 1fr 1fr [small-end] 1fr 1fr [large-end] 1fr [full-width-end];
  margin-bottom: 1.25rem;
  text-shadow: rgba(0, 0, 0, 0.25) 0 0 24px;
}
@media (min-width: 20em) {
  .c-pictorial__heading {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial__heading {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading {
    margin-bottom: 2.5rem;
  }
}
.c-pictorial__heading .c-pictorial__heading-inner {
  grid-column: large;
}
@media (min-width: 64em) {
  .c-pictorial__heading--1 .c-pictorial__heading-inner {
    grid-column: small;
  }
}
@media (max-width: 48em) {
  .c-pictorial__heading .c-pictorial__heading-inner {
    grid-column: full-width;
  }
}
.c-pictorial__heading-inner {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media (min-width: 20em) {
  .c-pictorial__heading-inner {
    margin-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading-inner {
    margin-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial__heading-inner {
    margin-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading-inner {
    margin-right: 5rem;
  }
}
.c-pictorial__heading-inner h2 {
  font-size: 1.75rem;
  line-height: 2.625rem;
}
@media (min-width: 20em) {
  .c-pictorial__heading-inner h2 {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading-inner h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 20em) {
  .c-pictorial__heading-inner h2 {
    line-height: calc(2.625rem + 2.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading-inner h2 {
    line-height: 5rem;
  }
}
.c-pictorial__heading-inner p {
  font-size: 1.125rem;
  line-height: 150%;
  color: #ffffff;
}
@media (min-width: 20em) {
  .c-pictorial__heading-inner p {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-pictorial__heading-inner p {
    font-size: 1.625rem;
  }
}
@media (min-width: 48em) {
  .c-pictorial__heading-inner {
    margin: 0;
  }
}
.c-pictorial__top {
  position: relative;
  z-index: 1;
  margin-bottom: -7.5rem;
}
.c-pictorial__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

.c-prefooter {
  background-color: #F5F5F5;
  padding-top: 3rem;
}
@media (min-width: 20em) {
  .c-prefooter {
    padding-top: calc(3rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter {
    padding-top: 3.5rem;
  }
}
.c-prefooter__container {
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 5;
}
.c-prefooter__container > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-prefooter__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 20em) {
  .c-prefooter__container {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter__container {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-prefooter__container {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter__container {
    padding-right: 5rem;
  }
}
.c-prefooter__container .l-container {
  padding: 0;
}
.c-prefooter .l-section {
  background-color: transparent !important;
}

.c-social-cta {
  position: relative;
  z-index: 3;
  --angle: 14deg;
  --tan-angle: calc(tan(var(--angle)));
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
@media (min-width: 20em) {
  .c-social-cta {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-social-cta h2 {
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media (min-width: 20em) {
  .c-social-cta h2 {
    margin-bottom: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta h2 {
    margin-bottom: 2.75rem;
  }
}
.c-social-cta__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 20em) {
  .c-social-cta__buttons {
    margin-top: calc(1.5rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__buttons {
    margin-top: 2.75rem;
  }
}
.c-social-cta__buttons a {
  margin-bottom: 0.5rem;
}
@media (max-width: 48em) {
  .c-social-cta {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 48em) {
  .c-social-cta {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.c-social-cta__left {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-bottom: 5.5rem;
  grid-row: 1;
  background-color: #F5F5F5;
  display: grid;
}
@media (min-width: 20em) {
  .c-social-cta__left {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__left {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__left {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__left {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__left {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__left {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__left {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__left {
    margin-right: -5rem;
  }
}
@media (min-width: 48em) {
  .c-social-cta__left {
    grid-template-columns: repeat(7, 1fr);
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
    grid-column-start: 1;
    grid-column-end: 9;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--element-height) * var(--tan-angle)) 100%, 0 100%);
  }
}
@media (min-width: 64em) {
  .c-social-cta__left {
    grid-column-start: 1;
    grid-column-end: 8;
  }
}
.c-social-cta__left::after {
  content: "";
  position: absolute;
  width: 200px;
  left: calc(100% - var(--element-height) * var(--tan-angle) - 36px);
  top: -5%;
  height: 110%;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--element-height) * 0.2679491924) 100%, 0 100%);
  transform: rotate(180deg);
  background-color: #ffffff;
}
@media (max-width: 48em) {
  .c-social-cta__left::after {
    display: none;
  }
}
.c-social-cta__right {
  position: relative;
  color: var(--secondary-color-content);
  background-color: var(--secondary-color);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 20em) {
  .c-social-cta__right {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__right {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__right {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__right {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__right {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__right {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__right {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__right {
    margin-right: -5rem;
  }
}
@media (min-width: 48em) {
  .c-social-cta__right {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-start: 5;
    grid-column-end: 13;
    grid-row: 1;
    height: calc(100% - 2px);
    margin-top: 1px;
    clip-path: polygon(calc(var(--element-height) * var(--tan-angle)) 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-social-cta__right::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  width: 100%;
  height: 88px;
  background-color: var(--secondary-color);
  margin-bottom: -1px;
}
@media (min-width: 64em) {
  .c-social-cta__right::before {
    display: none;
  }
}
.c-social-cta__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 20em) {
  .c-social-cta__content {
    padding-top: calc(2.5rem + 4.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__content {
    padding-top: 6.75rem;
  }
}
@media (min-width: 20em) {
  .c-social-cta__content {
    padding-bottom: calc(2.5rem + 4.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-social-cta__content {
    padding-bottom: 6.75rem;
  }
}
@media (min-width: 48em) {
  .c-social-cta__content {
    padding-right: 2rem;
    padding-left: 2.5rem;
    grid-column-start: 1;
    grid-column-end: 6;
  }
}
@media (min-width: 64em) {
  .c-social-cta__content {
    padding-right: 0;
    padding-left: 0;
    grid-column-start: 2;
  }
}
.c-social-cta__social {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-social-cta__social {
    padding-left: 1.8rem;
    grid-column-start: 5;
    grid-column-end: 8;
  }
}
@media (min-width: 64em) {
  .c-social-cta__social {
    grid-column-start: 5;
    padding-left: 0;
  }
}

.c-sponsor-bar {
  background-color: #F5F5F5;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-sponsor-bar::after {
  content: "";
  width: 150vw;
  height: 100%;
  left: 25vw;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  background-color: #F5F5F5;
  z-index: 1;
}
.c-sponsor-bar__items {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.25rem;
}
@media (min-width: 20em) {
  .c-sponsor-bar__items {
    row-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-bar__items {
    row-gap: 1.5625rem;
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-bar__items {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.c-sponsor-bar__item {
  display: flex;
  flex-direction: column;
}
.c-sponsor-bar__item h3 {
  font-size: 0.75rem;
  line-height: 150%;
  color: #202531;
  margin-top: 1rem;
  order: 1;
}
@media (min-width: 20em) {
  .c-sponsor-bar__item h3 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-bar__item h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-bar__item {
    flex: 0 0 calc(33.3333333333% - 12px);
  }
}
@media (min-width: 35.5em) {
  .c-sponsor-bar__item {
    flex: 0 0 calc(33.3333333333% - 24px);
  }
  .c-sponsor-bar__item .c-sponsor__box {
    max-width: 10.375rem;
  }
}
@media (min-width: 48em) {
  .c-sponsor-bar__item {
    flex: 0 0 11.25rem;
  }
  .c-sponsor-bar__item .c-sponsor__box {
    max-width: 10.375rem;
  }
}
.c-sponsor-bar__item .c-sponsor__box {
  margin-left: 10px;
}

.c-sponsor-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-prefooter .c-sponsor-list {
  background-color: transparent;
}
.c-prefooter .c-sponsor-list .c-sponsor-list__container {
  background-color: transparent;
}
.c-sponsor-list h2 {
  margin-bottom: 0;
}
.c-sponsor-list h3 {
  font-size: 0.75rem;
  line-height: 150%;
  color: #202531;
  margin-bottom: 1rem;
}
@media (min-width: 20em) {
  .c-sponsor-list h3 {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-list h3 {
    font-size: 0.875rem;
  }
}
.c-sponsor-list .c-sponsor-list__items {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.c-sponsor-list .c-sponsor-list__items--big {
  row-gap: 2.5rem;
}
@media (min-width: 20em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    row-gap: calc(2.5rem + -0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    row-gap: 2.1875rem;
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--big {
    grid-template-columns: repeat(5, 1fr);
  }
}
.c-sponsor-list .c-sponsor-list__items--medium {
  row-gap: 1.375rem;
}
@media (min-width: 20em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    row-gap: calc(1.375rem + 0.375 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    row-gap: 1.75rem;
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--medium {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-sponsor-list .c-sponsor-list__items--small {
  row-gap: 0.875rem;
}
@media (min-width: 20em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    row-gap: calc(0.875rem + 0.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    row-gap: 1.5rem;
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list .c-sponsor-list__items--small {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-list--default .c-sponsor-list__items--big {
    padding-right: 25vw;
  }
}
.c-prefooter .c-sponsor-list--default .c-sponsor-list__items {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
  row-gap: 1.25rem;
}
@media (min-width: 20em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    row-gap: calc(1.25rem + 0.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    row-gap: 1.5625rem;
  }
}
@media (max-width: 35.5em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--big {
    grid-template-columns: repeat(7, 1fr);
  }
}
.c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
  row-gap: 1.125rem;
}
@media (min-width: 20em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    row-gap: calc(1.125rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    row-gap: 1.375rem;
  }
}
@media (max-width: 35.5em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--medium {
    grid-template-columns: repeat(8, 1fr);
  }
}
.c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
  row-gap: 0.875rem;
}
@media (min-width: 20em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    row-gap: calc(0.875rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    row-gap: 1.125rem;
  }
}
@media (max-width: 35.5em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 85.375em) {
  .c-prefooter .c-sponsor-list--default .c-sponsor-list__items--small {
    grid-template-columns: repeat(9, 1fr);
  }
}
.c-sponsor-list__container {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  background-color: #F5F5F5;
  padding: 1.25rem;
}
@media (min-width: 20em) {
  .c-sponsor-list__container {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-sponsor-list__container {
    padding: 2.5rem;
  }
}
.c-prefooter .c-sponsor-list__container {
  padding: 0;
}
@media (max-width: 35.5em) {
  .c-sponsor-list__wrapper:has([class*="--big"]) h2, .c-sponsor-list__wrapper:has([class*="--big"]) h3 {
    padding-left: calc(2.8% + 16px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--big"]) h2, .c-sponsor-list__wrapper:has([class*="--big"]) h3 {
    padding-left: calc(1.5% + 18px);
  }
}
@media (min-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--big"]) h2, .c-sponsor-list__wrapper:has([class*="--big"]) h3 {
    padding-left: calc(1% + 14px);
  }
}
.c-sponsor-list__wrapper:has([class*="--big"]) .c-sponsor__box {
  margin-left: 10px;
}
@media (max-width: 35.5em) {
  .c-sponsor-list__wrapper:has([class*="--medium"]) h2, .c-sponsor-list__wrapper:has([class*="--medium"]) h3 {
    padding-left: calc(2.4% + 10px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--medium"]) h2, .c-sponsor-list__wrapper:has([class*="--medium"]) h3 {
    padding-left: calc(2% + 8px);
  }
}
@media (min-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--medium"]) h2, .c-sponsor-list__wrapper:has([class*="--medium"]) h3 {
    padding-left: calc(0.9% + 8px);
  }
}
.c-sponsor-list__wrapper:has([class*="--medium"]) .c-sponsor__box {
  margin-left: 8px;
}
@media (max-width: 35.5em) {
  .c-sponsor-list__wrapper:has([class*="--small"]) h2, .c-sponsor-list__wrapper:has([class*="--small"]) h3 {
    padding-left: calc(2% + 7px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--small"]) h2, .c-sponsor-list__wrapper:has([class*="--small"]) h3 {
    padding-left: calc(2.4% + 7px);
  }
}
@media (min-width: 48em) {
  .c-sponsor-list__wrapper:has([class*="--small"]) h2, .c-sponsor-list__wrapper:has([class*="--small"]) h3 {
    padding-left: calc(0.7% + 9px);
  }
}
.c-sponsor-list__wrapper:has([class*="--small"]) .c-sponsor__box {
  margin-left: 7px;
}
.c-prefooter .c-sponsor-list h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-prefooter .c-sponsor-list .c-sponsor-list__wrapper {
  display: flex;
  flex-direction: column;
}
.c-prefooter .c-sponsor-list .c-sponsor-list__wrapper .c-sponsor-list__items {
  order: -1;
}
.c-prefooter .c-sponsor-list .c-sponsor-list__wrapper h3 {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 0;
}
.c-sponsor-list--small .c-sponsor-list__container {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-sponsor-list--small .c-sponsor-list__breaker {
  flex-basis: 100%;
}
.c-sponsor-list--small .c-sponsor-list__wrapper {
  justify-content: flex-end;
  margin-top: 2.25rem;
}
.c-sponsor-list--small .c-sponsor-list__wrapper:first-child {
  margin: 0;
}
.c-sponsor-list--small .c-sponsor-list__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
  max-width: 11.5rem;
}
@media (max-width: 35.5em) {
  .c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
    max-width: calc(var(--bw) / 2 - 20px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
    max-width: calc(var(--bw) / 3 - 20px);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
    max-width: calc(var(--bw) / 5 - 20px);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
    max-width: calc(var(--bw) / 6 - 20px);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--big .c-sponsor-list__item {
    max-width: calc(var(--bw) / 7 - 20px);
  }
}
.c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
  max-width: 9.3125rem;
}
@media (max-width: 35.5em) {
  .c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
    max-width: calc(var(--bw) / 3.2 - 20px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
    max-width: calc(var(--bw) / 4 - 20px);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
    max-width: calc(var(--bw) / 6 - 20px);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
    max-width: calc(var(--bw) / 7 - 20px);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--medium .c-sponsor-list__item {
    max-width: calc(var(--bw) / 8 - 20px);
  }
}
@media (max-width: 35.5em) {
  .c-sponsor-list--small .c-sponsor-list__items--small .c-sponsor-list__item {
    max-width: calc(var(--bw) / 3.2 - 20px);
  }
}
@media (min-width: 35.5em) and (max-width: 48em) {
  .c-sponsor-list--small .c-sponsor-list__items--small .c-sponsor-list__item {
    max-width: calc(var(--bw) / 4 - 20px);
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .c-sponsor-list--small .c-sponsor-list__items--small .c-sponsor-list__item {
    max-width: calc(var(--bw) / 6 - 20px);
  }
}
@media (min-width: 64em) and (max-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--small .c-sponsor-list__item {
    max-width: calc(var(--bw) / 8 - 20px);
  }
}
@media (min-width: 85.375em) {
  .c-sponsor-list--small .c-sponsor-list__items--small .c-sponsor-list__item {
    max-width: calc(var(--bw) / 9 - 20px);
  }
}

.c-teaser-list__items {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 2.5rem;
}
@media (min-width: 20em) {
  .c-teaser-list__items {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__items {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__items {
    row-gap: calc(2.5rem + 0.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__items {
    row-gap: 3.25rem;
  }
}
@media (max-width: 48em) {
  .c-teaser-list__items {
    display: flex;
    flex-direction: column;
  }
}
.c-teaser-list__items > * {
  grid-column: span 6;
}
.c-teaser-list__items--3 > * {
  grid-column: span 4;
}
.c-teaser-list__items--4 > * {
  grid-column: span 6;
}
@media (min-width: 64em) {
  .c-teaser-list__items--4 > * {
    grid-column: span 3;
  }
}
.u-gap-bottom-zero .c-teaser-list {
  padding-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-zero .c-teaser-list {
    padding-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .u-gap-bottom-zero .c-teaser-list {
    padding-bottom: 3.125rem;
  }
}
.c-teaser-list__button, .c-teaser-list__all-button {
  justify-self: center;
  text-align: center;
  grid-column: span 12;
  padding-top: 1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-list__button, .c-teaser-list__all-button {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__button, .c-teaser-list__all-button {
    padding-top: 2.5rem;
  }
}
.c-teaser-list__load, .c-teaser-list__all-link {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  transition: all 0.3s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--primary-color-content);
  background-color: var(--primary-color, transparent);
  border: 0.0625rem solid var(--primary-color);
  border-radius: 3.3125rem;
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    font-size: 1.1875rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-top: calc(0.5rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-right: 1.3125rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    border-radius: calc(3.3125rem + 6.875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-list__load, .c-teaser-list__all-link {
    border-radius: 10.1875rem;
  }
}
.c-richtext .c-teaser-list__load, .c-richtext .c-teaser-list__all-link {
  margin-bottom: 0.5rem;
}
.c-teaser-list__load label, .c-teaser-list__all-link label {
  color: var(--primary-color-content);
}
.c-teaser-list__load span, .c-teaser-list__all-link span {
  pointer-events: none !important;
}
@-moz-document url-prefix() {
  .c-teaser-list__load, .c-teaser-list__all-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  @media (min-width: 20em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-top: calc(0.5rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-top: 0.6875rem;
    }
  }
  @media (min-width: 20em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-bottom: calc(0.5625rem + 0.0625 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-bottom: 0.625rem;
    }
  }
  @media (min-width: 20em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-left: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-left: 1.3125rem;
    }
  }
  @media (min-width: 20em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-right: calc(1.125rem + 0.1875 * (100vw - 20rem) / 80);
    }
  }
  @media (min-width: 100em) {
    .c-teaser-list__load, .c-teaser-list__all-link {
      padding-right: 1.3125rem;
    }
  }
}
.c-teaser-list__load:active, .c-teaser-list__all-link:active {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser-list__load:hover, .c-teaser-list__load:focus, .c-teaser-list__load:focus-visible, .c-teaser-list__all-link:hover, .c-teaser-list__all-link:focus, .c-teaser-list__all-link:focus-visible {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #ffffff;
  }
}
.u-background .c-teaser-list__load, .u-background .c-teaser-list__all-link {
  border-color: var(--secondary-color-content);
  background-color: var(--secondary-color-content);
  color: var(--primary-color-white-content);
}
.u-background .c-teaser-list__load:active, .u-background .c-teaser-list__all-link:active {
  border-color: #E3E3E3;
  background-color: #E3E3E3;
  color: var(--tertiary-color);
}
@media (hover: hover) and (pointer: fine) {
  .u-background .c-teaser-list__load:hover, .u-background .c-teaser-list__load:focus, .u-background .c-teaser-list__load:focus-visible, .u-background .c-teaser-list__all-link:hover, .u-background .c-teaser-list__all-link:focus, .u-background .c-teaser-list__all-link:focus-visible {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
    color: var(--secondary-color);
  }
}
.c-teaser-list__load.is-loading, .c-teaser-list__all-link.is-loading {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
.c-teaser-list__load.is-loading span, .c-teaser-list__all-link.is-loading span {
  opacity: 0;
}
.c-teaser-list__load.is-loading::after, .c-teaser-list__all-link.is-loading::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
  -webkit-mask-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='%230000ff' 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");
          mask-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='%230000ff' 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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.5625rem;
          mask-size: 1.5625rem;
  transform-origin: center center;
  background-color: var(--primary-color);
  transform: rotate(0);
  animation: rotateSpin 0.5s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .c-teaser-list__load.is-loading:hover::after, .c-teaser-list__load.is-loading:focus-visible::after, .c-teaser-list__all-link.is-loading:hover::after, .c-teaser-list__all-link.is-loading:focus-visible::after {
    background-color: var(--primary-color);
  }
}

.c-teaser-slider {
  position: relative;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 20em) {
  .c-teaser-slider {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-slider {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-slider {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-slider {
    padding-left: 5rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-slider {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-slider {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-teaser-slider {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-slider {
    margin-right: -5rem;
  }
}
@media (min-width: 64em) {
  .c-teaser-slider {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
@media (min-width: 64em) and (min-width: 20em) {
  .c-teaser-slider {
    -moz-column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
         column-gap: calc(0.9375rem + 1.3125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 64em) and (min-width: 100em) {
  .c-teaser-slider {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}
.c-teaser-slider__heading {
  position: relative;
  grid-column: span 2;
  z-index: 1;
  opacity: calc(100 * var(--slidermove) / var(--heading));
  transition: opacity 0.3s ease; /* Für einen sanften Übergang */
}
.is-starting .c-teaser-slider__heading {
  pointer-events: none;
}
.c-teaser-slider__heading-inner {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .c-teaser-slider__heading-inner {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 64em) {
  .c-teaser-slider__heading-inner {
    opacity: 1 !important;
  }
}
.c-teaser-slider h2 {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 1rem;
  hyphens: auto;
  word-wrap: break-word;
}
@media (min-width: 20em) {
  .c-teaser-slider h2 {
    font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-teaser-slider h2 {
    font-size: 1.625rem;
  }
}
.c-teaser-slider h2:not(:last-child) {
  margin-bottom: 0.5;
}
@media (max-width: 64em) {
  .c-teaser-slider h2 {
    margin-bottom: 0;
  }
  .c-teaser-slider h2:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.c-teaser-slider__slider {
  grid-column: span 10;
}
.c-teaser-slider--list-mobile .c-teaser-slider__heading a {
  display: none;
}
@media (min-width: 64em) {
  .c-teaser-slider--list-mobile .c-teaser-slider__heading a {
    display: inline-flex;
  }
}
.c-teaser-slider--list-mobile .c-teaser-slider__link {
  display: flex;
  justify-content: center;
}
@media (min-width: 64em) {
  .c-teaser-slider--list-mobile .c-teaser-slider__link {
    display: none;
  }
}
.c-teaser-slider--primary.u-background .c-teaser-slider__heading {
  color: var(--primary-color-content);
}
.c-teaser-slider--secondary.u-background .c-teaser-slider__heading {
  color: var(--secondary-color-content);
}
.c-teaser-slider-layout {
  background-color: var(--primary-color);
  width: 100vw;
  height: 100%;
  left: 0vw;
  top: 0;
  position: absolute;
  z-index: 0;
}
.c-teaser-slider-layout--secondary {
  background-color: var(--secondary-color);
  overflow: hidden;
}
.c-teaser-slider-layout--secondary::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../Icons/pattern/pattern-parallelogram-line.svg);
          mask-image: url(../Icons/pattern/pattern-parallelogram-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 175vw;
          mask-size: 175vw;
  width: 125vw;
  height: 100%;
  right: 0vw;
  top: -2px;
  background-color: var(--primary-color);
}
@media (min-width: 48em) {
  .c-teaser-slider-layout--secondary::after {
    -webkit-mask-size: 81.25rem;
            mask-size: 81.25rem;
    width: 100vw;
    height: 100%;
    left: -25vw;
  }
}
@media (min-width: 64em) {
  .c-teaser-slider-layout--secondary::after {
    -webkit-mask-size: 75rem;
            mask-size: 75rem;
    width: 100vw;
    height: 100%;
    left: -25vw;
    top: -2px;
  }
}
@media (min-width: 100em) {
  .c-teaser-slider-layout--secondary::after {
    left: -10vw;
  }
}

.c-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-tabs {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs {
    font-size: 1.1875rem;
  }
}
.c-tabs .l-section {
  background-color: transparent !important;
}
.l-section:not(.l-section--default) .c-tabs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 1.7em;
  background-color: #ffffff;
}
@media (min-width: 64em) {
  .l-section:not(.l-section--default) .c-tabs::before {
    height: 2.25em;
  }
}
.c-tabs__group {
  display: flex;
  position: relative;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: hidden;
}
@media (min-width: 20em) {
  .c-tabs__group {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__group {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs__group {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__group {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs__group {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__group {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs__group {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__group {
    padding-left: 5rem;
  }
}
.c-tabs__group::-webkit-scrollbar { /* Chrome, Safari and Opera */
  display: none;
}
.l-container--full-width .c-tabs__group {
  margin-right: 0;
  margin-left: 0;
}
.c-tabs__list {
  --spacing-bottom: 30px;
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: var(--spacing-bottom, 0);
  z-index: 11;
}
.c-tabs__list::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  padding-bottom: 6.3%;
  width: 98%;
  transform: translateY(80%);
  opacity: 0.1;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-tabs__list::after {
  opacity: 0.2;
}
.c-tabs__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: var(--spacing-bottom, 0);
  left: var(--tab-switch-left, 0);
  width: var(--tab-switch-width, 0);
  height: 0.1875rem;
  background-color: var(--primary-color-white-content);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), left 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 5;
}
@media (min-width: 20em) {
  .c-tabs__list::before {
    height: calc(0.1875rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__list::before {
    height: 0.4375rem;
  }
}
.c-tabs__item {
  position: relative;
  display: flex;
  z-index: 2;
  padding-bottom: 0.1875rem;
  background-color: #ffffff;
}
@media (min-width: 20em) {
  .c-tabs__item {
    padding-bottom: calc(0.1875rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs__item {
    padding-bottom: 0.4375rem;
  }
}
.c-tabs__item input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.c-tabs__item input[type=radio]:focus-visible ~ label {
  outline: 2px auto Highlight !important;
  outline: 2px auto -webkit-focus-ring-color !important;
}
.c-tabs__item input[type=radio]:checked ~ label {
  color: var(--primary-color-white-content);
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs__item input[type=radio]:checked ~ label:hover, .c-tabs__item input[type=radio]:checked ~ label:focus-visible {
    color: #202531;
  }
}
.c-tabs__item:nth-child(1) label {
  padding-left: 1.5rem;
}
@media (min-width: 64em) {
  .c-tabs__item:nth-child(1) label {
    padding-left: 3.5rem;
  }
}
.c-tabs__item:nth-last-child(1) label {
  padding-right: 1.5rem;
}
@media (min-width: 64em) {
  .c-tabs__item:nth-last-child(1) label {
    padding-right: 3.5rem;
  }
}
.c-tabs__item label {
  position: relative;
  cursor: pointer;
  font-weight: 800 !important;
  white-space: nowrap;
  padding: 1rem 0.75rem;
  transition: color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 64em) {
  .c-tabs__item label {
    padding: 1.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs__item label:hover, .c-tabs__item label:focus-visible {
    color: var(--primary-color-white-content);
  }
}
.c-tabs__content {
  display: block;
  width: 100%;
}
.c-tabs__content-item:not(.is-toggled) {
  display: none;
}

.c-tabs-pages {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 20em) {
  .c-tabs-pages {
    font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages {
    font-size: 1.1875rem;
  }
}
.c-tabs-pages .l-section {
  background-color: transparent !important;
}
.l-section:not(.l-section--default) .c-tabs-pages::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 1.7em;
  background-color: #ffffff;
}
@media (min-width: 64em) {
  .l-section:not(.l-section--default) .c-tabs-pages::before {
    height: 2.25em;
  }
}
.c-tabs-pages__toggle {
  display: none;
}
.c-tabs-pages__group {
  display: flex;
  position: relative;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.05));
  transition: filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: hidden;
}
@media (min-width: 20em) {
  .c-tabs-pages__group {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__group {
    margin-right: -5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs-pages__group {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__group {
    margin-left: -5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs-pages__group {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__group {
    padding-right: 5rem;
  }
}
@media (min-width: 20em) {
  .c-tabs-pages__group {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__group {
    padding-left: 5rem;
  }
}
.c-tabs-pages__group::-webkit-scrollbar { /* Chrome, Safari and Opera */
  display: none;
}
.l-container--full-width .c-tabs-pages__group {
  margin-right: 0;
  margin-left: 0;
}
.c-tabs-pages__list {
  --spacing-bottom: 30px;
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: var(--spacing-bottom, 0);
  z-index: 11;
}
.c-tabs-pages__list::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  padding-bottom: 6.3%;
  width: 98%;
  transform: translateY(80%);
  opacity: 0.1;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='459' height='29' viewBox='0 0 459 29' fill='none'%3E%3Cpath d='M0 12.5L1.17429 0H459V29L0 12.5Z' fill='url(%23paint0_linear_5755_4488)' style='mix-blend-mode:multiply'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5755_4488' x1='8.4031e-05' y1='3.26124' x2='459' y2='19' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E3E3'/%3E%3Cstop offset='0.893323' stop-color='%23E3E3E3' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-color: #000000;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: width 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.u-background .c-tabs-pages__list::after {
  opacity: 0.2;
}
.c-tabs-pages__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: var(--spacing-bottom, 0);
  left: var(--tab-switch-left, 0);
  width: var(--tab-switch-width, 0);
  height: 0.1875rem;
  background-color: var(--primary-color-white-content);
  z-index: 5;
}
@media (min-width: 20em) {
  .c-tabs-pages__list::before {
    height: calc(0.1875rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__list::before {
    height: 0.4375rem;
  }
}
.c-tabs-pages__item {
  position: relative;
  display: flex;
  z-index: 2;
  padding-bottom: 0.1875rem;
  background-color: #ffffff;
}
@media (min-width: 20em) {
  .c-tabs-pages__item {
    padding-bottom: calc(0.1875rem + 0.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-tabs-pages__item {
    padding-bottom: 0.4375rem;
  }
}
.c-tabs-pages__item.is-active {
  color: var(--primary-color-white-content);
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs-pages__item.is-active:hover, .c-tabs-pages__item.is-active:focus-visible {
    color: #202531;
  }
}
.c-tabs-pages__link {
  position: relative;
  cursor: pointer;
  font-weight: 800 !important;
  white-space: nowrap;
  padding: 1rem 0.75rem;
  transition: color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 64em) {
  .c-tabs-pages__link {
    padding: 1.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-tabs-pages__link:hover, .c-tabs-pages__link:focus-visible {
    color: var(--primary-color-white-content);
  }
}

.c-text-image-teaser {
  --angle: 14deg;
  --tan-angle: calc(tan(var(--angle)));
  padding-left: 5rem;
  padding-right: 5rem;
  height: auto;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-text-image-teaser > * {
  grid-column: 1/13;
}
@media (min-width: 64em) {
  .c-text-image-teaser {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.c-text-image-teaser > * {
  grid-row: 1;
}
.c-text-image-teaser__pretitle {
  font-size: 0.75rem;
  line-height: 150%;
  color: var(--primary-color-white-content);
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 20em) {
  .c-text-image-teaser__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__pretitle {
    font-size: 0.875rem;
  }
}
.c-text-image-teaser__media {
  grid-column-start: 1;
  grid-column-end: 8;
  clip-path: polygon(0 0, 100% 0, 100% 78.744%, 0 100%);
  overflow: hidden;
  position: relative;
  margin-bottom: -5.25rem;
  margin-bottom: -5.25rem;
  margin-right: 32px;
}
@media (min-width: 20em) {
  .c-text-image-teaser__media {
    margin-bottom: calc(-5.25rem + -2.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__media {
    margin-bottom: -7.5rem;
  }
}
@media (max-width: 64em) {
  .c-text-image-teaser__media img {
    position: relative;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser__media {
    margin-bottom: 44px;
    margin-right: -32px;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--element-height) * var(--tan-angle)) 100%, 0 100%);
  }
}
.c-text-image-teaser__content {
  color: var(--primary-color-content);
  position: relative;
  grid-column-start: 6;
  grid-column-end: 13;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background-color: var(--primary-color);
  margin-left: 32px;
}
.c-text-image-teaser__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  clip-path: polygon(0 97%, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 88px;
  background-color: var(--primary-color);
  margin-bottom: -1px;
}
@media (min-width: 64em) {
  .c-text-image-teaser__content::before {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser__content {
    clip-path: polygon(calc(var(--element-height) * var(--tan-angle)) 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -32px;
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.c-text-image-teaser__content > * {
  grid-column-start: 3;
  grid-column-end: 7;
}
.c-text-image-teaser__inner {
  padding-top: 0.5rem;
  padding-bottom: 2.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser__inner {
    padding-top: calc(0.5rem + 4.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__inner {
    padding-top: 5.25rem;
  }
}
@media (min-width: 20em) {
  .c-text-image-teaser__inner {
    padding-bottom: calc(2.25rem + 3 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__inner {
    padding-bottom: 5.25rem;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 85.375em) {
  .c-text-image-teaser__inner {
    margin-left: -32px;
  }
}
.c-text-image-teaser h2 {
  font-size: 1.3125rem;
  line-height: 150%;
  margin-bottom: 1.75rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser h2 {
    font-size: calc(1.3125rem + 0.6875 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser h2 {
    font-size: 2rem;
  }
}
@media (min-width: 20em) {
  .c-text-image-teaser h2 {
    margin-bottom: calc(1.75rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser h2 {
    margin-bottom: 2.75rem;
  }
}
.c-text-image-teaser__links {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 20em) {
  .c-text-image-teaser__links {
    margin-top: calc(1.75rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__links {
    margin-top: 2.75rem;
  }
}
.c-text-image-teaser__code {
  color: #8F9198;
  margin-top: 1.75rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser__code {
    margin-top: calc(1.75rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser__code {
    margin-top: 2.75rem;
  }
}
.c-text-image-teaser--reverse .c-text-image-teaser__content {
  grid-column-start: 1;
  grid-column-end: 8;
  margin-left: 0;
  margin-right: 32px;
}
@media (min-width: 64em) {
  .c-text-image-teaser--reverse .c-text-image-teaser__content {
    margin-right: -32px;
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--element-height) * var(--tan-angle)) 100%, 0 100%);
    margin-left: 0;
    margin-right: -32px;
  }
}
.c-text-image-teaser--reverse .c-text-image-teaser__content > * {
  grid-column-start: 2;
  grid-column-end: 6;
}
.c-text-image-teaser--reverse .c-text-image-teaser__content::before {
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.c-text-image-teaser--reverse .c-text-image-teaser__media {
  grid-column-start: 6;
  grid-column-end: 13;
  margin-left: 32px;
  margin-right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78.74%);
}
@media (min-width: 64em) {
  .c-text-image-teaser--reverse .c-text-image-teaser__media {
    clip-path: polygon(calc(var(--element-height) * var(--tan-angle)) 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -32px;
  }
}
.c-text-image-teaser--light .c-text-image-teaser__content {
  color: #202531;
  background-color: #F5F5F5;
}
.c-text-image-teaser--light .c-text-image-teaser__content::before {
  background-color: #F5F5F5;
}
.c-text-image-teaser--dark .c-text-image-teaser__content {
  color: #ffffff;
  background-color: #202531;
}
.c-text-image-teaser--dark .c-text-image-teaser__content::before {
  background-color: #202531;
}
.c-text-image-teaser--dark .c-btn {
  border-color: #ffffff;
  background-color: #ffffff;
}
.c-text-image-teaser--dark .c-btn--light {
  background-color: transparent;
  color: #ffffff;
}
.c-text-image-teaser--medium .c-text-image-teaser__content {
  color: var(--secondary-color-content);
  background-color: var(--secondary-color);
}
.c-text-image-teaser--medium .c-text-image-teaser__content::before {
  background-color: var(--secondary-color);
}
.c-text-image-teaser--collection {
  position: relative;
}
.c-text-image-teaser--collection .c-text-image-teaser__logo {
  padding-top: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection .c-text-image-teaser__logo {
    padding-top: calc(1.5rem + 5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection .c-text-image-teaser__logo {
    padding-top: 6.5rem;
  }
}
.c-text-image-teaser--collection .c-text-image-teaser__logoinner {
  max-width: 8.75rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection .c-text-image-teaser__logoinner {
    max-width: calc(8.75rem + 4.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection .c-text-image-teaser__logoinner {
    max-width: 13.375rem;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser--collection .c-text-image-teaser__logo {
    position: relative;
    z-index: 30;
    grid-column: 5/8;
    display: flex;
    justify-content: center;
  }
}
.c-text-image-teaser--collection .c-text-image-teaser__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.c-text-image-teaser--collection .c-text-image-teaser__content {
  background-color: #F5F5F5;
  color: #202531;
  min-height: 6.25rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection .c-text-image-teaser__content {
    min-height: calc(6.25rem + 23.75 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection .c-text-image-teaser__content {
    min-height: 30rem;
  }
}
.c-text-image-teaser--collection .c-text-image-teaser__content::before {
  background-color: #F5F5F5;
}
.c-text-image-teaser--collection .c-text-image-teaser__links {
  flex-direction: column;
  margin-top: 0;
  gap: 0.75rem;
}
.c-text-image-teaser--logo {
  position: relative;
}
.c-text-image-teaser--logo .c-text-image-teaser__logo {
  padding-top: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 20em) {
  .c-text-image-teaser--logo .c-text-image-teaser__logo {
    padding-top: calc(1.5rem + 5 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--logo .c-text-image-teaser__logo {
    padding-top: 6.5rem;
  }
}
.c-text-image-teaser--logo .c-text-image-teaser__logoinner {
  max-width: 8.75rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser--logo .c-text-image-teaser__logoinner {
    max-width: calc(8.75rem + 4.625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--logo .c-text-image-teaser__logoinner {
    max-width: 13.375rem;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser--logo .c-text-image-teaser__logo {
    position: relative;
    z-index: 30;
    grid-column: 5/8;
    display: flex;
    justify-content: center;
  }
}
.c-text-image-teaser--logo.c-text-image-teaser--reverse .c-text-image-teaser__logo {
  grid-column: 6/10;
  right: unset;
  left: 0;
}
.c-text-image-teaser--logo .c-text-image-teaser__links {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
@media (min-width: 20em) {
  .c-text-image-teaser--logo .c-text-image-teaser__links {
    margin-top: calc(1.75rem + 1 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--logo .c-text-image-teaser__links {
    margin-top: 2.75rem;
  }
}
.c-text-image-teaser--collection-simple {
  margin-top: 25px;
}
@media (min-width: 64em) {
  .c-text-image-teaser--collection-simple {
    margin-top: 0;
  }
}
.c-text-image-teaser--collection-simple .c-text-image-teaser__content {
  grid-column: 4/11;
  min-height: auto;
  margin-left: 0;
  margin-right: 32px;
}
@media (min-width: 64em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__content {
    margin-top: 0;
    margin-right: -32px;
    clip-path: polygon(calc(var(--element-height) * var(--tan-angle)) 0, 100% 0, calc(100% - var(--element-height) * var(--tan-angle)) 100%, 0 100%);
  }
}
@media (max-width: 64em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__content::before {
    display: none;
  }
}
.c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-right: 6.25rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-top: calc(3.125rem + -1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-top: 2rem;
  }
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-bottom: calc(3.125rem + -1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-bottom: 2rem;
  }
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-right: calc(6.25rem + 3.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-right: 9.375rem;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    margin-left: -50px;
    padding-right: 0;
  }
}
@media (max-width: 35.5em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__inner {
    padding-right: 32px;
  }
}
.c-text-image-teaser--collection-simple .c-text-image-teaser__logo {
  padding-top: 2.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logo {
    padding-top: calc(2.25rem + -1.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logo {
    padding-top: 1.125rem;
  }
}
.c-text-image-teaser--collection-simple .c-text-image-teaser__logoinner {
  max-width: 6.25rem;
}
@media (min-width: 20em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logoinner {
    max-width: calc(6.25rem + 7.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logoinner {
    max-width: 13.375rem;
  }
}
@media (min-width: 64em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logo {
    position: relative;
    z-index: 30;
    grid-column: 3/6;
    display: flex;
    justify-content: center;
    margin-left: -30%;
  }
}
@media (max-width: 35.5em) {
  .c-text-image-teaser--collection-simple .c-text-image-teaser__logo {
    padding-top: 0;
    top: -20px;
  }
}

.c-text-video {
  grid-column: 2/-2;
}
@media (max-width: 64em) {
  .c-text-video {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-text-video {
    display: grid;
    grid-template-columns: subgrid;
  }
}
.c-text-video__media {
  grid-row: 1;
}
.c-text-video__media--left {
  grid-column: span 5;
}
.c-text-video__media--right {
  grid-column: 6/-1;
}
.c-text-video__content {
  grid-row: 1;
  grid-column: span 4;
}
.c-text-video__media--left + .c-text-video__content {
  grid-column: 7/-1;
}
.c-text-video__content .c-richtext h2 {
  margin-bottom: 0.75rem;
  font-weight: 800;
}
.c-text-video__pretitle {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 800;
  color: #8F9198;
}
@media (min-width: 20em) {
  .c-text-video__pretitle {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-video__pretitle {
    font-size: 0.875rem;
  }
}
.c-text-video__icon-category svg {
  width: 2.5rem;
  height: 2.5rem;
}
.c-text-video__icon-category svg path {
  fill: #B6B7BA;
}
.c-text-video__meta {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: #B6B7BA;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 20em) {
  .c-text-video__meta {
    margin-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-video__meta {
    margin-top: 2.5rem;
  }
}
@media (min-width: 20em) {
  .c-text-video__meta {
    font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-text-video__meta {
    font-size: 0.875rem;
  }
}

.c-file-links {
  grid-column: 1/13;
}
@media (min-width: 85.375em) {
  .c-file-links {
    grid-column: 3/11;
  }
}
.c-file-links__items li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-modal-open__button {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  line-height: 150%;
  font-size: 0.9375rem;
  line-height: 150%;
  border-radius: 0.375rem;
  transition: all 0.75s cubic-bezier(0, 0.615, 0.345, 1);
}
@media (min-width: 20em) {
  .c-modal-open__button {
    font-size: calc(0.9375rem + 0.0625 * (100vw - 20rem) / 80);
  }
}
@media (min-width: 100em) {
  .c-modal-open__button {
    font-size: 1rem;
  }
}
.c-modal-open__button > * {
  pointer-events: none;
}
.c-modal-open__button span:not(:first-child) {
  line-height: 150%;
}
@media (max-width: 64em) {
  .c-modal-open__button {
    width: 2.75rem;
    height: 2.75rem;
  }
  .c-modal-open__button span {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-modal-open__button span:not(:first-child) {
    padding-left: 0.5rem;
    margin-top: 3px;
  }
  @-moz-document url-prefix() {
    .c-modal-open__button span:not(:first-child) {
      margin-top: 1px;
    }
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-modal-open__button:hover, .c-modal-open__button:focus-visible {
    background-color: #E3E3E3;
  }
}
.c-modal-open__button:active, .c-modal-open__button:focus {
  background-color: #B6B7BA;
}
.c-modal-open__button.is-active {
  background-color: #B6B7BA;
}

@media (min-width: 85.375em) {
  .c-content-html {
    grid-column: 3/-3;
  }
}
.c-content-html--large {
  grid-column: span 12;
}
@media (min-width: 85.375em) {
  .c-content-html--large {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .c-content-html--large > * {
    grid-column: span 12;
  }
}
.c-content-html--large h2 {
  grid-column: 3/-3;
}