@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 {
    --scrollbar-width: 15px;
    --main-scroll-target: html;
    --height-page-header: 14rem;
    --margin-block-page-header: 0;
    --width-page: 3840px;
    --width-grid: 128rem;
    --grid-columns: 12;
    --row-colspan: 12;
    --gutter-outer: 4.8rem;
    --gutter-x: calc(1.5rem + 0.6428571429vw);
  }
  @media (min-width: 1400px) {
    :root {
      --gutter-x: 2.4rem;
    }
  }
  :root {
    --gutter-y: calc(1.58rem + 1.1571428571vw);
  }
  @media (min-width: 1400px) {
    :root {
      --gutter-y: 3.2rem;
    }
  }
  :root {
    --clip-slant-height: 6vw;
    --max-height-media-mobile: unset;
    --border-width-button: 1px;
    --border-radius-s: 1rem;
    --border-radius-m: 2rem;
    --border-radius-l: 8rem;
    --box-shadow-s: 0 3px 4px rgb(0 0 0 / 12%);
    --box-shadow-m: 0 5px 7px rgb(0 0 0 / 18%);
    --min-hero-height: 52rem;
    --z-index-base: 1;
    --z-index-dialog: 9;
    --z-index-header: 99;
    --z-index-sidebar: 199;
    --z-index-modal: 999;
    --size-xxs: calc(1.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-xxs: 1.6rem;
    }
  }
  :root {
    --size-xs: calc(1.5rem + 0.6428571429vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-xs: 2.4rem;
    }
  }
  :root {
    --size-s: calc(1.58rem + 1.1571428571vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-s: 3.2rem;
    }
  }
  :root {
    --size-m: calc(1.74rem + 2.1857142857vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-m: 4.8rem;
    }
  }
  :root {
    --size-l: calc(2.06rem + 4.2428571429vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-l: 8rem;
    }
  }
  :root {
    --size-xl: calc(2.54rem + 7.3285714286vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-xl: 12.8rem;
    }
  }
  :root {
    --size-xxl: calc(3.18rem + 11.4428571429vw);
  }
  @media (min-width: 1400px) {
    :root {
      --size-xxl: 19.2rem;
    }
  }
  @media (max-width: 56.25rem) {
    :root {
      --height-page-header: 8rem;
      --margin-block-page-header: 1rem;
      --gutter-outer: 5vw;
    }
  }
  @media (max-width: 41.25rem) {
    :root {
      --min-hero-height: 42rem;
      --border-radius-l: 6rem;
    }
  }
  @media (max-width: 33.75rem) {
    :root {
      --min-hero-height: 36rem;
      --border-radius-l: 4rem;
    }
  }
  @font-face {
    font-family: "icons";
    src: url("../../Fonts/Icons/icons.ttf?8791417ca9b1edc72495c486e117f925") format("truetype"), url("../../Fonts/Icons/icons.woff?8791417ca9b1edc72495c486e117f925") format("woff"), url("../../Fonts/Icons/icons.woff2?8791417ca9b1edc72495c486e117f925") 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-brands-solid: "";
    --icon-code-xmark-regular: "";
    --icon-code-xing-brands-solid: "";
    --icon-code-x-twitter-brands-solid: "";
    --icon-code-spinner-third-duotone-solid: "";
    --icon-code-scrubber-solid: "";
    --icon-code-plus-regular: "";
    --icon-code-play-solid: "";
    --icon-code-pause-solid: "";
    --icon-code-minus-regular: "";
    --icon-code-magnifying-glass-solid: "";
    --icon-code-linkedin-brands-solid: "";
    --icon-code-komma-kollegen-logomark: "";
    --icon-code-instagram-brands-solid: "";
    --icon-code-facebook-brands-solid: "";
    --icon-code-envelope-solid: "";
    --icon-code-envelope-regular: "";
    --icon-code-design-quotes: "";
    --icon-code-design-list-element: "";
    --icon-code-design-chevron-right: "";
    --icon-code-chevron-right-regular: "";
    --icon-code-chevron-left-regular: "";
    --icon-code-arrow-up-right-from-square-regular: "";
    --icon-code-arrow-up-regular: "";
    --icon-code-arrow-up-long-regular: "";
    --icon-code-arrow-up-from-bracket-regular: "";
    --icon-code-arrow-right-regular: "";
    --icon-code-arrow-right-long-regular: "";
    --icon-code-arrow-left-regular: "";
    --icon-code-arrow-left-long-regular: "";
    --icon-code-arrow-down-to-line-regular: "";
    --icon-code-arrow-down-regular: "";
    --icon-code-arrow-down-long-regular: "";
    --icon-code-angle-up-regular: "";
    --icon-code-angle-right-regular: "";
    --icon-code-angle-left-regular: "";
    --icon-code-angle-down-regular: "";
  }
  .icon--youtube-brands-solid:before {
    content: var(--icon-code-youtube-brands-solid);
  }
  .icon--xmark-regular:before {
    content: var(--icon-code-xmark-regular);
  }
  .icon--xing-brands-solid:before {
    content: var(--icon-code-xing-brands-solid);
  }
  .icon--x-twitter-brands-solid:before {
    content: var(--icon-code-x-twitter-brands-solid);
  }
  .icon--spinner-third-duotone-solid:before {
    content: var(--icon-code-spinner-third-duotone-solid);
  }
  .icon--scrubber-solid:before {
    content: var(--icon-code-scrubber-solid);
  }
  .icon--plus-regular:before {
    content: var(--icon-code-plus-regular);
  }
  .icon--play-solid:before {
    content: var(--icon-code-play-solid);
  }
  .icon--pause-solid:before {
    content: var(--icon-code-pause-solid);
  }
  .icon--minus-regular:before {
    content: var(--icon-code-minus-regular);
  }
  .icon--magnifying-glass-solid:before {
    content: var(--icon-code-magnifying-glass-solid);
  }
  .icon--linkedin-brands-solid:before {
    content: var(--icon-code-linkedin-brands-solid);
  }
  .icon--komma-kollegen-logomark:before {
    content: var(--icon-code-komma-kollegen-logomark);
  }
  .icon--instagram-brands-solid:before {
    content: var(--icon-code-instagram-brands-solid);
  }
  .icon--facebook-brands-solid:before {
    content: var(--icon-code-facebook-brands-solid);
  }
  .icon--envelope-solid:before {
    content: var(--icon-code-envelope-solid);
  }
  .icon--envelope-regular:before {
    content: var(--icon-code-envelope-regular);
  }
  .icon--design-quotes:before {
    content: var(--icon-code-design-quotes);
  }
  .icon--design-list-element:before {
    content: var(--icon-code-design-list-element);
  }
  .icon--design-chevron-right:before {
    content: var(--icon-code-design-chevron-right);
  }
  .icon--chevron-right-regular:before {
    content: var(--icon-code-chevron-right-regular);
  }
  .icon--chevron-left-regular:before {
    content: var(--icon-code-chevron-left-regular);
  }
  .icon--arrow-up-right-from-square-regular:before {
    content: var(--icon-code-arrow-up-right-from-square-regular);
  }
  .icon--arrow-up-regular:before {
    content: var(--icon-code-arrow-up-regular);
  }
  .icon--arrow-up-long-regular:before {
    content: var(--icon-code-arrow-up-long-regular);
  }
  .icon--arrow-up-from-bracket-regular:before {
    content: var(--icon-code-arrow-up-from-bracket-regular);
  }
  .icon--arrow-right-regular:before {
    content: var(--icon-code-arrow-right-regular);
  }
  .icon--arrow-right-long-regular:before {
    content: var(--icon-code-arrow-right-long-regular);
  }
  .icon--arrow-left-regular:before {
    content: var(--icon-code-arrow-left-regular);
  }
  .icon--arrow-left-long-regular:before {
    content: var(--icon-code-arrow-left-long-regular);
  }
  .icon--arrow-down-to-line-regular:before {
    content: var(--icon-code-arrow-down-to-line-regular);
  }
  .icon--arrow-down-regular:before {
    content: var(--icon-code-arrow-down-regular);
  }
  .icon--arrow-down-long-regular:before {
    content: var(--icon-code-arrow-down-long-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);
  }
  * {
    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-plain, var(--background)) !important;
  }
  *:not(img)::selection:after, *:not(img)::selection:before {
    color: var(--background-plain, 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;
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    src: url("../../Fonts/inter-v20-latin-200.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url("../../Fonts/inter-v20-latin-300.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../../Fonts/inter-v20-latin-regular.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../../Fonts/inter-v20-latin-500.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../../Fonts/inter-v20-latin-600.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../../Fonts/inter-v20-latin-700.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url("../../Fonts/inter-v20-latin-800.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 200;
    src: url("../../Fonts/SourceSerifPro-ExtraLight.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 300;
    src: url("../../Fonts/SourceSerifPro-Light.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 400;
    src: url("../../Fonts/SourceSerifPro-Regular.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 600;
    src: url("../../Fonts/SourceSerifPro-Semibold.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 700;
    src: url("../../Fonts/SourceSerifPro-Bold.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 900;
    src: url("../../Fonts/SourceSerifPro-Black.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 200;
    src: url("../../Fonts/SourceSerifPro-ExtraLightIt.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 300;
    src: url("../../Fonts/SourceSerifPro-LightIt.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 400;
    src: url("../../Fonts/SourceSerifPro-It.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 600;
    src: url("../../Fonts/SourceSerifPro-SemiboldIt.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 700;
    src: url("../../Fonts/SourceSerifPro-BoldIt.woff2") format("woff2");
  }
  @font-face {
    font-display: auto;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-weight: 900;
    src: url("../../Fonts/SourceSerifPro-BlackIt.woff2") format("woff2");
  }
}
@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;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .svg--spinner-third-duotone-solid,
  .icon--spinner-third-duotone-solid:before {
    animation: spin 1.5s linear infinite;
  }
  h1, .h1 {
    font-size: calc(1.86rem + 2.9571428571vw);
  }
  @media (min-width: 1400px) {
    h1, .h1 {
      font-size: 6rem;
    }
  }
  h1, .h1 {
    font-family: "Source Serif Pro";
    font-weight: 700;
    line-height: 1;
  }
  h1 em, .h1 em {
    font-weight: 400;
  }
  h1, .h1 {
    padding-bottom: var(--size-m);
    color: var(--color-headline);
  }
  h1.-color-alt, .h1.-color-alt {
    color: var(--color-headline-alt);
  }
  h2, .h2 {
    font-size: calc(1.86rem + 2.9571428571vw);
  }
  @media (min-width: 1400px) {
    h2, .h2 {
      font-size: 6rem;
    }
  }
  h2, .h2 {
    font-family: "Source Serif Pro";
    font-weight: 700;
    line-height: 1;
  }
  h2 em, .h2 em {
    font-weight: 400;
  }
  h2, .h2 {
    padding-bottom: var(--size-m);
    color: var(--color-headline);
  }
  h2.-color-alt, .h2.-color-alt {
    color: var(--color-headline-alt);
  }
  h3, .h3 {
    font-size: calc(1.66rem + 1.6714285714vw);
  }
  @media (min-width: 1400px) {
    h3, .h3 {
      font-size: 4rem;
    }
  }
  h3, .h3 {
    font-family: "Source Serif Pro";
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: var(--size-s);
    color: var(--color-headline-h3);
  }
  h3.-large, .h3.-large {
    font-size: calc(1.86rem + 2.9571428571vw);
  }
  @media (min-width: 1400px) {
    h3.-large, .h3.-large {
      font-size: 6rem;
    }
  }
  h3.-large, .h3.-large {
    color: var(--color-headline);
  }
  h3.-color-alt, .h3.-color-alt {
    color: var(--color-headline-alt);
  }
  h4, .h4 {
    font-size: calc(1.44rem + 0.2571428571vw);
  }
  @media (min-width: 1400px) {
    h4, .h4 {
      font-size: 1.8rem;
    }
  }
  h4, .h4 {
    font-family: "Inter";
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  h4.-color-alt, .h4.-color-alt {
    color: var(--color-headline-alt);
  }
  topline, .topline {
    font-size: 1.3rem;
    font-family: "Inter";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: var(--size-s);
    color: var(--color-accent);
  }
  topline.-color-alt, .topline.-color-alt {
    color: var(--color-headline-alt);
  }
  heroline, .heroline {
    font-size: calc(2.76rem + 8.7428571429vw);
  }
  @media (min-width: 1400px) {
    heroline, .heroline {
      font-size: 15rem;
    }
  }
  heroline, .heroline {
    position: relative;
    font-family: "Source Serif Pro";
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke-color: linear-gradient(-50deg, #6E41EB 0%, #7D00AA 100%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    padding-bottom: var(--size-m);
  }
  heroline.-color-alt, .heroline.-color-alt {
    color: var(--color-headline-alt);
  }
  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.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    figcaption {
      font-size: 1.6rem;
    }
  }
  figcaption {
    padding-top: 1em;
  }
  hr {
    margin-block: var(--size-s);
    border: none;
    border-top: 2px solid;
  }
  p {
    padding-bottom: var(--size-xs);
    line-height: 1.36;
  }
  small {
    font-size: calc(1.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    small {
      font-size: 1.6rem;
    }
  }
  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);
  }
  [data-link-area] {
    cursor: pointer;
  }
  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 {
    color: var(--color-input);
    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);
  }
  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;
    border: 1px solid var(--color-input-border);
    border-radius: 0;
    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] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-appearance: none;
            appearance: none;
    position: relative;
    top: 0.1em;
    height: round(1em, 2px);
    width: round(1em, 2px);
    background: transparent;
    border: 1px solid var(--color-input-border);
    border-radius: 2px;
    flex-shrink: 0;
  }
  [type=checkbox]:hover, [type=radio]:hover {
    border-color: var(--color-input-border--active);
  }
  [type=checkbox]:after, [type=radio]:after {
    content: "";
    width: round(50%, 1px);
    height: round(50%, 1px);
    border-radius: 1px;
  }
  [type=checkbox]:checked:after, [type=radio]:checked:after {
    background: var(--color-input-border--active);
  }
  label:has(> [type=checkbox], > [type=radio]) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.5em;
  }
  [type=radio] {
    border-radius: 50%;
  }
  [type=radio]:after {
    border-radius: 50%;
  }
  [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 {
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-input);
  }
  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: calc(var(--size-m) * 1.33);
    color: var(--color);
    background: var(--background);
    scroll-margin-top: calc(var(--scroll-margin-top-base) + var(--size-m));
  }
  .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) {
    padding-bottom: calc(var(--size-l) * 2);
    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) * 3);
  }
  .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.-background-slant-dark-1 {
    --responsives-slant-section-margin: calc(2.06rem + 4.2428571429vw);
  }
  @media (min-width: 1400px) {
    .l-section.-background-slant-dark-1 {
      --responsives-slant-section-margin: 8rem;
    }
  }
  .l-section.-background-slant-dark-1 {
    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));
  }
  .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 {
    --color: white;
    --color-emphasis: white;
    --color-headline: white;
    --color-headline-h3: white;
    --color-headline-alt: white;
    --color-accent: white;
    --color-accent-alt: white;
    --color-link: rgba(255, 255, 255, 0.7);
    --color-link--hover: white;
    --color-link--disabled: rgba(255, 255, 255, 0.5);
    --color-input: white;
    --color-input--active: white;
    --color-input-border: rgba(white, 0.5);
    --color-input-border--active: white;
    --outline-color-button--focus: color-mix(in srgb, transparent, white 40%);
    --background: linear-gradient(-50deg, #6E41EB 0%, #7D00AA 100%);
    --background-plain: #7D32D2;
    --background-card: rgba(255, 255, 255, 0.1);
    border-top-left-radius: var(--border-radius-l);
    border-top-right-radius: var(--border-radius-l);
  }
  .l-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .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, var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1), 1px);
    /* Safari 17 and older fallback */
    /* Safari 17 and older does not support round() with CSS variables(?), so we use a fallback */
  }
  .l-row__item ::-webkit-full-page-media, .l-row__item :future, :where(:root) .l-row__item {
    width: calc(var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1));
  }
  .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-colspan: 1;
  }
  .l-row:where(.-item-width-1) > .l-row__item > *, .l-row__item.-width-1 > * {
    --row-colspan: 1;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @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-colspan: 6;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-2) > .l-row__item, .l-row__item.-width-2 {
    --col-colspan: 2;
  }
  .l-row:where(.-item-width-2) > .l-row__item > *, .l-row__item.-width-2 > * {
    --row-colspan: 2;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @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-colspan: 6;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-3) > .l-row__item, .l-row__item.-width-3 {
    --col-colspan: 3;
  }
  .l-row:where(.-item-width-3) > .l-row__item > *, .l-row__item.-width-3 > * {
    --row-colspan: 3;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @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-colspan: 6;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-4) > .l-row__item, .l-row__item.-width-4 {
    --col-colspan: 4;
  }
  .l-row:where(.-item-width-4) > .l-row__item > *, .l-row__item.-width-4 > * {
    --row-colspan: 4;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-5) > .l-row__item, .l-row__item.-width-5 {
    --col-colspan: 5;
  }
  .l-row:where(.-item-width-5) > .l-row__item > *, .l-row__item.-width-5 > * {
    --row-colspan: 5;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-5) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-5:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-6) > .l-row__item, .l-row__item.-width-6 {
    --col-colspan: 6;
  }
  .l-row:where(.-item-width-6) > .l-row__item > *, .l-row__item.-width-6 > * {
    --row-colspan: 6;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-6) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-6:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-7) > .l-row__item, .l-row__item.-width-7 {
    --col-colspan: 7;
  }
  .l-row:where(.-item-width-7) > .l-row__item > *, .l-row__item.-width-7 > * {
    --row-colspan: 7;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-7) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-7:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-8) > .l-row__item, .l-row__item.-width-8 {
    --col-colspan: 8;
  }
  .l-row:where(.-item-width-8) > .l-row__item > *, .l-row__item.-width-8 > * {
    --row-colspan: 8;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-8) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-8:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-9) > .l-row__item, .l-row__item.-width-9 {
    --col-colspan: 9;
  }
  .l-row:where(.-item-width-9) > .l-row__item > *, .l-row__item.-width-9 > * {
    --row-colspan: 9;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-9) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-9:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-10) > .l-row__item, .l-row__item.-width-10 {
    --col-colspan: 10;
  }
  .l-row:where(.-item-width-10) > .l-row__item > *, .l-row__item.-width-10 > * {
    --row-colspan: 10;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-10) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-10:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-11) > .l-row__item, .l-row__item.-width-11 {
    --col-colspan: 11;
  }
  .l-row:where(.-item-width-11) > .l-row__item > *, .l-row__item.-width-11 > * {
    --row-colspan: 11;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-11) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-11:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-12) > .l-row__item, .l-row__item.-width-12 {
    --col-colspan: 12;
  }
  .l-row:where(.-item-width-12) > .l-row__item > *, .l-row__item.-width-12 > * {
    --row-colspan: 12;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @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-colspan: 12;
    }
    .l-row:where(.-item-width-12) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-12:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .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: 86rem) {
    .l-row__item.-grid-width-1 {
      --col-colspan: 1;
    }
    .l-row__item.-grid-width-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-2 {
      --col-colspan: 2;
    }
    .l-row__item.-grid-width-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-3 {
      --col-colspan: 3;
    }
    .l-row__item.-grid-width-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-4 {
      --col-colspan: 4;
    }
    .l-row__item.-grid-width-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-5 {
      --col-colspan: 5;
    }
    .l-row__item.-grid-width-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-6 {
      --col-colspan: 6;
    }
    .l-row__item.-grid-width-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-7 {
      --col-colspan: 7;
    }
    .l-row__item.-grid-width-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-8 {
      --col-colspan: 8;
    }
    .l-row__item.-grid-width-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-9 {
      --col-colspan: 9;
    }
    .l-row__item.-grid-width-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-10 {
      --col-colspan: 10;
    }
    .l-row__item.-grid-width-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-11 {
      --col-colspan: 11;
    }
    .l-row__item.-grid-width-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 86rem) {
    .l-row__item.-grid-width-12 {
      --col-colspan: 12;
    }
    .l-row__item.-grid-width-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xxl-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xxl-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xxl-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xxl-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xxl-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xxl-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xxl-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xxl-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xxl-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xxl-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xxl-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xxl-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xl-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xl-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xl-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xl-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xl-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xl-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xl-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xl-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xl-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xl-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xl-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xl-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-1 {
      --col-colspan: 1;
    }
    .l-row__item.-l-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-2 {
      --col-colspan: 2;
    }
    .l-row__item.-l-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-3 {
      --col-colspan: 3;
    }
    .l-row__item.-l-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-4 {
      --col-colspan: 4;
    }
    .l-row__item.-l-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-5 {
      --col-colspan: 5;
    }
    .l-row__item.-l-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-6 {
      --col-colspan: 6;
    }
    .l-row__item.-l-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-7 {
      --col-colspan: 7;
    }
    .l-row__item.-l-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-8 {
      --col-colspan: 8;
    }
    .l-row__item.-l-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-9 {
      --col-colspan: 9;
    }
    .l-row__item.-l-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-10 {
      --col-colspan: 10;
    }
    .l-row__item.-l-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-11 {
      --col-colspan: 11;
    }
    .l-row__item.-l-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-12 {
      --col-colspan: 12;
    }
    .l-row__item.-l-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-1 {
      --col-colspan: 1;
    }
    .l-row__item.-ml-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-2 {
      --col-colspan: 2;
    }
    .l-row__item.-ml-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-3 {
      --col-colspan: 3;
    }
    .l-row__item.-ml-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-4 {
      --col-colspan: 4;
    }
    .l-row__item.-ml-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-5 {
      --col-colspan: 5;
    }
    .l-row__item.-ml-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-6 {
      --col-colspan: 6;
    }
    .l-row__item.-ml-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-7 {
      --col-colspan: 7;
    }
    .l-row__item.-ml-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-8 {
      --col-colspan: 8;
    }
    .l-row__item.-ml-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-9 {
      --col-colspan: 9;
    }
    .l-row__item.-ml-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-10 {
      --col-colspan: 10;
    }
    .l-row__item.-ml-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-11 {
      --col-colspan: 11;
    }
    .l-row__item.-ml-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-12 {
      --col-colspan: 12;
    }
    .l-row__item.-ml-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-1 {
      --col-colspan: 1;
    }
    .l-row__item.-m-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-2 {
      --col-colspan: 2;
    }
    .l-row__item.-m-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-3 {
      --col-colspan: 3;
    }
    .l-row__item.-m-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-4 {
      --col-colspan: 4;
    }
    .l-row__item.-m-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-5 {
      --col-colspan: 5;
    }
    .l-row__item.-m-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-6 {
      --col-colspan: 6;
    }
    .l-row__item.-m-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-7 {
      --col-colspan: 7;
    }
    .l-row__item.-m-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-8 {
      --col-colspan: 8;
    }
    .l-row__item.-m-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-9 {
      --col-colspan: 9;
    }
    .l-row__item.-m-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-10 {
      --col-colspan: 10;
    }
    .l-row__item.-m-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-11 {
      --col-colspan: 11;
    }
    .l-row__item.-m-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-12 {
      --col-colspan: 12;
    }
    .l-row__item.-m-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-1 {
      --col-colspan: 1;
    }
    .l-row__item.-sm-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-2 {
      --col-colspan: 2;
    }
    .l-row__item.-sm-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-3 {
      --col-colspan: 3;
    }
    .l-row__item.-sm-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-4 {
      --col-colspan: 4;
    }
    .l-row__item.-sm-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-5 {
      --col-colspan: 5;
    }
    .l-row__item.-sm-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-6 {
      --col-colspan: 6;
    }
    .l-row__item.-sm-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-7 {
      --col-colspan: 7;
    }
    .l-row__item.-sm-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-8 {
      --col-colspan: 8;
    }
    .l-row__item.-sm-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-9 {
      --col-colspan: 9;
    }
    .l-row__item.-sm-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-10 {
      --col-colspan: 10;
    }
    .l-row__item.-sm-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-11 {
      --col-colspan: 11;
    }
    .l-row__item.-sm-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-12 {
      --col-colspan: 12;
    }
    .l-row__item.-sm-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-1 {
      --col-colspan: 1;
    }
    .l-row__item.-s-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-2 {
      --col-colspan: 2;
    }
    .l-row__item.-s-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-3 {
      --col-colspan: 3;
    }
    .l-row__item.-s-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-4 {
      --col-colspan: 4;
    }
    .l-row__item.-s-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-5 {
      --col-colspan: 5;
    }
    .l-row__item.-s-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-6 {
      --col-colspan: 6;
    }
    .l-row__item.-s-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-7 {
      --col-colspan: 7;
    }
    .l-row__item.-s-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-8 {
      --col-colspan: 8;
    }
    .l-row__item.-s-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-9 {
      --col-colspan: 9;
    }
    .l-row__item.-s-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-10 {
      --col-colspan: 10;
    }
    .l-row__item.-s-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-11 {
      --col-colspan: 11;
    }
    .l-row__item.-s-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-12 {
      --col-colspan: 12;
    }
    .l-row__item.-s-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xs-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xs-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xs-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xs-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xs-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xs-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xs-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xs-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xs-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xs-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xs-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xs-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @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;
    }
  }
  @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: 62.8rem;
    max-width: 92%;
    max-height: 96%;
    margin: auto;
    padding: 0;
    color: var(--color);
    background: var(--background-modal);
    border: none;
    border-radius: var(--border-radius-m);
    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: 41.0666666667rem;
  }
  .l-modal.-width-4 > * {
    --row-colspan: 4;
    --card-width: 4;
  }
  .l-modal.-width-5 {
    width: 51.9333333333rem;
  }
  .l-modal.-width-5 > * {
    --row-colspan: 5;
    --card-width: 5;
  }
  .l-modal.-width-6 {
    width: 62.8rem;
  }
  .l-modal.-width-6 > * {
    --row-colspan: 6;
    --card-width: 6;
  }
  .l-modal.-width-7 {
    width: 73.6666666667rem;
  }
  .l-modal.-width-7 > * {
    --row-colspan: 7;
    --card-width: 7;
  }
  .l-modal.-width-8 {
    width: 84.5333333333rem;
  }
  .l-modal.-width-8 > * {
    --row-colspan: 8;
    --card-width: 8;
  }
  .l-modal.-width-9 {
    width: 95.4rem;
  }
  .l-modal.-width-9 > * {
    --row-colspan: 9;
    --card-width: 9;
  }
  .l-modal.-width-10 {
    width: 106.2666666667rem;
  }
  .l-modal.-width-10 > * {
    --row-colspan: 10;
    --card-width: 10;
  }
  .l-modal.-width-11 {
    width: 117.1333333333rem;
  }
  .l-modal.-width-11 > * {
    --row-colspan: 11;
    --card-width: 11;
  }
  .l-modal.-width-12 {
    width: 128rem;
  }
  .l-modal.-width-12 > * {
    --row-colspan: 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;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 2.25em;
    height: 2.25em;
    font-size: 1.6rem;
    cursor: pointer;
    color: var(--color-emphasis);
    background: var(--background-button);
    border-radius: 0 var(--border-radius-s) 0 var(--border-radius-s);
  }
  .l-modal__close:hover, .l-modal__close:focus-visible {
    background: var(--background-button--hover);
    border-radius: 0 var(--border-radius-s) 0 var(--border-radius-s);
  }
  .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__mp3 {
    width: 100%;
  }
  .l-container {
    width: 100%;
    max-width: 137.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }
  .l-container.-offset-1 {
    max-width: 115.8666666667rem;
  }
  .l-container.-offset-2 {
    max-width: 94.1333333333rem;
  }
  .l-container.-offset-3 {
    max-width: 72.4rem;
  }
  .l-container.-offset-4 {
    max-width: 50.6666666667rem;
  }
  .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-colspan: 4;
    max-width: 50.6666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-colspan: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-5) .l-container__inner {
    --row-colspan: 5;
    max-width: 61.5333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-6) .l-container__inner {
    --row-colspan: 6;
    max-width: 72.4rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-7) .l-container__inner {
    --row-colspan: 7;
    max-width: 83.2666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-8) .l-container__inner {
    --row-colspan: 8;
    max-width: 94.1333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-9) .l-container__inner {
    --row-colspan: 9;
    max-width: 105rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-10) .l-container__inner {
    --row-colspan: 10;
    max-width: 115.8666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-11) .l-container__inner {
    --row-colspan: 11;
    max-width: 126.7333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-12) .l-container__inner {
    --row-colspan: 12;
    max-width: 137.6rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-colspan: 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__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 {
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .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__controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
  }
  .l-carousel__controls:has(*) {
    margin-top: var(--size-xs);
  }
  .l-carousel__arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0em;
    width: 100%;
  }
  .l-carousel__arrow-prev, .l-carousel__arrow-next {
    color: var(--color-link);
  }
  .l-carousel__arrow-prev:hover, .l-carousel__arrow-prev:focus-visible, .l-carousel__arrow-next:hover, .l-carousel__arrow-next:focus-visible {
    color: var(--color-link--hover);
  }
  .l-carousel__arrow-prev svg, .l-carousel__arrow-next svg {
    height: 2em;
    width: 2em;
  }
  .l-carousel__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75em;
  }
  .l-carousel__pagination > li {
    display: flex;
  }
  .l-carousel__pagination__page {
    position: relative;
    height: 0.75em;
    width: 0.75em;
    background: color-mix(in srgb, var(--color-link), transparent 50%);
    border-radius: 0.375em;
    transition: width var(--splide-speed);
  }
  .l-carousel__pagination__page:before {
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
  }
  .l-carousel__pagination__page:hover {
    background: color-mix(in srgb, var(--color-link), transparent 25%);
  }
  .l-carousel__pagination__page.is-active {
    background: var(--color-link);
  }
  .l-carousel__pagination__page.is-active.-autoplay {
    width: 2.625em;
    background: color-mix(in srgb, var(--color-link), transparent 50%);
    overflow: hidden;
  }
  .l-carousel__pagination__page.is-active.-autoplay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--splide-autoplay-progress) * 1.875em + 0.75em);
    height: 0.75em;
    background: var(--color-link);
    border-radius: 0.375em;
  }
  .l-carousel__autoplay-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 2.2em;
    height: 2.2em;
    background: var(--color-link);
    border-radius: 100%;
    transition: background-color 0.15s;
  }
  .l-carousel__autoplay-toggle:hover {
    background: var(--color-link--hover);
  }
  .l-carousel__autoplay-toggle i {
    font-size: 1.5em;
    color: var(--background);
  }
  .l-carousel__autoplay-toggle.--paused i:before {
    content: var(--icon-code-play-solid);
    position: relative;
    left: 2%;
  }
  :where(section.-top-right-arrows) .l-carousel__arrows, :where(.l-carousel.-top-right-arrows) .l-carousel__arrows {
    position: absolute;
    top: calc(var(--size-m) * -2);
    right: 0;
    width: max-content;
  }
  :where(section.-slide-separators) .l-carousel__slide, :where(.l-carousel.-slide-separators) .l-carousel__slide {
    padding-right: 8em;
    position: relative;
  }
  :where(section.-slide-separators) .l-carousel__slide:not(:last-child):after, :where(.l-carousel.-slide-separators) .l-carousel__slide:not(:last-child):after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.2em;
    content: var(--icon-code-angle-right-regular);
    display: block;
    font-size: 12em;
    font-family: "icons";
    color: var(--color-headline-h3);
    opacity: 0.15;
  }
  .l-card {
    --color: white;
    --color-emphasis: white;
    --color-headline: white;
    --color-headline-h3: white;
    --color-headline-alt: white;
    --color-accent: white;
    --color-accent-alt: white;
    --color-link: rgba(255, 255, 255, 0.7);
    --color-link--hover: white;
    --color-link--disabled: rgba(255, 255, 255, 0.5);
    --color-input: white;
    --color-input--active: white;
    --color-input-border: rgba(white, 0.5);
    --color-input-border--active: white;
    --outline-color-button--focus: color-mix(in srgb, transparent, white 40%);
    --padding-block: 3.2em;
    --padding-inline: 1.6em;
    --padding-bottom: var(--padding-block);
    --background-media-opacity: 0.5;
    --background-media-overlay-color: var(--background-card);
    --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.-bg-violet {
    --background-card: #7D00AA;
  }
  .l-card.-bg-lavender {
    --background-card: #7D32D2;
  }
  .l-card.-bg-blue-purple {
    --background-card: #6E41EB;
  }
  .l-card.-bg-violet-dark {
    --background-card: #4B0064;
  }
  .l-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    color: var(--color);
    background: var(--background-card);
    border-radius: var(--border-radius-m);
    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__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;
  }
  .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-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-media-overlay-color);
  }
  .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__image {
    width: 100%;
  }
}
@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.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-small {
      font-size: 1.6rem;
    }
  }
  :where(.e-rich-text) .-large {
    font-size: calc(1.51rem + 0.7071428571vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-large {
      font-size: 2.5rem;
    }
  }
  :where(.e-rich-text) .-large {
    font-weight: 300;
    line-height: 1.4;
    color: var(--color-accent-alt);
  }
  :where(.e-rich-text) .-footnote {
    font-size: 1.3rem;
  }
  :where(.e-rich-text) .-quote {
    font-size: calc(1.44rem + 0.2571428571vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-quote {
      font-size: 1.8rem;
    }
  }
  :where(.e-rich-text) .-quote {
    padding-left: calc(1.62rem + 1.4142857143vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-quote {
      padding-left: 3.6rem;
    }
  }
  :where(.e-rich-text) .-quote {
    position: relative;
    padding-top: 1em;
    line-height: 1.25;
  }
  :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.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-quote-attribution {
      font-size: 1.6rem;
    }
  }
  :where(.e-rich-text) .-quote-attribution {
    padding-left: calc(1.62rem + 1.4142857143vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .-quote-attribution {
      padding-left: 3.6rem;
    }
  }
  :where(.e-rich-text) .-quote-attribution {
    font-weight: 500;
  }
  :where(.e-rich-text) a {
    color: var(--color-link);
  }
  :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.4em;
    --width-list-symbol: .5em;
    --height-list-symbol: .5em;
    --color-list-symbol: var(--color-accent);
  }
  :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);
  }
  :where(.e-rich-text) ul:is(ul) > li:before, :where(.e-rich-text) ol:is(ul) > li:before {
    content: var(--icon-code-design-list-element);
    font-family: "icons";
    font-size: 50%;
    background: none;
    bottom: 0.6em;
    left: -1em;
  }
  :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.075em;
    background: var(--color-list-symbol);
    text-align: center;
    font-weight: bold;
    background: none;
  }
  :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)[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) ul, :where(.e-rich-text) ol {
    padding-bottom: var(--size-s);
  }
  :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__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.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .data-table .-small {
      font-size: 1.6rem;
    }
  }
  :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 tr {
    border-bottom: 2px solid color-mix(in srgb, var(--color), transparent 50%);
  }
  :where(.e-rich-text) .data-table tr:last-of-type {
    border-bottom: none;
  }
  :where(.e-rich-text) .data-table tr > :first-child {
    padding-left: 0;
  }
  :where(.e-rich-text) .data-table th[scope=row] {
    font-weight: bold;
  }
  :where(.e-rich-text) .data-table td {
    padding: 1.2rem;
    text-align: inherit;
    vertical-align: baseline;
  }
  :where(.e-rich-text) .data-table th {
    font-size: calc(1.44rem + 0.2571428571vw);
  }
  @media (min-width: 1400px) {
    :where(.e-rich-text) .data-table th {
      font-size: 1.8rem;
    }
  }
  :where(.e-rich-text) .data-table th {
    font-family: "Inter";
    font-weight: 700;
    line-height: 1.25;
    padding-inline: 1.2rem;
    text-align: inherit;
  }
  :where(.e-rich-text) .data-table {
    padding-bottom: var(--size-xs);
  }
  :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;
  }
  .-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;
  }
  .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__poster {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: black;
  }
  .e-media-player__image {
    filter: brightness(0.8);
    transition: filter 0.2s;
  }
  .e-media-player:hover .e-media-player__image {
    filter: brightness(1);
  }
  .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%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
    height: 2.2em;
    width: 2.2em;
    font-size: 1.5em;
    color: var(--color-link);
    background: var(--background);
    border-radius: 100%;
    transition: color 0.15s;
  }
  .e-media-player__icon svg {
    position: relative;
    left: 2%;
  }
  .e-media-player:hover .e-media-player__icon {
    color: var(--color-link--hover);
  }
  .e-button {
    --padding-inline: 1.4em;
    --padding-block: 0.9em;
    --width-icon: 2.4em;
    --padding-icon-side: calc(var(--width-icon) + var(--padding-inline));
  }
  .e-button {
    font-size: 1.3rem;
    font-family: "Inter";
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: var(--padding-block) var(--padding-inline);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-button);
    background: var(--background-button);
    background-size: 270% 110%;
    background-position: calc(100% + 3px);
    border: var(--border-width-button) solid var(--color-button-border);
    border-bottom-left-radius: var(--border-radius-s);
    border-bottom-right-radius: var(--border-radius-s);
    cursor: pointer;
    transition: color 0.15s, background-color 0.15s, background-position 0.4s, border-color 0.15s;
  }
  .e-button:hover, .e-button:focus-visible {
    --color-button: var(--color-button--hover);
    --color-button-border: var(--color-button-border--hover);
    background-position: -3px;
    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.-outline {
    background: transparent;
    border-color: currentColor;
    color: var(--color-link);
  }
  .e-button.-outline:hover, .e-button.-outline:focus-visible {
    color: var(--color-link--hover);
  }
  .e-button.-ghost {
    --padding-inline: 1em;
    background: transparent;
    border-color: transparent;
    color: var(--color-link);
  }
  .e-button.-ghost:hover, .e-button.-ghost:focus-visible {
    color: var(--color-link--hover);
  }
  .e-button:where(.-icon) {
    position: relative;
    padding-right: var(--padding-icon-side);
  }
  .e-button:where(.-icon) :where(.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 var(--color-button-border);
  }
  .e-button:where(.-icon-left) {
    padding-right: var(--padding-inline);
    padding-left: var(--padding-icon-side);
  }
  .e-button:where(.-icon-left) :where(.char-icon) {
    left: 0;
    right: unset;
    border-right: var(--border-width-button) solid var(--color-button-border);
    border-left: none;
  }
  .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:before {
    transition: transform 0.15s;
  }
  .e-dropdown__button.--active .e-dropdown__button__icon:before {
    transform: rotateX(180deg);
  }
  .e-dropdown__dialog {
    position: absolute;
    top: calc(100% + 0.25em);
    left: 0;
    z-index: 99;
    padding: 0.75em 0;
    min-width: 12em;
    visibility: hidden;
    background: var(--background-dropdown);
    border: 2px solid var(--color-button-border);
    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-emphasis);
  }
  .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-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: 6px;
    flex-wrap: nowrap;
  }
  .e-button-group.-gutter-0 [class*=e-button], .e-button-group[data-button-group-gutter="0"] [class*=e-button] {
    --background-button: var(--background-button-alt);
    margin-inline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .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;
    border-top-right-radius: var(--border-radius-s);
    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;
    border-top-left-radius: var(--border-radius-s);
    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__label {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-input);
  }
  .shape__label.-for-checkbox, .shape__label.-for-radio {
    font-size: calc(1.44rem + 0.2571428571vw);
  }
  @media (min-width: 1400px) {
    .shape__label.-for-checkbox, .shape__label.-for-radio {
      font-size: 1.8rem;
    }
  }
  .shape__label.-for-checkbox, .shape__label.-for-radio {
    text-transform: none;
    font-weight: 300;
  }
  .shape__multi-checkbox-list {
    flex-direction: row;
    gap: 1em;
  }
  .shape__navigation__button:only-child {
    margin-inline: auto;
  }
  .shape__label, .shape__description {
    order: -1;
  }
  .shape__description {
    color: var(--color-input);
  }
  .shape__rich-text > :last-child {
    padding-bottom: 0;
  }
  .m-text__wrap.-headline-only {
    margin-bottom: 0;
  }
  .m-text__wrap.-headline-only + .l-section {
    margin-top: 0;
  }
  .m-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m-testimonial__quote {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: calc(1.66rem + 1.6714285714vw);
  }
  @media (min-width: 1400px) {
    .m-testimonial__quote {
      font-size: 4rem;
    }
  }
  .m-testimonial__quote {
    position: relative;
    max-width: 95.4rem;
    margin-inline: auto;
    margin-bottom: 1em;
    text-align: center;
    font-family: "Source Serif Pro";
    font-weight: 600;
    font-style: italic;
    color: var(--color-headline-h3);
  }
  .m-testimonial__quote p {
    padding: 0;
  }
  .m-testimonial__quotesign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2em;
    height: 2.5em;
    width: 3.5em;
    opacity: 0.15;
  }
  .m-testimonial__quotesign.-end {
    transform-origin: top;
    left: unset;
    right: -2em;
    rotate: 180deg;
  }
  .m-testimonial__image {
    margin-bottom: 1em;
    margin-inline: auto;
    border-radius: 100%;
    overflow: hidden;
  }
  @keyframes sidebar-open {
    0% {
      opacity: 0;
      background-position: bottom;
    }
    100% {
      opacity: 1;
      background-position: top;
    }
  }
  .m-sidebar-nav__modal {
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    background: linear-gradient(to bottom, #4B0064 50%, transparent 50%);
    background-size: 100% 200%;
    border: none;
    border-bottom-left-radius: var(--border-radius-l);
    border-bottom-right-radius: var(--border-radius-l);
    transition: height 0.15s, opacity 0.2s;
  }
  .m-sidebar-nav__modal:not(.--active, .--deactivating) {
    display: none;
    visibility: hidden;
  }
  .m-sidebar-nav__modal.--active {
    animation: sidebar-open 0.27s ease-out forwards;
  }
  .m-sidebar-nav__modal.--deactivating {
    animation: sidebar-open 0.27s reverse ease-out forwards;
  }
  .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 {
    width: 100%;
    max-width: 137.6rem;
    margin-inline: auto;
    height: var(--min-hero-height);
    padding-bottom: var(--size-m);
    padding-inline: var(--gutter-outer);
    color: white;
  }
  .m-sidebar-nav__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: var(--height-page-header);
  }
  .m-sidebar-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .m-sidebar-nav__anchor {
    position: relative;
    display: flex;
  }
  .m-sidebar-nav__anchor__logo {
    height: auto;
    width: 12rem;
  }
  .m-sidebar-nav__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: calc(1.56rem + 1.0285714286vw);
  }
  @media (min-width: 1400px) {
    .m-sidebar-nav__list {
      font-size: 3rem;
    }
  }
  .m-sidebar-nav__list {
    width: 100%;
    gap: 1em;
    font-family: "Source Serif Pro";
    font-weight: 700;
    line-height: 1;
    padding-block: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .m-sidebar-nav__link {
    padding: 0.25em 0.5em;
    color: white;
    border-bottom-left-radius: var(--border-radius-s);
    border-bottom-right-radius: var(--border-radius-s);
    transition: color 0.15s, background 0.15s;
  }
  .m-sidebar-nav__link:hover, .m-sidebar-nav__link:focus-visible {
    background: rgba(255, 255, 255, 0.1);
  }
  .m-sidebar-nav__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-block: 4em;
  }
  .m-sidebar-nav__social__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: 180%;
  }
  .m-sidebar-nav__legal__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .m-sidebar-nav__legal__link, .m-sidebar-nav__social__link {
    display: flex;
    opacity: 0.7;
    transition: opacity 0.15s;
  }
  .m-sidebar-nav__legal__link:hover, .m-sidebar-nav__legal__link:focus-visible, .m-sidebar-nav__social__link:hover, .m-sidebar-nav__social__link:focus-visible {
    opacity: 1;
  }
  .m-sidebar-nav__close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    font-size: 4rem;
    color: white;
    transition: color 0.15s;
  }
  .m-sidebar-nav__close:hover, .m-sidebar-nav__close:focus-visible {
    color: white;
  }
  .m-section-carousel {
    max-width: var(--width-page);
    margin-bottom: var(--size-m);
  }
  .m-section-carousel__slide {
    display: flex;
    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-menu__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    padding-top: var(--size-s);
  }
  .m-menu__pagination__link {
    display: block;
    padding: 0.25em 0.5em;
    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-emphasis);
  }
  .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-s);
  }
  .m-menu__filter__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .m-menu__header + .m-menu__body {
    margin-top: var(--size-m);
  }
  .m-menu__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-menu__card {
    transition: transform 0.25s;
  }
  .m-menu__card:hover {
    transform: translateY(-5px);
  }
  .m-menu__column {
    transition: transform 0.25s;
  }
  .m-menu__column:hover {
    transform: translateY(5px);
  }
  .m-menu__teaser {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-menu__headline {
    width: 100%;
    font-weight: bold;
    color: var(--color-link);
  }
  .m-menu__headline:hover, .m-menu__headline:focus-visible {
    color: var(--color-link--hover);
  }
  .m-menu__card:hover .m-menu__headline, .m-menu__card:hover .m-menu__cta, .m-menu__column:hover .m-menu__headline, .m-menu__column:hover .m-menu__cta {
    color: var(--color-link--hover);
  }
  .m-menu__subtitle {
    width: 100%;
    color: var(--color-emphasis);
  }
  .m-menu__categories {
    width: 100%;
    color: var(--color-emphasis);
  }
  .m-menu__date {
    font-size: calc(1.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    .m-menu__date {
      font-size: 1.6rem;
    }
  }
  .m-menu__date {
    color: var(--color-emphasis);
  }
  .m-menu__teaser-text {
    width: 100%;
    padding-top: var(--size-xxs);
  }
  .m-menu__cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-top: var(--size-xs);
    margin-left: auto;
    transition: color 0.25s;
  }
  .m-menu__cta__wrap {
    margin-top: auto;
  }
  .m-main__to-top {
    position: fixed;
    right: var(--gutter-outer);
    bottom: 4rem;
    z-index: var(--z-index-header);
    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;
  }
  @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;
    background: var(--background);
  }
  .m-main__padding {
    width: 100%;
  }
  .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-hero {
    --color: white;
    --color-emphasis: white;
    --color-headline: white;
    --color-headline-h3: white;
    --color-headline-alt: white;
    --color-accent: white;
    --color-accent-alt: white;
    --color-link: rgba(255, 255, 255, 0.7);
    --color-link--hover: white;
    --color-link--disabled: rgba(255, 255, 255, 0.5);
    --color-input: white;
    --color-input--active: white;
    --color-input-border: rgba(white, 0.5);
    --color-input-border--active: white;
    --outline-color-button--focus: color-mix(in srgb, transparent, white 40%);
    --background: linear-gradient(-50deg, #6E41EB 0%, #7D00AA 100%);
    --background-plain: #7D32D2;
    --background-card: rgba(255, 255, 255, 0.1);
  }
  .m-hero__wrap:first-child {
    margin-top: 0;
  }
  .m-hero__wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .m-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: var(--min-hero-height);
    padding-top: var(--height-page-header);
    padding-bottom: var(--size-l);
    background: var(--background);
    color: var(--color);
    border-radius: var(--border-radius-l) var(--border-radius-l) 0 0;
  }
  :where(.m-hero__wrap:first-child) .m-hero {
    border-radius: 0 0 var(--border-radius-l) var(--border-radius-l);
  }
  :where(.m-hero__wrap:last-child) .m-hero {
    padding-bottom: var(--size-xxl);
  }
  .m-hero__text {
    width: 100%;
    max-width: 137.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-inline: var(--gutter-outer);
  }
  @media (max-width: 73.75rem) {
    .m-hero__text {
      flex-wrap: wrap;
    }
  }
  .m-hero__bodytext {
    flex-grow: 1;
  }
  @media (max-width: 83.75rem) {
    .m-hero__bodytext:where(:not(:only-child)) {
      max-width: 55%;
    }
  }
  @media (max-width: 73.75rem) {
    .m-hero__bodytext {
      max-width: 100%;
      width: 100%;
    }
  }
  .m-hero__heroline {
    font-size: calc(2.46rem + 6.8142857143vw);
  }
  @media (min-width: 1400px) {
    .m-hero__heroline {
      font-size: 12rem;
    }
  }
  .m-hero__heroline {
    position: relative;
    font-family: "Source Serif Pro";
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke-color: linear-gradient(-50deg, #6E41EB 0%, #7D00AA 100%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    padding-right: 0.33em;
    min-width: 40.5%;
  }
  @media (max-width: 73.75rem) {
    .m-hero__heroline {
      width: 100%;
    }
  }
  .m-hero__headline {
    color: var(--color-headline);
  }
  .m-hero__headline:last-child {
    padding-bottom: 0;
  }
  .m-hero__figure {
    margin-top: -5em;
  }
  .m-hero__image {
    width: 100%;
  }
  .m-header__nav__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
  }
  @media (max-width: 65rem) {
    .m-header__nav__wrap {
      display: none;
    }
  }
  .m-header__nav {
    font-size: calc(1.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    .m-header__nav {
      font-size: 1.6rem;
    }
  }
  .m-header__nav {
    font-family: "Inter";
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
  }
  @media (min-width: 65.0625rem) {
    .m-header__nav + .m-header__nav {
      padding-left: 2em;
    }
  }
  .m-header__nav.-small {
    font-size: 1.3rem;
  }
  @media (min-width: 65.0625rem) {
    .m-header__nav__meta__wrap {
      display: flex;
    }
  }
  .m-header__nav__list {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 2em;
  }
  .m-header__nav__link {
    display: block;
    transition: opacity 0.15s, color 0.15s;
    color: var(--color-emphasis);
  }
  .m-header__nav__link.-rootline {
    color: var(--color-link--hover);
  }
  .m-header__nav__link:hover, .m-header__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-header__nav__close {
    display: none;
  }
  .m-header__nav__header {
    display: none;
  }
  .m-header__burger {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    padding: 0.5rem;
    margin-right: -0.5rem;
    color: white;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--border-radius-s);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .m-header__burger:hover, .m-header__burger:focus-visible {
    color: white;
  }
  .m-header__burger__slices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 4.5rem;
    gap: 1rem;
  }
  .m-header__burger__slice {
    height: 2px;
    width: 100%;
    background: currentColor;
    transition: transform 0.15s;
  }
  .m-header {
    --outline-color-button--focus: color-mix(in srgb, transparent, white 40%);
    position: absolute;
    top: 0;
    z-index: var(--z-index-header);
    width: 100%;
    max-width: var(--width-page);
    height: var(--height-page-header);
    margin-bottom: var(--margin-block-page-header);
    transition: background 0.5s, box-shadow 0.2s, border-color 0.15s, transform 0.15s;
  }
  .m-header:where(.--scroll) {
    background: var(--background-frosted);
    backdrop-filter: blur(5px);
  }
  .m-header:where(.--scroll) {
    transition: background 0.5s, 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;
    width: 100%;
    max-width: 137.6rem;
    margin-inline: auto;
    padding-inline: var(--gutter-outer);
    height: 100%;
  }
  .m-header__anchor {
    position: relative;
    display: flex;
  }
  .m-header__anchor__logo {
    height: auto;
    width: 12rem;
  }
  .m-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .m-form__column {
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: auto;
    width: round(down, var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1), 1px);
    /* Safari 17 and older fallback */
    /* Safari 17 and older does not support round() with CSS variables(?), so we use a fallback */
  }
  .m-form__column ::-webkit-full-page-media, .m-form__column :future, :where(:root) .m-form__column {
    width: calc(var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1));
  }
  @media (max-width: 56.25rem) {
    .m-form__column {
      --row-colspan: 12;
      --col-colspan: 12;
    }
    .m-form__column > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .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 {
    --background: #4B0064;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: var(--background);
    color: white;
  }
  .m-footer__section {
    width: 100%;
    max-width: 137.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2em;
    padding-inline: var(--gutter-outer);
    padding-block: var(--size-l);
  }
  .m-footer__social__wrap {
    width: 25%;
  }
  .m-footer__address__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 70%;
  }
  .m-footer__legal__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-block: var(--size-s);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .m-footer__anchor {
    position: relative;
    display: flex;
  }
  .m-footer__anchor__logo {
    height: auto;
    width: 12rem;
  }
  .m-footer__address {
    font-size: calc(1.42rem + 0.1285714286vw);
  }
  @media (min-width: 1400px) {
    .m-footer__address {
      font-size: 1.6rem;
    }
  }
  .m-footer__address {
    width: 30%;
  }
  .m-footer__address__header {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
  }
  .m-footer__address p {
    opacity: 0.7;
  }
  .m-footer__social__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: 180%;
    margin-top: 1em;
  }
  .m-footer__legal__list {
    font-size: 1.3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
    text-transform: uppercase;
  }
  .m-footer__legal__link, .m-footer__social__link {
    display: flex;
    opacity: 0.7;
    transition: opacity 0.15s;
  }
  .m-footer__legal__link:hover, .m-footer__legal__link:focus-visible, .m-footer__social__link:hover, .m-footer__social__link:focus-visible {
    opacity: 1;
  }
  .m-footer__copyright {
    font-size: 1.3rem;
    opacity: 0.7;
    text-transform: uppercase;
  }
  .m-file-menu__item {
    display: flex;
    align-items: stretch;
    gap: 0.5em;
  }
  .m-file-menu__link {
    flex-grow: 1;
    word-break: break-all;
    text-align: left;
  }
  .m-file-menu__link span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: calc(1.41rem + 0.0642857143vw);
  }
  @media (min-width: 1400px) {
    .m-file-menu__link span {
      font-size: 1.5rem;
    }
  }
  .m-file-menu__thumbnail {
    width: auto;
    border-radius: 5px;
    background: white;
  }
  .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 + 8.1vw);
  }
  @media (min-width: 1400px) {
    .m-error-text__header {
      font-size: 14rem;
    }
  }
  .m-error-text__header {
    padding-bottom: 0;
  }
  .m-error-text__subheader {
    font-size: calc(1.86rem + 2.9571428571vw);
  }
  @media (min-width: 1400px) {
    .m-error-text__subheader {
      font-size: 6rem;
    }
  }
  .m-error-text__subheader {
    font-family: "Source Serif Pro";
    font-weight: 700;
    line-height: 1;
  }
  .m-error-text__subheader em {
    font-weight: 400;
  }
  .m-error-text__subheader {
    font-weight: bold;
  }
  .m-error-text__logo {
    display: block;
    height: 5rem;
    width: 5rem;
    margin-block: 3rem;
  }
  .m-main > .m-cover-media__wrap:where(.-top-auto:first-child) {
    margin-top: 0;
  }
  .m-cover-media__wrap {
    --background-card: rgba(125, 0, 170, 0.9);
  }
  .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__wrap.-layout-card + .m-cover-media__wrap.-layout-card {
    --background-card: rgba(125, 50, 210, 0.9);
    margin-top: calc(var(--border-radius-l) * -1.5);
    background: none;
  }
  .m-cover-media__wrap.-layout-card + .m-cover-media__wrap.-layout-card + .m-cover-media__wrap.-layout-card {
    --background-card: rgba(110, 65, 235, 0.9);
  }
  .m-cover-media.-layout-card {
    position: relative;
  }
  .m-cover-media.-layout-card :where(.l-container__inner) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .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;
    }
    .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%;
    }
    .m-cover-media__figure.-layout-right, .m-cover-media__figure.-layout-left {
      position: absolute;
      top: 0;
      height: 100%;
      width: calc(50vw - var(--scrollbar-width) * 0.5);
      max-width: calc(var(--width-page) * 0.5);
    }
  }
  @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, .m-cover-media__figure.-layout-card {
    width: 100vw;
    max-width: var(--width-page);
    border-top-right-radius: var(--border-radius-l);
    border-top-left-radius: var(--border-radius-l);
    overflow: hidden;
  }
  .m-cover-media__image {
    width: 100%;
  }
  .m-container__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-contact-teaser {
    justify-content: center;
    align-items: flex-start;
  }
  .m-contact-teaser__body {
    order: 2;
  }
  @media (max-width: 65rem) {
    .m-contact-teaser__body {
      order: 0;
      margin-bottom: 1.5em;
    }
  }
  .m-contact-teaser__image {
    margin-bottom: 1em;
    border-radius: 100%;
    overflow: hidden;
  }
  .m-contact-teaser__profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m-card {
    height: 100%;
  }
  .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: 100;
    background: var(--background-frosted);
    backdrop-filter: blur(5px);
    transition: top 0.4s;
  }
  :where(.m-header.--scroll:not(.--scroll-down)) ~ .m-main .m-anchor-menu__wrap {
    top: var(--height-page-header);
  }
  .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-bottom: 1px solid var(--color-link--hover);
  }
  .m-accordion__button {
    font-size: calc(1.46rem + 0.3857142857vw);
  }
  @media (min-width: 1400px) {
    .m-accordion__button {
      font-size: 2rem;
    }
  }
  .m-accordion__button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 1em 1rem;
    cursor: pointer;
    color: var(--color-emphasis);
    background: transparent;
    font-family: "Source Serif Pro";
    font-weight: 600;
    transition: color 0.15s, border-color 0.15s;
  }
  .m-accordion__button:hover, .m-accordion__button:focus-visible {
    color: var(--color-link--hover);
    border-color: var(--color-link);
  }
  .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:not(.--activating) {
    height: auto;
  }
  .m-accordion__content {
    padding-bottom: var(--size-s);
    padding-inline: 1rem;
    opacity: 0;
    transition: opacity 0.22s ease-out;
  }
  .m-accordion.--active .m-accordion__content {
    opacity: 1;
  }
  .m-accordion__button__icons {
    position: relative;
    width: 2em;
    height: 1.2em;
  }
  .m-accordion__button__icons i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 140%;
    right: 0;
  }
  .m-accordion__button__icons i:first-child {
    transition: transform 0.2s;
    transform-origin: top;
  }
  .m-accordion.--active .m-accordion__button__icons i:first-child {
    transform: scaleY(0.01) translateY(-50%);
  }
  #document {
    --color: #454545;
    --color-emphasis: #4B0064;
    --color-headline: #7D00AA;
    --color-headline-h3: #7D32D2;
    --color-headline-alt: #6E41EB;
    --color-accent: #7D00AA;
    --color-accent-alt: #003264;
    --background: white;
    --background-frosted: rgba(255, 255, 255, 0.7);
    --color-link: #963CF0;
    --color-link--hover: #7D32D2;
    --color-link--disabled: rgba(69, 69, 69, 0.8);
    --color-button: white;
    --color-button--hover: white;
    --color-button-border: transparent;
    --color-button-border--hover: transparent;
    --outline-color-button--focus: color-mix(in srgb, transparent, #963CF0 30%);
    --background-button: linear-gradient(140deg, #634CFC 0%, #8D20B5 40%, #7D00AA 60%);
    --background-button-alt: linear-gradient(140deg, #634CFC 0%, #8D20B5 40%, #963CF0 60%);
    --background-dropdown: #7D00AA;
    --color-input: #7D32D2;
    --color-input--active: #7D32D2;
    --color-input-border: color-mix(in srgb, #7D32D2, transparent 50%);
    --color-input-border--active: #7D32D2;
    --background-input: transparent;
    --background-input--active: transparent;
    --background-card: #7D00AA;
    --border-color-card: transparent;
    --background-modal: white;
    --background-modal-backdrop: rgba(0, 0, 0, 0.5);
    --background-footer: #4B0064;
    --plyr-color-main: #7D00AA;
    height: 100dvh;
    overflow-x: clip;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    overscroll-behavior-x: none;
  }
  #document[class*=-modal--active], #document[class*=-modal--deactivating] {
    overflow: hidden;
  }
  #document {
    --scroll-margin-top-base: 0px;
  }
  #document:where(:has(.m-anchor-menu__wrap)) {
    --scroll-margin-top-base: 7rem;
  }
  #body {
    font-size: calc(1.44rem + 0.2571428571vw);
  }
  @media (min-width: 1400px) {
    #body {
      font-size: 1.8rem;
    }
  }
  #body {
    font-family: "Inter";
    font-weight: 300;
    line-height: 1.36;
    width: 100%;
    color: var(--color);
  }
  #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;
  }
}
@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 */