@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/montserrat-v25-latin-100.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-100.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/montserrat-v25-latin-100italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-100italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/montserrat-v25-latin-200.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/montserrat-v25-latin-200italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-200italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/montserrat-v25-latin-300.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/montserrat-v25-latin-300italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-300italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat-v25-latin-regular.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/montserrat-v25-latin-italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat-v25-latin-500.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/montserrat-v25-latin-500italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-500italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat-v25-latin-600.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/montserrat-v25-latin-600italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-600italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat-v25-latin-700.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/montserrat-v25-latin-700italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-700italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/montserrat-v25-latin-800.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/montserrat-v25-latin-800italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-800italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/montserrat-v25-latin-900.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-900.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/montserrat-v25-latin-900italic.woff2) format("woff2"), url(../fonts/montserrat-v25-latin-900italic.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.woff2) format("woff2");
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */

button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */

input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
   */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */

menu {
  display: block;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  color: rgb(1, 40, 105);
  background-color: rgb(254, 254, 247);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8888888889;
}

h1 {
  font-size: 3.051875rem;
  font-weight: 800;
  line-height: 1.1058775343;
  margin: 12.5rem 0 5.625rem;
  color: rgb(0, 54, 105);
}

h2 {
  font-size: 2.44125rem;
  font-weight: 800;
  line-height: 1.4592933948;
  margin: 4.375rem 0 3.125rem;
  color: rgb(0, 54, 105);
}

h3 {
  font-size: 1.953125rem;
  font-weight: 800;
  line-height: 1.216;
  margin: 4.375rem 0 3.125rem;
}

h4 {
  font: inherit;
}

h5 {
  font: inherit;
}

h6 {
  font: inherit;
}

p,
ul,
ol {
  margin: 2.3125rem 0;
}

p.small,
ul.small,
ol.small {
  font-size: 1rem;
  line-height: 1.875;
}

ul,
ol {
  -webkit-padding-start: 1.875rem;
  padding-inline-start: 1.875rem;
}

p.subline-1 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4545454545;
}

h1:has(+ p.subline-1) {
  margin-bottom: 2.5rem;
}

h1 + p.subline-1 {
  margin-top: 2.5rem;
}

p.subline-2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}

h2:has(+ p.subline-2) {
  margin-bottom: 1.875rem;
}

h2 + p.subline-2 {
  margin-top: 1.875rem;
}

p.caption-1 {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5454545455;
}

p.caption-2 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

a {
  color: inherit;
}

ul.spaced li:not(:last-child),
ol.spaced li:not(:last-child) {
  margin-bottom: 1.25rem;
}

ol.special {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2.3125rem 0;
  counter-reset: special-ordered;
}

ol.special li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  counter-increment: special-ordered;
}

ol.special li:not(:last-child) {
  margin-bottom: 1.25rem;
}

ol.special li::before {
  font-size: 2.44125rem;
  font-weight: 800;
  line-height: 1.4592933948;
  flex: 0 0 auto;
  content: counter(special-ordered);
  display: block;
  width: 3.375rem;
  height: 3.375rem;
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
  border-radius: 50%;
  background-color: rgb(241, 167, 148);
  color: rgb(0, 54, 105);
  line-height: 1.3824884793;
  text-align: center;
}

hr {
  display: block;
  margin: 4.375rem 0;
  opacity: 0.2;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid currentColor;
  border-left: 0;
}

.anchor {
  position: absolute;
  margin-top: -4.375rem;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.symbol {
  display: inline-block;
}

.symbol-icon-play {
  width: 1em;
  height: 1em;
}

.symbol-icon-article {
  width: 1em;
  height: 1em;
}

.symbol-icon-error {
  width: 1em;
  height: 1em;
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-indent: -9999em;
  overflow: hidden;
  color: rgb(254, 254, 247);
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(241, 167, 148);
  border-radius: 50%;
  background-color: rgb(241, 167, 148);
  box-sizing: border-box;
}

.icon--center {
  margin: -0.5em;
}

.icon--hover {
  transition: color 300ms ease-out, background-color 300ms ease-out;
  will-change: color, background-color;
}

.icon--hover:hover {
  background-color: rgb(0, 54, 105);
  color: rgb(241, 167, 148);
}

.icon svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 0.48em;
  margin: -0.5em;
}

.button {
  display: inline-block;
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(241, 167, 148);
  border-radius: 1.75rem;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2222222222;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(241, 167, 148);
  color: rgb(0, 54, 105);
  transition: color 300ms ease-out, background-color 300ms ease-out;
  will-change: color, background-color;
  box-sizing: border-box;
}

.button:is(a) {
  text-decoration: none;
}

.button:is(button) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button:focus,
.button:hover {
  background-color: rgb(0, 54, 105);
  color: rgb(241, 167, 148);
}

.buttons {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 1.875rem;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.buttons::-webkit-scrollbar {
  display: none;
}

.buttons .button {
  flex: 0 0 auto;
  background-color: transparent;
  border-radius: 1.875rem;
  border-width: 0;
  color: rgb(0, 54, 105);
  text-transform: none;
  white-space: nowrap;
  min-width: none;
  -webkit-overflow-scrolling: touch;
}

.buttons .button:hover,
.buttons .button:focus,
.buttons .button--active {
  background-color: rgb(241, 167, 148);
  color: rgb(0, 54, 105);
}

.form::before,
.form::after {
  content: "";
  display: table;
}

.form__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -1.25rem;
}

.form__widget {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
}

.form__widget--text label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}

.form__widget--text input {
  display: block;
  width: 100%;
  padding: 0.875rem 1.125rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 54, 105);
  border-color: rgba(0, 54, 105, 0.4);
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.form__widget--text input::-moz-placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--text input::placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--select {
  width: 100%;
}

.form__widget--select label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}

.form__widget--select select {
  display: block;
  width: 100%;
  padding: 0.875rem 1.125rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: rgb(255, 255, 255);
  color: rgba(0, 54, 105, 0.4);
  border-color: rgba(0, 54, 105, 0.4);
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.form__widget--select select:invalid,
.form__widget--select select option[value=""] {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--select select option[value=""]:first-of-type {
  display: none;
}

.form__widget--select select:valid,
.form__widget--select select option:not([value=""]) {
  color: rgb(1, 40, 105);
}

.form__widget--select .select2 {
  width: 100% !important;
}

.form__widget--select .select2-container .select2-selection--single {
  height: auto;
}

.form__widget--select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.125rem;
  padding-right: 3.125rem;
}

.form__widget--select .select2-container--default .select2-selection--single {
  background-color: rgb(255, 255, 255);
  border-color: rgba(0, 54, 105, 0.4);
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
}

.form__widget--select .select2-selection__rendered {
  padding: 0.875rem 1.125rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.form__widget--select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(0, 54, 105);
  line-height: 1.25;
}

.form__widget--select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0;
  width: 3.125rem;
}

.form__widget--select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(0, 54, 105, 0.4) transparent transparent transparent;
  border-width: 0.5625rem 0.5625rem 0 0.5625rem;
  margin-left: -0.5625rem;
  margin-top: -0.25rem;
}

.select2-results__option {
  padding: 0.875rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.form__widget--textarea {
  width: 100%;
}

.form__widget--textarea label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}

.form__widget--textarea textarea {
  display: block;
  width: 100%;
  height: 12rem;
  padding: 0.875rem 1.125rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 54, 105);
  border-color: rgba(0, 54, 105, 0.4);
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  resize: none;
}

.form__widget--textarea textarea::-moz-placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--textarea textarea::placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.form__widget--textarea .kc_captcha {
  text-align: center;
}

.form__widget--textarea .captcha-image {
  padding-left: 0;
}

.form__widget--textarea .captcha-image .cf7ic_instructions {
  display: inline-block;
}

.form__widget--textarea .captcha-image .cf7ic-icon-wrapper {
  display: block;
  vertical-align: middle;
  padding-left: 1.125rem;
}

