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

@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  .c-highlight-box__link,
  .c-news-item h3,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .c-highlight-box__link, .c-news-item h3,
  h3 {
    page-break-after: avoid;
  }
}
@keyframes glow {
  0% {
    opacity: 0.086;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wiggleX {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(2px);
  }
}
@keyframes wiggleY {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes wiggleXY {
  0% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(-2px, 2px);
  }
}
meta[name=x-koch-breakpoints] {
  font-family: "xs=320px&sm=375px&md=768px&lg=1024px&xl=1280px&xxl=1920px&max=2560px";
}

.c-hamburger {
  color: green;
}

@font-face {
  font-family: "mabry-medium-pro";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../Fonts/mabry-medium-pro.woff2") format("woff2"), url("../Fonts/mabry-medium-pro.woff") format("woff");
}
@font-face {
  font-family: "mabry-black-pro";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../Fonts/mabry-black-pro.woff2") format("woff2"), url("../Fonts/mabry-black-pro.woff") format("woff");
}
/*
    Usage example:
    body { @include fluid-calc('font-size', (1rem, 1.25rem), (min: 400px, max: 960px)); }
 */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
}
html::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
@media (min-width: 64em) {
  html.pusha-active {
    padding-right: var(--sbs);
  }
}

*,
*::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 {
  font: inherit;
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

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

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

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

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

em, i {
  font-style: italic;
}

img {
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

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 {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

strong, b {
  font-family: "mabry-black-pro", Helvetica, sans-serif;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
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;
}

.l-container, .c-header__container, .c-footer__container, .c-cookieconsent__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--small {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 62.125rem;
}
.l-container--default, .c-header__container, .c-footer__container, .c-infobar__container, .c-cookieconsent__container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 118.125rem;
}
.l-container--full-width {
  padding-left: 0;
  padding-right: 0;
  max-width: 160rem;
}

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

.l-container, .c-header__container, .c-footer__container, .c-cookieconsent__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  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-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  position: relative;
}

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

.l-col-xs-pull-0 {
  right: auto;
}

.l-col-xs-push-0 {
  left: auto;
}

.l-col-xs-offset-0 {
  margin-left: 0%;
}

.l-col-xs-1 {
  width: 8.3333333333%;
}

.l-col-xs-pull-1 {
  right: 8.3333333333%;
}

.l-col-xs-push-1 {
  left: 8.3333333333%;
}

.l-col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.l-col-xs-2 {
  width: 16.6666666667%;
}

.l-col-xs-pull-2 {
  right: 16.6666666667%;
}

.l-col-xs-push-2 {
  left: 16.6666666667%;
}

.l-col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.l-col-xs-3 {
  width: 25%;
}

.l-col-xs-pull-3 {
  right: 25%;
}

.l-col-xs-push-3 {
  left: 25%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-4 {
  width: 33.3333333333%;
}

.l-col-xs-pull-4 {
  right: 33.3333333333%;
}

.l-col-xs-push-4 {
  left: 33.3333333333%;
}

.l-col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.l-col-xs-5 {
  width: 41.6666666667%;
}

.l-col-xs-pull-5 {
  right: 41.6666666667%;
}

.l-col-xs-push-5 {
  left: 41.6666666667%;
}

.l-col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.l-col-xs-6 {
  width: 50%;
}

.l-col-xs-pull-6 {
  right: 50%;
}

.l-col-xs-push-6 {
  left: 50%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-7 {
  width: 58.3333333333%;
}

.l-col-xs-pull-7 {
  right: 58.3333333333%;
}

.l-col-xs-push-7 {
  left: 58.3333333333%;
}

.l-col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.l-col-xs-8 {
  width: 66.6666666667%;
}

.l-col-xs-pull-8 {
  right: 66.6666666667%;
}

.l-col-xs-push-8 {
  left: 66.6666666667%;
}

.l-col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.l-col-xs-9 {
  width: 75%;
}

.l-col-xs-pull-9 {
  right: 75%;
}

.l-col-xs-push-9 {
  left: 75%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-10 {
  width: 83.3333333333%;
}

.l-col-xs-pull-10 {
  right: 83.3333333333%;
}

.l-col-xs-push-10 {
  left: 83.3333333333%;
}

.l-col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.l-col-xs-11 {
  width: 91.6666666667%;
}

.l-col-xs-pull-11 {
  right: 91.6666666667%;
}

.l-col-xs-push-11 {
  left: 91.6666666667%;
}

.l-col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.l-col-xs-12 {
  width: 100%;
}

.l-col-xs-pull-12 {
  right: 100%;
}

.l-col-xs-push-12 {
  left: 100%;
}

@media (min-width: 23.4375em) {
  .l-col-sm-pull-0 {
    right: auto;
  }
  .l-col-sm-push-0 {
    left: auto;
  }
  .l-col-sm-offset-0 {
    margin-left: 0%;
  }
  .l-col-sm-1 {
    width: 8.3333333333%;
  }
  .l-col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-sm-push-1 {
    left: 8.3333333333%;
  }
  .l-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-sm-2 {
    width: 16.6666666667%;
  }
  .l-col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-sm-push-2 {
    left: 16.6666666667%;
  }
  .l-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-sm-3 {
    width: 25%;
  }
  .l-col-sm-pull-3 {
    right: 25%;
  }
  .l-col-sm-push-3 {
    left: 25%;
  }
  .l-col-sm-offset-3 {
    margin-left: 25%;
  }
  .l-col-sm-4 {
    width: 33.3333333333%;
  }
  .l-col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-sm-push-4 {
    left: 33.3333333333%;
  }
  .l-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-sm-5 {
    width: 41.6666666667%;
  }
  .l-col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-sm-push-5 {
    left: 41.6666666667%;
  }
  .l-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-sm-6 {
    width: 50%;
  }
  .l-col-sm-pull-6 {
    right: 50%;
  }
  .l-col-sm-push-6 {
    left: 50%;
  }
  .l-col-sm-offset-6 {
    margin-left: 50%;
  }
  .l-col-sm-7 {
    width: 58.3333333333%;
  }
  .l-col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-sm-push-7 {
    left: 58.3333333333%;
  }
  .l-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-sm-8 {
    width: 66.6666666667%;
  }
  .l-col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-sm-push-8 {
    left: 66.6666666667%;
  }
  .l-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-sm-9 {
    width: 75%;
  }
  .l-col-sm-pull-9 {
    right: 75%;
  }
  .l-col-sm-push-9 {
    left: 75%;
  }
  .l-col-sm-offset-9 {
    margin-left: 75%;
  }
  .l-col-sm-10 {
    width: 83.3333333333%;
  }
  .l-col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-sm-push-10 {
    left: 83.3333333333%;
  }
  .l-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-sm-11 {
    width: 91.6666666667%;
  }
  .l-col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-sm-push-11 {
    left: 91.6666666667%;
  }
  .l-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-sm-12 {
    width: 100%;
  }
  .l-col-sm-pull-12 {
    right: 100%;
  }
  .l-col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 48em) {
  .l-col-md-pull-0 {
    right: auto;
  }
  .l-col-md-push-0 {
    left: auto;
  }
  .l-col-md-offset-0 {
    margin-left: 0%;
  }
  .l-col-md-1 {
    width: 8.3333333333%;
  }
  .l-col-md-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-md-push-1 {
    left: 8.3333333333%;
  }
  .l-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-md-2 {
    width: 16.6666666667%;
  }
  .l-col-md-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-md-push-2 {
    left: 16.6666666667%;
  }
  .l-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-md-3 {
    width: 25%;
  }
  .l-col-md-pull-3 {
    right: 25%;
  }
  .l-col-md-push-3 {
    left: 25%;
  }
  .l-col-md-offset-3 {
    margin-left: 25%;
  }
  .l-col-md-4 {
    width: 33.3333333333%;
  }
  .l-col-md-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-md-push-4 {
    left: 33.3333333333%;
  }
  .l-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-md-5 {
    width: 41.6666666667%;
  }
  .l-col-md-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-md-push-5 {
    left: 41.6666666667%;
  }
  .l-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-md-6 {
    width: 50%;
  }
  .l-col-md-pull-6 {
    right: 50%;
  }
  .l-col-md-push-6 {
    left: 50%;
  }
  .l-col-md-offset-6 {
    margin-left: 50%;
  }
  .l-col-md-7 {
    width: 58.3333333333%;
  }
  .l-col-md-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-md-push-7 {
    left: 58.3333333333%;
  }
  .l-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-md-8 {
    width: 66.6666666667%;
  }
  .l-col-md-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-md-push-8 {
    left: 66.6666666667%;
  }
  .l-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-md-9 {
    width: 75%;
  }
  .l-col-md-pull-9 {
    right: 75%;
  }
  .l-col-md-push-9 {
    left: 75%;
  }
  .l-col-md-offset-9 {
    margin-left: 75%;
  }
  .l-col-md-10 {
    width: 83.3333333333%;
  }
  .l-col-md-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-md-push-10 {
    left: 83.3333333333%;
  }
  .l-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-md-11 {
    width: 91.6666666667%;
  }
  .l-col-md-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-md-push-11 {
    left: 91.6666666667%;
  }
  .l-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-md-12 {
    width: 100%;
  }
  .l-col-md-pull-12 {
    right: 100%;
  }
  .l-col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 64em) {
  .l-col-lg-pull-0 {
    right: auto;
  }
  .l-col-lg-push-0 {
    left: auto;
  }
  .l-col-lg-offset-0 {
    margin-left: 0%;
  }
  .l-col-lg-1 {
    width: 8.3333333333%;
  }
  .l-col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-lg-push-1 {
    left: 8.3333333333%;
  }
  .l-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-lg-2 {
    width: 16.6666666667%;
  }
  .l-col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-lg-push-2 {
    left: 16.6666666667%;
  }
  .l-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-lg-3 {
    width: 25%;
  }
  .l-col-lg-pull-3 {
    right: 25%;
  }
  .l-col-lg-push-3 {
    left: 25%;
  }
  .l-col-lg-offset-3 {
    margin-left: 25%;
  }
  .l-col-lg-4 {
    width: 33.3333333333%;
  }
  .l-col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-lg-push-4 {
    left: 33.3333333333%;
  }
  .l-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-lg-5 {
    width: 41.6666666667%;
  }
  .l-col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-lg-push-5 {
    left: 41.6666666667%;
  }
  .l-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-lg-6 {
    width: 50%;
  }
  .l-col-lg-pull-6 {
    right: 50%;
  }
  .l-col-lg-push-6 {
    left: 50%;
  }
  .l-col-lg-offset-6 {
    margin-left: 50%;
  }
  .l-col-lg-7 {
    width: 58.3333333333%;
  }
  .l-col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-lg-push-7 {
    left: 58.3333333333%;
  }
  .l-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-lg-8 {
    width: 66.6666666667%;
  }
  .l-col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-lg-push-8 {
    left: 66.6666666667%;
  }
  .l-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-lg-9 {
    width: 75%;
  }
  .l-col-lg-pull-9 {
    right: 75%;
  }
  .l-col-lg-push-9 {
    left: 75%;
  }
  .l-col-lg-offset-9 {
    margin-left: 75%;
  }
  .l-col-lg-10 {
    width: 83.3333333333%;
  }
  .l-col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-lg-push-10 {
    left: 83.3333333333%;
  }
  .l-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-lg-11 {
    width: 91.6666666667%;
  }
  .l-col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-lg-push-11 {
    left: 91.6666666667%;
  }
  .l-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-lg-12 {
    width: 100%;
  }
  .l-col-lg-pull-12 {
    right: 100%;
  }
  .l-col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 80em) {
  .l-col-xl-pull-0 {
    right: auto;
  }
  .l-col-xl-push-0 {
    left: auto;
  }
  .l-col-xl-offset-0 {
    margin-left: 0%;
  }
  .l-col-xl-1 {
    width: 8.3333333333%;
  }
  .l-col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-xl-push-1 {
    left: 8.3333333333%;
  }
  .l-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-xl-2 {
    width: 16.6666666667%;
  }
  .l-col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-xl-push-2 {
    left: 16.6666666667%;
  }
  .l-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-xl-3 {
    width: 25%;
  }
  .l-col-xl-pull-3 {
    right: 25%;
  }
  .l-col-xl-push-3 {
    left: 25%;
  }
  .l-col-xl-offset-3 {
    margin-left: 25%;
  }
  .l-col-xl-4 {
    width: 33.3333333333%;
  }
  .l-col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-xl-push-4 {
    left: 33.3333333333%;
  }
  .l-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-xl-5 {
    width: 41.6666666667%;
  }
  .l-col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-xl-push-5 {
    left: 41.6666666667%;
  }
  .l-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-xl-6 {
    width: 50%;
  }
  .l-col-xl-pull-6 {
    right: 50%;
  }
  .l-col-xl-push-6 {
    left: 50%;
  }
  .l-col-xl-offset-6 {
    margin-left: 50%;
  }
  .l-col-xl-7 {
    width: 58.3333333333%;
  }
  .l-col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-xl-push-7 {
    left: 58.3333333333%;
  }
  .l-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-xl-8 {
    width: 66.6666666667%;
  }
  .l-col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-xl-push-8 {
    left: 66.6666666667%;
  }
  .l-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-xl-9 {
    width: 75%;
  }
  .l-col-xl-pull-9 {
    right: 75%;
  }
  .l-col-xl-push-9 {
    left: 75%;
  }
  .l-col-xl-offset-9 {
    margin-left: 75%;
  }
  .l-col-xl-10 {
    width: 83.3333333333%;
  }
  .l-col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-xl-push-10 {
    left: 83.3333333333%;
  }
  .l-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-xl-11 {
    width: 91.6666666667%;
  }
  .l-col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-xl-push-11 {
    left: 91.6666666667%;
  }
  .l-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-xl-12 {
    width: 100%;
  }
  .l-col-xl-pull-12 {
    right: 100%;
  }
  .l-col-xl-push-12 {
    left: 100%;
  }
}
@media (min-width: 120em) {
  .l-col-xxl-pull-0 {
    right: auto;
  }
  .l-col-xxl-push-0 {
    left: auto;
  }
  .l-col-xxl-offset-0 {
    margin-left: 0%;
  }
  .l-col-xxl-1 {
    width: 8.3333333333%;
  }
  .l-col-xxl-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-xxl-push-1 {
    left: 8.3333333333%;
  }
  .l-col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-xxl-2 {
    width: 16.6666666667%;
  }
  .l-col-xxl-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-xxl-push-2 {
    left: 16.6666666667%;
  }
  .l-col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-xxl-3 {
    width: 25%;
  }
  .l-col-xxl-pull-3 {
    right: 25%;
  }
  .l-col-xxl-push-3 {
    left: 25%;
  }
  .l-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .l-col-xxl-4 {
    width: 33.3333333333%;
  }
  .l-col-xxl-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-xxl-push-4 {
    left: 33.3333333333%;
  }
  .l-col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-xxl-5 {
    width: 41.6666666667%;
  }
  .l-col-xxl-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-xxl-push-5 {
    left: 41.6666666667%;
  }
  .l-col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-xxl-6 {
    width: 50%;
  }
  .l-col-xxl-pull-6 {
    right: 50%;
  }
  .l-col-xxl-push-6 {
    left: 50%;
  }
  .l-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .l-col-xxl-7 {
    width: 58.3333333333%;
  }
  .l-col-xxl-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-xxl-push-7 {
    left: 58.3333333333%;
  }
  .l-col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-xxl-8 {
    width: 66.6666666667%;
  }
  .l-col-xxl-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-xxl-push-8 {
    left: 66.6666666667%;
  }
  .l-col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-xxl-9 {
    width: 75%;
  }
  .l-col-xxl-pull-9 {
    right: 75%;
  }
  .l-col-xxl-push-9 {
    left: 75%;
  }
  .l-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .l-col-xxl-10 {
    width: 83.3333333333%;
  }
  .l-col-xxl-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-xxl-push-10 {
    left: 83.3333333333%;
  }
  .l-col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-xxl-11 {
    width: 91.6666666667%;
  }
  .l-col-xxl-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-xxl-push-11 {
    left: 91.6666666667%;
  }
  .l-col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-xxl-12 {
    width: 100%;
  }
  .l-col-xxl-pull-12 {
    right: 100%;
  }
  .l-col-xxl-push-12 {
    left: 100%;
  }
}
@media (min-width: 160em) {
  .l-col-max-pull-0 {
    right: auto;
  }
  .l-col-max-push-0 {
    left: auto;
  }
  .l-col-max-offset-0 {
    margin-left: 0%;
  }
  .l-col-max-1 {
    width: 8.3333333333%;
  }
  .l-col-max-pull-1 {
    right: 8.3333333333%;
  }
  .l-col-max-push-1 {
    left: 8.3333333333%;
  }
  .l-col-max-offset-1 {
    margin-left: 8.3333333333%;
  }
  .l-col-max-2 {
    width: 16.6666666667%;
  }
  .l-col-max-pull-2 {
    right: 16.6666666667%;
  }
  .l-col-max-push-2 {
    left: 16.6666666667%;
  }
  .l-col-max-offset-2 {
    margin-left: 16.6666666667%;
  }
  .l-col-max-3 {
    width: 25%;
  }
  .l-col-max-pull-3 {
    right: 25%;
  }
  .l-col-max-push-3 {
    left: 25%;
  }
  .l-col-max-offset-3 {
    margin-left: 25%;
  }
  .l-col-max-4 {
    width: 33.3333333333%;
  }
  .l-col-max-pull-4 {
    right: 33.3333333333%;
  }
  .l-col-max-push-4 {
    left: 33.3333333333%;
  }
  .l-col-max-offset-4 {
    margin-left: 33.3333333333%;
  }
  .l-col-max-5 {
    width: 41.6666666667%;
  }
  .l-col-max-pull-5 {
    right: 41.6666666667%;
  }
  .l-col-max-push-5 {
    left: 41.6666666667%;
  }
  .l-col-max-offset-5 {
    margin-left: 41.6666666667%;
  }
  .l-col-max-6 {
    width: 50%;
  }
  .l-col-max-pull-6 {
    right: 50%;
  }
  .l-col-max-push-6 {
    left: 50%;
  }
  .l-col-max-offset-6 {
    margin-left: 50%;
  }
  .l-col-max-7 {
    width: 58.3333333333%;
  }
  .l-col-max-pull-7 {
    right: 58.3333333333%;
  }
  .l-col-max-push-7 {
    left: 58.3333333333%;
  }
  .l-col-max-offset-7 {
    margin-left: 58.3333333333%;
  }
  .l-col-max-8 {
    width: 66.6666666667%;
  }
  .l-col-max-pull-8 {
    right: 66.6666666667%;
  }
  .l-col-max-push-8 {
    left: 66.6666666667%;
  }
  .l-col-max-offset-8 {
    margin-left: 66.6666666667%;
  }
  .l-col-max-9 {
    width: 75%;
  }
  .l-col-max-pull-9 {
    right: 75%;
  }
  .l-col-max-push-9 {
    left: 75%;
  }
  .l-col-max-offset-9 {
    margin-left: 75%;
  }
  .l-col-max-10 {
    width: 83.3333333333%;
  }
  .l-col-max-pull-10 {
    right: 83.3333333333%;
  }
  .l-col-max-push-10 {
    left: 83.3333333333%;
  }
  .l-col-max-offset-10 {
    margin-left: 83.3333333333%;
  }
  .l-col-max-11 {
    width: 91.6666666667%;
  }
  .l-col-max-pull-11 {
    right: 91.6666666667%;
  }
  .l-col-max-push-11 {
    left: 91.6666666667%;
  }
  .l-col-max-offset-11 {
    margin-left: 91.6666666667%;
  }
  .l-col-max-12 {
    width: 100%;
  }
  .l-col-max-pull-12 {
    right: 100%;
  }
  .l-col-max-push-12 {
    left: 100%;
  }
}
@media (min-width: 48em) {
  .l-col-md-1-3 {
    width: 33.3333333333%;
  }
}

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

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

.l-media {
  display: flex;
  align-items: flex-start;
}

.l-media-body {
  flex: 0 1 auto;
}

.l-media-left,
.l-media-right {
  flex: 0 0 auto;
}

.l-media-left {
  padding-right: 1rem;
}

.l-media-right {
  order: 1;
  padding-left: 1rem;
}

.l-media-middle {
  align-self: center;
}

.l-media-bottom {
  align-self: flex-end;
}

.l-page {
  font-size: 1rem;
  font-family: "mabry-medium-pro", Helvetica, sans-serif;
  line-height: 1.4;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}
@media (min-width: 20em) {
  .l-page {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .l-page {
    font-size: 1.25rem;
  }
}
@media (max-width: 63.99em) {
  .l-page {
    padding-top: calc(var(--hh) + var(--ibh));
  }
}

.l-section {
  position: relative;
}
.l-section--primary {
  background-color: #fff;
}
.l-section--secondary {
  background-color: #fff;
}
.l-section--tertiary {
  background-color: #fff;
}

/*! 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;
  overflow: hidden;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -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;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author kapoko <17455539+kapoko@users.noreply.github.com>
 * @link https://github.com/kapoko/delicious-hamburgers
 */
button.c-hamburger {
  height: 30px;
  width: 30px;
}

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

.c-hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 2px;
  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: #000;
}
.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: #000;
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active span.bar {
  background-color: #000;
}
.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: #000;
}
.c-hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.c-hamburger span.bar {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.c-hamburger span.bar:nth-child(1) {
  top: -6px;
}
.c-hamburger span.bar:nth-child(3) {
  top: 6px;
}
.c-hamburger:focus {
  outline: 0;
}

.c-hamburger--magnetic span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.c-hamburger--magnetic span.bar:nth-child(1), .c-hamburger--magnetic span.bar:nth-child(2) {
  background: none;
  top: 0;
}
.c-hamburger--magnetic span.bar:nth-child(1)::before, .c-hamburger--magnetic span.bar:nth-child(2)::before {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic span.bar:nth-child(1) {
  transform: translate3d(0, -5px, 0);
}
.c-hamburger--magnetic span.bar:nth-child(2) {
  transform: translate3d(0, 5px, 0);
}
.c-hamburger--magnetic span.bar:nth-child(3) {
  display: none;
}
.c-hamburger--magnetic.is-active span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1), .c-hamburger--magnetic.is-active span.bar:nth-child(2) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1)::before, .c-hamburger--magnetic.is-active span.bar:nth-child(2)::before {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(1)::before {
  transform: rotate(45deg);
}
.c-hamburger--magnetic.is-active span.bar:nth-child(2)::before {
  transform: rotate(-45deg);
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

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

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

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

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

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

.c-cookieconsent__text a:not([class]), .l-content a:not([class]) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(#0fa, #0fa);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-cookieconsent__text a:not([class]), .l-content a:not([class]) {
  transition: background-size 0.3s;
}
.c-cookieconsent__text a:not([class]):hover, .l-content a:not([class]):hover {
  background-size: 100% 50%;
}
.c-cookieconsent__text a:not([class]):focus-visible, .l-content a:not([class]):focus-visible {
  background-size: 100% 50%;
}
.c-cookieconsent__text a:not([class]):hover, .l-content a:not([class]):hover {
  background-image: linear-gradient(#0fa, #0fa);
}

blockquote {
  padding: 1.25rem;
  font-size: 1.25rem;
  position: relative;
  max-width: 1024px;
  margin-bottom: 0;
}
@media (min-width: 20em) {
  blockquote {
    padding: calc(1.25rem + 1.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  blockquote {
    padding: 2.5rem;
  }
}
@media (min-width: 20em) {
  blockquote {
    font-size: calc(1.25rem + 0.5 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  blockquote {
    font-size: 1.75rem;
  }
}
blockquote::before {
  width: 3.75rem;
  height: 2.8125rem;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: -1;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='45' viewBox='0 0 60 45'%3E%3Cpath d='m0,34h6.450309244793061c5.376673122443208,0,8.066666666663878-1.833570045190754,8.066666666663878-5.500236711856815,0-1.833096621476216-.550118355928134-3.207919087583832-1.650355067785313-4.124940822035569-1.09976328814173-.916548310738108-2.629395308799758-1.374822466107616-4.583214977403259-1.374822466107616H3V0h23v28.499763288143185c0,6.23357004519039-1.889034400073797,10.541725844630491-5.66422576777677,12.924940822035751-3.778548372221849,2.383688401118889-8.699916997141372,3.575295889821064-14.764585446831916,3.575295889821064H0v-11Zm34,0h6.485465494793061c5.377146546156837,0,8.066666666663878-1.833570045190754,8.066666666663878-5.500236711856815,0-1.833096621476216-.549644932213596-3.207919087583832-1.649881644070774-4.124940822035569-1.09976328814264-.916548310738108-2.629868732514296-1.374822466107616-4.583214977403259-1.374822466107616h-5.319035539982906V0h23v28.499763288143185c0,6.23357004519039-1.889034400073797,10.541725844630491-5.66422576777677,12.924940822035751-3.778068800147594,2.383688401118889-8.699437425067117,3.575295889821064-14.764105874757661,3.575295889821064h-5.571668357465569v-11Z' style='fill: %230fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 20em) {
  blockquote::before {
    width: calc(3.75rem + 3.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  blockquote::before {
    width: 7.5rem;
  }
}
@media (min-width: 20em) {
  blockquote::before {
    height: calc(2.8125rem + 2.8125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  blockquote::before {
    height: 5.625rem;
  }
}

.c-btn, .c-cookieconsent__buttons button {
  display: inline-block;
  padding: 0.6875rem 1.75rem 0.8125rem 1.75rem;
  background-color: transparent;
  border: 0.125rem solid #000;
  border-radius: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-btn > *, .c-cookieconsent__buttons button > * {
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .c-btn, .c-cookieconsent__buttons button {
    padding: 0.8125rem 1.75rem 0.6875rem 1.75rem;
  }
}
.c-btn:hover, .c-cookieconsent__buttons button:hover {
  background-color: #000;
  color: #fff;
}
.c-cookienotice .c-btn, .c-cookienotice .c-cookieconsent__buttons button, .c-cookieconsent__buttons .c-cookienotice button {
  background-color: transparent;
  border-color: #fff;
}
.c-cookienotice .c-btn:hover, .c-cookienotice .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons .c-cookienotice button:hover {
  background-color: #fff;
  color: #000;
}

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

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

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  display: block;
  width: 100%;
  height: 3.125rem;
  border: 0.0625rem solid #808080;
  border-radius: 0;
  padding: 0.9375rem 0.9375rem;
  background-clip: padding-box;
  background-color: transparent;
  color: #000;
  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, textarea:focus, select:focus {
  border-color: #010101;
  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, textarea:disabled, select:disabled {
  border-color: #808080;
  background-color: gray;
  color: #4d4d4d;
  cursor: not-allowed;
}

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

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

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

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

::-moz-placeholder {
  color: white;
  opacity: 1;
}

::placeholder {
  color: white;
  opacity: 1;
}

h1, .c-h1, h2, .c-highlight-box__link, .c-news-item h3, .c-h2, h3, .c-h3, h4, .c-h4, h5, .c-h5, h6, .c-h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "mabry-black-pro", Helvetica, sans-serif;
  line-height: 1.16;
}
h1:first-child, .c-h1:first-child, h2:first-child, .c-highlight-box__link:first-child, .c-h2:first-child, h3:first-child, .c-h3:first-child, h4:first-child, .c-h4:first-child, h5:first-child, .c-h5:first-child, h6:first-child, .c-h6:first-child {
  margin-top: 0;
}
h1:last-child, .c-h1:last-child, h2:last-child, .c-highlight-box__link:last-child, .c-h2:last-child, h3:last-child, .c-h3:last-child, h4:last-child, .c-h4:last-child, h5:last-child, .c-h5:last-child, h6:last-child, .c-h6:last-child {
  margin-bottom: 0;
}

h1, h2, .c-highlight-box__link, .c-news-item h3, h3, h4 {
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 1.375rem;
}
@media (min-width: 20em) {
  h1 {
    font-size: calc(1.375rem + 1.3125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  h1 {
    font-size: 2.6875rem;
  }
}

h2, .c-highlight-box__link, .c-news-item h3 {
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 20em) {
  h2, .c-highlight-box__link, .c-news-item h3 {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  h2, .c-highlight-box__link, .c-news-item h3 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 20em) {
  h3 {
    font-size: calc(1.25rem + 0.5 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1rem;
}
@media (min-width: 20em) {
  h4 {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  h4 {
    font-size: 1.25rem;
  }
}

.c-hamburger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  z-index: 999;
  pointer-events: auto;
}
.c-hamburger .inner {
  display: block;
}
.c-hamburger > span:not(:first-child) {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 0.0625rem;
  transform: translate(130%, -50%);
  font-family: "mabry-black-pro", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 47.99em) {
  .c-hamburger > span:not(:first-child) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
@media (min-width: 64em) and (max-width: 159.99em) {
  .pusha-active .c-hamburger {
    margin-right: var(--sbs);
  }
}
.pusha-active .c-hamburger > span:not(:first-child) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-historyback {
  margin-top: 1.5625rem;
}
@media (min-width: 20em) {
  .c-historyback {
    margin-top: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-historyback {
    margin-top: 3.125rem;
  }
}

.c-link {
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  font-family: "mabry-black-pro", Helvetica, sans-serif;
}
@media (min-width: 20em) {
  .c-link {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-link {
    font-size: 1.875rem;
  }
}
.c-link span {
  margin-right: 0.9375rem;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.c-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.561' height='10.98' viewBox='0 0 15.561 10.98'%3E%3Cpath d='M12.04.44a4.555,4.555,0,0,1,4.32-4.72V-5.84a4.536,4.536,0,0,1-4.32-4.7l-1.86.4A5.444,5.444,0,0,0,11.24-7.4a4.234,4.234,0,0,0,2.12,1.56H.8v1.56H13.36A4.164,4.164,0,0,0,11.24-2.7,5.447,5.447,0,0,0,10.18.02Z' transform='translate(-0.8 10.54)' fill='%23000'/%3E%3C/svg%3E");
}
.c-link:hover::after {
  animation: wiggleX 1s linear infinite;
}
.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 {
  width: 1.125rem;
  height: 1.4375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.98' height='14' viewBox='0 0 10.98 14'%3E%3Cpath d='M.8-4.32A4.555,4.555,0,0,1,5.52,0H7.08a4.536,4.536,0,0,1,4.7-4.32l-.4-1.86A5.659,5.659,0,0,0,8.64-5.1,4.108,4.108,0,0,0,7.08-3V-14H5.52V-3A4.043,4.043,0,0,0,3.94-5.1,5.666,5.666,0,0,0,1.22-6.18Z' transform='translate(-0.8 14)' fill='%23000'/%3E%3C/svg%3E");
}
.c-link--load-more:hover::after, .c-link[href$=".pdf"]:hover::after, .c-link[href$=".doc"]:hover::after, .c-link[href$=".docx"]:hover::after, .c-link[href$=".jpg"]:hover::after, .c-link[href$=".jpeg"]:hover::after, .c-link[href$=".png"]:hover::after, .c-link[href$=".mov"]:hover::after, .c-link[href$=".mp4"]:hover::after, .c-link[href$=".mp3"]:hover::after, .c-link[href$=".zip"]:hover::after {
  animation: wiggleY 1s linear infinite;
}
.c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
  width: 1.375rem;
  height: 1.25rem;
  margin-bottom: 0.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.28' height='11.3' viewBox='0 0 11.28 11.3'%3E%3Cpath d='M1.92-1.36,9.68-9.14A3.735,3.735,0,0,0,9.26-7.3a5.648,5.648,0,0,0,1.22,3.44l1.6-1.02A5,5,0,0,1,10.6-8.26a4.648,4.648,0,0,1,1.2-3.02l-1.1-1.08a4.588,4.588,0,0,1-2.98,1.18,4.969,4.969,0,0,1-3.4-1.48L3.3-11.04A5.648,5.648,0,0,0,6.74-9.82a3.9,3.9,0,0,0,1.84-.42L.8-2.46Z' transform='translate(-0.8 12.66)' fill='%23000'/%3E%3C/svg%3E");
}
.c-link[href^="http://"]:hover::after, .c-link[href^="https://"]:hover::after {
  animation: wiggleXY 1s linear infinite;
}

.c-menu {
  font-family: "mabry-black-pro", Helvetica, sans-serif;
}
.c-menu--social ul {
  display: flex;
  gap: 0 1.375rem;
}
@media (max-width: 47.99em) {
  .c-menu--social ul {
    justify-content: center;
  }
}
.c-panel .c-menu--social ul {
  justify-content: center;
}
.c-menu--social ul a {
  display: block;
}
.c-footer .c-menu--social a {
  transition: color 0.3s ease-in-out;
}
.c-footer .c-menu--social a svg path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.c-footer .c-menu--social a:hover svg path {
  fill: #0fa;
}
.c-footer .c-menu--social svg {
  width: 1.5625rem;
  height: auto;
}
@media (hover: hover) {
  .c-panel .c-menu--social a {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 25%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .c-panel .c-menu--social a {
    transition: background-size 0.3s;
  }
  .c-panel .c-menu--social a:hover {
    background-size: 100% 100%;
  }
  .c-panel .c-menu--social a:focus-visible {
    background-size: 100% 100%;
  }
}
.c-panel .c-menu--social svg {
  width: 1.875rem;
  height: auto;
}
@media (min-width: 20em) {
  .c-panel .c-menu--social svg {
    width: calc(1.875rem + 1.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-panel .c-menu--social svg {
    width: 3.125rem;
  }
}
.c-menu--meta li {
  margin-bottom: 0.1875rem;
}
.c-menu--meta li a span {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(#0fa, #0fa);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--meta li a span {
  transition: background-size 0.3s;
}
.c-menu--meta li a:hover span {
  background-size: 100% 50%;
}
.c-menu--meta li a:focus-visible span {
  background-size: 100% 50%;
}
.c-menu--meta li a span {
  text-shadow: 0 0 0.1875rem #000;
}

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

.c-richtext ol:not([class]) {
  padding-left: 1.875rem;
  counter-reset: my-awesome-counter;
}
.c-richtext ol:not([class]) li {
  position: relative;
  counter-increment: my-awesome-counter;
}
.c-richtext ol:not([class]) li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 20em) {
  .c-richtext ol:not([class]) li:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-richtext ol:not([class]) li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.c-richtext ol:not([class]) li::before {
  position: absolute;
  left: -1.875rem;
  content: counter(my-awesome-counter) ".";
  color: #000;
}
.l-section--primary .c-richtext ol:not([class]) li::before {
  color: #fff;
}

.c-program-detail {
  margin-top: 4.6875rem;
}
@media (min-width: 64em) {
  .c-program-detail {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}
.c-program-detail__box {
  grid-column-start: 3;
  grid-column-end: 15;
}
.c-program-detail__box--highlight {
  grid-column-start: 16;
  grid-column-end: 25;
  padding: 3.125rem;
  background-color: #0fa;
}
@media (max-width: 63.99em) {
  .c-program-detail__box--highlight {
    margin-top: 3.125rem;
  }
}
.c-program-detail__box time {
  font-size: 1.5rem;
  font-family: "mabry-black-pro", Helvetica, sans-serif;
}
@media (min-width: 20em) {
  .c-program-detail__box time {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-detail__box time {
    font-size: 2.25rem;
  }
}
.c-program-detail__box time span {
  display: block;
}
.c-program-detail__box h2, .c-program-detail__box .c-highlight-box__link, .c-program-detail__box .c-news-item h3, .c-news-item .c-program-detail__box h3 {
  margin-bottom: 3.125rem;
  margin-top: 0;
}
@media (min-width: 20em) {
  .c-program-detail__box h2, .c-program-detail__box .c-highlight-box__link, .c-program-detail__box .c-news-item h3, .c-news-item .c-program-detail__box h3 {
    margin-bottom: calc(3.125rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-detail__box h2, .c-program-detail__box .c-highlight-box__link, .c-program-detail__box .c-news-item h3, .c-news-item .c-program-detail__box h3 {
    margin-bottom: 4.6875rem;
  }
}
.c-program-detail__box .u-text-lead {
  max-width: 31.25rem;
}
.c-program-detail__box ul {
  font-size: 1.5rem;
}
@media (min-width: 20em) {
  .c-program-detail__box ul {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-detail__box ul {
    font-size: 2.25rem;
  }
}
.c-program-detail__box .u-text-small {
  margin-top: 1.875rem;
  max-width: 31.25rem;
}
@media (min-width: 20em) {
  .c-program-detail__box .u-text-small {
    margin-top: calc(1.875rem + 1.875 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-detail__box .u-text-small {
    margin-top: 3.75rem;
  }
}

.c-program-filter {
  margin-top: 3.125rem;
  padding-bottom: 4.125rem;
  border-bottom: 1px solid #000;
}
@media (min-width: 20em) {
  .c-program-filter {
    margin-top: calc(3.125rem + 6.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-filter {
    margin-top: 9.375rem;
  }
}
@media (min-width: 48em) {
  .c-program-filter {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 47.99em) {
  .c-program-filter > form {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 47.99em) {
  .c-program-filter form {
    width: 100%;
    max-width: 21.875rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-program-filter form, .c-program-filter fieldset {
  margin-bottom: 0;
}
.c-program-filter select {
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 1.5rem;
  border-width: 0.125rem;
  border-color: #000;
  text-transform: uppercase;
}
.c-program-filter__weekdays fieldset {
  gap: 0.3125rem;
  display: inline-flex;
}
@media (min-width: 20em) {
  .c-program-filter__weekdays fieldset {
    gap: calc(0.3125rem + 0.625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-filter__weekdays fieldset {
    gap: 0.9375rem;
  }
}
.c-program-filter__weekdays fieldset > div {
  width: 3rem;
  height: 3rem;
  border: 2px solid #000;
  border-radius: 1.5rem;
  overflow: hidden;
}
.c-program-filter__weekdays fieldset input[type=radio]:not(:only-child) {
  opacity: 0;
  visibility: hidden;
}
.c-program-filter__weekdays fieldset input[type=radio] ~ label {
  display: block;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2.75rem;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.c-program-filter__weekdays fieldset input[type=radio]:checked ~ label {
  background-color: #000;
  color: #fff;
}
.c-program-filter__weekdays fieldset > div:first-child {
  width: 6rem;
}
@media (max-width: 47.99em) {
  .c-program-filter__location {
    margin-top: 1.25rem;
  }
}

.c-program-info {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 20em) {
  .c-program-info {
    margin-top: calc(3.125rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-info {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 20em) {
  .c-program-info {
    margin-bottom: calc(3.125rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-info {
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 20em) {
  .c-program-info {
    padding-top: calc(3.125rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-info {
    padding-top: 4.6875rem;
  }
}
@media (min-width: 20em) {
  .c-program-info {
    padding-bottom: calc(3.125rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-info {
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 64em) {
  .c-program-info {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media (min-width: 64em) {
  .c-program-info__inner {
    grid-column-start: 3;
    grid-column-end: 25;
    width: 100%;
    max-width: 768px;
  }
}
.c-program-info + .c-program-info {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 64em) {
  .c-program-intro {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media (min-width: 64em) {
  .c-program-intro > * {
    grid-column-start: 3;
    grid-column-end: 25;
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-program-item {
  position: relative;
}
@media (min-width: 48em) {
  .c-program-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 48em) {
  .c-program-item__content, .c-program-item__image {
    width: calc(50% - 1.875rem);
  }
}
.c-program-item__image {
  position: relative;
}
.c-program-item__image::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #0fa;
  mix-blend-mode: multiply;
}
@media (max-width: 47.99em) {
  .c-program-item__image {
    margin-bottom: 1.25rem;
  }
}
.c-program-item__content h3 {
  font-family: "mabry-medium-pro", Helvetica, sans-serif;
  text-transform: initial;
}
.c-program-item time {
  font-size: 1.25rem;
  display: inline-flex;
  font-family: "mabry-black-pro", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 20em) {
  .c-program-item time {
    font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-item time {
    font-size: 1.875rem;
  }
}
.c-program-item time span:not(:first-child) {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.c-program-item time span:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #0fa;
}
.c-program-item time sup {
  font-size: 0.625rem;
  padding-left: 0.125rem;
  text-decoration: underline;
}
@media (min-width: 20em) {
  .c-program-item time sup {
    font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-item time sup {
    font-size: 0.9375rem;
  }
}
.c-program-item .c-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-program-location {
  position: relative;
}
@media (min-width: 48em) {
  .c-program-location {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 48em) {
  .c-program-location__content, .c-program-location__image {
    width: calc(50% - 1.875rem);
  }
}
@media (max-width: 47.99em) {
  .c-program-location__image {
    margin-bottom: 1.25rem;
  }
}

.c-radio {
  position: relative;
}
.c-radio input[type=radio]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label {
  position: relative;
  padding-top: 0.125rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
.c-radio input[type=radio] ~ label::before,
.c-radio input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-radio input[type=radio] ~ label::before {
  border: 0.0625rem solid #808080;
  background-color: transparent;
}
.c-radio input[type=radio] ~ label::after {
  background-repeat: no-repeat;
  background-position: center center;
}
.c-radio input[type=radio]:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:focus ~ label::before {
  border-color: #010101;
}
.c-radio input[type=radio]:active ~ label::before {
  background-color: rgba(0, 0, 0, 0);
}
.c-radio input[type=radio]:disabled ~ label::before {
  border-color: #808080;
  background-color: gray;
}

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

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

.contenttable {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contenttable th,
.contenttable td {
  padding: 0.4em 0.6em;
  border-bottom: 1px solid transparent;
  vertical-align: top;
}
.contenttable th {
  text-align: left;
}
.contenttable thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}
.contenttable tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

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

.c-richtext ul:not([class]) {
  padding-left: 1.875rem;
}
.c-richtext ul:not([class]) li {
  position: relative;
}
.c-richtext ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 20em) {
  .c-richtext ul:not([class]) li:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-richtext ul:not([class]) li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.c-richtext ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: -1.875rem;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.l-section--primary .c-richtext ul:not([class]) li::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23fff'/%3E%3C/svg%3E");
}
@media (min-width: 48em) {
  .c-richtext ul:not([class]) li::before {
    margin-top: 0.5rem;
  }
}
@media (min-width: 64em) {
  .c-richtext ul:not([class]) li::before {
    margin-top: 0.625rem;
  }
}

.c-cookieconsent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: #000;
}
@media (min-width: 48em) {
  .c-cookieconsent__container {
    display: flex;
  }
}
.c-cookieconsent__settings {
  display: none !important;
}
.c-cookieconsent__text {
  color: #fff;
}
@media (max-width: 47.99em) {
  .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]) {
  background-image: linear-gradient(#0fa, #0fa);
  color: #fff;
}
.c-cookieconsent__text a:not([class]) span {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-image: linear-gradient(#0fa, #0fa);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-cookieconsent__text a:not([class]) span {
  transition: background-size 0.3s;
}
.c-cookieconsent__text a:not([class]):hover span {
  background-size: 100% 50%;
}
.c-cookieconsent__text a:not([class]):focus-visible span {
  background-size: 100% 50%;
}
.c-cookieconsent__text a:not([class]) span {
  text-shadow: 0 0 0.1875rem #000;
}
@media (max-width: 47.99em) {
  .c-cookieconsent__buttons {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
@media (min-width: 48em) {
  .c-cookieconsent__buttons {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 64em) {
  .c-cookieconsent__buttons {
    width: 30%;
    text-align: right;
  }
}
.c-cookieconsent__buttons button {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  justify-content: center;
  min-width: 6.875rem;
}
.c-cookieconsent__buttons button:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 47.99em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 64em) {
  .c-cookieconsent__buttons button:not(:first-child) {
    margin-left: 1.25rem;
  }
}

.c-infobar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 230;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}
.c-infobar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.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: "mabry-medium-pro", Helvetica, sans-serif;
  font-weight: normal;
}
.c-infobar__close {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  display: inline-flex;
  flex-shrink: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-left: 0.9375rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.02' height='24.02'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cpath data-name='Pfad 2' d='m.53.531 22.96 22.96'/%3E%3Cpath data-name='Pfad 3' d='M23.489.53.529 23.49'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}

.c-navigation {
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 20em) {
  .c-navigation {
    font-size: calc(1.375rem + 1.3125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-navigation {
    font-size: 2.6875rem;
  }
}
.c-navigation ul li {
  margin-bottom: 0.625rem;
}
@media (min-width: 20em) {
  .c-navigation ul li {
    margin-bottom: calc(0.625rem + 1.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-navigation ul li {
    margin-bottom: 1.875rem;
  }
}
.c-navigation ul li:last-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 20em) {
  .c-navigation ul li:last-child {
    margin-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-navigation ul li:last-child {
    margin-bottom: 3.75rem;
  }
}
.c-navigation ul li a span {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 0px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation ul li a span {
  transition: background-size 0.3s;
}
.c-navigation ul li a:hover span {
  background-size: 100% 50%;
}
.c-navigation ul li a:focus-visible span {
  background-size: 100% 50%;
}

.c-video__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}
.c-video__button::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  min-width: 2.625rem;
  min-height: 2.625rem;
  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-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94.457' height='94.457' viewBox='0 0 94.457 94.457'%3E%3Cg transform='translate(-1.5 -1.5)'%3E%3Cpath d='M94.457,48.729A45.729,45.729,0,1,1,48.729,3,45.729,45.729,0,0,1,94.457,48.729Z' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='M15,12,42.437,30.291,15,48.583Z' transform='translate(24.583 18.437)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.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;
}

.u-cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.u-cover-object:hover, .u-cover-object:focus {
  text-decoration: none;
}

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

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

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

.u-gap-top-zero {
  padding-top: 0;
}
@media (min-width: 20em) {
  .u-gap-top-zero {
    padding-top: calc(0 + 0 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .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) / 100);
  }
}
@media (min-width: 120em) {
  .u-gap-bottom-zero {
    padding-bottom: 0;
  }
}

.u-gap-top-small {
  padding-top: 0.9375rem;
}
@media (min-width: 20em) {
  .u-gap-top-small {
    padding-top: calc(0.9375rem + 3.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .u-gap-top-small {
    padding-top: 4.6875rem;
  }
}

.u-gap-bottom-small {
  padding-bottom: 0.9375rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-small {
    padding-bottom: calc(0.9375rem + 3.75 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .u-gap-bottom-small {
    padding-bottom: 4.6875rem;
  }
}

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

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

.u-gap-top-large {
  padding-top: 4.6875rem;
}
@media (min-width: 20em) {
  .u-gap-top-large {
    padding-top: calc(4.6875rem + 10.9375 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .u-gap-top-large {
    padding-top: 15.625rem;
  }
}

.u-gap-bottom-large {
  padding-bottom: 4.6875rem;
}
@media (min-width: 20em) {
  .u-gap-bottom-large {
    padding-bottom: calc(4.6875rem + 10.9375 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .u-gap-bottom-large {
    padding-bottom: 15.625rem;
  }
}

.u-layer .c-video__button, .u-layer img {
  filter: grayscale(100%) brightness(120%);
}

.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.25rem;
}
@media (min-width: 20em) {
  .u-text-lead {
    font-size: calc(1.25rem + 0.5 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .u-text-lead {
    font-size: 1.75rem;
  }
}

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

.hidden {
  display: none !important;
}

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

@media print {
  .u-hidden-print {
    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-max {
  display: none !important;
}

@media (max-width: 23.4275em) {
  .u-hidden-xs {
    display: none !important;
  }
  .u-visible-xs {
    display: block !important;
  }
}
@media (min-width: 23.4375em) 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: 79.99em) {
  .u-hidden-lg {
    display: none !important;
  }
  .u-visible-lg {
    display: block !important;
  }
}
@media (min-width: 80em) and (max-width: 119.99em) {
  .u-hidden-xl {
    display: none !important;
  }
  .u-visible-xl {
    display: block !important;
  }
}
@media (min-width: 120em) and (max-width: 159.99em) {
  .u-hidden-xxl {
    display: none !important;
  }
  .u-visible-xxl {
    display: block !important;
  }
}
@media (min-width: 160em) {
  .u-hidden-max {
    display: none !important;
  }
  .u-visible-max {
    display: block !important;
  }
}
@media (min-width: 23.4375em) {
  .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: 80em) {
  .u-hidden-xl-up {
    display: none !important;
  }
  .u-visible-xl-up {
    display: block !important;
  }
}
@media (min-width: 120em) {
  .u-hidden-xxl-up {
    display: none !important;
  }
  .u-visible-xxl-up {
    display: block !important;
  }
}
.c-news-detail time {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 20em) {
  .c-news-detail time {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-news-detail time {
    margin-bottom: 3.125rem;
  }
}

.c-news-item {
  padding-top: 1.875rem;
  position: relative;
}
.c-news-item__media {
  position: relative;
  margin-bottom: 1.875rem;
}
.c-news-item__media::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #0fa;
  mix-blend-mode: multiply;
}
li:nth-child(3n+1) .c-news-item__media::after {
  top: -1.875rem;
  left: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/9;
}
li:nth-child(3n+2) .c-news-item__media::after {
  top: 50%;
  right: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/5;
  transform: translateY(-50%);
}
li:nth-child(3n+3) .c-news-item__media::after {
  top: -1.875rem;
  right: 13.6363636364%;
  width: 45.4545454545%;
  height: calc(100% + 3.75rem);
}
.c-news-item__media img {
  filter: grayscale(100%) brightness(120%);
}
.c-news-item time {
  display: inline-block;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1;
}
.c-news-item h3 {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.c-news-item .c-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-news-list ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 48em) {
  .c-news-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-news-list ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .c-news-list ul li:last-child {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 48em) {
  .c-news-list ul li {
    width: calc(50% - 1.875rem);
  }
  .c-news-list ul li.c-news-list__button {
    width: 100%;
  }
}
.c-news-list__button {
  text-align: center;
}

.c-news-teaser h2:not(h3), .c-news-teaser .c-highlight-box__link:not(h3), .c-news-teaser .c-news-item h3:not(h3), .c-news-item .c-news-teaser h3:not(h3) {
  margin-bottom: 3.125rem;
  text-align: center;
}
@media (min-width: 48em) {
  .c-news-teaser h2:not(h3), .c-news-teaser .c-highlight-box__link:not(h3), .c-news-teaser .c-news-item h3:not(h3), .c-news-item .c-news-teaser h3:not(h3) {
    margin-bottom: 4.6875rem;
  }
}
.c-news-teaser ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 3.125rem;
}
@media (min-width: 48em) {
  .c-news-teaser ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6875rem;
  }
}
@media (max-width: 47.99em) {
  .c-news-teaser ul li:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@media (min-width: 48em) {
  .c-news-teaser ul li {
    width: calc(50% - 1.875rem);
  }
}
.c-news-teaser__button {
  text-align: center;
}

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

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

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

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

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

@media (min-width: 23.4375em) {
  .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-program-filter select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='m1.41 0 4.59 4.58 4.59-4.58 1.41 1.41l-6 6-6-6z'/%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 input[type=submit] {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

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

.parsley-errors-list, .powermail-errors-list {
  margin-top: 5px;
  font-size: 0.875rem;
}

[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, textarea.parsley-error, textarea.powermail_field_error, select.parsley-error, select.powermail_field_error {
  border-color: #f00;
}

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

.powermail_progressbar {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.powermail_progressbar .powermail_progress {
  height: 100%;
  background-image: url(../Images/icons/loading.gif);
  background-size: 3.125rem;
  background-repeat: no-repeat;
  background-position: center;
}

.powermail_form .powermail_fieldwrap_type_check .powermail_label,
.powermail_form .powermail_fieldwrap_type_radio .powermail_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.powermail_form .powermail_fieldwrap_type_check a:not([class]) {
  transition: all 0.3s ease-in-out;
}
.powermail_form .powermail_fieldwrap_type_check a:not([class]) span {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (min-width: 64em) {
  .powermail_form {
    grid-column-start: 3;
    grid-column-end: 25;
    width: 100%;
    max-width: 1280px;
  }
}

@media (min-width: 64em) {
  .container-fluid {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}

@media (min-width: 64em) {
  .c-content {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}
@media (min-width: 64em) {
  .c-content > * {
    grid-column-start: 3;
    grid-column-end: 25;
    width: 100%;
    max-width: 1024px;
  }
}

.c-hero {
  position: relative;
}
@media (max-width: 63.99em) {
  .c-hero {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero {
    margin-left: calc(-0.9375rem + -0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero {
    margin-left: -1.875rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero {
    margin-right: calc(-0.9375rem + -0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero {
    margin-right: -1.875rem;
  }
}
@media (min-width: 64em) {
  .c-hero {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
}
.c-hero h1, .c-hero__logo {
  margin: 0;
}
@media (min-width: 64em) {
  .c-hero h1, .c-hero__logo {
    margin-top: 1.25rem;
  }
}
.c-hero__logo {
  position: relative;
  z-index: 210;
  grid-column: span 11;
  justify-self: end;
  width: 12.5rem;
  transform: translateY(-50%);
}
@media (max-width: 63.99em) {
  .c-hero__logo {
    display: none;
  }
}
@media (min-width: 64em) {
  .c-hero__logo {
    width: 20.625rem;
  }
}
.c-hero__logo svg {
  width: 100%;
  height: auto;
}
.pusha-active .c-hero__logo, .logo-apears .c-hero__logo {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 64em) {
  .c-hero__header {
    grid-column: 3/span 21;
  }
}
.c-hero__header--empty {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #0fa;
}
@media (min-width: 48em) {
  .c-hero__header--empty {
    aspect-ratio: 16/6;
  }
}
@media (min-width: 64em) {
  .c-hero__header--empty {
    aspect-ratio: 16/4.5;
  }
}
@media (max-width: 63.99em) {
  .c-hero__inner {
    padding-top: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero__inner {
    padding-top: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero__inner {
    padding-top: 1.875rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero__inner {
    padding-right: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero__inner {
    padding-right: 1.875rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero__inner {
    padding-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero__inner {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero__inner {
    padding-left: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero__inner {
    padding-left: 1.875rem;
  }
}
@media (min-width: 64em) {
  .c-hero__inner {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
    grid-column-start: 3;
    grid-column-end: 25;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .c-hero__inner h1 {
    grid-column: span 11;
  }
}
@media (max-width: 63.99em) {
  .c-hero.u-layer .c-hero__inner {
    margin-right: 0.9375rem;
    padding-top: 4.0625rem;
    position: relative;
    margin-top: -3.125rem;
    background-color: #0fa;
    mix-blend-mode: multiply;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero.u-layer .c-hero__inner {
    margin-right: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero.u-layer .c-hero__inner {
    margin-right: 1.875rem;
  }
}
@media (max-width: 63.99em) and (min-width: 20em) {
  .c-hero.u-layer .c-hero__inner {
    padding-top: calc(4.0625rem + 2.8125 * (100vw - 20rem) / 100);
  }
}
@media (max-width: 63.99em) and (min-width: 120em) {
  .c-hero.u-layer .c-hero__inner {
    padding-top: 6.875rem;
  }
}
@media (min-width: 64em) {
  .c-hero.u-layer::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 58%;
    aspect-ratio: 16/9;
    background-color: #0fa;
    mix-blend-mode: multiply;
  }
}

.c-highlight-box {
  padding: 1.25rem;
  padding: 4.375rem;
  background-color: #0fa;
}
@media (min-width: 20em) {
  .c-highlight-box {
    padding: calc(1.25rem + 3.125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-highlight-box {
    padding: 4.375rem;
  }
}
.c-highlight-box__inner {
  text-align: center;
}
@media (min-width: 48em) {
  .c-highlight-box__inner {
    max-width: 66.6666666667%;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-highlight-box__link span {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-highlight-box__link span {
  transition: background-size 0.3s;
}
.c-highlight-box__link:hover span {
  background-size: 100% 100%;
}
.c-highlight-box__link:focus-visible span {
  background-size: 100% 100%;
}

.c-program-list li:first-child {
  margin-top: 4.6875rem;
}
@media (min-width: 20em) {
  .c-program-list li:first-child {
    margin-top: calc(4.6875rem + 4.6875 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-list li:first-child {
    margin-top: 9.375rem;
  }
}
.c-program-list li:not(:last-child) {
  margin-bottom: 2.34375rem;
  padding-bottom: 2.34375rem;
  border-bottom: 1px solid #000;
}
@media (min-width: 20em) {
  .c-program-list li:not(:last-child) {
    margin-bottom: calc(2.34375rem + 2.34375 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-list li:not(:last-child) {
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 20em) {
  .c-program-list li:not(:last-child) {
    padding-bottom: calc(2.34375rem + 2.34375 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-program-list li:not(:last-child) {
    padding-bottom: 4.6875rem;
  }
}
.c-program-list li:nth-child(3n+1) .c-program-item__image::after {
  top: -1.875rem;
  left: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/9;
}
.c-program-list li:nth-child(3n+2) .c-program-item__image::after {
  top: 50%;
  right: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/5;
  transform: translateY(-50%);
}
.c-program-list li:nth-child(3n+3) .c-program-item__image::after {
  top: -1.875rem;
  right: 13.6363636364%;
  width: 45.4545454545%;
  height: calc(100% + 3.75rem);
}

.c-splide-slider {
  position: relative;
  padding-bottom: 1.8rem;
}
.c-splide-slider::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.25rem;
  left: -1.875rem;
  display: block;
  width: calc(75% + 1.875rem);
  height: calc(100% + 1.25rem);
  background-color: #0fa;
}
@media (min-width: 48em) {
  .c-splide-slider::before {
    width: calc(60% + 1.875rem);
  }
}
@media (min-width: 64em) {
  .c-splide-slider::before {
    top: -2.5rem;
    left: -6.25rem;
    width: calc(50% + 6.25rem);
    height: calc(100% + 5rem);
  }
}
.c-splide-slider h2, .c-splide-slider .c-news-item h3, .c-news-item .c-splide-slider h3, .c-splide-slider .c-highlight-box__link {
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 64em) {
  .c-splide-slider h2, .c-splide-slider .c-news-item h3, .c-news-item .c-splide-slider h3, .c-splide-slider .c-highlight-box__link {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.c-splide-slider .splide__arrows {
  position: absolute;
  top: 0;
  right: -0.9375rem;
  padding-top: calc(56.25% + 0.3125rem);
  pointer-events: none;
}
@media (min-width: 48em) {
  .c-splide-slider .splide__arrows {
    right: -1.5625rem;
  }
}
.c-splide-slider .splide__arrows .splide__arrow {
  padding: 0.9375rem;
  cursor: pointer;
  pointer-events: auto;
}
@media (min-width: 48em) {
  .c-splide-slider .splide__arrows .splide__arrow {
    padding: 1.5625rem;
  }
}
.c-splide-slider .splide__arrows .splide__arrow svg {
  max-width: 0.625rem;
  height: auto;
}
@media (min-width: 20em) {
  .c-splide-slider .splide__arrows .splide__arrow svg {
    max-width: calc(0.625rem + 0.375 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-splide-slider .splide__arrows .splide__arrow svg {
    max-width: 1rem;
  }
}
.c-splide-slider figcaption {
  max-width: calc(75% - 1.875rem);
  margin-top: 1.25rem;
  opacity: 0;
}
@media (min-width: 48em) {
  .c-splide-slider figcaption {
    max-width: calc(60% - 1.875rem);
  }
}
@media (min-width: 64em) {
  .c-splide-slider figcaption {
    max-width: calc(50% - 1.875rem);
    margin-top: 1.875rem;
  }
}
.c-splide-slider .splide__slide.is-active figcaption {
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.c-teaser {
  position: relative;
}
@media (min-width: 48em) {
  .c-teaser {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 48em) {
  .c-teaser__text, .c-teaser__media {
    width: calc(50% - 1.875rem);
  }
}
@media (max-width: 47.99em) {
  .c-teaser__media {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 48em) {
  .c-teaser--text-only .c-teaser__text {
    width: 66.6666666667%;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-teaser .c-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-teaser.u-layer {
  padding-top: 1.875rem;
}
.c-teaser.u-layer .c-teaser__media {
  position: relative;
}
.c-teaser.u-layer .c-teaser__media::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #0fa;
  mix-blend-mode: multiply;
}
.c-teaser.u-layer:nth-child(3n+1) .c-teaser__media::after {
  top: -1.875rem;
  left: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/9;
}
.c-teaser.u-layer:nth-child(3n+2) .c-teaser__media::after {
  top: 50%;
  right: -1.875rem;
  width: 72.7272727273%;
  aspect-ratio: 16/5;
  transform: translateY(-50%);
}
.c-teaser.u-layer:nth-child(3n+3) .c-teaser__media::after {
  top: -1.875rem;
  right: 13.6363636364%;
  width: 45.4545454545%;
  height: calc(100% + 3.75rem);
}
.c-teaser--reverse {
  flex-direction: row-reverse;
}
.c-teaser:not(:first-child) {
  margin-top: 5rem;
}
@media (min-width: 20em) {
  .c-teaser:not(:first-child) {
    margin-top: calc(5rem + 5 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-teaser:not(:first-child) {
    margin-top: 10rem;
  }
}

.c-footer {
  padding-bottom: 1.875rem;
  background-color: #000;
  color: #fff;
}
@media (max-width: 47.99em) {
  .c-footer {
    text-align: center;
  }
}
.c-footer__pre {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 48em) {
  .c-footer__pre {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.c-footer__pre ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-footer__pre ul:first-child {
  gap: 2.1875rem 4.375rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 48em) {
  .c-footer__pre ul:first-child {
    margin-bottom: 5.625rem;
  }
}
.c-footer__pre ul:first-child a {
  height: 2.8125rem;
}
@media (min-width: 20em) {
  .c-footer__pre ul:first-child a {
    height: calc(2.8125rem + 2.8125 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-footer__pre ul:first-child a {
    height: 5.625rem;
  }
}
.c-footer__pre ul:not(:first-child) {
  gap: 1.5625rem 3.125rem;
}
.c-footer__pre ul:not(:first-child) a {
  height: 2.8125rem;
}
.c-footer__pre ul a {
  display: block;
}
.c-footer__pre ul svg, .c-footer__pre ul img {
  width: auto;
  height: 100%;
}
.c-footer__top {
  position: relative;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  font-size: 1rem;
}
.c-footer__top::before, .c-footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #7e938c;
}
.c-footer__top::before {
  top: 0;
}
.c-footer__top::after {
  bottom: 0;
}
@media (max-width: 47.99em) {
  .c-footer__top .c-richtext,
  .c-footer__top .c-menu--meta {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 48em) {
  .c-footer__top {
    display: flex;
  }
  .c-footer__top .c-richtext {
    width: 50%;
    padding-right: 1.875rem;
  }
  .c-footer__top .c-menu--social {
    margin-left: auto;
  }
}
.c-footer__bottom {
  padding-top: 1.875rem;
  color: #7e938c;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
}

.c-header {
  position: fixed;
  z-index: 210;
  top: var(--ibh);
  width: 100%;
  padding: 2.1875rem 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 20em) {
  .c-header {
    padding-top: calc(0.9375rem + 1.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-header {
    padding-top: 2.1875rem;
  }
}
@media (min-width: 20em) {
  .c-header {
    padding-bottom: calc(0.9375rem + 1.25 * (100vw - 20rem) / 100);
  }
}
@media (min-width: 120em) {
  .c-header {
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 63.99em) {
  .c-header {
    background-color: #fff;
  }
  .pusha-active .c-header {
    background-color: transparent;
  }
}
.scroll-down .c-header, .scroll-up .c-header {
  background-color: #fff;
}
.pusha-active .c-header {
  background-color: transparent;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .c-logo {
  width: 12.5rem;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .c-header .c-logo {
    width: 20.625rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.c-header .c-logo svg {
  width: 100%;
  height: auto;
}
.logo-apears .c-header .c-logo {
  opacity: 1;
  visibility: visible;
}
.pusha-active .c-header .c-logo {
  opacity: 0;
  visibility: hidden;
}
body.scroll-down .c-header {
  transform: translateY(-100%);
}
html.pusha-active .c-header {
  transform: translateY(0) !important;
}

.c-panel {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: #0fa;
  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;
  z-index: 200;
  outline: none;
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}
.c-panel__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(var(--hh) + var(--ibh));
  padding-bottom: 3.125rem;
  outline: none;
}
.c-panel__inner {
  max-height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
}

.pusha-blocker {
  z-index: 0;
}