@charset "UTF-8";
@layer normalize, generic, basic, layouts, elements, shape, modules, utilities;
@layer normalize {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    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
     ========================================================================== */
  /**
   * 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 */
  }
  /**
   * 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 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
  }
  /**
   * 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 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
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    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;
  }
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * 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 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 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 in Chrome and Safari on macOS.
   */
  [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 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
}
@layer generic {
  :root {
    --border-radius-s: 0.5rem;
    --border-radius-m: 1.5rem;
    --border-radius-default: 0;
    --box-shadow-s: 0 3px 4px rgba(0, 0, 0, 0.12);
    --box-shadow-m: 0 5px 7px rgba(0, 0, 0, 0.18);
    --scrollbar-width: 15px;
    --scroll-to-offset: 140;
    --main-scroll-target: html;
    --height-page-header: 11.5rem;
    --margin-block-page-header: 0;
    --width-grid: 117rem;
    --width-page: 3840px;
    --grid-columns: 12;
    --row-width: 12;
    --gutter-outer: 4.8rem;
    --clip-slant-height: 6vw;
    --max-height-media-mobile: unset;
    --gutter-x: calc(1.5rem + 0.9vw);
    --gutter-y: calc(1.58rem + 1.62vw);
    --size-xxs: calc(1.42rem + 0.18vw);
    --size-xs: calc(1.5rem + 0.9vw);
    --size-s: calc(1.58rem + 1.62vw);
    --size-m: calc(1.74rem + 3.06vw);
    --size-l: calc(2.06rem + 5.94vw);
    --size-xl: calc(2.54rem + 10.26vw);
    --size-xxl: calc(3.18rem + 16.02vw);
  }
  @media (max-width: 56.25rem) {
    :root {
      --gutter-outer: 5vw;
      --height-page-header: 8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --gutter-x: 2.4rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --gutter-y: 3.2rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xxs: 1.6rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xs: 2.4rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-s: 3.2rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-m: 4.8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-l: 8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xl: 12.8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xxl: 19.2rem;
    }
  }
  @font-face {
    font-family: "icons";
    src: url("../../Fonts/Icons/icons.ttf?a0ee4ee89fc1d6d48d95b87040d9a54d") format("truetype"), url("../../Fonts/Icons/icons.woff?a0ee4ee89fc1d6d48d95b87040d9a54d") format("woff"), url("../../Fonts/Icons/icons.woff2?a0ee4ee89fc1d6d48d95b87040d9a54d") format("woff2");
  }
  *[class^=icon--], *[class*=" icon--"] {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  :root {
    --icon-code-youtube: "";
    --icon-code-xmark-regular: "";
    --icon-code-xing: "";
    --icon-code-website-logo: "";
    --icon-code-tiktok: "";
    --icon-code-stagevideo-play: "";
    --icon-code-stagevideo-pause: "";
    --icon-code-spinner-circle: "";
    --icon-code-school-flag-solid-full: "";
    --icon-code-plus-regular: "";
    --icon-code-phone-solid-full: "";
    --icon-code-person: "";
    --icon-code-linkedin: "";
    --icon-code-instagram: "";
    --icon-code-file: "";
    --icon-code-facebook: "";
    --icon-code-envelope-solid: "";
    --icon-code-download: "";
    --icon-code-contentvideo-play: "";
    --icon-code-container: "";
    --icon-code-close: "";
    --icon-code-circle-play-duotone: "";
    --icon-code-bird: "";
    --icon-code-arrow-up-regular: "";
    --icon-code-arrow-right-up: "";
    --icon-code-arrow-right-regular: "";
    --icon-code-arrow-left-regular: "";
    --icon-code-arrow-down-regular: "";
    --icon-code-angle-up-regular: "";
    --icon-code-angle-right-regular: "";
    --icon-code-angle-left-regular: "";
    --icon-code-angle-down-regular: "";
    --icon-code-transportlogistik: "";
    --icon-code-performanceberichte: "";
    --icon-code-news: "";
    --icon-code-nachhaltige_ziele: "";
    --icon-code-nachhaltige_sachwerte: "";
    --icon-code-makro_report: "";
    --icon-code-logistikgruppe: "";
    --icon-code-karriere: "";
    --icon-code-institutionelle_investoren: "";
    --icon-code-heimat_engagiert: "";
    --icon-code-erfahrene_crew: "";
    --icon-code-default_menusymbol: "";
  }
  .icon--youtube:before {
    content: var(--icon-code-youtube);
  }
  .icon--xmark-regular:before {
    content: var(--icon-code-xmark-regular);
  }
  .icon--xing:before {
    content: var(--icon-code-xing);
  }
  .icon--website-logo:before {
    content: var(--icon-code-website-logo);
  }
  .icon--tiktok:before {
    content: var(--icon-code-tiktok);
  }
  .icon--stagevideo-play:before {
    content: var(--icon-code-stagevideo-play);
  }
  .icon--stagevideo-pause:before {
    content: var(--icon-code-stagevideo-pause);
  }
  .icon--spinner-circle:before {
    content: var(--icon-code-spinner-circle);
  }
  .icon--school-flag-solid-full:before {
    content: var(--icon-code-school-flag-solid-full);
  }
  .icon--plus-regular:before {
    content: var(--icon-code-plus-regular);
  }
  .icon--phone-solid-full:before {
    content: var(--icon-code-phone-solid-full);
  }
  .icon--person:before {
    content: var(--icon-code-person);
  }
  .icon--linkedin:before {
    content: var(--icon-code-linkedin);
  }
  .icon--instagram:before {
    content: var(--icon-code-instagram);
  }
  .icon--file:before {
    content: var(--icon-code-file);
  }
  .icon--facebook:before {
    content: var(--icon-code-facebook);
  }
  .icon--envelope-solid:before {
    content: var(--icon-code-envelope-solid);
  }
  .icon--download:before {
    content: var(--icon-code-download);
  }
  .icon--contentvideo-play:before {
    content: var(--icon-code-contentvideo-play);
  }
  .icon--container:before {
    content: var(--icon-code-container);
  }
  .icon--close:before {
    content: var(--icon-code-close);
  }
  .icon--circle-play-duotone:before {
    content: var(--icon-code-circle-play-duotone);
  }
  .icon--bird:before {
    content: var(--icon-code-bird);
  }
  .icon--arrow-up-regular:before {
    content: var(--icon-code-arrow-up-regular);
  }
  .icon--arrow-right-up:before {
    content: var(--icon-code-arrow-right-up);
  }
  .icon--arrow-right-regular:before {
    content: var(--icon-code-arrow-right-regular);
  }
  .icon--arrow-left-regular:before {
    content: var(--icon-code-arrow-left-regular);
  }
  .icon--arrow-down-regular:before {
    content: var(--icon-code-arrow-down-regular);
  }
  .icon--angle-up-regular:before {
    content: var(--icon-code-angle-up-regular);
  }
  .icon--angle-right-regular:before {
    content: var(--icon-code-angle-right-regular);
  }
  .icon--angle-left-regular:before {
    content: var(--icon-code-angle-left-regular);
  }
  .icon--angle-down-regular:before {
    content: var(--icon-code-angle-down-regular);
  }
  .icon--transportlogistik:before {
    content: var(--icon-code-transportlogistik);
  }
  .icon--performanceberichte:before {
    content: var(--icon-code-performanceberichte);
  }
  .icon--news:before {
    content: var(--icon-code-news);
  }
  .icon--nachhaltige_ziele:before {
    content: var(--icon-code-nachhaltige_ziele);
  }
  .icon--nachhaltige_sachwerte:before {
    content: var(--icon-code-nachhaltige_sachwerte);
  }
  .icon--makro_report:before {
    content: var(--icon-code-makro_report);
  }
  .icon--logistikgruppe:before {
    content: var(--icon-code-logistikgruppe);
  }
  .icon--karriere:before {
    content: var(--icon-code-karriere);
  }
  .icon--institutionelle_investoren:before {
    content: var(--icon-code-institutionelle_investoren);
  }
  .icon--heimat_engagiert:before {
    content: var(--icon-code-heimat_engagiert);
  }
  .icon--erfahrene_crew:before {
    content: var(--icon-code-erfahrene_crew);
  }
  .icon--default_menusymbol:before {
    content: var(--icon-code-default_menusymbol);
  }
  * {
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
  }
  *:focus {
    outline: initial;
  }
  *:not(img)::selection {
    background-color: var(--color) !important;
    color: var(--background) !important;
  }
  *:not(img)::selection:after, *:not(img)::selection:before {
    color: var(--background) !important;
  }
  * img::selection {
    background-color: var(--color);
    opacity: 0.4;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  button {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
    padding: 0;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  /* roboto-100 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-100.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-300 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-300.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-500.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-700.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-900 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-900.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-200 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 200;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-200.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-300 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-300.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-regular - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-regular.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-500 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-500.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-600 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-600.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-700 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-700.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-800 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-800.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-900 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-900.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* lexend-regular - latin */
  @font-face {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Lexend/lexend-deca-v25-latin-regular.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* lexend-500 - latin */
  @font-face {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Lexend/lexend-deca-v25-latin-500.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* lexend-600 - latin */
  @font-face {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../../Fonts/Lexend/lexend-deca-v25-latin-600.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* lexend-700 - latin */
  @font-face {
    font-family: "Lexend";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Lexend/lexend-deca-v25-latin-700.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* barlow-regular - latin */
  @font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Barlow/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* barlow-regular - latin */
  @font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../../Fonts/Barlow/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
}
@layer basic {
  .svg-icon {
    width: 1.2em;
    height: 1.1em;
    fill: currentColor;
  }
  *[class^=icon--]:before, *[class*=" icon--"]:before {
    word-break: keep-all;
    white-space: nowrap;
  }
  .svg--spinner-circle,
  .icon--spinner-circle:before {
    animation: spin 1.5s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  h1, .h1 {
    font-size: calc(1.74rem + 3.06vw);
    font-family: "Lexend";
    font-weight: 600;
    line-height: 1.0833333333;
    text-wrap: balance;
    padding-bottom: var(--size-m);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h1, .h1 {
      font-size: 4.8rem;
    }
  }
  h2, .h2 {
    font-size: calc(1.64rem + 2.16vw);
    font-family: "Lexend";
    font-weight: 500;
    line-height: 1.1842105263;
    text-wrap: balance;
    padding-bottom: var(--size-s);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h2, .h2 {
      font-size: 3.8rem;
    }
  }
  h3, .h3 {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Lexend";
    font-weight: 600;
    line-height: 1.4;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h3, .h3 {
      font-size: 2rem;
    }
  }
  h3.-gold, .h3.-gold {
    color: #82640F;
  }
  h4, .h4 {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Lexend";
    font-weight: bold;
    line-height: 1.36;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
  }
  @media (min-width: 1000px) {
    h4, .h4 {
      font-size: 2rem;
    }
  }
  topline, .topline {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Barlow";
    font-weight: 600;
    line-height: 1.3333333333;
    text-wrap: balance;
    text-transform: uppercase;
    padding-bottom: var(--size-m);
    color: var(--color);
  }
  @media (min-width: 1000px) {
    topline, .topline {
      font-size: 1.5rem;
    }
  }
  html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  img, video, iframe {
    max-width: 100%;
    height: auto;
    display: block;
  }
  audio {
    max-width: 100%;
  }
  audio::-webkit-media-controls-panel {
    background: white;
  }
  audio::-webkit-media-controls-enclosure {
    border-radius: var(--border-radius-s);
  }
  svg {
    max-width: 100%;
    height: auto;
  }
  figure {
    margin: 0;
    padding: 0;
  }
  figcaption {
    font-size: calc(1.41rem + 0.09vw);
    padding-top: 1em;
  }
  @media (min-width: 1000px) {
    figcaption {
      font-size: 1.5rem;
    }
  }
  hr {
    margin-block: var(--size-s);
    border: none;
    border-top: 2px solid;
  }
  p {
    padding-bottom: var(--size-xs);
  }
  p.-quote {
    font-size: calc(1.61rem + 1.89vw);
    font-family: "Lexend";
    font-weight: 400;
    line-height: 1.2857142857;
  }
  @media (min-width: 1000px) {
    p.-quote {
      font-size: 3.5rem;
    }
  }
  small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    small {
      font-size: 1.5rem;
    }
  }
  strong {
    font-weight: 700;
  }
  ul, ol {
    line-height: 1.38;
    list-style: none;
  }
  a {
    transition: color 0.15s, opacity 0.15s, transform 0.15s, background 0.15s, filter 0.15s;
    text-decoration: none;
    color: inherit;
  }
  [data-link-to] {
    cursor: pointer;
  }
  [data-link-to]:active {
    cursor: default;
  }
  button[disabled], button.-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
  }
  sup, sub {
    font-size: 50%;
  }
  sup {
    top: -0.75em;
  }
  em {
    font-style: italic;
  }
  b {
    font-weight: bold;
  }
  button:focus-visible, a[href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [draggable]:focus-visible, [contenteditable]:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px var(--outline-color-button--focus);
    border-radius: var(--border-radius-s);
  }
  fieldset {
    padding: 0;
    border: none;
  }
  input, textarea, select {
    margin: 0;
    padding: 0;
    color: var(--color-input);
    background: var(--background-input);
    outline: 0;
    color-scheme: light dark;
  }
  input::placeholder, textarea::placeholder, select::placeholder {
    opacity: 0.5;
  }
  input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    color: var(--color-input--active);
    background: var(--background-input--active);
  }
  input:active::placeholder, input:focus::placeholder, textarea:active::placeholder, textarea:focus::placeholder, select:active::placeholder, select:focus::placeholder {
    opacity: 1;
  }
  textarea {
    height: 9.5em;
    resize: none;
  }
  textarea, select, [type=text], [type=email], [type=password], [type=number], [type=date], [type=tel], [type=datetime-local], [type=month], [type=week], [type=time], [type=url], [type=search], [type=color] {
    width: 100%;
    min-height: 2.66em;
    padding: 0.66em;
    line-height: 1.2;
    border: 2px solid var(--color-input-border);
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  }
  textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=password]:active, [type=password]:focus, [type=password]:hover, [type=number]:active, [type=number]:focus, [type=number]:hover, [type=date]:active, [type=date]:focus, [type=date]:hover, [type=tel]:active, [type=tel]:focus, [type=tel]:hover, [type=datetime-local]:active, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=month]:active, [type=month]:focus, [type=month]:hover, [type=week]:active, [type=week]:focus, [type=week]:hover, [type=time]:active, [type=time]:focus, [type=time]:hover, [type=url]:active, [type=url]:focus, [type=url]:hover, [type=search]:active, [type=search]:focus, [type=search]:hover, [type=color]:active, [type=color]:focus, [type=color]:hover {
    border-color: var(--color-input-border--active);
  }
  select:not([multiple]), select:not([multiple]):focus {
    -webkit-appearance: none;
            appearance: none;
    padding-right: 2em;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
  }
  select[multiple] {
    overflow: auto;
  }
  [type=checkbox], [type=radio] {
    width: 1.5em;
    height: 1.5em;
  }
  [type=checkbox] + label, [type=radio] + label {
    cursor: pointer;
    position: relative;
    padding: 0.25em 0 0 2.25em;
    line-height: 1.5;
  }
  [type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
    position: absolute;
    content: "";
    display: inline-block;
  }
  [type=checkbox] + label:before, [type=radio] + label:before {
    top: 0.165em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background: var(--background-input);
    transition: border-color 0.15s;
  }
  [type=checkbox] + label:after, [type=radio] + label:after {
    box-sizing: border-box;
    background: var(--color-input--active);
    top: 0.54em;
    left: 0.375em;
    width: 0.75em;
    height: 0.75em;
    scale: 0.5;
    transition: border-color 0.15s, background 0.15s, opacity 0.15s, scale 0.15s;
  }
  [type=checkbox]:not(:checked) + label:hover:after, [type=radio]:not(:checked) + label:hover:after {
    opacity: 0.5;
  }
  [type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
    opacity: 1;
    scale: 1;
  }
  [type=radio] + label:after, [type=radio] + label:before {
    border-radius: 100%;
  }
  [type=checkbox] + label, [type=radio] + label {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  input[type=range] {
    margin-bottom: 0;
    height: 7px;
    border-radius: 5px;
    accent-color: var(--color-input);
    background: var(--background-input);
  }
  label {
    display: inline-block;
    margin-bottom: 0.5em;
  }
  label a {
    color: var(--color-link);
    text-decoration: underline;
    transition: color 0.15s;
  }
  label a:hover {
    color: var(--color-link--hover);
  }
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__container {
    box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
@layer layouts {
  .l-section {
    position: relative;
    width: 100%;
    margin-block: var(--size-m);
    color: var(--color);
    background: var(--background);
    scroll-margin-top: calc(var(--scroll-margin-top-base) + var(--size-xs));
  }
  .l-section.-top-none {
    margin-top: 0;
  }
  .l-section.-top-small {
    margin-top: var(--size-s);
  }
  .l-section.-top-medium {
    margin-top: var(--size-m);
  }
  .l-section.-top-large {
    margin-top: var(--size-l);
  }
  .l-section.-bottom-none {
    margin-bottom: 0;
  }
  .l-section.-bottom-small {
    margin-bottom: var(--size-s);
  }
  .l-section.-bottom-medium {
    margin-bottom: var(--size-m);
  }
  .l-section.-bottom-large {
    margin-bottom: var(--size-l);
  }
  .m-main > .l-section:where(.-bottom-auto:last-of-type):not(:has(+ .frame-type-shortcut)):not(:has(+ .frame-type-shape_form)) {
    padding-bottom: var(--size-xl);
    margin-bottom: 0;
  }
  .m-main .frame-type-shortcut:only-child > .l-section:where(.-bottom-auto:last-of-type):not(:has(+ .frame-type-shortcut)):not(:has(+ .frame-type-shape_form)) {
    padding-bottom: var(--size-xl);
    margin-bottom: 0;
  }
  .l-section:where(:not([class*=-background-])):where(.-bottom-auto) + .l-section:where(:not([class*=-background-])):where(.-top-auto.-no-h2-spacing), .l-section:where(:not([class*=-background-])):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(:not([class*=-background-])):where(.-top-auto.-no-h2-spacing) {
    margin-top: 0;
  }
  .l-section:where([class*=-background-]) {
    padding-block: calc(var(--size-m) * 2);
  }
  .l-section:where([class*=-background-]) + .l-section:where([class*=-background-]), .l-section:where([class*=-background-]) + .e-anchor + :where(.l-section:where([class*=-background-])) {
    margin-top: calc(var(--size-m) * -1);
  }
  .l-section:where(.-background-dark-1):where(.-bottom-auto) + .l-section:where(.-background-dark-1):where(.-top-auto), .l-section:where(.-background-dark-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-dark-1):where(.-top-auto) {
    margin-top: calc(var(--size-m) * -1);
    padding-top: 0;
  }
  .l-section:where(.-background-dark-1):where(.-bottom-auto) + .l-section:where(.-background-dark-1):where(.-top-auto):where(.-no-h2-spacing), .l-section:where(.-background-dark-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-dark-1):where(.-top-auto):where(.-no-h2-spacing) {
    margin-top: calc(var(--size-m) * -2);
  }
  .l-section:where(.-background-light-1):where(.-bottom-auto) + .l-section:where(.-background-light-1):where(.-top-auto), .l-section:where(.-background-light-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-light-1):where(.-top-auto) {
    margin-top: calc(var(--size-m) * -1);
    padding-top: 0;
  }
  .l-section:where(.-background-light-1):where(.-bottom-auto) + .l-section:where(.-background-light-1):where(.-top-auto):where(.-no-h2-spacing), .l-section:where(.-background-light-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-light-1):where(.-top-auto):where(.-no-h2-spacing) {
    margin-top: calc(var(--size-m) * -2);
  }
  .l-section.-background-slant-dark-1 {
    --responsives-slant-section-margin: calc(2.06rem + 5.94vw);
    z-index: 2;
    padding-block: calc(5em + var(--clip-slant-height) * 0.66);
    margin-block: calc(var(--responsives-slant-section-margin) - var(--clip-slant-height) * 0.5);
    clip-path: polygon(0 var(--clip-slant-height), 100% 2px, 100% calc(100% - var(--clip-slant-height)), 0% calc(100% - 2px));
  }
  @media (min-width: 1000px) {
    .l-section.-background-slant-dark-1 {
      --responsives-slant-section-margin: 8rem;
    }
  }
  .l-section.-background-slant-dark-1:last-child {
    margin-bottom: 0;
    padding-bottom: 5em;
    clip-path: polygon(0 var(--clip-slant-height), 100% 2px, 100% 100%, 0% 100%);
  }
  .l-section.-background-slant-dark-1:where(.-bottom-auto) + .l-section.-background-slant-dark-1:where(.-top-auto) {
    padding-top: calc(var(--responsives-slant-section-margin) + var(--clip-slant-height) * 0.33);
  }
  .l-section.-background-slant-dark-1:where(.-bottom-auto) + .l-section.-background-slant-dark-1:where(.-top-auto):where(.-no-h2-spacing) {
    padding-top: calc(var(--clip-slant-height) * 0.33);
  }
  .l-section.-background-slant-dark-1:where(.-bottom-auto) + .l-section:where(.-background-slant-dark-1.-top-auto), .l-section.-background-slant-dark-1:where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-slant-dark-1.-top-auto) {
    margin-top: calc(-1 * (var(--responsives-slant-section-margin) - var(--clip-slant-height) * 0.5) - var(--clip-slant-height));
  }
  .l-section.-background-dark-1 {
    --background: color-mix(in srgb, #00193C, transparent 10%);
    --color: white;
    --color-headline: white;
    --color-link: white;
    --color-link--hover: #008BD2;
    --color-button: var(--background);
    --color-button--hover: #00193C;
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button--hover) 30%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-section.-background-light-1 {
    --background: #ECEAE4;
  }
  .l-section.-background-icon-1:before {
    content: "";
    background-image: url("/fileadmin/media/icons/solvium-chart-bgr.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - var(--gutter-outer) * 2);
    max-width: 117rem;
    height: 28rem;
  }
  .l-section.-background-icon-1 .l-container__inner {
    z-index: 1;
  }
  .m-main > div.frame-type-shortcut:last-child:not(:only-child) {
    padding-bottom: var(--size-xl);
  }
  .m-main > div.frame-type-shortcut:last-child:not(:only-child) .l-section {
    margin-bottom: 0;
  }
  .l-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
  }
  .l-row:where(.u-justify-left) img, .l-row:where(.u-justify-left) video {
    margin-left: 0;
  }
  .l-row:where(.u-justify-right) img, .l-row:where(.u-justify-right) video {
    margin-right: 0;
  }
  .l-row.-align-start {
    align-items: flex-start;
  }
  .l-row.-align-center {
    align-items: center;
  }
  .l-row.-align-end {
    align-items: flex-end;
  }
  .l-row.-align-stretch {
    align-items: stretch;
  }
  .l-row.-justify-start, .l-row.-justify-left {
    justify-content: flex-start;
  }
  .l-row.-justify-center {
    justify-content: center;
  }
  .l-row.-justify-end, .l-row.-justify-right {
    justify-content: flex-end;
  }
  .l-row.-justify-space-between {
    justify-content: space-between;
  }
  .l-row__item {
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: auto;
    width: round(down, (100% - (var(--row-width) - 1) * var(--gutter-x)) * var(--col-width) / var(--row-width) + var(--gutter-x) * (var(--col-width) - 1), 1px);
    --col-width: var(--row-width);
  }
  .l-row__item .l-row.-justify-center img, .l-row__item .l-row.-justify-center video {
    margin-left: auto;
    margin-right: auto;
  }
  .l-row__item.-stretch-content {
    display: flex;
    flex-direction: column;
  }
  .l-row:where(.-item-width-1) > .l-row__item, .l-row__item.-width-1 {
    --col-width: 1;
  }
  .l-row:where(.-item-width-1) > .l-row__item > *, .l-row__item.-width-1 > * {
    --row-width: 1;
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-width: 4;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-width: 4;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-width: 6;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-2) > .l-row__item, .l-row__item.-width-2 {
    --col-width: 2;
  }
  .l-row:where(.-item-width-2) > .l-row__item > *, .l-row__item.-width-2 > * {
    --row-width: 2;
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-width: 4;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-width: 4;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-width: 6;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-3) > .l-row__item, .l-row__item.-width-3 {
    --col-width: 3;
  }
  .l-row:where(.-item-width-3) > .l-row__item > *, .l-row__item.-width-3 > * {
    --row-width: 3;
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-width: 4;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-width: 4;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-width: 6;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-4) > .l-row__item, .l-row__item.-width-4 {
    --col-width: 4;
  }
  .l-row:where(.-item-width-4) > .l-row__item > *, .l-row__item.-width-4 > * {
    --row-width: 4;
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-width: 6;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-width: 6;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-5) > .l-row__item, .l-row__item.-width-5 {
    --col-width: 5;
  }
  .l-row:where(.-item-width-5) > .l-row__item > *, .l-row__item.-width-5 > * {
    --row-width: 5;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-5) > .l-row__item:where(.-bp-auto), .l-row__item.-width-5:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-5) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-5:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-6) > .l-row__item, .l-row__item.-width-6 {
    --col-width: 6;
  }
  .l-row:where(.-item-width-6) > .l-row__item > *, .l-row__item.-width-6 > * {
    --row-width: 6;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-6) > .l-row__item:where(.-bp-auto), .l-row__item.-width-6:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-6) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-6:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-7) > .l-row__item, .l-row__item.-width-7 {
    --col-width: 7;
  }
  .l-row:where(.-item-width-7) > .l-row__item > *, .l-row__item.-width-7 > * {
    --row-width: 7;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-7) > .l-row__item:where(.-bp-auto), .l-row__item.-width-7:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-7) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-7:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-8) > .l-row__item, .l-row__item.-width-8 {
    --col-width: 8;
  }
  .l-row:where(.-item-width-8) > .l-row__item > *, .l-row__item.-width-8 > * {
    --row-width: 8;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-8) > .l-row__item:where(.-bp-auto), .l-row__item.-width-8:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-8) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-8:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-9) > .l-row__item, .l-row__item.-width-9 {
    --col-width: 9;
  }
  .l-row:where(.-item-width-9) > .l-row__item > *, .l-row__item.-width-9 > * {
    --row-width: 9;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-9) > .l-row__item:where(.-bp-auto), .l-row__item.-width-9:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-9) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-9:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-10) > .l-row__item, .l-row__item.-width-10 {
    --col-width: 10;
  }
  .l-row:where(.-item-width-10) > .l-row__item > *, .l-row__item.-width-10 > * {
    --row-width: 10;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-10) > .l-row__item:where(.-bp-auto), .l-row__item.-width-10:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-10) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-10:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-11) > .l-row__item, .l-row__item.-width-11 {
    --col-width: 11;
  }
  .l-row:where(.-item-width-11) > .l-row__item > *, .l-row__item.-width-11 > * {
    --row-width: 11;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-11) > .l-row__item:where(.-bp-auto), .l-row__item.-width-11:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-11) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-11:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-item-width-12) > .l-row__item, .l-row__item.-width-12 {
    --col-width: 12;
  }
  .l-row:where(.-item-width-12) > .l-row__item > *, .l-row__item.-width-12 > * {
    --row-width: 12;
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-12) > .l-row__item:where(.-bp-auto), .l-row__item.-width-12:where(.-bp-auto) {
      --col-width: 12;
    }
    .l-row:where(.-item-width-12) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-12:where(.-bp-auto) > * {
      --row-width: 12;
    }
  }
  .l-row:where(.-flex-grow-0) > .l-row__item {
    flex-grow: 0;
  }
  .l-row:where(.-flex-grow-1, .-flex-grow) > .l-row__item {
    flex-grow: 1;
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-1 {
      --col-width: 1;
    }
    .l-row__item.-grid-width-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-2 {
      --col-width: 2;
    }
    .l-row__item.-grid-width-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-3 {
      --col-width: 3;
    }
    .l-row__item.-grid-width-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-4 {
      --col-width: 4;
    }
    .l-row__item.-grid-width-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-5 {
      --col-width: 5;
    }
    .l-row__item.-grid-width-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-6 {
      --col-width: 6;
    }
    .l-row__item.-grid-width-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-7 {
      --col-width: 7;
    }
    .l-row__item.-grid-width-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-8 {
      --col-width: 8;
    }
    .l-row__item.-grid-width-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-9 {
      --col-width: 9;
    }
    .l-row__item.-grid-width-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-10 {
      --col-width: 10;
    }
    .l-row__item.-grid-width-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-11 {
      --col-width: 11;
    }
    .l-row__item.-grid-width-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 79.125rem) {
    .l-row__item.-grid-width-12 {
      --col-width: 12;
    }
    .l-row__item.-grid-width-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-1 {
      --col-width: 1;
    }
    .l-row__item.-xxl-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-2 {
      --col-width: 2;
    }
    .l-row__item.-xxl-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-3 {
      --col-width: 3;
    }
    .l-row__item.-xxl-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-4 {
      --col-width: 4;
    }
    .l-row__item.-xxl-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-5 {
      --col-width: 5;
    }
    .l-row__item.-xxl-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-6 {
      --col-width: 6;
    }
    .l-row__item.-xxl-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-7 {
      --col-width: 7;
    }
    .l-row__item.-xxl-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-8 {
      --col-width: 8;
    }
    .l-row__item.-xxl-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-9 {
      --col-width: 9;
    }
    .l-row__item.-xxl-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-10 {
      --col-width: 10;
    }
    .l-row__item.-xxl-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-11 {
      --col-width: 11;
    }
    .l-row__item.-xxl-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-12 {
      --col-width: 12;
    }
    .l-row__item.-xxl-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-1 {
      --col-width: 1;
    }
    .l-row__item.-xl-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-2 {
      --col-width: 2;
    }
    .l-row__item.-xl-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-3 {
      --col-width: 3;
    }
    .l-row__item.-xl-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-4 {
      --col-width: 4;
    }
    .l-row__item.-xl-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-5 {
      --col-width: 5;
    }
    .l-row__item.-xl-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-6 {
      --col-width: 6;
    }
    .l-row__item.-xl-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-7 {
      --col-width: 7;
    }
    .l-row__item.-xl-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-8 {
      --col-width: 8;
    }
    .l-row__item.-xl-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-9 {
      --col-width: 9;
    }
    .l-row__item.-xl-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-10 {
      --col-width: 10;
    }
    .l-row__item.-xl-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-11 {
      --col-width: 11;
    }
    .l-row__item.-xl-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-12 {
      --col-width: 12;
    }
    .l-row__item.-xl-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-1 {
      --col-width: 1;
    }
    .l-row__item.-l-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-2 {
      --col-width: 2;
    }
    .l-row__item.-l-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-3 {
      --col-width: 3;
    }
    .l-row__item.-l-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-4 {
      --col-width: 4;
    }
    .l-row__item.-l-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-5 {
      --col-width: 5;
    }
    .l-row__item.-l-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-6 {
      --col-width: 6;
    }
    .l-row__item.-l-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-7 {
      --col-width: 7;
    }
    .l-row__item.-l-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-8 {
      --col-width: 8;
    }
    .l-row__item.-l-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-9 {
      --col-width: 9;
    }
    .l-row__item.-l-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-10 {
      --col-width: 10;
    }
    .l-row__item.-l-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-11 {
      --col-width: 11;
    }
    .l-row__item.-l-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-12 {
      --col-width: 12;
    }
    .l-row__item.-l-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-1 {
      --col-width: 1;
    }
    .l-row__item.-ml-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-2 {
      --col-width: 2;
    }
    .l-row__item.-ml-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-3 {
      --col-width: 3;
    }
    .l-row__item.-ml-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-4 {
      --col-width: 4;
    }
    .l-row__item.-ml-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-5 {
      --col-width: 5;
    }
    .l-row__item.-ml-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-6 {
      --col-width: 6;
    }
    .l-row__item.-ml-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-7 {
      --col-width: 7;
    }
    .l-row__item.-ml-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-8 {
      --col-width: 8;
    }
    .l-row__item.-ml-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-9 {
      --col-width: 9;
    }
    .l-row__item.-ml-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-10 {
      --col-width: 10;
    }
    .l-row__item.-ml-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-11 {
      --col-width: 11;
    }
    .l-row__item.-ml-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-12 {
      --col-width: 12;
    }
    .l-row__item.-ml-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-1 {
      --col-width: 1;
    }
    .l-row__item.-m-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-2 {
      --col-width: 2;
    }
    .l-row__item.-m-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-3 {
      --col-width: 3;
    }
    .l-row__item.-m-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-4 {
      --col-width: 4;
    }
    .l-row__item.-m-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-5 {
      --col-width: 5;
    }
    .l-row__item.-m-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-6 {
      --col-width: 6;
    }
    .l-row__item.-m-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-7 {
      --col-width: 7;
    }
    .l-row__item.-m-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-8 {
      --col-width: 8;
    }
    .l-row__item.-m-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-9 {
      --col-width: 9;
    }
    .l-row__item.-m-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-10 {
      --col-width: 10;
    }
    .l-row__item.-m-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-11 {
      --col-width: 11;
    }
    .l-row__item.-m-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-12 {
      --col-width: 12;
    }
    .l-row__item.-m-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-1 {
      --col-width: 1;
    }
    .l-row__item.-sm-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-2 {
      --col-width: 2;
    }
    .l-row__item.-sm-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-3 {
      --col-width: 3;
    }
    .l-row__item.-sm-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-4 {
      --col-width: 4;
    }
    .l-row__item.-sm-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-5 {
      --col-width: 5;
    }
    .l-row__item.-sm-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-6 {
      --col-width: 6;
    }
    .l-row__item.-sm-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-7 {
      --col-width: 7;
    }
    .l-row__item.-sm-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-8 {
      --col-width: 8;
    }
    .l-row__item.-sm-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-9 {
      --col-width: 9;
    }
    .l-row__item.-sm-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-10 {
      --col-width: 10;
    }
    .l-row__item.-sm-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-11 {
      --col-width: 11;
    }
    .l-row__item.-sm-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-12 {
      --col-width: 12;
    }
    .l-row__item.-sm-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-1 {
      --col-width: 1;
    }
    .l-row__item.-s-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-2 {
      --col-width: 2;
    }
    .l-row__item.-s-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-3 {
      --col-width: 3;
    }
    .l-row__item.-s-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-4 {
      --col-width: 4;
    }
    .l-row__item.-s-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-5 {
      --col-width: 5;
    }
    .l-row__item.-s-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-6 {
      --col-width: 6;
    }
    .l-row__item.-s-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-7 {
      --col-width: 7;
    }
    .l-row__item.-s-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-8 {
      --col-width: 8;
    }
    .l-row__item.-s-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-9 {
      --col-width: 9;
    }
    .l-row__item.-s-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-10 {
      --col-width: 10;
    }
    .l-row__item.-s-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-11 {
      --col-width: 11;
    }
    .l-row__item.-s-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-12 {
      --col-width: 12;
    }
    .l-row__item.-s-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-1 {
      --col-width: 1;
    }
    .l-row__item.-xs-1 > * {
      --row-width: 1;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-2 {
      --col-width: 2;
    }
    .l-row__item.-xs-2 > * {
      --row-width: 2;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-3 {
      --col-width: 3;
    }
    .l-row__item.-xs-3 > * {
      --row-width: 3;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-4 {
      --col-width: 4;
    }
    .l-row__item.-xs-4 > * {
      --row-width: 4;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-5 {
      --col-width: 5;
    }
    .l-row__item.-xs-5 > * {
      --row-width: 5;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-6 {
      --col-width: 6;
    }
    .l-row__item.-xs-6 > * {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-7 {
      --col-width: 7;
    }
    .l-row__item.-xs-7 > * {
      --row-width: 7;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-8 {
      --col-width: 8;
    }
    .l-row__item.-xs-8 > * {
      --row-width: 8;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-9 {
      --col-width: 9;
    }
    .l-row__item.-xs-9 > * {
      --row-width: 9;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-10 {
      --col-width: 10;
    }
    .l-row__item.-xs-10 > * {
      --row-width: 10;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-11 {
      --col-width: 11;
    }
    .l-row__item.-xs-11 > * {
      --row-width: 11;
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-12 {
      --col-width: 12;
    }
    .l-row__item.-xs-12 > * {
      --row-width: 12;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--10 {
      order: -10;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--9 {
      order: -9;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--8 {
      order: -8;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--7 {
      order: -7;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--6 {
      order: -6;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--5 {
      order: -5;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--4 {
      order: -4;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--3 {
      order: -3;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--2 {
      order: -2;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--1 {
      order: -1;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-0 {
      order: 0;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-1 {
      order: 1;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-2 {
      order: 2;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-3 {
      order: 3;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-4 {
      order: 4;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-5 {
      order: 5;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-6 {
      order: 6;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-7 {
      order: 7;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-8 {
      order: 8;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-9 {
      order: 9;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-10 {
      order: 10;
    }
  }
  .l-modal {
    color-scheme: only dark;
    --color: #565655;
    --color-alt: #565655;
    --color-headline: #00193C;
    --color-accent: #00193C;
    --color-accent-alt: #00193C;
    --background: white;
    --color-link: #00193C;
    --color-link--hover: #008BD2;
    --color-link--disabled: #c9c9c9;
    --border-width-button: 2px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: rgba(255, 255, 255, 0.50);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button-light) 30%);
    --background-button: var(--color-link);
    --background-button--hover: color-mix(in srgb, var(--color-link) 90%, transparent);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-beackground);
    --color-button-light--hover: var(--color-background);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: rgba(255, 255, 255, 0.50);
    --background-button-light: #82640F;
    --background-button-light--hover: color-mix(in srgb, var(--background-button-light) 90%, transparent);
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: rgba(159, 145, 114, 0.40);
    --color-input-border--active: #82640F;
    --background-input: white;
    --background-input--active: white;
    --background-modal: #ECEAE4;
    --background-modal-backdrop: color-mix(in srgb, #00193C 40%, transparent 60%);
    --background-footer: #00193C;
    --plyr-color-main: var(--color-link);
    --background: var(--background-modal);
  }
  @keyframes modal-open-overlay {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes modal-close-overlay {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes modal-open {
    0% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes modal-close {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }
  .l-modal {
    width: 57.3rem;
    max-width: 92%;
    max-height: 96%;
    margin: auto;
    padding: 0;
    color: var(--color);
    background: transparent;
    border: none;
    border-radius: var(--border-radius-s);
    box-shadow: var(--box-shadow-m);
    opacity: 0;
    overflow: hidden;
  }
  .l-modal:not(.--active, .--deactivating) {
    display: none;
    visibility: hidden;
  }
  .l-modal.--active {
    opacity: 1;
    animation: modal-open 0.17s ease-out;
  }
  .l-modal.--deactivating {
    animation: modal-close 0.17s ease-out;
    opacity: 0;
  }
  .l-modal.-width-4 {
    width: 37.4rem;
  }
  .l-modal.-width-4 > * {
    --row-width: 4;
    --card-width: 4;
  }
  .l-modal.-width-5 {
    width: 47.35rem;
  }
  .l-modal.-width-5 > * {
    --row-width: 5;
    --card-width: 5;
  }
  .l-modal.-width-6 {
    width: 57.3rem;
  }
  .l-modal.-width-6 > * {
    --row-width: 6;
    --card-width: 6;
  }
  .l-modal.-width-7 {
    width: 67.25rem;
  }
  .l-modal.-width-7 > * {
    --row-width: 7;
    --card-width: 7;
  }
  .l-modal.-width-8 {
    width: 77.2rem;
  }
  .l-modal.-width-8 > * {
    --row-width: 8;
    --card-width: 8;
  }
  .l-modal.-width-9 {
    width: 87.15rem;
  }
  .l-modal.-width-9 > * {
    --row-width: 9;
    --card-width: 9;
  }
  .l-modal.-width-10 {
    width: 97.1rem;
  }
  .l-modal.-width-10 > * {
    --row-width: 10;
    --card-width: 10;
  }
  .l-modal.-width-11 {
    width: 107.05rem;
  }
  .l-modal.-width-11 > * {
    --row-width: 11;
    --card-width: 11;
  }
  .l-modal.-width-12 {
    width: 117rem;
  }
  .l-modal.-width-12 > * {
    --row-width: 12;
    --card-width: 12;
  }
  .l-modal::backdrop {
    background: var(--background-modal-backdrop);
  }
  .l-modal.--active::backdrop {
    animation: modal-open-overlay 0.17s ease-out;
  }
  .l-modal.--deactivating::backdrop {
    opacity: 0;
    animation: modal-close-overlay 0.17s ease-out;
  }
  .l-modal__close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9;
    width: 3.25em;
    height: 3.25em;
    font-size: 1.8rem;
    cursor: pointer;
    color: white;
    transition: color 0.15s;
    margin-left: auto;
  }
  .l-modal__close:hover, .l-modal__close:focus-visible {
    color: #00193C;
  }
  .l-media.-layout-right-float {
    display: block;
    margin-block: 0 calc(-1 * var(--gutter-y));
    gap: 0;
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right-float {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .l-media.-layout-right-float .l-media__row {
    gap: 0;
  }
  .l-media.-layout-right-float .l-media__text {
    margin-block: 0 var(--gutter-y);
  }
  .l-media.-layout-right-float .l-media__media {
    margin-block: 0 var(--gutter-y);
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right-float .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-right-float .l-media__media {
      margin-left: var(--gutter-x);
      float: right;
    }
  }
  .l-media.-layout-left-float {
    display: block;
    margin-block: 0 calc(-1 * var(--gutter-y));
    gap: 0;
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left-float {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .l-media.-layout-left-float .l-media__row {
    gap: 0;
  }
  .l-media.-layout-left-float .l-media__text {
    margin-block: 0 var(--gutter-y);
  }
  .l-media.-layout-left-float .l-media__media {
    margin-block: 0 var(--gutter-y);
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left-float .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-left-float .l-media__media {
      margin-right: var(--gutter-x);
      float: left;
    }
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right .l-media__text,
    .l-media.-layout-right .l-media__media {
      width: 100%;
    }
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left .l-media__text,
    .l-media.-layout-left .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-left .l-media__text {
      order: 2;
    }
  }
  .l-media.-layout-above .l-media__text {
    order: 2;
  }
  @media (max-width: 41.25rem) {
    .l-media:where(.-mobile-max-height) .l-media__file {
      max-height: var(--max-height-media-mobile);
      width: auto;
    }
  }
  @media (max-width: 56.25rem) {
    .l-media__text {
      flex-grow: 1;
    }
  }
  .l-media__media__row {
    --gutter-y: var(--gutter-x);
  }
  .l-media__file__title {
    margin-top: 1em;
  }
  .l-media__file__desc {
    margin-top: 1em;
  }
  .l-media__file__link:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .l-media__file__link:focus-visible .l-media__image {
    outline: none;
    box-shadow: 0 0 0 4px var(--outline-color-button--focus);
    border-radius: var(--border-radius-s);
  }
  .l-media__mp3 {
    width: 100%;
  }
  .l-container {
    width: 100%;
    max-width: 126.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }
  .l-container.-offset-1 {
    max-width: 106.7rem;
  }
  .l-container.-offset-2 {
    max-width: 86.8rem;
  }
  .l-container.-offset-3 {
    max-width: 66.9rem;
  }
  .l-container.-offset-4 {
    max-width: 47rem;
  }
  .l-container__inner {
    padding-inline: var(--gutter-outer);
    width: 100%;
    margin-inline: auto;
  }
  .l-container:where(.-full) .l-container__inner {
    padding-inline: 0;
  }
  .l-container:where(.-width-4) .l-container__inner {
    --row-width: 4;
    max-width: 47rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-5) .l-container__inner {
    --row-width: 5;
    max-width: 56.95rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-6) .l-container__inner {
    --row-width: 6;
    max-width: 66.9rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-7) .l-container__inner {
    --row-width: 7;
    max-width: 76.85rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-8) .l-container__inner {
    --row-width: 8;
    max-width: 86.8rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-9) .l-container__inner {
    --row-width: 9;
    max-width: 96.75rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-10) .l-container__inner {
    --row-width: 10;
    max-width: 106.7rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-11) .l-container__inner {
    --row-width: 11;
    max-width: 116.65rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-width-12) .l-container__inner {
    --row-width: 12;
    max-width: 126.6rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-width: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-width: 12;
    }
  }
  .l-container:where(.-align-left) .l-container__inner {
    margin-left: 0;
  }
  .l-container:where(.-align-right) .l-container__inner {
    margin-right: 0;
  }
  .l-carousel__controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-xs);
    display: none;
  }
  .l-carousel__controls__prev, .l-carousel__controls__next {
    margin: 0 0.5em;
    color: var(--color-link);
  }
  .l-carousel__controls__prev:hover, .l-carousel__controls__prev:focus-visible, .l-carousel__controls__next:hover, .l-carousel__controls__next:focus-visible {
    color: var(--color-link);
  }
  .l-carousel__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-xs);
  }
  .l-carousel__pagination li {
    display: flex;
    align-items: center;
  }
  .l-carousel__track {
    overflow: visible;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-x: clip;
    overflow-y: clip;
  }
  .l-carousel__track.-overflow-visible {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
  .l-carousel__list.-align-start {
    align-items: flex-start;
  }
  .l-carousel__list.-align-center {
    align-items: center;
  }
  .l-carousel__list.-align-end {
    align-items: flex-end;
  }
  .l-carousel__list.-align-stretch {
    align-items: stretch;
  }
  .l-carousel :where(.splide__slide.l-row__item):not(:last-child) {
    margin-right: var(--gutter-x);
  }
  .l-carousel__pagination__page {
    position: relative;
    height: 0.15em;
    width: 1.25em;
    margin: 0.25em;
    background: color-mix(in srgb, #000, transparent 80%);
    border-radius: 0.125em;
    transition: width var(--splide-speed);
  }
  .l-carousel__pagination__page:before {
    content: "";
    position: absolute;
    top: -0.25em;
    left: -0.25em;
    width: 0.75em;
    height: 0.75em;
  }
  .l-carousel__pagination__page.is-active {
    background: #82640F;
  }
  .l-carousel__pagination__page.is-active.-autoplay {
    width: 7em;
    background: color-mix(in srgb, #000, transparent 80%);
    overflow: hidden;
  }
  .l-carousel__pagination__page.is-active.-autoplay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--splide-autoplay-progress) * 6.75em + 0.25em);
    height: 0.25em;
    background: #82640F;
    border-radius: 0.125em;
  }
  .l-carousel__arrows__button {
    position: relative;
    height: 2.25em;
    width: 2.25em;
    margin: 0 0.25em;
    border-radius: var(--border-radius-s);
    transition: color 0.15s, background 0.15s, opacity 0.15s;
  }
  .l-carousel__arrows__button:hover {
    background: white;
  }
  .l-carousel__arrows__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1em;
    width: 1em;
  }
  .l-card {
    color-scheme: only dark;
    --color: #565655;
    --color-alt: #565655;
    --color-headline: #00193C;
    --color-accent: #00193C;
    --color-accent-alt: #00193C;
    --background: white;
    --color-link: #00193C;
    --color-link--hover: #008BD2;
    --color-link--disabled: #c9c9c9;
    --border-width-button: 2px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: rgba(255, 255, 255, 0.50);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button-light) 30%);
    --background-button: var(--color-link);
    --background-button--hover: color-mix(in srgb, var(--color-link) 90%, transparent);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-beackground);
    --color-button-light--hover: var(--color-background);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: rgba(255, 255, 255, 0.50);
    --background-button-light: #82640F;
    --background-button-light--hover: color-mix(in srgb, var(--background-button-light) 90%, transparent);
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: rgba(159, 145, 114, 0.40);
    --color-input-border--active: #82640F;
    --background-input: white;
    --background-input--active: white;
    --background-modal: #ECEAE4;
    --background-modal-backdrop: color-mix(in srgb, #00193C 40%, transparent 60%);
    --background-footer: #00193C;
    --plyr-color-main: var(--color-link);
    --background: white;
    --padding-block: 1.6em;
    --padding-inline: 1.6em;
    --padding-bottom: var(--padding-block);
    --background-media-opacity: 0.5;
    --background-media-overlay-color: var(--background);
    --card-width: 12;
    --card-media-width: var(--card-width);
  }
  .l-card:where(.-width-2) {
    --card-width: 2;
  }
  .l-card:where(.-media-width-2) {
    --card-media-width: 2;
  }
  .l-card:where(.-width-3) {
    --card-width: 3;
  }
  .l-card:where(.-media-width-3) {
    --card-media-width: 3;
  }
  .l-card:where(.-width-4) {
    --card-width: 4;
  }
  .l-card:where(.-media-width-4) {
    --card-media-width: 4;
  }
  .l-card:where(.-width-5) {
    --card-width: 5;
  }
  .l-card:where(.-media-width-5) {
    --card-media-width: 5;
  }
  .l-card:where(.-width-6) {
    --card-width: 6;
  }
  .l-card:where(.-media-width-6) {
    --card-media-width: 6;
  }
  .l-card:where(.-width-7) {
    --card-width: 7;
  }
  .l-card:where(.-media-width-7) {
    --card-media-width: 7;
  }
  .l-card:where(.-width-8) {
    --card-width: 8;
  }
  .l-card:where(.-media-width-8) {
    --card-media-width: 8;
  }
  .l-card:where(.-width-9) {
    --card-width: 9;
  }
  .l-card:where(.-media-width-9) {
    --card-media-width: 9;
  }
  .l-card:where(.-width-10) {
    --card-width: 10;
  }
  .l-card:where(.-media-width-10) {
    --card-media-width: 10;
  }
  .l-card.-background-dark-1 {
    --background: color-mix(in srgb, #00193C, transparent 10%);
    --color: white;
    --color-headline: white;
    --color-link: white;
    --color-link--hover: #008BD2;
    --color-button: var(--background);
    --color-button--hover: #00193C;
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button--hover) 30%);
  }
  .l-card.-background-dark-1 .e-button.-light {
    color: white !important;
  }
  .l-card.-background-light-1 {
    --background: #ECEAE4;
  }
  .l-card.-background-light-1 .e-button.-light {
    color: white !important;
  }
  .l-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    color: var(--color);
    background: var(--background);
    overflow: hidden;
  }
  .l-card.-media {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .l-card.-media-size-contain, .l-card.-media-size-background {
    padding: var(--padding-block) var(--padding-inline) var(--padding-bottom);
  }
  @media (min-width: 33.8125rem) {
    .l-card.-layout-right {
      flex-direction: row;
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card.-layout-left {
      flex-direction: row-reverse;
    }
  }
  .l-card.-layout-above:where(.-media) {
    flex-direction: column-reverse;
  }
  .l-card.-layout-below {
    flex-direction: column;
  }
  .l-card.-media-size-cover:where(.-layout-right, .-layout-left) {
    align-items: stretch;
  }
  .l-card.-justify-start, .l-card.-justify-left {
    justify-content: flex-start;
  }
  .l-card.-justify-center {
    justify-content: center;
  }
  .l-card.-justify-center .l-card__figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-card.-justify-center .l-card__content {
    text-align: center;
  }
  .l-card__content {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .l-card__content.-media-size-cover {
    padding: var(--padding-block) var(--padding-inline);
  }
  @media (min-width: 33.8125rem) {
    .l-card__content.-layout-right, .l-card__content.-layout-left {
      width: 0;
      flex-grow: 1;
    }
  }
  .l-card__figure {
    width: 100%;
    max-width: 100%;
  }
  .l-card__figure.-media-size-background {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-media-overlay-color);
  }
  .l-card__figure.-media-size-background > div {
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-background .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-background > picture > img, .l-card__figure.-media-size-background > video, .l-card__figure.-media-size-background > iframe, .l-card__figure.-media-size-background .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) {
    overflow: hidden;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > div {
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > picture > img, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > video, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > iframe, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) {
      width: calc(100% * var(--card-media-width) / var(--card-width));
    }
  }
  .l-card__figure.-media-size-contain:where(.-layout-above) {
    padding-bottom: var(--padding-bottom);
  }
  .l-card__figure.-media-size-contain:where(.-layout-below) {
    padding-top: var(--padding-block);
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right, .-layout-left) {
      width: calc((100% + var(--padding-inline)) * var(--card-media-width) / var(--card-width));
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right) {
      padding-left: var(--padding-inline);
    }
  }
  @media (max-width: 33.75rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right) {
      padding-bottom: var(--padding-bottom);
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-left) {
      padding-right: var(--padding-inline);
    }
  }
  @media (max-width: 33.75rem) {
    .l-card__figure.-media-size-contain:where(.-layout-left) {
      padding-bottom: var(--padding-bottom);
    }
  }
  .l-card__figure.-media-size-background .l-card__image {
    opacity: var(--background-media-opacity);
  }
  .l-card.-icon-card .l-card__image {
    width: 100%;
    max-width: 30%;
    aspect-ratio: 1/1;
  }
  .l-card.-icon-card .l-card__content {
    flex: 1;
  }
}
@layer elements {
  :where(.e-rich-text) {
    width: 100%;
  }
  :where(.e-rich-text) p:last-child {
    padding-bottom: 0;
  }
  :where(.e-rich-text) .-small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-small {
      font-size: 1.5rem;
    }
  }
  :where(.e-rich-text) .-large {
    font-size: calc(1.48rem + 0.72vw);
    font-family: "Barlow";
    font-weight: 400;
    line-height: 1.5;
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-large {
      font-size: 2.2rem;
    }
  }
  :where(.e-rich-text) .-footnote {
    font-size: 1.4rem;
    font-family: "Barlow";
    font-weight: 400;
    line-height: 1.6666666667;
  }
  :where(.e-rich-text) .topline {
    padding-bottom: var(--size-xs);
  }
  :where(.e-rich-text) .-gold {
    color: #82640F;
  }
  :where(.e-rich-text) .-blue {
    color: #00193C;
  }
  :where(.e-rich-text) .-quote {
    font-size: calc(1.46rem + 0.54vw);
    padding-left: calc(1.66rem + 2.34vw);
    position: relative;
    padding-top: 1em;
    line-height: 1.25;
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote {
      font-size: 2rem;
    }
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote {
      padding-left: 4rem;
    }
  }
  :where(.e-rich-text) .-quote:before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-accent);
    font-size: 3em;
    font-weight: 700;
  }
  :where(.e-rich-text) .-quote-attribution {
    font-size: calc(1.41rem + 0.09vw);
    padding-left: calc(1.66rem + 2.34vw);
    font-weight: 500;
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote-attribution {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote-attribution {
      padding-left: 4rem;
    }
  }
  :where(.e-rich-text) a {
    color: var(--background-button-light);
    text-decoration: underline;
  }
  .-background-dark-1 :where(.e-rich-text) a {
    color: var(--color-link--hover);
  }
  .-background-dark-1 :where(.e-rich-text) a:hover, .-background-dark-1 :where(.e-rich-text) a:focus-visible {
    color: color-mix(in srgb, white 70%, transparent 20%);
  }
  :where(.e-rich-text) a[data-button-icon] {
    display: inline-block;
    position: relative;
  }
  :where(.e-rich-text) a[data-button-icon] .char-icon {
    position: absolute;
    top: 0.1em;
  }
  :where(.e-rich-text) a.-big-green-link, :where(.e-rich-text) a[data-button-icon=left] {
    padding-left: 1.5em;
  }
  :where(.e-rich-text) a.-big-green-link .char-icon, :where(.e-rich-text) a[data-button-icon=left] .char-icon {
    left: 0;
  }
  :where(.e-rich-text) a[data-button-icon=right] {
    padding-right: 1.5em;
  }
  :where(.e-rich-text) a[data-button-icon=right] .char-icon {
    right: 0;
  }
  :where(.e-rich-text) a:hover,
  :where(.e-rich-text) a:focus-visible {
    color: var(--color-link--hover);
  }
  :where(.e-rich-text) ul, :where(.e-rich-text) ol {
    --width-list-offset: 1.21em;
    --width-list-symbol: .5em;
    --height-list-symbol: .5em;
    --color-list-symbol: #82640F;
    padding-bottom: var(--size-xs);
  }
  :where(.e-rich-text) ul, :where(.e-rich-text) ol {
    padding-left: 0;
  }
  :where(.e-rich-text) ul:last-child, :where(.e-rich-text) ol:last-child {
    margin-bottom: 0;
  }
  :where(.e-rich-text) ul > li, :where(.e-rich-text) ol > li {
    margin-bottom: 0.5em;
    padding-left: var(--width-list-offset);
  }
  :where(.e-rich-text) ul > li:last-child, :where(.e-rich-text) ol > li:last-child {
    margin-bottom: 0;
  }
  :where(.e-rich-text) ul > li:before, :where(.e-rich-text) ol > li:before {
    position: relative;
    bottom: 0.1em;
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: var(--width-list-symbol);
    height: var(--height-list-symbol);
    margin-left: calc(-1 * var(--width-list-offset));
    margin-right: calc(var(--width-list-offset) - var(--width-list-symbol));
    vertical-align: middle;
    color: var(--color-list-symbol);
    background: var(--color-list-symbol);
    border-radius: 50%;
  }
  :where(.e-rich-text) ul > li > ol, :where(.e-rich-text) ol > li > ol {
    margin-top: 0.5em;
  }
  :where(.e-rich-text) ul > li > ol > li, :where(.e-rich-text) ol > li > ol > li {
    counter-increment: ol-sub-counter;
  }
  :where(.e-rich-text) ul > li > ol > li:before, :where(.e-rich-text) ol > li > ol > li:before {
    content: counter(ol-sub-counter);
  }
  :where(.e-rich-text) ul > li > ul, :where(.e-rich-text) ol > li > ul {
    margin-top: 0.5em;
  }
  :where(.e-rich-text) ul > li > ul > li:before, :where(.e-rich-text) ol > li > ul > li:before {
    transform: scale(0.6);
  }
  :where(.e-rich-text) ul:is(ol) > li, :where(.e-rich-text) ol:is(ol) > li {
    counter-increment: ol-counter;
  }
  :where(.e-rich-text) ul:is(ol) > li:before, :where(.e-rich-text) ol:is(ol) > li:before {
    content: counter(ol-counter) ".";
    height: 100%;
    bottom: 0.05em;
    padding-left: 1px;
    background: var(--color-list-symbol);
    text-align: center;
    font-weight: bold;
    background: none;
  }
  :where(.e-rich-text) ul:is(ol)[start="1"], :where(.e-rich-text) ol:is(ol)[start="1"] {
    counter-reset: ol-counter 0;
  }
  :where(.e-rich-text) ul:is(ol)[start="2"], :where(.e-rich-text) ol:is(ol)[start="2"] {
    counter-reset: ol-counter 1;
  }
  :where(.e-rich-text) ul:is(ol)[start="3"], :where(.e-rich-text) ol:is(ol)[start="3"] {
    counter-reset: ol-counter 2;
  }
  :where(.e-rich-text) ul:is(ol)[start="4"], :where(.e-rich-text) ol:is(ol)[start="4"] {
    counter-reset: ol-counter 3;
  }
  :where(.e-rich-text) ul:is(ol)[start="5"], :where(.e-rich-text) ol:is(ol)[start="5"] {
    counter-reset: ol-counter 4;
  }
  :where(.e-rich-text) ul:is(ol)[start="6"], :where(.e-rich-text) ol:is(ol)[start="6"] {
    counter-reset: ol-counter 5;
  }
  :where(.e-rich-text) ul:is(ol)[start="7"], :where(.e-rich-text) ol:is(ol)[start="7"] {
    counter-reset: ol-counter 6;
  }
  :where(.e-rich-text) ul:is(ol)[start="8"], :where(.e-rich-text) ol:is(ol)[start="8"] {
    counter-reset: ol-counter 7;
  }
  :where(.e-rich-text) ul:is(ol)[start="9"], :where(.e-rich-text) ol:is(ol)[start="9"] {
    counter-reset: ol-counter 8;
  }
  :where(.e-rich-text) ul:is(ol)[start="10"], :where(.e-rich-text) ol:is(ol)[start="10"] {
    counter-reset: ol-counter 9;
  }
  :where(.e-rich-text) ul:is(ol)[start="11"], :where(.e-rich-text) ol:is(ol)[start="11"] {
    counter-reset: ol-counter 10;
  }
  :where(.e-rich-text) ul:is(ol)[start="12"], :where(.e-rich-text) ol:is(ol)[start="12"] {
    counter-reset: ol-counter 11;
  }
  :where(.e-rich-text) ul:is(ol)[start="13"], :where(.e-rich-text) ol:is(ol)[start="13"] {
    counter-reset: ol-counter 12;
  }
  :where(.e-rich-text) ul:is(ol)[start="14"], :where(.e-rich-text) ol:is(ol)[start="14"] {
    counter-reset: ol-counter 13;
  }
  :where(.e-rich-text) ul:is(ol)[start="15"], :where(.e-rich-text) ol:is(ol)[start="15"] {
    counter-reset: ol-counter 14;
  }
  :where(.e-rich-text) ul:is(ol)[start="16"], :where(.e-rich-text) ol:is(ol)[start="16"] {
    counter-reset: ol-counter 15;
  }
  :where(.e-rich-text) ul:is(ol)[start="17"], :where(.e-rich-text) ol:is(ol)[start="17"] {
    counter-reset: ol-counter 16;
  }
  :where(.e-rich-text) ul:is(ol)[start="18"], :where(.e-rich-text) ol:is(ol)[start="18"] {
    counter-reset: ol-counter 17;
  }
  :where(.e-rich-text) ul:is(ol)[start="19"], :where(.e-rich-text) ol:is(ol)[start="19"] {
    counter-reset: ol-counter 18;
  }
  :where(.e-rich-text) ul:is(ol)[start="20"], :where(.e-rich-text) ol:is(ol)[start="20"] {
    counter-reset: ol-counter 19;
  }
  :where(.e-rich-text) .table {
    overflow-x: auto;
  }
  :where(.e-rich-text) .row-layout-table tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: -0.6em;
  }
  @media (max-width: 56.25rem) {
    :where(.e-rich-text) .row-layout-table tr {
      flex-wrap: wrap;
    }
  }
  :where(.e-rich-text) .row-layout-table tr + tr {
    margin-top: 0.6em;
  }
  :where(.e-rich-text) .row-layout-table td {
    padding: 0.6em;
  }
  :where(.e-rich-text) .data-table {
    padding-bottom: var(--size-xs);
  }
  :where(.e-rich-text) .data-table__wrap {
    overflow-x: auto;
  }
  @media (max-width: 56.25rem) {
    :where(.e-rich-text) .data-table__wrap {
      margin: 0 -5vw;
      padding: 0 5vw;
    }
  }
  :where(.e-rich-text) .data-table {
    width: 100%;
    border: none;
  }
  @media (min-width: 56.3125rem) {
    :where(.e-rich-text) .data-table {
      table-layout: fixed;
    }
  }
  :where(.e-rich-text) .data-table .-small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .data-table .-small {
      font-size: 1.5rem;
    }
  }
  :where(.e-rich-text) .data-table:not(:last-child), :where(.e-rich-text) .data-table__wrap:not(:last-child) {
    margin-bottom: var(--size-m);
  }
  :where(.e-rich-text) .data-table th[scope=row] {
    font-weight: bold;
  }
  :where(.e-rich-text) .data-table td, :where(.e-rich-text) .data-table th {
    border: 2px solid #ECEAE4 !important;
  }
  :where(.e-rich-text) .data-table td {
    padding: 2rem;
    text-align: inherit;
    vertical-align: baseline;
  }
  :where(.e-rich-text) .data-table td:first-child {
    color: #82640F;
  }
  :where(.e-rich-text) .data-table th {
    background: #ECEAE4;
    color: #82640F;
    font-weight: 700;
    padding: 2rem;
    text-align: inherit;
  }
  :where(.e-rich-text) * + h2 {
    margin-top: var(--size-s);
  }
  :where(.e-rich-text) * + h3,
  :where(.e-rich-text) * + h4 {
    margin-top: var(--size-xs);
  }
  :where(.e-rich-text) .char-icon {
    position: relative;
    top: 0.1em;
    color: var(--background-button-light);
  }
  :where(.e-rich-text) i:not(.char-icon) {
    font-style: italic;
  }
  .e-module-header__headline {
    padding-top: 0;
  }
  .e-module-header__headline:has(+ .e-module-header__subheader) {
    padding-bottom: var(--size-xs);
  }
  .-background-image {
    height: 100%;
    width: 100%;
    background-position: center top;
    background-size: cover;
  }
  .-reserve-height {
    display: block;
    position: relative;
  }
  .-reserve-height img {
    position: absolute;
    top: 0;
  }
  .e-media-player {
    position: relative;
    padding-top: 56.25%;
    margin: auto;
    cursor: pointer;
  }
  .e-media-player__button {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .e-media-player__poster > div {
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster > picture > img, .e-media-player__poster > video, .e-media-player__poster > iframe, .e-media-player__poster .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .e-media-player__image {
    filter: brightness(0.75);
    transition: filter 0.2s;
  }
  .e-media-player:hover .e-media-player__image {
    filter: brightness(0.9);
  }
  .e-media-player__frame, .e-media-player__iframe {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100%;
  }
  @keyframes fade-in-media {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .e-media-player__modal__frame {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    background: black;
  }
  .e-media-player__modal__frame > * {
    animation: fade-in-media 0.3s ease-in;
  }
  .e-media-player__loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: white;
  }
  .e-media-player__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 6em;
    width: 6em;
    padding: 0.6em;
    border-radius: var(--border-radius-s);
    transition: --color-icon2 0.2s;
    color: transparent;
  }
  .e-button, .e-dropdown__button {
    --padding-inline: 2rem;
    --padding-block: 1.5rem;
  }
  .e-button, .e-dropdown__button {
    font-size: calc(1.42rem + 0.18vw);
    font-family: "Barlow";
    font-weight: bold;
    line-height: 1.125;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: var(--padding-block) var(--padding-inline);
    text-align: center;
    text-decoration: none;
    color: var(--color-button);
    background: var(--background-button);
    border: var(--border-width-button) solid var(--color-button-border);
    cursor: pointer;
    transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background-color 0.15s, background-position 0.15s;
  }
  @media (min-width: 1000px) {
    .e-button, .e-dropdown__button {
      font-size: 1.6rem;
    }
  }
  .e-button:hover, .e-button:focus-visible, .e-button.--active {
    --color-button: var(--color-button--hover);
    --background-button: var(--background-button--hover);
    --color-button-border: var(--color-button-border--hover);
    color: var(--color-button);
  }
  .e-button:focus-visible, .e-button:active {
    box-shadow: 0 0 0 4px var(--outline-color-button--focus);
  }
  .e-button[disabled], .e-button.-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .e-button.-block {
    display: block;
    width: 100%;
  }
  .e-button.-ghost, .e-button.-outline {
    color: var(--background-button);
    background: transparent;
  }
  .e-button.-ghost {
    --padding-inline: 1.5rem;
    border-color: transparent;
  }
  .e-button.-outline {
    border-color: var(--background-button);
  }
  .e-button.-outline:hover {
    background: var(--color-button--hover);
  }
  .e-button.-light {
    --background-button: var(--background-button-light);
  }
  .e-button.-light:hover, .e-button.-light:focus-visible, .e-button.-light.--active {
    --background-button--hover: var(--background-button-light--hover);
  }
  .e-button.-filter {
    color: var(--color);
    background: white;
    padding-block: 0.5rem;
    padding-inline: 1rem;
  }
  .e-button.-filter:hover, .e-button.-filter:focus-visible, .e-button.-filter.--active, .e-button.-filter.-active {
    background: #82640F;
    color: white;
  }
  .e-button.-filter.-reset {
    background: #82640F;
    color: white;
    cursor: default;
    pointer-events: none;
  }
  .e-button.-filter.-reset:hover, .e-button.-filter.-reset:focus-visible, .e-button.-filter.-reset.--active {
    border-color: transparent;
  }
  .e-button.-icon {
    --width-icon: 2.4em;
    --padding-icon-side: calc(var(--padding-inline) + 1em);
    position: relative;
    padding-right: var(--padding-icon-side);
  }
  .e-button.-icon.-ghost {
    --padding-icon-side: calc(var(--padding-inline) + 1.5em);
  }
  .e-button.-icon .char-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-button);
    width: var(--width-icon);
    height: 100%;
    border-left: var(--border-width-button) solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  }
  .e-button.-icon.-outline .char-icon, .e-button.-icon.-ghost .char-icon {
    color: var(--background-button);
  }
  .e-button.-icon.-icon-left {
    padding-right: var(--padding-inline);
    padding-left: var(--padding-icon-side);
  }
  .e-button.-icon.-icon-left .char-icon {
    left: 0;
    right: unset;
    border-right: var(--border-width-button) solid transparent;
    border-left: none;
  }
  .e-button.-icon.-icon-pill {
    --padding-icon-side: calc(var(--padding-inline) + var(--width-icon));
  }
  .e-button.-icon.-icon-pill .char-icon {
    color: var(--background-button);
    background: var(--color-button);
    border-left: var(--border-width-button) solid transparent;
  }
  .e-button.-icon.-icon-pill.-icon-left .char-icon {
    border-left: none;
    border-right: var(--border-width-button) solid transparent;
  }
  .e-button.-icon.-icon-pill.-outline .char-icon {
    color: var(--color-button);
    background: var(--background-button);
  }
  .e-dropdown {
    position: relative;
  }
  .e-dropdown__button {
    min-width: 12em;
    text-align: left;
    padding-right: calc(var(--padding-inline) + 2em) !important;
  }
  .e-dropdown__button__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.45em;
    font-size: 1.5em;
    color: color-mix(in srgb, var(--color-button) 32%, transparent);
    transition: rotate 0.15s, color 0.15s;
  }
  .e-dropdown__button:hover .e-dropdown__button__icon {
    color: var(--color-button);
  }
  .e-dropdown__button.--active .e-dropdown__button__icon {
    rotate: 180deg;
    transform-origin: top;
  }
  .e-dropdown__dialog {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    padding: 0.75em 0;
    min-width: 12em;
    visibility: hidden;
    background: var(--background);
    border: color-mix(in srgb, var(--background), black 30%) 2px solid;
    border-radius: var(--border-radius-s);
    box-shadow: var(--box-shadow-m);
    opacity: 0;
    transition: opacity 0.17s;
  }
  .e-dropdown__dialog.--active {
    visibility: visible;
    opacity: 1;
  }
  .e-dropdown__dialog.--deactivating {
    visibility: visible;
  }
  .e-dropdown__option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em 1em;
    color: var(--color);
    font-weight: 600;
  }
  .e-dropdown__option.-active {
    color: var(--color-link);
    padding-left: 1.5em;
  }
  .e-dropdown__option:hover, .e-dropdown__option:focus-visible {
    color: var(--color-link--hover);
  }
  .e-dropdown__option.-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .e-cta-button {
    position: relative;
    display: inline-block;
    padding-right: 3.5em;
    padding-block: 0.665em;
    color: var(--background-button);
    font-weight: 500;
    line-height: 1;
  }
  .e-cta-button:not([class*=icon--]):before {
    content: var(--icon-code-arrow-right-regular);
    font-family: icons;
    line-height: 1;
  }
  .e-cta-button:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    right: 0;
    height: 2.33em;
    width: 2.33em;
    color: var(--color-button);
    background: var(--background-button);
    font-family: icons !important;
    border: var(--border-width-button) solid var(--color-button-border);
    border-radius: var(--border-radius-s);
    transition: background 0.15s, filter 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
  }
  .e-cta-button:hover, .e-cta-button.--active {
    color: var(--background-button--hover);
  }
  .e-cta-button:hover:before, .e-cta-button.--active:before {
    color: var(--color-button--hover);
    background: var(--background-button--hover);
  }
  .e-cta-button.-ghost:before, .e-cta-button[data-button-ghost]:before, .e-cta-button.-outline:before, .e-cta-button[data-button-outline]:before {
    color: var(--background-button);
    background: transparent;
  }
  .e-cta-button.-ghost:hover:before, .e-cta-button[data-button-ghost]:hover:before, .e-cta-button.-outline:hover:before, .e-cta-button[data-button-outline]:hover:before {
    color: var(--background-button--hover);
  }
  .e-cta-button.-ghost:before, .e-cta-button[data-button-ghost]:before {
    border-color: transparent;
  }
  .e-cta-button.-outline:before, .e-cta-button[data-button-outline]:before {
    border-color: var(--background-button);
  }
  .e-cta-button.-outline:hover:before, .e-cta-button[data-button-outline]:hover:before {
    border-color: var(--background-button--hover);
  }
  .e-cta-button[disabled], .e-cta-button.-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .e-button-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
  }
  .e-button-group.u-text-center {
    justify-content: center;
  }
  .e-button-group.u-text-right {
    justify-content: flex-end;
  }
  .e-button-group [class*=e-button]:hover, .e-button-group [class*=e-button]:focus, .e-button-group [class*=e-button]:active, .e-button-group [class*=e-button].--active {
    z-index: 1;
  }
  .e-button-group.-gutter-0, .e-button-group[data-button-group-gutter="0"] {
    gap: 0;
  }
  .e-button-group.-gutter-0 [class*=e-button], .e-button-group[data-button-group-gutter="0"] [class*=e-button] {
    margin-inline: 0;
  }
  .e-button-group.-gutter-0 [class*=e-button]:last-child, .e-button-group[data-button-group-gutter="0"] [class*=e-button]:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: calc(var(--border-width-button) * -0.5);
  }
  .e-button-group.-gutter-0 [class*=e-button]:first-child, .e-button-group[data-button-group-gutter="0"] [class*=e-button]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: calc(var(--border-width-button) * -0.5);
  }
  .e-button-group.-gutter-0 [class*=e-button]:not(:first-child):not(:last-child), .e-button-group[data-button-group-gutter="0"] [class*=e-button]:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-inline: calc(var(--border-width-button) * -0.5);
  }
}
@layer modules {
  .shape__form {
    position: relative;
    padding-block: calc(var(--size-m) * 2);
  }
  .shape__form:has(.shape__stepper) {
    padding-top: 0;
  }
  .shape__section {
    background: #ECEAE4;
    margin-bottom: 0;
    padding-block: 0;
  }
  .shape__section .l-container {
    max-width: 86.8rem;
  }
  .shape__field.absolute {
    position: absolute;
    bottom: calc(var(--size-m) * 2);
  }
  .shape__field.absolute p {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .shape__label {
    margin-right: var(--size-xxs);
  }
  .shape__label:first-child {
    font-weight: 600;
  }
  .shape__label.-for-radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .shape__radio-control, .shape__checkbox-control {
    appearance: none;
    -webkit-appearance: none;
    margin-right: 0.5em;
    cursor: pointer;
    border: 2px solid var(--color-input-border);
    border-radius: 50%;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    transition: border-color 0.15s;
  }
  .shape__radio-control:hover, .shape__checkbox-control:hover {
    border-color: #82640F;
  }
  .shape__radio-control:after, .shape__checkbox-control:after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: #82640F;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.15s;
    opacity: 0;
  }
  .shape__radio-control:checked:after, .shape__checkbox-control:checked:after {
    opacity: 1;
  }
  .shape__checkbox-control {
    border-radius: var(--border-radius-s);
    cursor: pointer;
  }
  .shape__checkbox-control:after {
    border-radius: var(--border-radius-s);
  }
  .shape__label.-for-checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .shape__field.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .shape__field.flex p.shape__label {
    width: 100%;
  }
  @media (max-width: 48.75rem) {
    .shape__field.flex p.shape__label {
      width: 100%;
    }
  }
  .shape__navigation {
    margin-top: 0 !important;
  }
  .shape__navigation__button {
    background: #82640F;
  }
  .shape__rich-text a {
    color: #82640F;
    text-decoration: underline;
    transition: color 0.15s;
  }
  .shape__rich-text a:hover {
    color: var(--color-link--hover);
  }
  .shape__stepper {
    padding-block: var(--size-xs);
    margin-left: -200%;
    margin-right: -200%;
    border-bottom: 3px solid white;
    margin-bottom: var(--size-xs);
  }
  @media (max-width: 48.75rem) {
    .shape__stepper {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .shape__stepper__list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 86.8rem;
    margin-inline: auto;
  }
  @media (max-width: 48.75rem) {
    .shape__stepper__list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5em;
    }
  }
  .shape__stepper__item {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    background: white;
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 1rem 50%);
    margin-left: -0.8rem;
  }
  .shape__stepper__item:first-child {
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
  }
  .shape__stepper__item.-active {
    background: #82640F;
    color: white;
  }
  .shape__stepper__item.-active + .shape__stepper__item {
    margin-left: -1rem;
  }
  .shape__stepper__item.-completed + .shape__stepper__item.-active {
    margin-left: -1rem;
  }
  @media (max-width: 48.75rem) {
    .shape__stepper__item {
      margin-left: 0;
      padding: 0.5rem 1.5rem 0.5rem 1rem;
      clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
    }
    .shape__stepper__item.-active + .shape__stepper__item, .shape__stepper__item.-completed + .shape__stepper__item {
      margin-left: 0;
    }
  }
  @keyframes sidebar-open {
    0% {
      opacity: 0;
      transform: translate(11rem, 0);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes sidebar-close {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translate(11rem, 0);
    }
  }
  .m-sidebar-nav__modal {
    margin: 0 0 0 auto;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    background: white;
    border: none;
    border-bottom-left-radius: var(--border-radius-s);
    box-shadow: var(--box-shadow-s);
    transform: translateX(100%);
    transition: height 0.15s, opacity 0.2s;
    width: 100vw;
    max-width: 47rem;
    min-height: 100vh;
  }
  @media (max-width: 41.25rem) {
    .m-sidebar-nav__modal {
      max-width: 85%;
    }
  }
  @media (min-width: 73.8125rem) {
    .m-sidebar-nav__modal {
      display: none;
      visibility: hidden;
    }
  }
  .m-sidebar-nav__modal:not(.--active, .--deactivating) {
    display: none;
    visibility: hidden;
  }
  .m-sidebar-nav__modal.--active {
    transform: translateX(0);
    animation: sidebar-open 0.27s ease-out;
  }
  .m-sidebar-nav__modal.--deactivating {
    animation: sidebar-close 0.27s ease-out;
  }
  .m-sidebar-nav__modal::backdrop {
    background: var(--background-modal-backdrop);
  }
  .m-sidebar-nav__modal.--active::backdrop {
    animation: modal-open-overlay 0.27s ease-out;
  }
  .m-sidebar-nav__modal.--deactivating::backdrop {
    opacity: 0;
    animation: modal-close-overlay 0.27s ease-out;
  }
  .m-sidebar-nav__wrap {
    padding-bottom: var(--size-m);
    padding-inline: var(--gutter-outer);
  }
  .m-sidebar-nav__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(100% - var(--scrollbar-width));
    height: var(--height-page-header);
  }
  .m-sidebar-nav__header__flat {
    color: var(--background-button-light);
    padding-bottom: 0.3em;
  }
  .m-sidebar-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 2rem;
  }
  .m-sidebar-nav + .m-sidebar-nav {
    padding-top: 0;
  }
  .m-sidebar-nav__list {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .m-sidebar-nav__item {
    margin-left: 0;
    margin-bottom: 2rem;
    color: var(--color-headline);
  }
  .m-sidebar-nav__item:hover {
    color: var(--color-link--hover);
  }
  .m-sidebar-nav__item__wrap .m-sidebar-nav__sub__list {
    overflow: hidden;
    transition: height 0.25s;
    height: 0;
  }
  .m-sidebar-nav__item__wrap.--active .m-sidebar-nav__link {
    color: #82640F;
  }
  .m-sidebar-nav__item__wrap.--active .m-sidebar-nav__button__icon {
    transform: rotate(180deg);
  }
  .m-sidebar-nav__item__wrap.--active:not(.--activating) .m-sidebar-nav__sub__list {
    height: auto;
  }
  .m-sidebar-nav__link {
    list-style: none;
    border-bottom: 1px solid rgba(159, 145, 114, 0.4);
    cursor: pointer;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.2em;
  }
  .m-sidebar-nav__sub__list {
    background: #ECEAE4;
  }
  .m-sidebar-nav__sub__list__inner.-product {
    margin-top: 2.5rem;
  }
  .m-sidebar-nav__sub__list__wrapper {
    padding: 2rem 1rem;
  }
  .m-sidebar-nav__sub__item, .m-sidebar-nav__sub__item__product {
    font-weight: 600;
    margin-bottom: 2.5rem;
  }
  .m-sidebar-nav__sub__item:last-child, .m-sidebar-nav__sub__item__product:last-child {
    margin-bottom: 0;
  }
  .m-sidebar-nav__sub__item__product__header {
    margin-bottom: 2.5rem;
  }
  .m-sidebar-nav__sub__item__product__header .m-sidebar-nav__icon {
    display: none;
  }
  .m-sidebar-nav__sub__link {
    color: var(--color-link);
    transition: color 0.15s;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5em;
  }
  .m-sidebar-nav__sub__link__subtitle {
    display: none;
  }
  .m-sidebar-nav__sub__link:hover, .m-sidebar-nav__sub__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-sidebar-nav__sub__link.-rootline {
    color: var(--color-link--hover);
  }
  .m-sidebar-nav__icon {
    width: 1.2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .m-sidebar-nav__close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 3rem;
    width: 3rem;
    margin-left: auto;
    margin-right: -0.5rem;
    padding: 0.5rem;
    font-size: 1.9rem;
    color: var(--color-link);
    transition: color 0.15s, box-shadow 0.15s;
  }
  .m-sidebar-nav__close:hover, .m-sidebar-nav__close:focus-visible {
    color: var(--color-link--hover);
  }
  .m-sidebar-nav__anchor {
    width: 20rem;
    height: 6rem;
  }
  .m-sidebar-nav__button__icon {
    color: var(--color-link--hover);
    transform: rotate(0);
    transition: transform 0.15s;
    margin-top: 0.1em;
  }
  .m-sidebar-nav__button__icon:before {
    font-size: 2rem;
  }
  .m-sidebar-nav__nav.-small {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    transition: background 0.15s;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-sidebar-nav__nav.-small .m-sidebar-nav__nav__link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--color-link);
  }
  .m-sidebar-nav__nav.-small .m-sidebar-nav__nav__link:hover {
    color: var(--color-link--hover);
  }
  .m-sidebar-nav__nav.-small .m-sidebar-nav__nav__rear__icon {
    padding: 0.5em 1em;
    border-radius: 2rem;
    background: rgba(86, 86, 85, 0.1);
    margin-right: 0.5em;
    width: 3rem;
    height: 2rem;
  }
  .m-section-carousel {
    max-width: var(--width-page);
    margin-bottom: var(--size-m);
  }
  .m-section-carousel__slide {
    width: 100%;
    max-width: var(--width-page);
  }
  .m-section-carousel :where(.l-carousel__track) {
    margin: 0;
    padding: 0;
  }
  .m-section-carousel :where(.l-carousel__pagination),
  .m-section-carousel :where(.l-carousel__controls) {
    padding: 0;
  }
  .m-row-container__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-row-container__carousel .e-rich-text p {
    padding-bottom: 0;
  }
  .m-row-container__carousel .l-media__figure, .m-row-container__carousel .l-media__image {
    max-width: 10rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .m-row-container__carousel .l-media__text {
    flex-grow: 0;
    order: 2;
  }
  .m-powermail-form__header {
    font-size: calc(1.64rem + 2.16vw);
    font-family: "Lexend";
    font-weight: 500;
    line-height: 1.1842105263;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    .m-powermail-form__header {
      font-size: 3.8rem;
    }
  }
  .m-powermail-form__page {
    scroll-margin-top: calc(var(--scroll-margin-top-base) + var(--size-xs));
  }
  .m-powermail-form__page + .m-powermail-form__page {
    padding-top: var(--size-s);
  }
  .m-powermail-form__page__header {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Lexend";
    font-weight: 600;
    line-height: 1.4;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    .m-powermail-form__page__header {
      font-size: 2rem;
    }
  }
  .m-powermail-form__page.-paginated {
    display: none;
    padding-top: 0;
  }
  .m-powermail-form__page.-paginated.--active {
    display: block;
  }
  .m-powermail-form__page__navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-powermail-form__list {
    --gutter-x: .8em;
    --gutter-y: 1.25em;
  }
  .m-powermail-form__description {
    font-size: calc(1.41rem + 0.09vw);
    margin-block: -0.5em 0.5em;
  }
  @media (min-width: 1000px) {
    .m-powermail-form__description {
      font-size: 1.5rem;
    }
  }
  .m-powermail-form__item.-type-input, .m-powermail-form__item.-type-select, .m-powermail-form__item.-type-date {
    --row-width: 12;
    --col-width: 6;
    min-width: 27.45rem;
  }
  .m-powermail-form__item.-type-input > *, .m-powermail-form__item.-type-select > *, .m-powermail-form__item.-type-date > * {
    --row-width: 6;
  }
  @media (max-width: 48.75rem) {
    .m-powermail-form__item.-type-input, .m-powermail-form__item.-type-select, .m-powermail-form__item.-type-date {
      --col-width: 12;
    }
    .m-powermail-form__item.-type-input > *, .m-powermail-form__item.-type-select > *, .m-powermail-form__item.-type-date > * {
      --row-width: 12;
    }
  }
  .m-powermail-form__field.-type-submit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1em;
    position: relative;
  }
  .m-powermail-form__text__headline:last-child {
    padding-bottom: 0;
  }
  .m-powermail-form.htmx-request .m-powermail-form__field {
    opacity: 0.5;
    pointer-events: none;
  }
  .m-powermail-form.htmx-request .m-powermail-form__field.-type-submit {
    opacity: 1;
  }
  .m-powermail-form.htmx-request .m-powermail-form__submit {
    opacity: 0.5;
    pointer-events: none;
  }
  .m-powermail-form__loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: var(--color-link);
    display: none;
  }
  .m-powermail-form.htmx-request .m-powermail-form__loading-indicator {
    display: block;
  }
  .m-modal__header__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: var(--size-s);
  }
  .m-modal__header__wrap h2 {
    padding-bottom: 0;
  }
  .m-modal__close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    font-size: calc(1.46rem + 0.54vw);
  }
  @media (min-width: 1000px) {
    .m-modal__close {
      font-size: 2rem;
    }
  }
  .m-modal__cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: var(--size-xxs);
  }
  .m-menu__pagination {
    font-size: calc(1.46rem + 0.54vw);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-s);
  }
  @media (min-width: 1000px) {
    .m-menu__pagination {
      font-size: 2rem;
    }
  }
  .m-menu__pagination__link {
    display: block;
    padding: 0.25em 0.5em;
    margin: 0 0.25em;
    color: var(--color-link);
  }
  .m-menu__pagination__link:hover, .m-menu__pagination__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-menu__pagination__link.-disabled {
    color: var(--color-link--hover);
  }
  .m-menu__pagination__prev, .m-menu__pagination__next {
    display: block;
  }
  .m-menu__load-more-button__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-s);
  }
  .m-menu__load-more-button__button {
    --padding-inline: var(--padding-block);
    border-radius: 100%;
    line-height: 1;
  }
  .m-menu__load-more-button__button .svg-icon {
    display: block;
    height: 1.2em;
  }
  .m-menu__filter {
    padding-bottom: var(--size-xxs);
  }
  .m-menu__filter:has(.m-menu__filter__link.-active) .e-button.-filter.-reset {
    color: var(--color);
    background: white;
    pointer-events: auto;
  }
  .m-menu__filter:has(.m-menu__filter__link.-active) .e-button.-filter.-reset:hover, .m-menu__filter:has(.m-menu__filter__link.-active) .e-button.-filter.-reset:focus-visible, .m-menu__filter:has(.m-menu__filter__link.-active) .e-button.-filter.-reset.--active {
    background: #82640F;
    color: white;
    cursor: pointer;
  }
  .m-menu__filter__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: var(--size-l);
    gap: 0.5em;
  }
  .m-menu__filter__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-inline: -0.25em;
  }
  @media (max-width: 41.25rem) {
    .m-menu__filter__list {
      gap: 1rem;
    }
  }
  .m-menu__filter__item {
    margin-inline: 0.25em;
  }
  @media (max-width: 41.25rem) {
    .m-menu__filter__item {
      margin-inline: 0;
    }
    .m-menu__filter__item:first-child {
      width: 100%;
    }
  }
  .m-menu__filter__item p {
    padding: 0;
  }
  .m-menu__filter__label {
    font-size: calc(1.42rem + 0.18vw);
    font-family: "Barlow";
    font-weight: bold;
    line-height: 1.125;
  }
  @media (min-width: 1000px) {
    .m-menu__filter__label {
      font-size: 1.6rem;
    }
  }
  .m-menu__second-filter {
    padding-bottom: var(--size-xxs);
  }
  .m-menu__second-filter:has(.m-menu__second-filter__link.-active) .e-button.-filter.-reset {
    color: var(--color);
    background: white;
    pointer-events: auto;
  }
  .m-menu__second-filter:has(.m-menu__second-filter__link.-active) .e-button.-filter.-reset:hover, .m-menu__second-filter:has(.m-menu__second-filter__link.-active) .e-button.-filter.-reset:focus-visible, .m-menu__second-filter:has(.m-menu__second-filter__link.-active) .e-button.-filter.-reset.--active {
    background: #82640F;
    color: white;
    cursor: pointer;
  }
  .m-menu__second-filter__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-inline: -0.25em;
  }
  @media (max-width: 41.25rem) {
    .m-menu__second-filter__list {
      gap: 1rem;
    }
  }
  .m-menu__second-filter__item {
    margin-inline: 0.25em;
  }
  @media (max-width: 41.25rem) {
    .m-menu__second-filter__item {
      margin-inline: 0;
    }
    .m-menu__second-filter__item:first-child {
      width: 100%;
    }
  }
  .m-menu__second-filter__item p {
    padding: 0;
  }
  .m-menu__second-filter__label {
    font-size: calc(1.42rem + 0.18vw);
    font-family: "Barlow";
    font-weight: bold;
    line-height: 1.125;
  }
  @media (min-width: 1000px) {
    .m-menu__second-filter__label {
      font-size: 1.6rem;
    }
  }
  .m-menu__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-menu__card {
    transition: transform 0.25s;
  }
  .m-menu__column {
    cursor: pointer;
  }
  .m-menu__column :where(.l-media__image) {
    transition: transform 0.25s;
  }
  .m-menu__column:hover :where(.l-media__image) {
    transform: scale(0.97);
  }
  .m-menu__teaser {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-menu__headline {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Lexend";
    font-weight: 600;
    line-height: 1.4;
    text-wrap: balance;
    width: 100%;
    color: var(--color-link);
  }
  @media (min-width: 1000px) {
    .m-menu__headline {
      font-size: 2rem;
    }
  }
  .m-menu__headline:hover, .m-menu__headline:focus-visible {
    color: var(--background-button-light);
  }
  .m-menu__card:hover .m-menu__headline, .m-menu__column:hover .m-menu__headline, .m-menu__column:hover .m-menu__cta {
    color: var(--background-button-light);
    --background-button: var(--background-button--hover);
  }
  .m-menu__subtitle {
    width: 100%;
    color: var(--color-accent);
  }
  .m-menu__categories {
    padding: 0.5rem 1rem;
    background: #ECEAE4;
    font-weight: 600;
    font-size: 1rem;
  }
  .m-menu__date {
    font-weight: 600;
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    .m-menu__date {
      font-size: 1.5rem;
    }
  }
  .m-menu__icon {
    width: 100%;
    margin-bottom: var(--size-xs);
    font-size: 5rem;
    color: #A09173;
  }
  .m-menu__teaser-text {
    width: 100%;
    padding-top: var(--size-xxs);
  }
  .m-menu__cta {
    margin-top: var(--size-xs);
    margin-left: auto;
  }
  .m-menu__cta__wrap {
    margin-top: auto;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__card {
    overflow: hidden;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__card:hover .l-card__content, .m-menu__wrap.-layout-team-cards .m-menu__card:focus-within .l-card__content {
    transform: translateY(-8rem);
  }
  .m-menu__wrap.-layout-team-cards .m-menu__card:hover .l-card__figure, .m-menu__wrap.-layout-team-cards .m-menu__card:focus-within .l-card__figure {
    transform: translateY(-4rem);
  }
  .m-menu__wrap.-layout-team-cards .m-menu__card:hover .m-menu__contact, .m-menu__wrap.-layout-team-cards .m-menu__card:focus-within .m-menu__contact {
    opacity: 1;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__card:hover .m-menu__name__icon, .m-menu__wrap.-layout-team-cards .m-menu__card:focus-within .m-menu__name__icon {
    opacity: 0;
  }
  @media (max-width: 65rem) {
    .m-menu__wrap.-layout-team-cards .l-card {
      --col-width: 6;
    }
    .m-menu__wrap.-layout-team-cards .l-card > * {
      --row-width: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .m-menu__wrap.-layout-team-cards .l-card {
      --col-width: 12;
    }
    .m-menu__wrap.-layout-team-cards .l-card > * {
      --row-width: 12;
    }
  }
  .m-menu__wrap.-layout-team-cards .l-card__figure {
    transition: transform 0.25s;
    aspect-ratio: 1/1.13;
    overflow: hidden;
  }
  .m-menu__wrap.-layout-team-cards .l-card__figure > div {
    width: 100%;
    height: 100%;
  }
  .m-menu__wrap.-layout-team-cards .l-card__figure .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .m-menu__wrap.-layout-team-cards .l-card__figure > picture > img, .m-menu__wrap.-layout-team-cards .l-card__figure > video, .m-menu__wrap.-layout-team-cards .l-card__figure > iframe, .m-menu__wrap.-layout-team-cards .l-card__figure .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .m-menu__wrap.-layout-team-cards .l-card__content {
    transition: transform 0.25s;
    background: white;
    flex: 1;
    padding-block: 2.5em;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__contact {
    position: absolute;
    top: calc(100% - var(--size-s));
    left: 0;
    transition: transform 0.25s, opacity 0.25s;
    width: 100%;
    opacity: 0;
    padding-inline: var(--padding-inline);
  }
  .m-menu__wrap.-layout-team-cards .m-menu__contact a {
    font-size: clamp(1rem, 1.2vw, 1.6rem);
  }
  @media (max-width: 65rem) {
    .m-menu__wrap.-layout-team-cards .m-menu__contact a {
      font-size: clamp(1rem, 2vw, 1.6rem);
    }
  }
  @media (max-width: 33.75rem) {
    .m-menu__wrap.-layout-team-cards .m-menu__contact a {
      font-size: 1.6rem;
    }
  }
  .m-menu__wrap.-layout-team-cards .m-menu__position {
    padding-bottom: 0;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__name, .m-menu__wrap.-layout-team-cards .m-menu__phone {
    padding-bottom: var(--size-xxs);
  }
  .m-menu__wrap.-layout-team-cards .m-menu__name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__name__icon {
    color: #82640F;
    opacity: 1;
    transition: opacity 0.25s;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__phone, .m-menu__wrap.-layout-team-cards .m-menu__email {
    color: #82640F;
  }
  .m-menu__wrap.-layout-team-cards .m-menu__email {
    text-decoration: underline;
  }
  .m-menu__wrap.-layout-news-cards .m-menu__meta__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: var(--size-xs);
  }
  .m-menu__wrap.-layout-news-cards .m-menu__categories__divider {
    display: none;
  }
  .m-menu__wrap.-layout-news-cards .m-menu__category:not(:first-child) {
    display: none;
  }
  .m-menu__wrap.-layout-cards .l-card.-layout-above {
    justify-content: flex-end;
  }
  .m-menu__wrap.-layout-cards .l-card.-layout-above .l-card__content {
    height: 100%;
  }
  .m-menu__wrap.-layout-cards .l-card.-layout-above .m-menu__teaser {
    height: 100%;
    flex-direction: column;
  }
  .m-menu__wrap.-layout-cards .l-card.-layout-above.-justify-center .m-menu__teaser {
    align-items: center;
  }
  .m-menu__wrap.-layout-cards .l-card__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 3em;
  }
  .m-main__to-top {
    position: fixed;
    right: var(--gutter-outer);
    bottom: 4rem;
    z-index: 100;
    height: 2.25em;
    width: 2.25em;
    color: var(--color);
    background: var(--background-modal);
    border-radius: var(--border-radius-s);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: background 0.15s, transform 0.25s, opacity 0.25s, border-color 0.15s;
  }
  [class*=-modal--active] .m-main__to-top, [class*=-modal--deactivating] .m-main__to-top {
    opacity: 0;
    right: calc(var(--gutter-outer) + var(--scrollbar-width));
  }
  @media (max-width: 41.25rem) {
    .m-main__to-top {
      display: none;
    }
  }
  .m-main__to-top.--scroll {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
    transform: translateY(0px);
  }
  .m-main__to-top.--scroll:hover {
    opacity: 1;
    transform: translateY(-6px);
  }
  .m-main__to-top__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @keyframes fade-in {
    from {
      translate: 0 40px;
      opacity: 0;
    }
    to {
      translate: 0 0;
      opacity: 1;
    }
  }
  .m-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    transition: opacity 0.15s;
    opacity: 1;
    margin-top: calc(var(--height-page-header) * -1);
  }
  .m-main > .frame-type-shortcut:only-child {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
  }
  .m-main__padding {
    width: 100%;
    padding-top: var(--height-page-header);
  }
  .m-main__back__cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-main__back__cta .__icon {
    margin-right: 0.5em;
    color: #82640F;
  }
  .m-indexedsearch__modal {
    padding: 1em;
    padding-right: 4em;
    border-radius: var(--border-radius-m);
  }
  .m-indexedsearch__bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-indexedsearch__input {
    width: unset;
    flex-grow: 1;
    margin: 0;
  }
  .m-indexedsearch__result {
    padding-bottom: var(--size-m);
    margin-top: var(--size-m);
    cursor: pointer;
    border-bottom: 2px solid var(--background-light);
  }
  .m-indexedsearch__result__header, .m-indexedsearch__result__link {
    color: var(--color-link);
  }
  .m-indexedsearch__result__header:hover, .m-indexedsearch__result__link:hover {
    color: var(--color-link--hover);
  }
  .m-cover-media__wrap + .m-hero__wrap:where(.-top-auto) {
    margin-top: 0;
  }
  .m-hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  @media (min-width: 33.8125rem) {
    .-home .m-hero:not(.-headline-only) {
      min-height: 70rem;
    }
  }
  .m-hero:not(.-headline-only) {
    min-height: 50rem;
  }
  .m-hero__wrap {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: var(--height-page-header);
  }
  .m-hero__wrap + section[class*=-background-] {
    margin-top: calc(var(--size-m) * -1);
  }
  .m-hero__wrap.-layout-no-hero-navigation .m-hero__navigation {
    display: none;
  }
  .m-hero__headline {
    color: var(--background);
  }
  .m-hero__headline:last-child {
    padding-bottom: 0;
  }
  .m-hero__text {
    z-index: 1;
    text-align: center;
  }
  .m-hero__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .m-hero__figure > div {
    width: 100%;
    height: 100%;
  }
  .m-hero__figure .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .m-hero__figure > picture > img, .m-hero__figure > video, .m-hero__figure > iframe, .m-hero__figure .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .m-hero__figure:not(.-person .m-hero__figure):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 19, 64, 0.8) 0%, rgba(0, 19, 64, 0.3) 100%);
  }
  .m-hero__navigation {
    padding-bottom: var(--size-m);
  }
  .m-hero__navigation .e-navigation__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4em;
  }
  .m-hero__navigation .e-navigation__item {
    font-size: calc(1.41rem + 0.09vw);
    font-weight: 600;
  }
  @media (min-width: 1000px) {
    .m-hero__navigation .e-navigation__item {
      font-size: 1.5rem;
    }
  }
  .m-hero__navigation .e-navigation__item:first-child {
    display: none;
  }
  .m-hero__navigation .e-navigation__item:last-child {
    color: #82640F;
  }
  .m-hero__navigation .e-navigation__slash {
    margin-right: 0.2em;
  }
  .-home .m-hero__navigation {
    display: none;
  }
  .m-hero__meta__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 77.2rem;
    margin-inline: auto;
  }
  .m-hero__category {
    padding: 0.5rem 1rem;
    background: var(--background);
    font-weight: 600;
    font-size: 1rem;
  }
  .m-hero__date {
    font-weight: 600;
    font-size: calc(1.41rem + 0.09vw);
    padding: 0;
  }
  @media (min-width: 1000px) {
    .m-hero__date {
      font-size: 1.5rem;
    }
  }
  .m-hero__controls {
    position: absolute;
    left: var(--gutter-outer);
    bottom: var(--size-m);
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--size-s);
  }
  .m-hero__button {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: background-color 0.3s ease;
  }
  .m-hero__button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .m-hero__button.--paused .-pause {
    display: none;
  }
  .m-hero__button.--paused .-play {
    display: block;
  }
  .m-hero__button.--playing .-play {
    display: none;
  }
  .m-hero__button.--playing .-pause {
    display: block;
  }
  .m-hero__icon.-play {
    margin-left: 0.2rem;
  }
  .m-hero__wrap.-headline-only {
    background: #ECEAE4;
    padding-top: calc(var(--height-page-header) + var(--size-m));
    padding-bottom: var(--size-m);
  }
  .m-hero__wrap.-headline-only + section.-background-light-1 {
    padding-top: var(--size-m);
  }
  .m-hero__wrap.-headline-only .m-hero {
    min-height: unset;
  }
  .m-hero__wrap.-headline-only .m-hero__headline {
    color: var(--color-accent);
  }
  .m-hero__wrap.-news {
    padding-bottom: var(--size-m);
  }
  .m-hero__wrap.-news .m-hero__headline {
    padding-bottom: var(--size-m);
  }
  .m-hero__wrap.-person {
    background: #ECEAE4;
    padding-top: calc(var(--height-page-header) * 2);
    padding-bottom: var(--height-page-header);
    margin-bottom: calc(var(--size-xxl) * 1.5);
  }
  @media (max-width: 56.25rem) {
    .m-hero__wrap.-person {
      margin-bottom: calc(var(--size-xxl) * 2.5);
    }
  }
  .m-hero__wrap.-person .m-hero {
    min-height: unset;
    position: relative;
  }
  .m-hero__wrap.-person .m-hero__headline {
    color: var(--color-accent);
    padding-bottom: var(--size-xxs);
  }
  .m-hero__wrap.-person .m-hero__bodytext {
    padding-bottom: var(--size-m);
    color: var(--color-headline);
  }
  .m-hero__wrap.-person .m-hero__figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 60rem;
    height: auto;
    top: 100%;
  }
  .m-hero__wrap.-person + .l-section {
    padding-top: var(--size-m);
  }
  .m-hero__wrap.-figure:not(.-person) .m-hero__navigation .e-navigation__item {
    color: #fff;
  }
  .m-hero__wrap.-figure:not(.-person) .m-hero__navigation .e-navigation__item:last-child {
    color: color-mix(in srgb, #fff 70%, transparent 30%);
  }
  .m-hero__wrap.-figure:not(.-person) .m-hero__navigation .e-navigation__slash {
    color: #fff;
  }
  .m-hero__wrap.-figure:not(.-person) .m-hero__text {
    padding-bottom: var(--height-page-header);
  }
  .-vertriebspartner .m-hero__wrap.-figure .m-hero {
    min-height: 70rem;
  }
  .-vertriebspartner .m-hero__wrap.-figure .m-hero__navigation {
    display: none;
  }
  .m-header__nav__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
  }
  @media (max-width: 73.75rem) {
    .m-header__nav__wrap {
      display: none;
    }
  }
  .m-header__nav__wrap__sales-partner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-header__nav {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Barlow";
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: -0.2em -1em;
    flex-grow: 1;
  }
  @media (min-width: 1000px) {
    .m-header__nav {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 73.8125rem) {
    .m-header__nav + .m-header__nav {
      padding-left: 2em;
    }
  }
  .m-header__nav.-social {
    margin: -0.2em -0.5em;
  }
  @media (min-width: 73.8125rem) {
    .m-header__nav__meta__wrap {
      display: flex;
    }
  }
  .m-header__nav__list {
    display: flex;
    justify-content: flex-end;
  }
  .m-header__nav__item {
    z-index: 1;
  }
  .m-header__nav__item__wrap .m-header__nav__sub__list {
    position: absolute;
    top: var(--height-page-header);
    left: 0;
    background: var(--background-modal);
    opacity: 0;
    transition: opacity 0.3s;
    width: 100%;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
    clip-path: inset(0 0 -40px 0);
  }
  .m-header__nav__item__wrap .m-header__nav__sub__list.--switching {
    transition: none;
  }
  .m-header__nav__item__wrap .m-header__nav__sub__list__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    width: 100%;
    max-width: 126.6rem;
    margin-inline: auto;
  }
  .m-header__nav__item__wrap .m-header__nav__sub__list__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__sub__list {
    opacity: 1;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__button__icon {
    transform: rotate(180deg);
    color: #82640F;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__link {
    color: #82640F;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__link:hover, .m-header__nav__item__wrap.--active .m-header__nav__link:focus-visible {
    color: #82640F;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__link:hover .m-header__nav__button__icon, .m-header__nav__item__wrap.--active .m-header__nav__link:focus-visible .m-header__nav__button__icon {
    color: #82640F;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__link.-rootline {
    color: #82640F;
  }
  .m-header__nav__item__wrap.--active .m-header__nav__link.-rootline .m-header__nav__button__icon {
    color: #82640F;
  }
  .m-header__nav__link {
    display: block;
    padding: 0.2em 1em;
    color: var(--color);
    transition: opacity 0.15s, color 0.15s;
    cursor: pointer;
    text-transform: uppercase;
  }
  .m-header__nav__link.-has-subpages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .m-header__nav__link:hover, .m-header__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-header__nav__link:hover .m-header__nav__button__icon, .m-header__nav__link:focus-visible .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  .m-header__nav__link.-rootline {
    color: var(--color-link--hover);
  }
  .m-header__nav__link.-rootline .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  .m-header__nav.-small {
    font-size: 1.1rem;
    padding-left: 0;
    margin-bottom: 1.5rem;
    background: rgba(86, 86, 85, 0.1);
    border-radius: 10px;
    transition: background 0.15s;
  }
  .m-header__nav.-small .m-header__nav__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-header__nav.-small .m-header__nav__rear__icon {
    padding-left: 0.5em;
  }
  .m-header__nav__close {
    display: none;
  }
  .m-header__nav__header {
    display: none;
  }
  .m-header__nav__button__icon {
    color: var(--color);
    margin-left: 0.8rem;
    margin-top: 0.1em;
    transform: rotate(0);
    transition: transform 0.15s, opacity 0.15s, color 0.15s;
  }
  .m-header__nav__button__icon:before {
    font-size: 1.7rem;
  }
  .m-header__nav__sub__list {
    gap: 1.5rem;
    padding-block: var(--size-s);
  }
  .m-header__nav__sub__item {
    padding-left: var(--gutter-outer);
  }
  .m-header__nav__sub__link {
    transition: opacity 0.15s, color 0.15s;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .m-header__nav__sub__link:hover .m-header__nav__sub__link__nav__title, .m-header__nav__sub__link:focus-visible .m-header__nav__sub__link__nav__title {
    color: var(--color-link--hover);
  }
  .m-header__nav__sub__link:hover .m-header__nav__sub__link__title__wrap, .m-header__nav__sub__link:focus-visible .m-header__nav__sub__link__title__wrap {
    transform: translateX(0.5rem);
  }
  .m-header__nav__sub__link__title__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.15s;
  }
  .m-header__nav__sub__link__nav__title {
    font-weight: 600;
  }
  .m-header__nav__sub__item__product__header .m-header__nav__icon {
    display: none;
  }
  .m-header__nav__sub__item__product__header .m-header__nav__sub__link {
    gap: 0;
  }
  .m-header__nav__sub__item__product__header .m-header__nav__sub__link:hover .m-header__nav__sub__link__title__wrap {
    transform: none;
  }
  .m-header__nav__sub__item__product__header .m-header__nav__sub__link__nav__title {
    font-weight: 400;
  }
  .m-header__nav__icon {
    margin-top: 0.2em;
    color: var(--color-headline);
    width: 1.2em;
    display: flex;
    justify-content: center;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link {
    color: var(--background);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link:hover, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link:hover .m-header__nav__button__icon, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link:focus-visible .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link.-rootline {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__link.-rootline .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__nav.-small {
    background: rgba(255, 255, 255, 0.1);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__button__icon,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__button__icon {
    color: var(--color);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link {
    color: var(--color);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link:hover, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link:focus-visible,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link:hover,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link:hover .m-header__nav__button__icon, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link:focus-visible .m-header__nav__button__icon,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link:hover .m-header__nav__button__icon,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link:focus-visible .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link.-rootline,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link.-rootline {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__link.-rootline .m-header__nav__button__icon,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__link.-rootline .m-header__nav__button__icon {
    color: var(--color-link--hover);
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__item__wrap.--active .m-header__nav__link, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav__item__wrap.--active .m-header__nav__button__icon,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__item__wrap.--active .m-header__nav__link,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav__item__wrap.--active .m-header__nav__button__icon {
    color: #82640F;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__nav.-small,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__nav.-small {
    background: rgba(86, 86, 85, 0.1);
  }
  .m-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 201;
    position: relative;
    width: 4rem;
    height: 3rem;
    padding: 0.5rem;
    margin-right: -0.5rem;
    color: var(--color-link);
    cursor: pointer;
    border-radius: var(--border-radius-s);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  @media (min-width: 73.8125rem) {
    .m-header__burger {
      display: none;
    }
  }
  .m-header__burger.--active .m-header__burger__slice:nth-child(1) {
    transform: translateY(1rem);
  }
  .m-header__burger.--active .m-header__burger__slice:nth-child(3) {
    transform: translateY(-1rem);
  }
  .m-header__burger:hover, .m-header__burger:focus-visible {
    color: var(--color-link--hover);
  }
  .m-header__burger__slice {
    height: 3px;
    width: 100%;
    background: currentColor;
    transition: transform 0.15s, background 0.15s;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__burger__slice {
    background: white;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__burger__slice,
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__burger__slice {
    background: var(--color-headline);
  }
  .m-header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: calc(100vw - var(--scrollbar-width));
    max-width: var(--width-page);
    height: var(--height-page-header);
    margin-bottom: var(--margin-block-page-header);
    transition: background 0.3s, box-shadow 0.2s, border-color 0.15s, transform 0.15s;
    background: #ECEAE4;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header {
    background: transparent;
  }
  .m-header:has(.m-header__nav__item__wrap.--active), body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header {
    background: var(--background);
  }
  .m-header.--scroll-background {
    background: var(--background);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  }
  body:has(.m-hero__figure) .m-header.--scroll-background, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background {
    background: var(--background);
  }
  .m-header:where(.--scroll) {
    transition: background 0.3s, transform 0.4s;
  }
  .m-header:where(.--scroll).--scroll-down {
    transform: translateY(-100%);
  }
  .m-header__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-inline: var(--gutter-outer);
    height: 100%;
    max-width: calc(var(--width-page) * 0.4);
    margin-inline: auto;
  }
  .m-header__anchor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
    display: flex;
    align-items: center;
    width: 19.6rem;
    height: 5.5rem;
    transition: opacity 0.3s;
  }
  .m-header__anchor.-negative {
    opacity: 0;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__anchor {
    opacity: 0;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header__anchor.-negative {
    opacity: 1;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__anchor, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__anchor {
    opacity: 1;
  }
  body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)) .m-header.--scroll-background .m-header__anchor.-negative, body:has(.m-hero__figure):has(.m-hero__wrap:not(.-person)):has(.m-header__nav__item__wrap.--active) .m-header__anchor.-negative {
    opacity: 0;
  }
  .m-header__anchor__logo {
    height: auto;
    width: 100%;
    outline: none;
    transition: color 0.4s, transform 0.4s, fill 0.4s;
  }
  .m-header__anchor__wrap {
    position: relative;
    width: 20rem;
    height: 6rem;
  }
  .m-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
  }
  .m-form__column {
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: auto;
    width: round(down, (100% - (var(--row-width) - 1) * var(--gutter-x)) * var(--col-width) / var(--row-width) + var(--gutter-x) * (var(--col-width) - 1), 1px);
    --row-width: 12;
    --col-width: 6;
  }
  .m-form__column > * {
    --row-width: 6;
  }
  @media (max-width: 56.25rem) {
    .m-form__column {
      --row-width: 12;
      --col-width: 12;
    }
    .m-form__column > * {
      --row-width: 12;
    }
  }
  .m-form__input {
    position: relative;
    margin-top: 1.5em;
  }
  .m-form label {
    position: absolute;
    left: 0;
    top: 0.5em;
    transition: top 0.1s, font-size 0.1s;
  }
  .m-form textarea:focus + label, .m-form textarea:not(:placeholder-shown) + label, .m-form [type=text]:focus + label, .m-form [type=text]:not(:placeholder-shown) + label, .m-form [type=email]:focus + label, .m-form [type=email]:not(:placeholder-shown) + label, .m-form [type=password]:focus + label, .m-form [type=password]:not(:placeholder-shown) + label {
    font-size: 75%;
    top: -1em;
  }
  .m-footer__nav {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Barlow";
    font-weight: 400;
    line-height: 1.2;
    padding-block: var(--size-xxs);
  }
  @media (min-width: 1000px) {
    .m-footer__nav {
      font-size: 1.5rem;
    }
  }
  .m-footer__nav__wrap {
    margin-block: var(--size-l);
  }
  .m-footer__nav__wrap .l-container {
    max-width: calc(var(--width-page) * 0.4);
  }
  .m-footer__nav__wrap .l-container__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: var(--size-m);
  }
  @media (max-width: 73.75rem) {
    .m-footer__nav__wrap .l-container__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--size-m);
    }
  }
  .m-footer__nav__wrap__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--size-xs);
  }
  .m-footer__nav__list {
    display: flex;
    justify-content: center;
  }
  .m-footer__nav__list.-icons {
    flex-direction: row;
  }
  .m-footer__nav.-small {
    font-weight: 400;
  }
  @media (min-width: 41.3125rem) {
    .m-footer__nav.-small {
      font-size: 1.2rem;
    }
  }
  .m-footer__nav.-main {
    padding: 0;
  }
  .m-footer__nav.-main .m-footer__nav__list {
    gap: var(--size-m);
  }
  @media (max-width: 41.25rem) {
    .m-footer__nav.-main .m-footer__nav__list {
      flex-direction: column;
    }
  }
  .m-footer__nav.-main .m-footer__nav__item {
    margin: 0;
  }
  .m-footer__nav__item {
    margin: 0 0.66em;
  }
  .-social .m-footer__nav__item:first-child, .-footer .m-footer__nav__item:first-child {
    margin-left: 0;
  }
  @media (min-width: 33.8125rem) {
    .m-footer__nav.-small .m-footer__nav__item {
      margin: 0 1.5em;
    }
  }
  .m-footer__nav__list.-icons .m-footer__nav__item {
    margin: 0 0.66em;
  }
  .m-footer__nav__link {
    color: color-mix(in srgb, var(--color-link), transparent 30%);
  }
  .m-footer__nav__link:hover, .m-footer__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  @media (max-width: 33.75rem) {
    .m-footer__nav__link {
      padding: 0.25em 0;
      display: block;
    }
  }
  .m-footer__nav__header__flat {
    padding-bottom: 0.5rem;
  }
  .m-footer__nav__sub__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .m-footer__nav__sub__link {
    color: color-mix(in srgb, var(--color-link), transparent 30%);
  }
  .m-footer__nav__sub__link:hover, .m-footer__nav__sub__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-footer {
    --background: var(--background-footer);
    --color: white;
    --color-link: white;
    --color-link--hover: #008BD2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: var(--background);
  }
  .m-footer__anchor__logo {
    width: 19.6rem;
    height: 5.5rem;
    margin-bottom: var(--size-xxs);
  }
  .-news .m-file-menu__wrap {
    order: 1;
  }
  .m-file-menu__link {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding-inline: 3rem;
  }
  .m-file-menu__link:hover .m-file-menu__text {
    color: var(--background-button-light);
  }
  .m-file-menu__item {
    display: flex;
  }
  .m-file-menu__figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #ECEAE4;
    padding-top: 140%;
    overflow: hidden;
    position: relative;
  }
  .m-file-menu__file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
  }
  .m-file-menu__text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: var(--size-xs);
    flex: 1;
    transition: 0.15s color;
  }
  .m-error-text__wrap {
    margin-block: auto;
  }
  .m-error-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-error-text__header {
    font-size: calc(2.66rem + 11.34vw);
    padding-bottom: 0;
  }
  @media (min-width: 1000px) {
    .m-error-text__header {
      font-size: 14rem;
    }
  }
  .m-error-text__subheader {
    font-size: calc(1.64rem + 2.16vw);
    font-family: "Lexend";
    font-weight: 500;
    line-height: 1.1842105263;
    text-wrap: balance;
    font-weight: bold;
    text-align: center;
  }
  @media (min-width: 1000px) {
    .m-error-text__subheader {
      font-size: 3.8rem;
    }
  }
  .m-error-text__logo {
    display: block;
    height: 10rem;
    width: 10rem;
    padding-bottom: var(--size-xs);
  }
  .m-main > .m-cover-media__wrap:where(.-top-auto:first-child) {
    margin-top: 0;
  }
  .m-cover-media__wrap[class*=-background-] {
    padding-block: 0;
  }
  .m-cover-media__wrap.-layout-above {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-cover-media__wrap.-layout-below {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-cover-media__row {
    gap: 0;
  }
  .m-cover-media__row.-layout-right {
    flex-direction: row;
  }
  .m-cover-media__row.-layout-left {
    flex-direction: row-reverse;
  }
  .m-cover-media__content.-layout-above {
    padding-top: calc(var(--size-m) * 2);
  }
  .m-cover-media__content.-layout-below {
    padding-bottom: calc(var(--size-m) * 2);
  }
  .m-cover-media__wrap[class*=-background-] .m-cover-media__content.-layout-right, .m-cover-media__wrap[class*=-background-] .m-cover-media__content.-layout-left {
    padding-block: calc(var(--size-m) * 2);
  }
  .m-cover-media__wrap[class*=-background-] .m-cover-media__content.-layout-above {
    padding-bottom: calc(var(--size-m) * 2);
  }
  .m-cover-media__wrap[class*=-background-] .m-cover-media__content.-layout-below {
    padding-top: calc(var(--size-m) * 2);
  }
  @media (min-width: 48.8125rem) {
    .m-cover-media__figure.-layout-right, .m-cover-media__figure.-layout-left {
      overflow: hidden;
      position: absolute;
      top: 0;
      height: 100%;
      width: calc(50vw - var(--scrollbar-width) * 0.5);
      max-width: calc(var(--width-page) * 0.5);
    }
    .m-cover-media__figure.-layout-right > div, .m-cover-media__figure.-layout-left > div {
      width: 100%;
      height: 100%;
    }
    .m-cover-media__figure.-layout-right .e-media-player, .m-cover-media__figure.-layout-left .e-media-player {
      padding-top: 0;
      width: 100%;
      height: 100%;
    }
    .m-cover-media__figure.-layout-right > picture > img, .m-cover-media__figure.-layout-right > video, .m-cover-media__figure.-layout-right > iframe, .m-cover-media__figure.-layout-right .e-media-player > img, .m-cover-media__figure.-layout-left > picture > img, .m-cover-media__figure.-layout-left > video, .m-cover-media__figure.-layout-left > iframe, .m-cover-media__figure.-layout-left .e-media-player > img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
    }
  }
  @media (max-width: 48.75rem) {
    .m-cover-media__figure.-layout-right, .m-cover-media__figure.-layout-left {
      margin-inline: calc(-1 * var(--gutter-outer));
    }
  }
  .m-cover-media__figure.-layout-right {
    right: 0;
  }
  .m-cover-media__figure.-layout-left {
    left: 0;
  }
  .m-cover-media__figure.-layout-above, .m-cover-media__figure.-layout-below {
    width: 100vw;
    max-width: var(--width-page);
  }
  .m-cover-media__image {
    width: 100%;
  }
  .m-container__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-card :where(.l-card__content) {
    display: flex;
  }
  @media (max-width: 33.75rem) {
    .m-card :where(.l-card__content) {
      display: block;
    }
  }
  .m-card__card__text {
    flex-grow: 1;
  }
  .m-anchor-menu__wrap {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--background);
    transition: background 0.5s, top 0.4s;
  }
  :where(.m-header.--scroll:not(.--scroll-down)) ~ .m-main .m-anchor-menu__wrap {
    top: var(--height-page-header);
  }
  .m-anchor-menu__wrap.--stuck {
    background: var(--background-modal);
  }
  .m-anchor-menu__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 1em;
    gap: 0.5em 1.5em;
  }
  .m-anchor-menu__link {
    color: var(--color-link);
  }
  .m-anchor-menu__link:hover, .m-anchor-menu__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-accordion {
    border-radius: var(--border-radius-s);
  }
  .m-accordion + .m-accordion {
    margin-top: calc(var(--size-xs) - 1rem);
  }
  .e-rich-text + .m-accordion {
    margin-top: var(--size-m);
  }
  .m-accordion__button {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Lexend";
    font-weight: bold;
    line-height: 1.36;
    text-wrap: balance;
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1.5;
    color: var(--color);
    cursor: pointer;
    transition: color 0.15s, background-color 0.15s, transform 0.15s, border-color 0.15s;
    padding-bottom: 1rem;
  }
  @media (min-width: 1000px) {
    .m-accordion__button {
      font-size: 2rem;
    }
  }
  .m-accordion__button:hover, .m-accordion__button:focus-visible {
    color: var(--background-button-light);
  }
  .m-accordion__title {
    padding-right: 1em;
    text-align: left;
    transition: transform 0.2s;
  }
  .m-accordion {
    display: block;
    overflow: hidden;
    transition: height 0.15s ease-out, min-height 0.15s ease-out;
  }
  .m-accordion.--active .m-accordion__button {
    color: var(--color-headline);
  }
  .m-accordion.--active:not(.--activating) {
    height: auto;
  }
  .m-accordion__content {
    padding-top: var(--size-xs);
    padding-bottom: var(--size-s);
    padding-inline: var(--size-xs);
    opacity: 0;
    transition: opacity 0.22s ease-out;
  }
  .m-accordion__content.-background-light-1 {
    background: #ECEAE4;
  }
  .m-accordion.--active .m-accordion__content {
    opacity: 1;
  }
  .m-accordion__icon {
    position: relative;
    height: 1em;
    width: 1em;
    transform: translateY(0.2em);
  }
  .m-accordion__icon:before, .m-accordion__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    height: 0.85em;
    width: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.2s;
  }
  .m-accordion__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .m-accordion.--active .m-accordion__icon:before {
    transform: translate(-50%, -50%) scaleY(0);
  }
  .m-accordion.--active .m-accordion__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #document {
    color-scheme: only dark;
    --color: #565655;
    --color-alt: #565655;
    --color-headline: #00193C;
    --color-accent: #00193C;
    --color-accent-alt: #00193C;
    --background: white;
    --color-link: #00193C;
    --color-link--hover: #008BD2;
    --color-link--disabled: #c9c9c9;
    --border-width-button: 2px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: rgba(255, 255, 255, 0.50);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button-light) 30%);
    --background-button: var(--color-link);
    --background-button--hover: color-mix(in srgb, var(--color-link) 90%, transparent);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-beackground);
    --color-button-light--hover: var(--color-background);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: rgba(255, 255, 255, 0.50);
    --background-button-light: #82640F;
    --background-button-light--hover: color-mix(in srgb, var(--background-button-light) 90%, transparent);
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: rgba(159, 145, 114, 0.40);
    --color-input-border--active: #82640F;
    --background-input: white;
    --background-input--active: white;
    --background-modal: #ECEAE4;
    --background-modal-backdrop: color-mix(in srgb, #00193C 40%, transparent 60%);
    --background-footer: #00193C;
    --plyr-color-main: var(--color-link);
    height: 100dvh;
    overflow-x: clip;
    overflow-y: scroll;
    overscroll-behavior-x: none;
    --scroll-margin-top-base: var(--height-page-header);
  }
  #document[class*=-modal--active], #document[class*=-modal--deactivating] {
    overflow: hidden;
    padding-right: var(--scrollbar-width);
  }
  #document.--header--scroll-down {
    --scroll-margin-top-base: 0px;
  }
  #document:where(:has(.m-anchor-menu__wrap)) {
    --scroll-margin-top-base: calc(var(--height-page-header) + 7rem);
  }
  #document:where(:has(.m-anchor-menu__wrap)).--header--scroll-down {
    --scroll-margin-top-base: 7rem;
  }
  #body {
    font-size: calc(1.44rem + 0.36vw);
    font-family: "Barlow";
    font-weight: 400;
    line-height: 1.5555555556;
    width: 100%;
    color: var(--color);
    background: var(--background);
  }
  @media (min-width: 1000px) {
    #body {
      font-size: 1.8rem;
    }
  }
  #root {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: var(--width-page);
    min-height: 100dvh;
    overflow-x: clip;
    margin-inline: auto;
  }
  #root-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 5px;
    background: var(--color);
    visibility: hidden;
    pointer-events: none;
  }
  #root-loading-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
  }
  #root-loading-bar.htmx-request {
    transition: visibility 0s 1s;
  }
  #root-loading-bar.htmx-request:after {
    animation: loading-bar 90s 1s infinite;
    animation-timing-function: cubic-bezier(0, 0.97, 0, 0.97);
  }
  @keyframes loading-bar {
    0% {
      visibility: visible;
      transform: scaleX(0);
    }
    100% {
      visibility: visible;
      transform: scaleX(1);
    }
  }
}
@layer utilities {
  .u-hide {
    display: none !important;
  }
  .u-show {
    display: block !important;
  }
  .u-flex {
    display: flex !important;
  }
  .u-front {
    position: relative;
    z-index: 999999 !important;
  }
  .u-text-left {
    text-align: left !important;
  }
  .u-text-center {
    text-align: center !important;
  }
  .u-text-right {
    text-align: right !important;
  }
  .u-text-justify {
    text-align: justify !important;
  }
  .u-justify-start, .u-justify-left {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .u-justify-center {
    display: flex !important;
    justify-content: center !important;
  }
  .u-justify-space-between {
    display: flex !important;
    justify-content: space-between !important;
  }
  .u-justify-end, .u-justify-right {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .u-align-start {
    display: flex !important;
    align-items: flex-start !important;
  }
  .u-align-center {
    display: flex !important;
    align-items: center !important;
  }
  .u-align-end {
    display: flex !important;
    align-items: flex-end !important;
  }
  .u-no-transition, .u-no-transition * {
    transition: none !important;
  }
  .u-initially-hidden {
    display: none !important;
  }
  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
/*# sourceMappingURL=puck.css.map */