.form__widget--textarea .captcha-image .cf7ic-icon-wrapper label i {
  font-size: 3.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form__widget--submit {
  width: 100%;
  margin-top: 1.875rem;
  text-align: center;
}

.form__widget--submit .wpcf7-spinner {
  position: absolute;
}

.lws-player {
  position: relative;
}

.lws-player__display {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.lws-player__big-play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  cursor: pointer;
}

.lws-player__controls {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 1.5rem;
  margin-bottom: 0.8125rem;
  margin-left: 1.5rem;
  gap: 0.5rem;
}

.lws-player__play-pause {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  text-indent: -9999em;
  font-size: 0.875rem;
  overflow: hidden;
  color: rgb(241, 167, 148);
}

.lws-player__play-pause--play::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0.1em;
  border-top: 0.5em solid transparent;
  border-right: 0;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid;
}

.lws-player__play-pause--pause::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0.8em;
  top: 0.1em;
  left: 0.2em;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0.15em solid;
}

.lws-player__play-pause--pause::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0.8em;
  top: 0.1em;
  right: 0.2em;
  border-top: 0;
  border-right: 0.15em solid;
  border-bottom: 0;
  border-left: 0;
}

.lws-player__progress {
  flex: 1 1 auto;
}

.lws-player__progress-bar {
  position: relative;
  height: 0.375rem;
  background-color: rgb(254, 254, 247);
  border-radius: 0.125rem;
  overflow: hidden;
}

.lws-player__progress-bar-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  background-color: rgb(241, 167, 148);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0.3125em 0.1875em;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: currentColor;
}

.hamburger-box {
  width: 1.625em;
  height: 1.375em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125em;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1.625em;
  height: 0.25em;
  background-color: currentColor;
  border-radius: 0.125em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -0.5625em;
}

.hamburger-inner::after {
  bottom: -0.5625em;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  perspective: 3.25em;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.325em, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.325em, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.325em, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.325em, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.325em, -0.40625em, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.325em, 0.40625em, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.325em, -0.40625em, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.325em, 0.40625em, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -1.125em;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -1.125em;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.5625em, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 0.125em;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 0.5625em;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 1.125em;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 0.5625em, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.125em, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 0.125em;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 0.5625em;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 1.125em;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.5625em, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.125em, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 0.5625em;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -3.25em;
  top: -3.25em;
  transform: translate3d(3.25em, 3.25em, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -3.25em;
  top: -3.25em;
  transform: translate3d(-3.25em, 3.25em, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 0.5625em;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -3.25em;
  top: 3.25em;
  transform: translate3d(3.25em, -3.25em, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -3.25em;
  top: 3.25em;
  transform: translate3d(-3.25em, -3.25em, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 0.125em;
}

.hamburger--slider .hamburger-inner::before {
  top: 0.5625em;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 1.125em;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.2321428571em, -0.3125em, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.125em, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 0.125em;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 0.5625em;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 1.125em;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.5625em, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.2321428571em, -0.3125em, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.125em, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 0.125em;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 0.5625em;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 1.125em;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.5625em, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.5625em, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -1.125em;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.5625em, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger {
  font-size: 1rem;
  display: block;
  margin: -0.3125em -0.1875em;
}

.hamburger-box {
  display: block;
}

.button-bar--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.button-bar--theme-light::before,
.button-bar--theme-light::after {
  content: "";
  display: table;
}

.button-bar--theme-light h1,
.button-bar--theme-light h2 {
  color: rgb(0, 54, 105);
}

.button-bar--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.button-bar--theme-dark::before,
.button-bar--theme-dark::after {
  content: "";
  display: table;
}

.button-bar--theme-dark h1,
.button-bar--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.button-bar__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

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

.button-bar--fixed .button-bar__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  position: fixed;
  top: 5rem;
  right: 0;
  left: 0;
  z-index: 10;
}

.contact--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.contact--theme-light::before,
.contact--theme-light::after {
  content: "";
  display: table;
}

.contact--theme-light h1,
.contact--theme-light h2 {
  color: rgb(0, 54, 105);
}

.contact--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.contact--theme-dark::before,
.contact--theme-dark::after {
  content: "";
  display: table;
}

.contact--theme-dark h1,
.contact--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.contact__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.contact__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.contact__head > *:first-child {
  margin-top: 0;
}

.contact__head > *:last-child {
  margin-bottom: 0;
}

.contact__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.contact__form {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.error {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.error::before,
.error::after {
  content: "";
  display: table;
}

.error h1,
.error h2 {
  color: rgb(241, 167, 148);
}

.error__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.error__icon svg {
  display: block;
  font-size: 2.875rem;
  margin: 0 auto;
}

.error__head {
  text-align: center;
  margin-bottom: 3.125rem;
  color: rgb(241, 167, 148);
}

.error__head > *:first-child {
  margin-top: 0;
}

.error__head > *:last-child {
  margin-bottom: 0;
}

.error__headline {
  font-size: 5.3125rem;
  font-weight: 800;
  line-height: 1.2352941176;
  margin: 0;
}

.error__subline {
  margin: 0;
}

.error__copy {
  text-align: center;
}

.error__copy > *:first-child {
  margin-top: 0;
}

.error__copy > *:last-child {
  margin-bottom: 0;
}

.error__link {
  margin: 2.1875rem 0;
  text-align: center;
}

.facts--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.facts--theme-light::before,
.facts--theme-light::after {
  content: "";
  display: table;
}

.facts--theme-light h1,
.facts--theme-light h2 {
  color: rgb(0, 54, 105);
}

.facts--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.facts--theme-dark::before,
.facts--theme-dark::after {
  content: "";
  display: table;
}

.facts--theme-dark h1,
.facts--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.facts__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.facts__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.facts__head > *:first-child {
  margin-top: 0;
}

.facts__head > *:last-child {
  margin-bottom: 0;
}

.facts__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.facts__items {
  max-width: 102.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.1875rem;
}

.facts__item {
  flex: 1 1 auto;
  width: 100%;
  max-width: 20rem;
  text-align: center;
  overflow: hidden;
}

.facts__item > *:first-child {
  margin-top: 0;
}

.facts__item > *:last-child {
  margin-bottom: 0;
}

.facts__item:is(a) {
  color: inherit;
  text-decoration: none;
}

.facts__item:nth-child(n+4) {
  display: none;
}

.facts__item-icon .icon {
  display: block;
  margin: 0 auto;
  font-size: 5.625rem;
}

.facts__item-image {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.facts__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.facts__item-title {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5454545455;
  margin: 0.9375rem 0;
}

.facts__item-description {
  margin: 0.9375rem 0;
}

.facts__link {
  margin-top: 4.375rem;
  text-align: center;
}

.faqs__search-wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
}

.faqs__search-wrapper > *:first-child {
  margin-top: 0;
}

.faqs__search-wrapper > *:last-child {
  margin-bottom: 0;
}

.faqs__search-title {
  margin: 3.75rem 0;
}

.faqs__search-form {
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 55.625rem;
}

.faqs__search-form input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid;
  background: transparent;
  height: 4.5rem;
  border-width: 0.125rem;
  border-radius: 2.25rem;
  border-color: rgba(0, 54, 105, 0.4);
  box-sizing: border-box;
  padding: 0.8125rem 9.0625rem 0.8125rem 2.1875rem;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 54, 105);
}

.faqs__search-form input[type=text]::-moz-placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.faqs__search-form input[type=text]::placeholder {
  color: rgba(0, 54, 105, 0.4);
}

.faqs__search-form button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.875rem 1.25rem;
  border-radius: 1.75rem;
  min-width: 0;
}

.faqs__container {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.faqs__container::before,
.faqs__container::after {
  content: "";
  display: table;
}

.faqs__container h1,
.faqs__container h2 {
  color: rgb(241, 167, 148);
}

.faqs__container-wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.faqs__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.faqs__head > *:first-child {
  margin-top: 0;
}

.faqs__head > *:last-child {
  margin-bottom: 0;
}

.faqs__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.faqs__categories {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.faqs__category-description > *:first-child {
  margin-top: 0;
}

.faqs__category-description > *:last-child {
  margin-bottom: 0;
}

.faqs__category-questions > *:first-child {
  margin-top: 0;
}

.faqs__category-questions > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__category {
  border-top: 0.25rem solid rgb(254, 254, 247);
}

.faqs--initialized .faqs__category-head {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.faqs--initialized .faqs__category-head > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__category-head > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__category-title {
  color: inherit;
}

.faqs--initialized .faqs__category-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  position: relative;
  padding-left: 6.25rem;
  cursor: pointer;
}

.faqs--initialized .faqs__category-button > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__category-button > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__category-button::before,
.faqs--initialized .faqs__category-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 1.875rem;
  width: 3rem;
  height: 0.5rem;
  margin: -0.25rem -1.5rem;
  border-radius: 0.25rem;
  background-color: rgb(241, 167, 148);
  transition: transform 300ms ease-in-out;
}

.faqs--initialized .faqs__category-button::before {
  transform: rotate(0deg);
}

.faqs--initialized .faqs__category-button::after {
  transform: rotate(90deg);
}

.faqs--initialized .faqs__category-button[aria-expanded=true]::before {
  transform: rotate(180deg);
}

.faqs--initialized .faqs__category-button[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.faqs--initialized .faqs__category-body {
  padding-bottom: 3.75rem;
}

.faqs--initialized .faqs__category-body > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__category-body > *:last-child {
  margin-bottom: 0;
}

.faqs__item-body > *:first-child {
  margin-top: 0;
}

.faqs__item-body > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__item {
  border-top: 1px solid rgba(254, 254, 247, 0.4);
}

.faqs--initialized .faqs__item-head {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.faqs--initialized .faqs__item-head > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__item-head > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__item-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  position: relative;
  display: block;
  padding-right: 6.25rem;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.faqs--initialized .faqs__item-button > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__item-button > *:last-child {
  margin-bottom: 0;
}

.faqs--initialized .faqs__item-button::before,
.faqs--initialized .faqs__item-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 3.875rem;
  width: 1.25rem;
  height: 0.125rem;
  margin: -0.0625rem -0.625rem;
  border-radius: 0.25rem;
  background-color: currentColor;
  transition: transform 300ms ease-in-out;
}

.faqs--initialized .faqs__item-button::before {
  transform: translate(-0.4375rem, 0) rotate(-135deg);
}

.faqs--initialized .faqs__item-button::after {
  transform: translate(0.4375rem, 0) rotate(-45deg);
}

.faqs--initialized .faqs__item-button[aria-expanded=true]::before {
  transform: translate(-0.4375rem, 0) rotate(-45deg);
}

.faqs--initialized .faqs__item-button[aria-expanded=true]::after {
  transform: translate(0.4375rem, 0) rotate(-135deg);
}

.faqs--initialized .faqs__item-body {
  padding-bottom: 2.5rem;
}

.faqs--initialized .faqs__item-body > *:first-child {
  margin-top: 0;
}

.faqs--initialized .faqs__item-body > *:last-child {
  margin-bottom: 0;
}

.footer {
  background-color: rgb(254, 254, 247);
}

.footer__wrapper {
  max-width: 106.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}

.footer__brand {
  position: relative;
}

.footer__brand a {
  color: inherit;
  text-decoration: none;
}

.footer__brand a img {
  display: block;
  height: 2.5rem;
  width: auto;
  margin: 0 auto;
}

.footer__brand-code {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0.3125rem auto;
  height: 0.3125rem;
  width: auto;
}

.footer__partner {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.footer__partner-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer__partner-headline {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2222222222;
}

.footer__partner-image a {
  display: inline-block;
}

.footer__partner-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 3.75rem;
  max-width: 8.4375rem;
}

.footer__navigation {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2222222222;
}

.footer__navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.1875rem;
}

.footer__navigation-link:is(a) {
  color: inherit;
  text-decoration: none;
}

.footer__navigation-link:is(a):hover {
  text-decoration: none;
}

.gallery--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.gallery--theme-light::before,
.gallery--theme-light::after {
  content: "";
  display: table;
}

.gallery--theme-light h1,
.gallery--theme-light h2 {
  color: rgb(0, 54, 105);
}

.gallery--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.gallery--theme-dark::before,
.gallery--theme-dark::after {
  content: "";
  display: table;
}

.gallery--theme-dark h1,
.gallery--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.gallery__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.gallery__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.gallery__head > *:first-child {
  margin-top: 0;
}

.gallery__head > *:last-child {
  margin-bottom: 0;
}

.gallery--theme-dark .gallery__headline {
  color: rgb(241, 167, 148);
}

.gallery__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery__items {
  max-width: 102.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.75rem;
}

.gallery__items::before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 103.5714285714%;
  grid-column-start: 1;
  grid-row-start: 1;
}

.gallery__items > *:first-child {
  grid-column: 1;
  grid-row: 1;
}

.gallery__item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.gallery__item:is(a) {
  display: block;
  text-decoration: none;
  color: inherit;
}

.gallery__item:first-child {
  grid-column-end: span 2;
}

.gallery__item:nth-child(n+6) {
  display: none;
}

.gallery__item-media {
  position: absolute;
  inset: 0;
}

.gallery__item-media video,
.gallery__item-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery__item-media .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.25rem;
  z-index: 10;
}

.gallery__item-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(11, 11, 11, 0.51) 0%, rgba(92, 92, 92, 0) 100%);
  padding: 0.375rem 0.75rem;
  color: rgb(254, 254, 247);
}

.gallery__item-overlay > *:first-child {
  margin-top: 0;
}

.gallery__item-overlay > *:last-child {
  margin-bottom: 0;
}

.gallery__item-title {
  width: 100%;
  max-width: 35rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.4285714286;
}

.gallery__link {
  text-align: center;
  margin-top: 3.125rem;
}

.key-figures--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.key-figures--theme-light::before,
.key-figures--theme-light::after {
  content: "";
  display: table;
}

.key-figures--theme-light h1,
.key-figures--theme-light h2 {
  color: rgb(0, 54, 105);
}

.key-figures--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.key-figures--theme-dark::before,
.key-figures--theme-dark::after {
  content: "";
  display: table;
}

.key-figures--theme-dark h1,
.key-figures--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.key-figures__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.key-figures__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.key-figures__head > *:first-child {
  margin-top: 0;
}

.key-figures__head > *:last-child {
  margin-bottom: 0;
}

.key-figures--theme-dark .key-figures__headline {
  color: rgb(241, 167, 148);
}

.key-figures__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.key-figures__items {
  max-width: 102.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 2.1875rem;
}

.key-figures__item {
  flex: 1 1 auto;
  width: 100%;
  max-width: 20rem;
  text-align: center;
  overflow: hidden;
}

.key-figures__item > *:first-child {
  margin-top: 0;
}

.key-figures__item > *:last-child {
  margin-bottom: 0;
}

.key-figures__item-number {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2125;
  color: rgb(241, 167, 148);
  margin-bottom: 0.9375rem;
}

.key-figures__item-description {
  margin-top: 0.9375rem;
}

#wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#header {
  flex: 0 0 auto;
  width: 100%;
}

#main {
  flex: 1 0 auto;
  width: 100%;
  padding-top: 4.375rem;
}

#footer {
  flex: 0 0 auto;
  width: 100%;
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgb(254, 254, 247);
  z-index: 100;
}

.navigation__wrapper {
  height: 4.375rem;
  padding-top: 3.4375rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
  box-sizing: border-box;
}

.navigation__brand {
  position: absolute;
  top: 0.8125rem;
  left: 1.5625rem;
}

.navigation__brand a {
  color: inherit;
  text-decoration: none;
}

.navigation__brand img {
  display: block;
  height: 2.75rem;
  width: auto;
}

.navigation__menu-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5625rem;
}

.navigation__menu-flyout {
  position: fixed;
  top: 4.375rem;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 25rem;
  padding: 2.1875rem 1.5625rem;
  background-color: rgb(254, 254, 247);
  transform: translate(100%, 0);
  transition: transform 400ms ease;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.navigation--open .navigation__menu-flyout {
  transform: translate(0, 0);
}

.navigation__main-level--2 {
  display: none;
}

.navigation__main-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation__main-level--1 > .navigation__main-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
}

.navigation__main-level--2 > .navigation__main-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.75rem;
}

.navigation__main-item {
  position: relative;
}

.navigation__main-level--1 .navigation__main-item {
  flex: 0 0 auto;
}

.navigation__main-link {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0.4em 0.95em;
  border-radius: 1em;
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
  will-change: background-color;
}

.navigation__main-link:is(a) {
  color: inherit;
  text-decoration: none;
}

.navigation__main-link:is(a):hover {
  text-decoration: none;
}

.navigation__main-link:is(button) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

.navigation__main-link--current,
.navigation__main-link--current-ancestor,
.navigation__main-link:hover,
.navigation__main-link:focus {
  background-color: rgb(241, 167, 148);
}

.navigation__main-item--open > .navigation__main-link {
  background-color: rgb(241, 167, 148);
}

.navigation__main-level--1 > .navigation__main-list > .navigation__main-item > .navigation__main-link {
  font-weight: 700;
}

.navigation__main-level--2 > .navigation__main-list > .navigation__main-item > .navigation__main-link {
  font-weight: 600;
}

.navigation__meta {
  margin-top: 3.125rem;
  width: 11.25rem;
}

.navigation__meta-dropbtn {
  display: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
  color: inherit;
  padding: 0.6666666667rem;
  line-height: 1.1875;
  border: none;
  cursor: pointer;
}

.navigation__meta-dropbtn::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 1.875rem;
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.2s;
}

.navigation__meta-dropbtn.show::after {
  transform: rotate(-180deg);
}

.navigation__meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}

.navigation__meta-link {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  padding: 0.5em 0.75em;
  border-radius: 1.0625em;
  color: inherit;
  background-color: rgb(254, 254, 247);
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease-in-out;
  will-change: background-color;
}

.navigation__meta-link--current,
.navigation__meta-link--current-ancestor,
.navigation__meta-link:hover {
  text-decoration: none;
  background-color: rgb(241, 167, 148);
}

.page-teasers--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.page-teasers--theme-light::before,
.page-teasers--theme-light::after {
  content: "";
  display: table;
}

.page-teasers--theme-light h1,
.page-teasers--theme-light h2 {
  color: rgb(0, 54, 105);
}

.page-teasers--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.page-teasers--theme-dark::before,
.page-teasers--theme-dark::after {
  content: "";
  display: table;
}

.page-teasers--theme-dark h1,
.page-teasers--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.page-teasers__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.page-teasers__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.page-teasers__head > *:first-child {
  margin-top: 0;
}

.page-teasers__head > *:last-child {
  margin-bottom: 0;
}

.page-teasers__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.page-teasers__items {
  max-width: 102.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.page-teasers__item {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background-color: rgb(241, 167, 148);
}

.page-teasers__item:is(a) {
  text-decoration: none;
  color: inherit;
}

.page-teasers__item:first-child {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.page-teasers__item:last-child {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.page-teasers__item-image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 300/272;
  overflow: hidden;
}

.page-teasers__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: scale(1);
  transition: transform 600ms ease-in-out;
}

.page-teasers__item:hover .page-teasers__item-image img {
  transform: scale(1.1);
}

.page-teasers__item-content {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  aspect-ratio: 300/272;
}

.page-teasers__item-content-wrapper {
  padding: 1.875rem 2.5rem;
  text-align: center;
}

.page-teasers__item-title {
  font-size: 1.953125rem;
  font-weight: 800;
  line-height: 1.216;
  color: rgb(0, 54, 105);
}

.quote--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.quote--theme-light h1,
.quote--theme-light h2 {
  color: rgb(0, 54, 105);
}

.quote--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.quote--theme-dark h1,
.quote--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.quote__wrapper {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.quote__wrapper > *:first-child {
  margin-top: 0;
}

.quote__wrapper > *:last-child {
  margin-bottom: 0;
}

.quote__block {
  margin: 0;
  padding: 0;
}

.quote__block > *:first-child {
  margin-top: 0;
}

.quote__block > *:last-child {
  margin-bottom: 0;
}

.quote__copy {
  font-size: 1.953125rem;
  font-weight: 800;
  line-height: 1.216;
  text-align: center;
}

.quote__copy::before {
  content: "“";
}

.quote__copy::after {
  content: "”";
}

.quote--theme-light .quote__copy {
  color: rgb(0, 54, 105);
}

.quote--theme-dark .quote__copy {
  color: rgb(241, 167, 148);
}

#pojo-a11y-toolbar {
  top: 150px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link {
  width: 52px;
  height: 52px;
  text-decoration: none;
  position: relative;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link > span {
  display: none;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link > svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}

.read-speaker {
  position: fixed;
  top: 88px;
  left: 100%;
  z-index: 9999;
  max-width: 50%;
  transform: translate(0, 0);
  transition: transform 750ms ease-in-out;
  font-size: 16px !important;
  line-height: 1.4;
}

.read-speaker--open {
  transform: translate(-100%, 0);
}

.read-speaker__toggle {
  position: absolute;
  top: 0;
  left: -52px;
}

.read-speaker__toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  display: block;
  width: 52px;
  height: 52px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background-color: rgb(241, 167, 148);
  color: rgb(0, 54, 105);
}

.read-speaker__toggle-button > span {
  display: none;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
}

.read-speaker__toggle-button > svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}

.read-speaker__overlay {
  position: relative;
  border: 1px solid rgb(241, 167, 148);
  background-color: rgb(254, 254, 247);
  min-height: 52px;
  box-sizing: border-box;
  width: 430px;
}

.read-speaker__overlay-wrapper {
  padding: 11px 15px 0;
}

.rich-content--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.rich-content--theme-light::before,
.rich-content--theme-light::after {
  content: "";
  display: table;
}

.rich-content--theme-light h1,
.rich-content--theme-light h2 {
  color: rgb(0, 54, 105);
}

.rich-content--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.rich-content--theme-dark::before,
.rich-content--theme-dark::after {
  content: "";
  display: table;
}

.rich-content--theme-dark h1,
.rich-content--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.rich-content__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.rich-content__media {
  border-radius: 1.25rem;
  margin: 2.8125rem 0;
  overflow: hidden;
}

.rich-content__media img,
.rich-content__media video {
  display: block;
  width: 100%;
  height: auto;
}

.rich-content__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.rich-content__youtube-poster {
  position: absolute;
  inset: 0;
}

.rich-content__youtube-poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: filter 0.6s, opacity 0.6s;
}

.rich-content__youtube--consent .rich-content__youtube-poster {
  background-color: rgb(0, 54, 105);
}

.rich-content__youtube--consent .rich-content__youtube-poster img {
  filter: blur(0.3125rem);
  opacity: 0.5;
}

.rich-content__youtube-play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  font-size: 4rem;
}

.rich-content__youtube--consent .rich-content__youtube-play {
  display: none;
}

.rich-content__youtube-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rich-content__youtube-consent {
  display: none;
  position: absolute;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  max-width: 41.25rem;
  padding: 2.5rem;
  margin: auto;
  border-radius: 1.25rem;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 54, 105);
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.rich-content__youtube-consent > *:first-child {
  margin-top: 0;
}

.rich-content__youtube-consent > *:last-child {
  margin-bottom: 0;
}

.rich-content__youtube--consent .rich-content__youtube-consent {
  display: block;
}

.rich-content__quote figure {
  display: flex;
  flex-direction: column;
  margin: 2.8125rem 0;
  padding: 2.125rem 0 0;
  gap: 2.1875rem;
}

.rich-content__quote blockquote {
  flex: 1 1 auto;
  order: 2;
  font-size: 1.5625rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.56;
  margin: 0;
  padding: 0;
}

.rich-content__quote blockquote > *:first-child {
  margin-top: 0;
}

.rich-content__quote blockquote > *:last-child {
  margin-bottom: 0;
}

.rich-content__quote blockquote p::before {
  content: "“";
}

.rich-content__quote blockquote p::after {
  content: "”";
}

.rich-content__quote figcaption {
  position: relative;
  flex: 0 0 auto;
  order: 1;
  font-size: 1.953125rem;
  font-weight: 800;
  line-height: 1.216;
}

.rich-content__quote figcaption::before {
  content: "";
  position: absolute;
  display: block;
  top: -2.125rem;
  right: 0;
  left: 0;
  border-top: 0.25rem solid;
}

.rich-content__features {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.rich-content__features > *:first-child {
  margin-top: 0;
}

.rich-content__features > *:last-child {
  margin-bottom: 0;
}

.rich-content__features-headline {
  text-align: center;
  margin-bottom: 4.375rem;
}

.rich-content__features-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 3.75rem;
}

.rich-content__features-item {
  flex: 0 1 auto;
  width: 50%;
  max-width: 15rem;
  text-align: center;
}

.rich-content__features-item-image {
  width: 10rem;
  max-width: 100%;
  aspect-ratio: 160/150;
  margin: 0 auto 1.875rem;
}

.rich-content__features-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.rich-content__features-item-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.rich-content__headline-aside {
  display: flex;
  flex-direction: column;
  margin: 2.8125rem 0;
  padding: 2.125rem 0 0;
  gap: 2.1875rem;
}

.rich-content__headline-aside-copy {
  flex: 1 1 auto;
}

.rich-content__headline-aside-copy > *:first-child {
  margin-top: 0;
}

.rich-content__headline-aside-copy > *:last-child {
  margin-bottom: 0;
}

.rich-content__headline-aside-headline {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
}

.rich-content__headline-aside-headline::before {
  content: "";
  position: absolute;
  display: block;
  top: -2.125rem;
  right: 0;
  left: 0;
  border-top: 0.25rem solid;
}

.rich-content__icon-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2.3125rem 0;
}

.rich-content__icon-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}

.rich-content__icon-list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.rich-content__icon-list-item-image {
  flex: 0 0 auto;
  width: 3.75rem;
  height: 3.75rem;
}

.rich-content__icon-list-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.rich-content__icon-list-item-title {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5454545455;
  margin: 0;
}

.rich-content__icon-list-item-description {
  margin: 0;
}

.stage-content--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(241, 167, 148);
}

.stage-content--theme-light h1,
.stage-content--theme-light h2 {
  color: rgb(0, 54, 105);
}

.stage-content--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.stage-content--theme-dark h1,
.stage-content--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.stage-content__wrapper {
  display: flex;
  flex-direction: column;
}

.stage-content__image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 375/284;
  overflow: hidden;
}

.stage-content__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.stage-content__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  aspect-ratio: 375/284;
}

.stage-content__content-wrapper {
  padding: 2.25rem;
}

.stage-content__content-wrapper > *:first-child {
  margin-top: 0;
}

.stage-content__content-wrapper > *:last-child {
  margin-bottom: 0;
}

.stage-home__hero {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 40.25rem;
  aspect-ratio: 375/445;
  isolation: isolate;
}

.stage-home__hero-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.stage-home__hero-image::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-color: transparent;
  background-image: linear-gradient(170deg, rgb(229, 217, 200) 0%, rgba(115, 109, 100, 0) 100%);
  mix-blend-mode: screen;
}

.stage-home__hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stage-home__hero-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  width: 40.875rem;
  color: rgb(1, 40, 105);
}

.stage-home__hero-content > *:first-child {
  margin-top: 0;
}

.stage-home__hero-content > *:last-child {
  margin-bottom: 0;
}

.stage-home__hero-headline {
  color: inherit;
}

.stage-home__hero-button {
  margin: 2.1875rem 0;
}

.stage-home__teasers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.stage-home__teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  aspect-ratio: 188/142;
  isolation: isolate;
  color: rgb(254, 254, 247);
}

.stage-home__teaser:is(a) {
  text-decoration: none;
}

.stage-home__teaser-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.stage-home__teaser-image::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(1, 16, 31, 0.84) 0%, rgba(1, 20, 39, 0.5) 28%, rgba(0, 27, 53, 0) 100%);
}

.stage-home__teaser-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 600ms ease-in-out;
  will-change: transform;
}

.stage-home__teaser:is(a):focus .stage-home__teaser-image img,
.stage-home__teaser:is(a):hover .stage-home__teaser-image img {
  transform: scale(1.1);
}

.stage-home__teaser-content {
  max-width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
}

.stage-home__teaser-content > *:first-child {
  margin-top: 0;
}

.stage-home__teaser-content > *:last-child {
  margin-bottom: 0;
}

.stage-home__teaser-title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1111111111;
  text-align: center;
}

.teaser--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(254, 254, 247);
}

.teaser--theme-light h1,
.teaser--theme-light h2 {
  color: rgb(0, 54, 105);
}

.teaser--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.teaser--theme-dark h1,
.teaser--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.teaser__wrapper {
  display: flex;
  flex-direction: column;
}

.teaser__image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 375/279;
  overflow: hidden;
}

.teaser__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.teaser__content {
  flex: 1 1 auto;
  align-self: center;
  padding-top: 3.125rem;
  padding-right: 1.875rem;
  padding-bottom: 3.125rem;
  padding-left: 1.875rem;
  max-width: 54.375rem;
  margin-left: auto;
  margin-right: auto;
}

.teaser__content > *:first-child {
  margin-top: 0;
}

.teaser__content > *:last-child {
  margin-bottom: 0;
}

.teaser__headline {
  max-width: 50rem;
}

.teaser__copy {
  max-width: 50rem;
}

.teaser__link {
  margin: 2.1875rem 0;
}

.text-carousel--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-carousel--theme-light::before,
.text-carousel--theme-light::after {
  content: "";
  display: table;
}

.text-carousel--theme-light h1,
.text-carousel--theme-light h2 {
  color: rgb(0, 54, 105);
}

.text-carousel--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-carousel--theme-dark::before,
.text-carousel--theme-dark::after {
  content: "";
  display: table;
}

.text-carousel--theme-dark h1,
.text-carousel--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.text-carousel__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.text-carousel__head {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  margin-bottom: 3.125rem;
}

.text-carousel__head > *:first-child {
  margin-top: 0;
}

.text-carousel__head > *:last-child {
  margin-bottom: 0;
}

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

.text-carousel__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
}

.text-carousel__items {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-carousel__item {
  display: flex;
  flex-direction: row;
}

.text-carousel__item:not(:last-child) {
  margin-bottom: 4.375rem;
}

.text-carousel__item-image {
  flex: 0 0 auto;
  width: 47.3214285714%;
  aspect-ratio: 530/690;
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-carousel__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-carousel__item-content {
  flex: 0 0 auto;
  width: 52.6785714286%;
  padding-left: 3.75rem;
  align-self: center;
  box-sizing: border-box;
}

.text-carousel__item-content > *:first-child {
  margin-top: 0;
}

.text-carousel__item-content > *:last-child {
  margin-bottom: 0;
}

.text-carousel__view {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: column;
}

.text-carousel__stage {
  flex: 0 0 auto;
  width: 100%;
  align-self: flex-start;
  display: flex;
  order: 2;
}

.text-carousel__navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  align-self: center;
  width: 3rem;
  padding-right: 2.625rem;
}

.text-carousel__navigation-item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.text-carousel__navigation-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: visible;
}

.text-carousel__navigation-button--active {
  color: rgb(241, 167, 148);
}

.text-carousel__navigation-figure picture {
  display: block;
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: currentColor;
  box-sizing: border-box;
}

.text-carousel__navigation-figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-color: transparent;
}

.text-carousel__navigation-figure span {
  position: relative;
  display: block;
  margin-top: 0.625rem;
  margin-right: -1.875rem;
  margin-left: -1.875rem;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.text-carousel__images {
  flex: 0 1 auto;
  align-self: flex-start;
  position: relative;
  width: 72.602739726%;
  aspect-ratio: 530/690;
  isolation: isolate;
}

.text-carousel__images-item {
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-carousel__images-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-carousel__contents {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3.125rem;
  order: 1;
}

.text-carousel__contents-item > *:first-child {
  margin-top: 0;
}

.text-carousel__contents-item > *:last-child {
  margin-bottom: 0;
}

.text-gallery--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-gallery--theme-light::before,
.text-gallery--theme-light::after {
  content: "";
  display: table;
}

.text-gallery--theme-light h1,
.text-gallery--theme-light h2 {
  color: rgb(0, 54, 105);
}

.text-gallery--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-gallery--theme-dark::before,
.text-gallery--theme-dark::after {
  content: "";
  display: table;
}

.text-gallery--theme-dark h1,
.text-gallery--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.text-gallery__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.125rem;
}

.text-gallery--layout-bottom .text-gallery__wrapper {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-gallery--layout-left .text-gallery__wrapper {
  max-width: 96.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-gallery--layout-right .text-gallery__wrapper {
  max-width: 96.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.text-gallery__items {
  flex: 0 0 auto;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.75rem;
  width: 100%;
}

.text-gallery__items::before {
  content: "";
  width: 100%;
  grid-column-start: 1;
  grid-row-start: 1;
  aspect-ratio: 145/145;
}

.text-gallery__items > *:first-child {
  grid-column: 1;
  grid-row: 1;
}

.text-gallery__item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-gallery__image {
  position: absolute;
  inset: 0;
}

.text-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-gallery__content {
  flex: 1 1 auto;
  align-self: center;
}

.text-gallery__content > *:first-child {
  margin-top: 0;
}

.text-gallery__content > *:last-child {
  margin-bottom: 0;
}

.text-gallery--layout-right.text-gallery--size-2 .text-gallery__content,
.text-gallery--layout-left.text-gallery--size-2 .text-gallery__content {
  max-width: 38.125rem;
}

.text-gallery--layout-right.text-gallery--size-3 .text-gallery__content,
.text-gallery--layout-left.text-gallery--size-3 .text-gallery__content {
  max-width: 28.75rem;
}

.text-key-figures--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-key-figures--theme-light::before,
.text-key-figures--theme-light::after {
  content: "";
  display: table;
}

.text-key-figures--theme-light h1,
.text-key-figures--theme-light h2 {
  color: rgb(0, 54, 105);
}

.text-key-figures--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-key-figures--theme-dark::before,
.text-key-figures--theme-dark::after {
  content: "";
  display: table;
}

.text-key-figures--theme-dark h1,
.text-key-figures--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.text-key-figures__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.text-key-figures__head {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  margin-bottom: 3.125rem;
}

.text-key-figures__head > *:first-child {
  margin-top: 0;
}

.text-key-figures__head > *:last-child {
  margin-bottom: 0;
}

.text-key-figures__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: stretch;
}

.text-key-figures__image {
  flex: 0 0 auto;
  width: calc(100% - 2.25rem);
  margin-top: 3.125rem;
  margin-left: auto;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 356/367;
}

.text-key-figures__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-key-figures__items {
  flex: 0 0 auto;
  align-self: center;
  width: 100%;
  max-width: 37.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  box-sizing: border-box;
}

.text-key-figures__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}

.text-key-figures__item:not(:last-child) {
  margin-bottom: 3.125rem;
}

.text-key-figures__item-head {
  flex: 0 0 auto;
  width: 10rem;
  text-align: center;
}

.text-key-figures__item-number {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2166666667;
  color: rgb(241, 167, 148);
  margin: 0;
}

.text-key-figures__item-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2142857143;
  margin: 0;
}

.text-key-figures__item-body {
  flex: 1 1 auto;
}

.text-key-figures__item-description {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.text-teaser--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-teaser--theme-light h1,
.text-teaser--theme-light h2 {
  color: rgb(0, 54, 105);
}

.text-teaser--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-teaser--theme-dark h1,
.text-teaser--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.text-teaser__wrapper {
  max-width: 101.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.text-teaser__wrapper > *:first-child {
  margin-top: 0;
}

.text-teaser__wrapper > *:last-child {
  margin-bottom: 0;
}

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

.text-teaser__copy {
  max-width: 61.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-teaser__link {
  margin: 2.1875rem 0;
  text-align: center;
}

.text-tiles--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-tiles--theme-light::before,
.text-tiles--theme-light::after {
  content: "";
  display: table;
}

.text-tiles--theme-light h1,
.text-tiles--theme-light h2 {
  color: rgb(0, 54, 105);
}

.text-tiles--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-tiles--theme-dark::before,
.text-tiles--theme-dark::after {
  content: "";
  display: table;
}

.text-tiles--theme-dark h1,
.text-tiles--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.text-tiles__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.text-tiles__head {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
}

.text-tiles__head > *:first-child {
  margin-top: 0;
}

.text-tiles__head > *:last-child {
  margin-bottom: 0;
}

.text-tiles__items {
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.1875rem;
}

.text-tiles__item {
  padding: 2.1875rem 1.5625rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-tiles__item:nth-child(4n+1) {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-tiles__item:nth-child(4n+1) h1,
.text-tiles__item:nth-child(4n+1) h2 {
  color: rgb(241, 167, 148);
}

.text-tiles__item:nth-child(4n+2) {
  color: rgb(1, 40, 105);
  background-color: rgb(241, 167, 148);
}

.text-tiles__item:nth-child(4n+2) h1,
.text-tiles__item:nth-child(4n+2) h2 {
  color: rgb(0, 54, 105);
}

.text-tiles__item:nth-child(4n+3) {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.text-tiles__item:nth-child(4n+3) h1,
.text-tiles__item:nth-child(4n+3) h2 {
  color: rgb(241, 167, 148);
}

.text-tiles__item:nth-child(4n) {
  color: rgb(1, 40, 105);
  background-color: rgb(241, 167, 148);
}

.text-tiles__item:nth-child(4n) h1,
.text-tiles__item:nth-child(4n) h2 {
  color: rgb(0, 54, 105);
}

.text-tiles__item-content {
  width: 100%;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-tiles__item-content > *:first-child {
  margin-top: 0;
}

.text-tiles__item-content > *:last-child {
  margin-bottom: 0;
}

.text-tiles--theme-dark .text-tiles__item:nth-child(4n+1),
.text-tiles--theme-dark .text-tiles__item:nth-child(4n) {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.text-tiles--theme-dark .text-tiles__item:nth-child(4n+1) h1,
.text-tiles--theme-dark .text-tiles__item:nth-child(4n+1) h2,
.text-tiles--theme-dark .text-tiles__item:nth-child(4n) h1,
.text-tiles--theme-dark .text-tiles__item:nth-child(4n) h2 {
  color: rgb(0, 54, 105);
}

.video--theme-light {
  color: rgb(1, 40, 105);
  background-color: rgb(238, 231, 217);
}

.video--theme-light::before,
.video--theme-light::after {
  content: "";
  display: table;
}

.video--theme-light h1,
.video--theme-light h2 {
  color: rgb(0, 54, 105);
}

.video--theme-dark {
  color: rgb(254, 254, 247);
  background-color: rgb(0, 54, 105);
}

.video--theme-dark::before,
.video--theme-dark::after {
  content: "";
  display: table;
}

.video--theme-dark h1,
.video--theme-dark h2 {
  color: rgb(241, 167, 148);
}

.video__wrapper {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.video__head {
  margin-bottom: 3.125rem;
}

.video__head > *:first-child {
  margin-top: 0;
}

.video__head > *:last-child {
  margin-bottom: 0;
}

.video__copy {
  max-width: 68.75rem;
}

.video__player {
  border-radius: 1.25rem;
  overflow: hidden;
}

.video__player video {
  display: block;
  width: 100%;
  height: auto;
}

.video__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.video__youtube-poster {
  position: absolute;
  inset: 0;
}

.video__youtube-poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: filter 0.6s, opacity 0.6s;
}

.video__youtube--consent .video__youtube-poster {
  background-color: rgb(0, 54, 105);
}

.video__youtube--consent .video__youtube-poster img {
  filter: blur(0.3125rem);
  opacity: 0.5;
}

.video__youtube-play {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  cursor: pointer;
}

.video__youtube--consent .video__youtube-play {
  display: none;
}

.video__youtube-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video__youtube-consent {
  display: none;
  position: absolute;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  max-width: 41.25rem;
  padding: 2.5rem;
  margin: auto;
  border-radius: 1.875rem;
  background-color: rgb(0, 54, 105);
  color: rgb(255, 255, 255);
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.video__youtube-consent > *:first-child {
  margin-top: 0;
}

.video__youtube-consent > *:last-child {
  margin-bottom: 0;
}

.video__youtube--consent .video__youtube-consent {
  display: block;
}

@media all and (min-width: 30rem) {
  .button {
    width: auto;
    min-width: 17.5rem;
  }

  .gallery__items {
    gap: 2.5rem;
  }

  .gallery__items::before {
    padding-bottom: 94.2307692308%;
  }

  .stage-content__image {
    aspect-ratio: 960/640;
  }

  .stage-content__content {
    aspect-ratio: 960/640;
  }

  .text-gallery--size-2 .text-gallery__items {
    gap: 1.25rem;
  }

  .text-gallery--size-2 .text-gallery__items::before {
    aspect-ratio: 365/390;
  }

  .text-gallery--size-3 .text-gallery__items {
    gap: 0.9375rem;
  }

  .text-gallery--size-3 .text-gallery__items::before {
    aspect-ratio: 296/275;
  }

  .text-key-figures__image {
    aspect-ratio: 960/840;
  }

  .text-key-figures__items {
    max-width: 39.375rem;
  }

  .text-key-figures__item {
    gap: 2.5rem;
  }
}

@media all and (min-width: 36rem) {
  ol.special li {
    flex-direction: row;
  }

  ol.special li::before {
    align-self: flex-start;
  }

  .page-teasers__item {
    flex-direction: row;
  }

  .page-teasers__item-image {
    width: 50%;
    aspect-ratio: 410/440;
  }

  .page-teasers__item-content {
    width: 50%;
    aspect-ratio: unset;
    align-self: center;
  }

  .rich-content__icon-list-item {
    flex-direction: row;
  }

  .rich-content__icon-list-item-image {
    align-self: flex-start;
  }

  .text-carousel__navigation {
    padding-right: 5rem;
  }
}

@media all and (min-width: 48rem) {
  .form__widget--text {
    width: 50%;
  }

  .form__widget--textarea .kc_captcha {
    text-align: left;
  }

  .form__widget--textarea .captcha-image .cf7ic-icon-wrapper {
    display: inline-block;
  }

  .lws-player__big-play {
    font-size: 6.25rem;
  }

  .lws-player__controls {
    gap: 0.9375rem;
  }

  .lws-player__play-pause {
    font-size: 1.25rem;
  }

  .lws-player__progress-bar {
    height: 0.625rem;
  }

  .facts__item-icon .icon {
    font-size: 6.25rem;
  }

  .facts__item-image {
    width: 12.5rem;
    height: 12.5rem;
  }

  .gallery__item-media .icon {
    font-size: 6.25rem;
  }

  .gallery__item-overlay {
    padding: 1.25rem 1.875rem;
  }

  .gallery__item-title {
    font-size: 1.375rem;
    line-height: 1.5454545455;
  }

  .rich-content__youtube-play {
    font-size: 6.25rem;
  }

  .stage-home__hero {
    aspect-ratio: 1920/644;
    max-height: none;
    min-height: 40.25rem;
  }

  .stage-home__teaser {
    aspect-ratio: 480/304;
  }

  .text-gallery--size-3 .text-gallery__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .video__youtube-play {
    font-size: 6.25rem;
  }
}

@media all and (min-width: 62rem) {
  .button-bar__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .button-bar--fixed .button-bar__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .contact__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .contact__form {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .error__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .facts__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .facts__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .faqs__search-wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .faqs__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .faqs__categories {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .footer__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .footer__wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
  }

  .footer__partner {
    flex: 1 0 auto;
    justify-content: flex-start;
    margin: 0 2.5rem;
  }

  .footer__partner-item {
    align-items: flex-start;
  }

  .footer__partner-image a {
    display: initial;
  }

  .footer__navigation-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
  }

  .gallery__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .gallery__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .gallery__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .key-figures__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .key-figures__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .page-teasers__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .page-teasers__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .page-teasers__items {
    flex-direction: row;
  }

  .page-teasers__item {
    width: 50%;
  }

  .page-teasers__item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.25rem;
  }

  .page-teasers__item:last-child {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 0;
  }

  .quote__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .rich-content__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .rich-content__quote figure {
    flex-direction: row;
    gap: 3.75rem;
  }

  .rich-content__quote figcaption {
    width: -moz-min-content;
    width: min-content;
    min-width: 17.5rem;
  }

  .rich-content__headline-aside {
    flex-direction: row;
    gap: 3.75rem;
  }

  .rich-content__headline-aside-headline {
    width: -moz-min-content;
    width: min-content;
    min-width: 17.5rem;
  }

  .stage-content--layout-left .stage-content__wrapper {
    flex-direction: row-reverse;
  }

  .stage-content--layout-right .stage-content__wrapper {
    flex-direction: row;
  }

  .stage-content__image {
    width: 50%;
  }

  .stage-content__content {
    aspect-ratio: unset;
    align-self: center;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .stage-content__content-wrapper {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }

  .stage-home__hero-image::after {
    background-image: linear-gradient(75deg, rgba(43, 26, 4, 0.51) 0%, rgba(115, 109, 100, 0) 100%);
  }

  .stage-home__hero-content {
    color: rgb(254, 254, 247);
    padding-left: 8.0208333333%;
    padding-right: 0;
  }

  .stage-home__teaser {
    width: 25%;
  }

  .teaser--layout-left .teaser__wrapper {
    flex-direction: row;
  }

  .teaser--layout-right .teaser__wrapper {
    flex-direction: row-reverse;
  }

  .teaser__image {
    width: 39.0625%;
    aspect-ratio: 750/600;
  }

  .teaser__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }

  .text-carousel__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-carousel__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-carousel__view {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-carousel__view {
    flex-direction: row;
  }

  .text-carousel__stage {
    flex: 1 1 auto;
    width: unset;
    order: 1;
  }

  .text-carousel__contents {
    align-self: center;
    width: 44.696969697%;
    margin-bottom: 0;
    padding-left: 3.75rem;
    order: 2;
  }

  .text-gallery__wrapper {
    gap: 4.375rem;
  }

  .text-gallery--layout-bottom .text-gallery__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-gallery--layout-left .text-gallery__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-gallery--layout-left .text-gallery__wrapper {
    flex-direction: row-reverse;
    gap: 3.75rem;
  }

  .text-gallery--layout-right .text-gallery__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-gallery--layout-right .text-gallery__wrapper {
    flex-direction: row;
    gap: 3.75rem;
  }

  .text-gallery--layout-right.text-gallery--size-2 .text-gallery__items,
  .text-gallery--layout-left.text-gallery--size-2 .text-gallery__items {
    width: 48.7012987013%;
  }

  .text-gallery--layout-bottom.text-gallery--size-2 .text-gallery__items {
    max-width: 46.875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-gallery--layout-right.text-gallery--size-3 .text-gallery__items,
  .text-gallery--layout-left.text-gallery--size-3 .text-gallery__items {
    width: 59.6103896104%;
  }

  .text-gallery--layout-bottom.text-gallery--size-3 .text-gallery__items {
    max-width: 57.375rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-key-figures__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-key-figures__body {
    flex-direction: row;
  }

  .text-key-figures__image {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    aspect-ratio: 960/840;
  }

  .text-key-figures__items {
    width: 50%;
    margin-left: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-teaser__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-tiles__head {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-tiles__items {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .text-tiles__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .text-tiles__item {
    padding: 2.5rem;
  }

  .text-tiles__item:nth-child(4n+3) {
    color: rgb(1, 40, 105);
    background-color: rgb(241, 167, 148);
  }

  .text-tiles__item:nth-child(4n+3) h1,
  .text-tiles__item:nth-child(4n+3) h2 {
    color: rgb(0, 54, 105);
  }

  .text-tiles__item:nth-child(4n) {
    color: rgb(254, 254, 247);
    background-color: rgb(0, 54, 105);
  }

  .text-tiles__item:nth-child(4n) h1,
  .text-tiles__item:nth-child(4n) h2 {
    color: rgb(241, 167, 148);
  }

  .video__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media all and (min-width: 80rem) {
  body {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  h1 {
    font-size: 3.815rem;
    line-height: 1.2123197903;
  }

  h2 {
    font-size: 3.051875rem;
    line-height: 1.3311488839;
  }

  h3 {
    font-size: 2.44125rem;
    line-height: 1.2288786482;
  }

  p.subline-1 {
    font-size: 1.953125rem;
    line-height: 1.28;
  }

  p.subline-2 {
    font-size: 1.5625rem;
    line-height: 1.6;
  }

  p.caption-1 {
    font-size: 1.5625rem;
    line-height: 1.56;
  }

  ol.special li::before {
    font-size: 3.051875rem;
    line-height: 1.3311488839;
  }

  ol.special li::before {
    width: 4.25rem;
    height: 4.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.3925865247;
  }

  .anchor {
    margin-top: -7rem;
  }

  .button {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 1.125rem 1.875rem;
    border-radius: 2rem;
    min-width: 19.375rem;
  }

  .buttons {
    gap: 3.75rem;
  }

  .form__widget--text label {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  .form__widget--text input {
    padding: 1.125rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }

  .form__widget--select label {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  .form__widget--select select {
    padding: 1.125rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }

  .form__widget--select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.4375rem;
    padding-right: 3.75rem;
  }

  .form__widget--select .select2-selection__rendered {
    padding: 1.125rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }

  .form__widget--select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.2222222222;
  }

  .form__widget--select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 3.75rem;
  }

  .form__widget--select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0.4375rem 0.4375rem 0 0.4375rem;
    margin-left: -0.4375rem;
    margin-top: -0.1875rem;
  }

  .select2-results__option {
    padding: 1.125rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }

  .form__widget--textarea label {
    font-size: 1.25rem;
    line-height: 1.85;
  }

  .form__widget--textarea textarea {
    height: 10.75rem;
    padding: 1.125rem 1.4375rem;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }

  .lws-player__big-play {
    font-size: 7.625rem;
  }

  .lws-player__controls {
    margin-right: 3.625rem;
    margin-bottom: 1.5rem;
    margin-left: 3.625rem;
  }

  .button-bar--fixed .button-bar__content {
    top: 7.5rem;
  }

  .contact__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .contact__head {
    margin-bottom: 4.375rem;
  }

  .error__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .error__icon svg {
    font-size: 4rem;
  }

  .error__head {
    margin-bottom: 4.375rem;
  }

  .error__headline {
    font-size: 7.5rem;
    line-height: 1.25;
  }

  .error__link {
    margin: 4.375rem 0;
  }

  .facts__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .facts__head {
    margin-bottom: 4.375rem;
  }

  .facts__items {
    gap: 3.75rem;
  }

  .facts__item {
    max-width: 23.125rem;
  }

  .facts__item-title {
    font-size: 1.5625rem;
    line-height: 1.56;
  }

  .faqs__search-wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .faqs__container-wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .faqs__head {
    margin-bottom: 4.375rem;
  }

  .footer__wrapper {
    padding-top: 11.875rem;
    padding-bottom: 3.125rem;
  }

  .footer__brand a img {
    height: 5rem;
  }

  .footer__brand-code {
    height: 0.5rem;
    margin-top: 0.625rem;
  }

  .footer__partner-headline {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }

  .footer__navigation {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .footer__navigation-list {
    gap: 3.75rem;
  }

  .gallery__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .gallery__head {
    margin-bottom: 4.375rem;
  }

  .gallery__item-overlay {
    padding: 2.5rem 3.75rem;
  }

  .gallery__item-title {
    font-size: 1.5625rem;
    line-height: 1.56;
  }

  .gallery__link {
    margin-top: 4.375rem;
  }

  .key-figures__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .key-figures__head {
    margin-bottom: 4.375rem;
  }

  .key-figures__items {
    gap: 3.75rem;
  }

  .key-figures__item-number {
    font-size: 6.25rem;
    line-height: 1.22;
  }

  #main {
    padding-top: 7rem;
  }

  .navigation__wrapper {
    height: 7rem;
  }

  .navigation__brand {
    top: 1.1875rem;
    left: 3.75rem;
  }

  .navigation__brand img {
    height: 4.625rem;
  }

  .navigation__menu-button {
    display: none;
  }

  .navigation__menu-flyout {
    position: static;
    top: unset;
    bottom: unset;
    left: unset;
    width: unset;
    max-width: unset;
    padding: 0;
    background-color: transparent;
    transform: none;
    transition: none;
    overflow: visible;
  }

  .navigation__main-level--2 {
    position: absolute;
    top: 100%;
    left: -1.1875rem;
    width: 29.625rem;
    padding-top: 2.9375rem;
    padding-right: 1.1875rem;
    padding-bottom: 2.5rem;
    padding-left: 1.1875rem;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    background-color: rgb(254, 254, 247);
    box-sizing: border-box;
  }

  .navigation__main-level--1 > .navigation__main-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.375rem;
  }

  .navigation__main-level--1 > .navigation__main-list::before {
    content: "";
    flex: 0 0 auto;
    width: 11.625rem;
  }

  .navigation__main-level--1 > .navigation__main-list::after {
    content: "";
    flex: 0 1 auto;
    width: 11.625rem;
  }

  .navigation__main-level--2 > .navigation__main-list {
    gap: 1.8125rem;
    margin-top: 0;
  }

  .navigation__meta {
    position: absolute;
    top: 1.0625rem;
    right: 7.25rem;
    margin-top: 0;
  }

  .navigation__meta-dropbtn {
    display: initial;
  }

  .navigation__meta-list {
    display: none;
  }

  .navigation__meta-list.show {
    display: flex;
  }

  .page-teasers__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .page-teasers__head {
    margin-bottom: 4.375rem;
  }

  .page-teasers__item-content-wrapper {
    padding: 1.25rem 1.875rem;
  }

  .page-teasers__item-title {
    font-size: 2.44125rem;
    line-height: 1.2288786482;
  }

  .quote__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .quote__copy {
    font-size: 2.44125rem;
    line-height: 1.2288786482;
  }

  #pojo-a11y-toolbar {
    top: 260px;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link {
    width: 90px;
    height: 100px;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link > span {
    display: block;
    position: absolute;
    text-align: center;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link > svg {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
  }

  .read-speaker {
    top: 138px;
  }

  .read-speaker__toggle {
    left: -90px;
  }

  .read-speaker__toggle-button {
    width: 90px;
    height: 100px;
    padding: 15px;
  }

  .read-speaker__toggle-button > span {
    display: block;
    position: absolute;
    text-align: center;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .read-speaker__toggle-button > svg {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
  }

  .read-speaker__overlay {
    min-height: 100px;
  }

  .rich-content__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .rich-content__youtube-play {
    font-size: 7.625rem;
  }

  .rich-content__quote figcaption {
    font-size: 2.44125rem;
    line-height: 1.2288786482;
  }

  .rich-content__icon-list-item-image {
    width: 5rem;
    height: 5rem;
  }

  .rich-content__icon-list-item-title {
    font-size: 1.5625rem;
    line-height: 1.56;
  }

  .stage-content__content {
    max-width: 41.25rem;
  }

  .stage-content__content-wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .stage-home__hero-content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .stage-home__teaser-content {
    padding: 1.875rem;
  }

  .stage-home__teaser-title {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }

  .teaser__content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .teaser__link {
    margin: 4.375rem 0;
  }

  .text-carousel__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .text-carousel__head {
    margin-bottom: 7.5rem;
  }

  .text-carousel__navigation {
    width: 7.5rem;
    padding-right: 5rem;
  }

  .text-carousel__navigation-item:not(:last-child) {
    margin-bottom: 2.8125rem;
  }

  .text-carousel__navigation-figure picture {
    padding: 1.25rem;
    width: 7.5rem;
    height: 7.5rem;
  }

  .text-carousel__navigation-figure span {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.1875;
  }

  .text-gallery__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .text-key-figures__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .text-key-figures__head {
    margin-bottom: 4.375rem;
  }

  .text-key-figures__items {
    max-width: 43.75rem;
  }

  .text-key-figures__item:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .text-key-figures__item-head {
    width: 12.5rem;
  }

  .text-key-figures__item-number {
    font-size: 4.375rem;
    line-height: 1.2285714286;
  }

  .text-key-figures__item-title {
    font-size: 2.1875rem;
    line-height: 1.2285714286;
  }

  .text-key-figures__item-description {
    font-size: 1.5625rem;
    line-height: 1.6;
  }

  .text-teaser__wrapper {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .text-teaser__link {
    margin: 4.375rem 0;
  }

  .text-tiles__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .text-tiles__head {
    margin-bottom: 4.375rem;
  }

  .text-tiles__item {
    padding: 3.75rem;
  }

  .video__wrapper {
    margin-top: 11.875rem;
    margin-bottom: 11.875rem;
  }

  .video__head {
    margin-bottom: 4.375rem;
  }

  .video__youtube-play {
    font-size: 7.625rem;
  }
}

@media all and (min-width: 92.5rem) {
  .footer__partner {
    margin: 0 5rem;
    gap: 3.75rem;
  }

  .footer__partner-headline {
    font-size: 1.5rem;
  }

  .footer__partner-image img {
    max-height: 6.25rem;
    max-width: 14.0625rem;
  }
}