@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');/* stylelint-disable property-no-vendor-prefix, declaration-block-no-duplicate-properties */
* {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
abbr,
acronym {
  border: 0;
  text-decoration: none;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
iframe {
  border: 0;
}
button,
input[type=button],
input[type=submit] {
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
}
button,
input {
  border-radius: 0;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
mark {
  background-color: transparent;
}
/**
 * Form elements render using OS defaults,
 * so font-family inheritance must be specifically declared
 */
/* stylelint-enable */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
fieldset {
  min-width: -webkit-min-content;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: local("Neue Haas Unica"), url("/fonts/NeueHaasUnica-BlackItalic.woff2") format("woff2"), url("/fonts/NeueHaasUnica-BlackItalic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: local("Neue Haas Unica"), url("/fonts/NeueHaasUnica-BoldItalic.woff2") format("woff2"), url("/fonts/NeueHaasUnica-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: local("Neue Haas Unica"), url("/fonts/NeueHaasUnica-Bold.woff2") format("woff2"), url("/fonts/NeueHaasUnica-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: local("Neue Haas Unica"), url("/fonts/NeueHaasUnica-Regular.woff2") format("woff2"), url("/fonts/NeueHaasUnica-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-centered {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
   --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
  outline: 0;
}
/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
      even though inner elements are not animated */
  will-change: opacity;
}
/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}
/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
.pswp__counter {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .pswp__counter {
    font-size: calc(0.3773584906vw + 11.1698113208px);
  }
}
@media (min-width: 1280px) {
  .pswp__counter {
    font-size: 16px;
  }
}
:root {
  --sitepadding: var(--spacing-32, 32px);
  --sitepadding-component: var(--spacing-32, 32px);
  --sitepadding-reset: calc(-1 * var(--spacing-32, 32px));
  --font-base: "Neue Haas Unica", sans-serif;
  --shadow-color: 0deg 0% 63%;
  --shadow-light: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0px 12px 16px -4px rgba(0, 0, 0, 0.12);
  --shadow-large: 0px 24px 48px -4px rgba(0, 0, 0, 0.24);
  --border-radius-xs: 4px;
  --border-radius-s: 8px;
  --border-radius-m: 16px;
  --border-radius-l: 24px;
  --border-radius-pill: 500px;
  --c-foreground: 255, 255, 255;
  --c-background: 0, 0, 0;
  --c-white: 255, 255, 255;
  --c-black: 0, 0, 0;
  --c-gray-light: 247, 247, 247;
  --c-primary: 20, 27, 77;
  --c-night-blue: 14, 18, 46;
  --c-brand: 20, 27, 77;
  --c-blue: 0, 105, 178;
  --c-blue-light: 58, 191, 237;
  --c-green-dark: 0, 103, 71;
  --c-green: 0, 179, 136;
  --c-red-dark: 166, 25, 46;
  --c-red: 228, 0, 70;
  --c-purple: 147, 50, 142;
  --c-pink: 245, 126, 182;
  --c-orange: 212, 147, 71;
  --c-yellow: 232, 187, 89;
  --c-text: 20, 27, 77;
  --c-text-light: 255, 255, 255;
  --c-border: 0, 0, 0, 0.1;
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --spacing-128: 128px;
  --z-index-map: 0;
  --z-index-header: 20;
  --z-index-pagesheet: 30;
  --z-index-header-active: 35;
  --z-index-immersive-view: 50;
  --z-index-overlay: 100;
  --z-index-cookiebanner: 150;
  --z-index-page-transition: 200;
  --z-index-max: 65000;
  --rootGridSize: 12;
  --gridSize: 12;
  --gridGutter: 16px;
  --component-gap: 120px;
  --shadow-color: 0deg 0% 80%;
  --shadow-elevation-low: 0.2px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
  	0.3px 0.8px 1px -1.2px hsl(var(--shadow-color) / 0.34),
  	0.8px 2px 2.4px -2.5px hsl(var(--shadow-color) / 0.34);
  --shadow-elevation-medium: 0.2px 0.5px 0.6px hsl(var(--shadow-color) / 0.36),
  	0.6px 1.6px 1.9px -0.8px hsl(var(--shadow-color) / 0.36),
  	1.6px 4px 4.8px -1.7px hsl(var(--shadow-color) / 0.36),
  	3.9px 9.8px 11.9px -2.5px hsl(var(--shadow-color) / 0.36);
  --shadow-elevation-high: 0.2px 0.5px 0.6px hsl(var(--shadow-color) / 0.34),
  	1.1px 2.9px 3.5px -0.4px hsl(var(--shadow-color) / 0.34),
  	2.1px 5.3px 6.4px -0.7px hsl(var(--shadow-color) / 0.34),
  	3.5px 8.8px 10.7px -1.1px hsl(var(--shadow-color) / 0.34),
  	5.5px 14px 16.9px -1.4px hsl(var(--shadow-color) / 0.34),
  	8.6px 21.9px 26.5px -1.8px hsl(var(--shadow-color) / 0.34),
  	13.1px 33.3px 40.3px -2.1px hsl(var(--shadow-color) / 0.34),
  	19.3px 49px 59.2px -2.5px hsl(var(--shadow-color) / 0.34);
}
@media screen and (max-width: 750px) {
  :root {
    --sitepadding: var(--spacing-24, 24px);
    --sitepadding-component: var(--spacing-24, 24px);
    --sitepadding-reset: calc(-1 * var(--spacing-24, 24px));
  }
}
@media screen and (max-width: 580px) {
  :root {
    --sitepadding: var(--spacing-16, 16px);
    --sitepadding-component: var(--spacing-16, 16px);
    --sitepadding-reset: calc(-1 * var(--spacing-16, 16px));
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --gridSize: 10;
    --gridGutter: 16px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --gridSize: 8;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --gridSize: 6;
  }
}
@media screen and (max-width: 1382px) {
  :root {
    --component-gap: 100px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --component-gap: 80px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --component-gap: 60px;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --component-gap: 50px;
  }
}
html {
  font-family: var(--font-base);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(var(--c-text),1);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  accent-color: rgba(var(--c-brand),1);
}
@media (min-width: 750px) {
  html {
    font-size: calc(0.3773584906vw + 13.1698113208px);
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  html {
    line-height: 1.6;
  }
}
html,
body {
  width: 100%;
  min-height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  scroll-padding-top: 80px;
  background-color: rgba(var(--c-night-blue),1);
}
html[data-template=page-overlay], [data-template=page-overlay] html,
body[data-template=page-overlay],
[data-template=page-overlay] body {
  overflow: hidden;
}
[id=main] {
  position: relative;
}
p {
  -webkit-hyphens: auto;
          hyphens: auto;
}
pre {
  font-size: 13px;
  line-height: 1.2;
}
.nobr {
  white-space: nowrap;
}
.netlify-label,
.honeypot {
  display: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
  }
}
html[data-nav-state=open] #CookiebotWidget {
  display: none !important;
}
.ems-wf-checkbox label > a {
  text-decoration: underline;
}
.ems-wf-buttons,
.ems-wf-button {
  padding: 18px 26px;
  background-color: rgba(var(--c-primary),1);
  color: rgba(var(--c-white),1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  text-decoration: none;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
@media (min-width: 750px) {
  .ems-wf-buttons,
  .ems-wf-button {
    font-size: calc(0.3773584906vw + 11.1698113208px);
  }
}
@media (min-width: 1280px) {
  .ems-wf-buttons,
  .ems-wf-button {
    font-size: 16px;
  }
}
.ems-wf-buttons::before,
.ems-wf-button::before {
  position: absolute;
}

.resize-observer[data-v-b329ee4c]{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  border:none;
  background-color:transparent;
  pointer-events:none;
  display:block;
  overflow:hidden;
  opacity:0
}

.resize-observer[data-v-b329ee4c] object{
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  overflow:hidden;
  pointer-events:none;
  z-index:-1
}

.v-popper__popper{
  z-index:10000;
  top:0;
  left:0;
  outline:none
}

.v-popper__popper.v-popper__popper--hidden{
  visibility:hidden;
  opacity:0;
  transition:opacity .15s,visibility .15s;
  pointer-events:none
}

.v-popper__popper.v-popper__popper--shown{
  visibility:visible;
  opacity:1;
  transition:opacity .15s
}

.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{
  transition:none!important
}

.v-popper__backdrop{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none
}

.v-popper__inner{
  position:relative;
  box-sizing:border-box;
  overflow-y:auto
}

.v-popper__inner>div{
  position:relative;
  z-index:1;
  max-width:inherit;
  max-height:inherit
}

.v-popper__arrow-container{
  position:absolute;
  width:10px;
  height:10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{
  display:none
}

.v-popper__arrow-inner,.v-popper__arrow-outer{
  border-style:solid;
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0
}

.v-popper__arrow-inner{
  visibility:hidden;
  border-width:7px
}

.v-popper__arrow-outer{
  border-width:6px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  left:-2px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  left:-1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{
  border-bottom-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{
  top:0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  border-top-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-top-color:transparent!important
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  top:-4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  top:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  top:-1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  border-left-width:0;
  border-left-color:transparent!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  left:-4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  left:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{
  right:-10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{
  border-right-width:0;
  border-top-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{
  left:-2px
}

.v-popper--theme-dropdown .v-popper__inner{
  background:#fff;
  color:#000;
  border-radius:6px;
  border:1px solid #ddd;
  box-shadow:0 6px 30px #0000001a
}

.v-popper--theme-dropdown .v-popper__arrow-inner{
  visibility:visible;
  border-color:#fff
}

.v-popper--theme-dropdown .v-popper__arrow-outer{
  border-color:#ddd
}

.v-popper--theme-tooltip .v-popper__inner{
  background:rgba(0,0,0,.8);
  color:#fff;
  border-radius:6px;
  padding:7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer{
  border-color:#000c
}

.htw-range-input::-webkit-slider-thumb{
  height:.75rem;
  width:.75rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{
  border-color:#ffffff40;
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity))
}

.htw-range-input:hover::-webkit-slider-thumb{
  --tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important
}

.htw-range-input::-moz-range-thumb{
  height:.75rem;
  width:.75rem;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-moz-range-thumb{
  border-color:#ffffff40;
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity))
}

.htw-range-input:hover::-moz-range-thumb{
  --tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important
}

.v-popper{
  line-height:0
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color:rgb(244 244 245 / var(--tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --tw-border-opacity: 1;
  border-color:rgb(63 63 70 / var(--tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{
  transform:scale(.75)
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{
  transform:none;
  transition:transform .15s cubic-bezier(0,1,.5,1)
}

.v-popper__popper:focus-visible{
  outline:none
}

.htw-bind-col-size{
  grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))
}

.__histoire-json-code[data-v-9f3f2832] .cm-editor{
  height:100%;
  min-width:280px
}

/* @TODO custom themes */

.v-popper {
  line-height: 0;
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-100) / var(--tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-700) / var(--tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper {
  transform: scale(.75);
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper {
  transform: none;
  transition: transform .15s cubic-bezier(0, 1, .5, 1);
}

.v-popper__popper:focus-visible {
  outline: none;
}

.__histoire-scale-x-enter-active,
  .__histoire-scale-x-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-x-enter-from,
  .__histoire-scale-x-leave-to {
  transform: scaleX(0);
  opacity: 0;
}

.__histoire-scale-y-enter-active,
  .__histoire-scale-y-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-y-enter-from,
  .__histoire-scale-y-leave-to {
  transform: scaleY(0);
  opacity: 0;
}

.__histoire-fade-enter-active,
  .__histoire-fade-leave-active {
  transition: opacity .15s;
}

.__histoire-fade-enter-from,
  .__histoire-fade-leave-to {
  opacity: 0;
}

.__histoire-fade-bottom-enter-active,
  .__histoire-fade-bottom-leave-active {
  transition: transform .15s, opacity .15s;
  transform: translateY(0px);
}

.__histoire-fade-bottom-enter-from,
  .__histoire-fade-bottom-leave-to {
  transform: translateY(32px);
  opacity: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

a,
input,
button {
  color: inherit;
}

a {
  text-decoration: inherit;
}

input, button {
  font-family: inherit;
}

a,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body,
  pre {
  margin: 0;
}

html,
  body,
  #app {
  height: 100%;
}

html {
  font-family: 'Noto Sans Display', system-ui, sans-serif;
  font-size: 1rem;
}

body {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  body {
    font-size: .875rem;
  }
}

.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}

.__histoire-code .shiki {
  background: transparent !important;
}

.htw-prose h1:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h2:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h3:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h4:not(:hover) .header-anchor[aria-hidden="true"] {
  visibility: hidden;
}

.htw-prose hr {
  margin: 1rem 0;
}

.__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right;
}

.htw-dark .__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

.htw-prose{
  color:var(--tw-prose-body);
  max-width:65ch;
}

.htw-prose :where(p):not(:where([class~="htw-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.htw-prose :where([class~="lead"]):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"] *)){
  color:rgb(var(--_histoire-color-primary-500));
  text-decoration:none;
  font-weight:500;
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"] *)):hover{
  text-decoration:underline
}

.htw-prose :where(strong):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.htw-prose :where(a strong):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote strong):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th strong):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(ol):not(:where([class~="htw-not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol[type="A"]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a"]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="A" s]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a" s]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="I"]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i"]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="I" s]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i" s]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="1"]):not(:where([class~="htw-not-prose"] *)){
  list-style-type:decimal
}

.htw-prose :where(ul):not(:where([class~="htw-not-prose"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"] *))::marker{
  color:var(--tw-prose-bullets)
}

.htw-prose :where(hr):not(:where([class~="htw-not-prose"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em;
  margin-left:0;
  margin-right:0;
  background-color:rgb(var(--_histoire-color-gray-100));
  padding:.25rem .375rem;
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"] *)) p:first-child{
  margin-top:0
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"] *)) p:last-child{
  margin-bottom:0
}

.htw-dark .htw-prose :where(blockquote):not(:where([class~="htw-not-prose"] *)){
  background-color:rgb(var(--_histoire-color-gray-750))
}

.htw-prose :where(blockquote p:first-of-type):not(:where([class~="htw-not-prose"] *))::before{
  content:open-quote
}

.htw-prose :where(blockquote p:last-of-type):not(:where([class~="htw-not-prose"] *))::after{
  content:close-quote
}

.htw-prose :where(h1):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.htw-prose :where(h1 strong):not(:where([class~="htw-not-prose"] *)){
  font-weight:900;
  color:inherit
}

.htw-prose :where(h2):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.htw-prose :where(h2 strong):not(:where([class~="htw-not-prose"] *)){
  font-weight:800;
  color:inherit
}

.htw-prose :where(h3):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.htw-prose :where(h3 strong):not(:where([class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(h4):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.htw-prose :where(h4 strong):not(:where([class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(img):not(:where([class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(figure > *):not(:where([class~="htw-not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.htw-prose :where(figcaption):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-code);
  font-weight:normal;
  font-size:0.8rem;
  background-color:rgb(var(--_histoire-color-gray-500) / 20%);
  padding:0.05rem 0.5rem;
  border-radius:0.25rem;
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"] *))::before, .htw-prose :where(code):not(:where([class~="htw-not-prose"] *))::after{
  display:none
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"] *))::before{
  content:"`"
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"] *))::after{
  content:"`"
}

.htw-prose :where(a code):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h1 code):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h2 code):not(:where([class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.875em
}

.htw-prose :where(h3 code):not(:where([class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.9em
}

.htw-prose :where(h4 code):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote code):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th code):not(:where([class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(pre):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"] *))::before{
  content:none
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"] *))::after{
  content:none
}

.htw-prose :where(table):not(:where([class~="htw-not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.htw-prose :where(thead):not(:where([class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.htw-prose :where(thead th):not(:where([class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody tr):not(:where([class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.htw-prose :where(tbody tr:last-child):not(:where([class~="htw-not-prose"] *)){
  border-bottom-width:0
}

.htw-prose :where(tbody td):not(:where([class~="htw-not-prose"] *)){
  vertical-align:baseline
}

.htw-prose :where(tfoot):not(:where([class~="htw-not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--tw-prose-th-borders)
}

.htw-prose :where(tfoot td):not(:where([class~="htw-not-prose"] *)){
  vertical-align:top
}

.htw-prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:rgb(var(--_histoire-color-gray-500));
  --tw-prose-invert-hr:rgb(var(--_histoire-color-gray-800));
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:rgb(var(--_histoire-color-gray-800));
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.htw-prose :where(video):not(:where([class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(figure):not(:where([class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(li):not(:where([class~="htw-not-prose"] *)){
  margin-top:0.1rem;
  margin-bottom:0.1rem
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(.htw-prose > ul > li p):not(:where([class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(.htw-prose > ul > li > *:first-child):not(:where([class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ul > li > *:last-child):not(:where([class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:first-child):not(:where([class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:last-child):not(:where([class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(hr + *):not(:where([class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h2 + *):not(:where([class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h3 + *):not(:where([class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h4 + *):not(:where([class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(thead th:first-child):not(:where([class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(thead th:last-child):not(:where([class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(tbody td, tfoot td):not(:where([class~="htw-not-prose"] *)){
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(.htw-prose > :first-child):not(:where([class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(.htw-prose > :last-child):not(:where([class~="htw-not-prose"] *)){
  margin-bottom:0
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"] *)){
  margin-bottom:0.75rem;
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"] *)):not(:first-child){
  margin-top:1.25rem
}

.htw-pointer-events-none{
  pointer-events:none
}

.htw-invisible{
  visibility:hidden
}

.htw-fixed{
  position:fixed
}

.htw-absolute{
  position:absolute
}

.htw-relative{
  position:relative
}

.htw-inset-0{
  inset:0px
}

.htw-bottom-0{
  bottom:0px
}

.htw-bottom-4{
  bottom:1rem
}

.htw-bottom-5{
  bottom:1.25rem
}

.htw-bottom-8{
  bottom:2rem
}

.htw-left-0{
  left:0px
}

.htw-left-5{
  left:1.25rem
}

.htw-left-8{
  left:2rem
}

.htw-right-0{
  right:0px
}

.htw-right-4{
  right:1rem
}

.htw-right-5{
  right:1.25rem
}

.htw-right-8{
  right:2rem
}

.htw-top-0{
  top:0px
}

.htw-top-5{
  top:1.25rem
}

.htw-top-8{
  top:2rem
}

.htw-isolate{
  isolation:isolate
}

.htw-z-10{
  z-index:10
}

.htw-z-20{
  z-index:20
}

.htw-m-0{
  margin:0px
}

.htw-m-1{
  margin:0.25rem
}

.htw-m-4{
  margin:1rem
}

.htw-m-auto{
  margin:auto
}

.-htw-my-1{
  margin-top:-0.25rem;
  margin-bottom:-0.25rem
}

.htw-mx-1{
  margin-left:0.25rem;
  margin-right:0.25rem
}

.htw-mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem
}

.htw-mx-4{
  margin-left:1rem;
  margin-right:1rem
}

.htw-mx-6{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.htw-my-0{
  margin-top:0px;
  margin-bottom:0px
}

.htw-my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.htw-my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

.htw-my-8{
  margin-top:2rem;
  margin-bottom:2rem
}

.-htw-mt-1{
  margin-top:-0.25rem
}

.htw-mb-2{
  margin-bottom:0.5rem
}

.htw-mb-6{
  margin-bottom:1.5rem
}

.htw-ml-4{
  margin-left:1rem
}

.htw-ml-auto{
  margin-left:auto
}

.htw-mr-2{
  margin-right:0.5rem
}

.htw-mr-auto{
  margin-right:auto
}

.htw-mt-0{
  margin-top:0px
}

.htw-mt-0\.5{
  margin-top:0.125rem
}

.htw-mt-1{
  margin-top:0.25rem
}

.htw-mt-2{
  margin-top:0.5rem
}

.htw-box-border{
  box-sizing:border-box
}

.htw-block{
  display:block
}

.htw-flex{
  display:flex
}

.htw-inline-flex{
  display:inline-flex
}

.htw-grid{
  display:grid
}

.htw-hidden{
  display:none
}

.htw-h-1{
  height:0.25rem
}

.htw-h-10{
  height:2.5rem
}

.htw-h-12{
  height:3rem
}

.htw-h-16{
  height:4rem
}

.htw-h-2{
  height:0.5rem
}

.htw-h-20{
  height:5rem
}

.htw-h-3{
  height:0.75rem
}

.htw-h-32{
  height:8rem
}

.htw-h-4{
  height:1rem
}

.htw-h-48{
  height:12rem
}

.htw-h-5{
  height:1.25rem
}

.htw-h-6{
  height:1.5rem
}

.htw-h-64{
  height:16rem
}

.htw-h-8{
  height:2rem
}

.htw-h-9{
  height:2.25rem
}

.htw-h-\[100px\]{
  height:100px
}

.htw-h-\[16px\]{
  height:16px
}

.htw-h-\[1px\]{
  height:1px
}

.htw-h-\[22px\]{
  height:22px
}

.htw-h-\[27px\]{
  height:27px
}

.htw-h-\[2px\]{
  height:2px
}

.htw-h-\[51px\]{
  height:51px
}

.htw-h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.htw-h-full{
  height:100%
}

.htw-h-px{
  height:1px
}

.htw-h-screen{
  height:100vh
}

.htw-max-h-\[400px\]{
  max-height:400px
}

.htw-max-h-\[80vh\]{
  max-height:80vh
}

.htw-max-h-full{
  max-height:100%
}

.htw-min-h-32{
  min-height:8rem
}

.htw-min-h-\[26px\]{
  min-height:26px
}

.htw-w-0{
  width:0px
}

.htw-w-16{
  width:4rem
}

.htw-w-2{
  width:0.5rem
}

.htw-w-20{
  width:5rem
}

.htw-w-28{
  width:7rem
}

.htw-w-3{
  width:0.75rem
}

.htw-w-32{
  width:8rem
}

.htw-w-4{
  width:1rem
}

.htw-w-5{
  width:1.25rem
}

.htw-w-6{
  width:1.5rem
}

.htw-w-64{
  width:16rem
}

.htw-w-8{
  width:2rem
}

.htw-w-\[16px\]{
  width:16px
}

.htw-w-\[2px\]{
  width:2px
}

.htw-w-fit{
  width:-moz-fit-content;
  width:fit-content
}

.htw-w-full{
  width:100%
}

.htw-w-max{
  width:-moz-max-content;
  width:max-content
}

.htw-w-px{
  width:1px
}

.htw-w-screen{
  width:100vw
}

.htw-min-w-0{
  min-width:0px
}

.htw-min-w-16{
  min-width:4rem
}

.htw-min-w-4{
  min-width:1rem
}

.htw-min-w-\[150px\]{
  min-width:150px
}

.htw-max-w-6{
  max-width:1.5rem
}

.htw-max-w-\[400px\]{
  max-width:400px
}

.htw-max-w-\[512px\]{
  max-width:512px
}

.htw-max-w-\[63px\]{
  max-width:63px
}

.htw-max-w-\[82px\]{
  max-width:82px
}

.htw-max-w-full{
  max-width:100%
}

.htw-max-w-none{
  max-width:none
}

.htw-flex-1{
  flex:1 1 0%
}

.htw-flex-none{
  flex:none
}

.htw-flex-shrink{
  flex-shrink:1
}

.htw-shrink{
  flex-shrink:1
}

.htw-shrink-0{
  flex-shrink:0
}

.htw-grow{
  flex-grow:1
}

.htw-rotate-90{
  --tw-rotate:90deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.htw-scale-0{
  --tw-scale-x:0;
  --tw-scale-y:0;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.htw-cursor-default{
  cursor:default
}

.htw-cursor-ew-resize{
  cursor:ew-resize
}

.htw-cursor-ns-resize{
  cursor:ns-resize
}

.htw-cursor-nwse-resize{
  cursor:nwse-resize
}

.htw-cursor-pointer{
  cursor:pointer
}

.htw-cursor-text{
  cursor:text
}

.htw-select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.htw-resize-none{
  resize:none
}

.htw-resize-y{
  resize:vertical
}

.htw-appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.htw-grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
}

.htw-flex-row{
  flex-direction:row
}

.htw-flex-col{
  flex-direction:column
}

.htw-flex-wrap{
  flex-wrap:wrap
}

.htw-flex-nowrap{
  flex-wrap:nowrap
}

.htw-place-content-between{
  place-content:space-between
}

.htw-items-start{
  align-items:flex-start
}

.htw-items-end{
  align-items:flex-end
}

.htw-items-center{
  align-items:center
}

.htw-items-baseline{
  align-items:baseline
}

.htw-items-stretch{
  align-items:stretch
}

.htw-justify-end{
  justify-content:flex-end
}

.htw-justify-center{
  justify-content:center
}

.htw-gap-0{
  gap:0px
}

.htw-gap-0\.5{
  gap:0.125rem
}

.htw-gap-1{
  gap:0.25rem
}

.htw-gap-2{
  gap:0.5rem
}

.htw-gap-4{
  gap:1rem
}

.htw-gap-6{
  gap:1.5rem
}

.htw-gap-px{
  gap:1px
}

.htw-gap-y-1{
  row-gap:0.25rem
}

.htw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}

.htw-divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.htw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-100) / var(--tw-divide-opacity))
}

.htw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-200) / var(--tw-divide-opacity))
}

.htw-overflow-auto{
  overflow:auto
}

.htw-overflow-hidden{
  overflow:hidden
}

.htw-overflow-y-auto{
  overflow-y:auto
}

.htw-overflow-y-scroll{
  overflow-y:scroll
}

.htw-scroll-smooth{
  scroll-behavior:smooth
}

.htw-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.htw-text-ellipsis{
  text-overflow:ellipsis
}

.htw-whitespace-nowrap{
  white-space:nowrap
}

.\!htw-rounded-\[3px\]{
  border-radius:3px !important
}

.htw-rounded{
  border-radius:0.375rem
}

.htw-rounded-full{
  border-radius:9999px
}

.htw-rounded-lg{
  border-radius:0.75rem
}

.htw-rounded-sm{
  border-radius:0.25rem
}

.htw-rounded-b-lg{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.htw-rounded-l{
  border-top-left-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.htw-rounded-r{
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.htw-rounded-r-lg{
  border-top-right-radius:0.75rem;
  border-bottom-right-radius:0.75rem
}

.htw-border{
  border-width:1px
}

.htw-border-0{
  border-width:0px
}

.htw-border-2{
  border-width:2px
}

.htw-border-8{
  border-width:8px
}

.htw-border-b{
  border-bottom-width:1px
}

.htw-border-l-2{
  border-left-width:2px
}

.htw-border-r{
  border-right-width:1px
}

.htw-border-t{
  border-top-width:1px
}

.htw-border-solid{
  border-style:solid
}

.htw-border-black\/20{
  border-color:rgb(0 0 0 / 0.2)
}

.htw-border-black\/25{
  border-color:rgb(0 0 0 / 0.25)
}

.htw-border-black\/50{
  border-color:rgb(0 0 0 / 0.5)
}

.htw-border-current{
  border-color:currentColor
}

.htw-border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-100) / var(--tw-border-opacity))
}

.htw-border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-200) / var(--tw-border-opacity))
}

.htw-border-gray-300\/30{
  border-color:rgb(var(--_histoire-color-gray-300) / 0.3)
}

.htw-border-gray-500\/10{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.htw-border-gray-500\/40{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.4)
}

.htw-border-gray-500\/5{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.05)
}

.htw-border-gray-500\/50{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.5)
}

.htw-border-gray-600{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-600) / var(--tw-border-opacity))
}

.htw-border-gray-800{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-border-opacity))
}

.htw-border-gray-850{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

.htw-border-primary-200{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-200) / var(--tw-border-opacity))
}

.htw-border-primary-500{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.htw-border-primary-900{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-900) / var(--tw-border-opacity))
}

.htw-border-transparent{
  border-color:transparent
}

.\!htw-bg-primary-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(var(--_histoire-color-primary-500) / var(--tw-bg-opacity)) !important
}

.htw-bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-100) / var(--tw-bg-opacity))
}

.htw-bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-200) / var(--tw-bg-opacity))
}

.htw-bg-gray-400\/25{
  background-color:rgb(var(--_histoire-color-gray-400) / 0.25)
}

.htw-bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-50) / var(--tw-bg-opacity))
}

.htw-bg-gray-500\/10{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.htw-bg-gray-500\/50{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.5)
}

.htw-bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity))
}

.htw-bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-800) / var(--tw-bg-opacity))
}

.htw-bg-primary-200{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-200) / var(--tw-bg-opacity))
}

.htw-bg-primary-50{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-50) / var(--tw-bg-opacity))
}

.htw-bg-primary-500{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-500) / var(--tw-bg-opacity))
}

.htw-bg-primary-500\/10{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.1)
}

.htw-bg-primary-500\/20{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.2)
}

.htw-bg-primary-500\/25{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.25)
}

.htw-bg-primary-700{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

.htw-bg-primary-800{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

.htw-bg-transparent{
  background-color:transparent
}

.htw-bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

.htw-bg-white\/80{
  background-color:rgb(255 255 255 / 0.8)
}

.htw-fill-primary-500{
  fill:rgb(var(--_histoire-color-primary-500))
}

.htw-fill-transparent{
  fill:transparent
}

.htw-stroke-white{
  stroke:#fff
}

.htw-stroke-2{
  stroke-width:2
}

.htw-p-1{
  padding:0.25rem
}

.htw-p-2{
  padding:0.5rem
}

.htw-p-4{
  padding:1rem
}

.htw-p-8{
  padding:2rem
}

.htw-p-px{
  padding:1px
}

.htw-px-0{
  padding-left:0px;
  padding-right:0px
}

.htw-px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

.htw-px-1{
  padding-left:0.25rem;
  padding-right:0.25rem
}

.htw-px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.htw-px-4{
  padding-left:1rem;
  padding-right:1rem
}

.htw-px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.htw-py-0{
  padding-top:0px;
  padding-bottom:0px
}

.htw-py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

.htw-py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.htw-py-12{
  padding-top:3rem;
  padding-bottom:3rem
}

.htw-py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.htw-py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.htw-py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.htw-pl-0{
  padding-left:0px
}

.htw-pl-0\.5{
  padding-left:0.125rem
}

.htw-pl-2{
  padding-left:0.5rem
}

.htw-pl-4{
  padding-left:1rem
}

.htw-pl-6{
  padding-left:1.5rem
}

.htw-pr-2{
  padding-right:0.5rem
}

.htw-pr-6{
  padding-right:1.5rem
}

.htw-pt-4{
  padding-top:1rem
}

.htw-text-left{
  text-align:left
}

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

.htw-font-mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.htw-text-5xl{
  font-size:3rem;
  line-height:1
}

.htw-text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.htw-text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.htw-text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.htw-uppercase{
  text-transform:uppercase
}

.htw-leading-normal{
  line-height:1.5
}

.htw-text-black\/\[1\%\]{
  color:rgb(0 0 0 / 1%)
}

.htw-text-gray-400{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-400) / var(--tw-text-opacity))
}

.htw-text-gray-500{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-500) / var(--tw-text-opacity))
}

.htw-text-gray-500\/20{
  color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

.htw-text-gray-700{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-700) / var(--tw-text-opacity))
}

.htw-text-gray-900{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-900) / var(--tw-text-opacity))
}

.htw-text-inherit{
  color:inherit
}

.htw-text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity))
}

.htw-text-primary-200{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-200) / var(--tw-text-opacity))
}

.htw-text-primary-400{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

.htw-text-primary-500{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-500) / var(--tw-text-opacity))
}

.htw-text-primary-600{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-600) / var(--tw-text-opacity))
}

.htw-text-primary-800{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-800) / var(--tw-text-opacity))
}

.htw-text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity))
}

.htw-text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

.htw-opacity-0{
  opacity:0
}

.htw-opacity-20{
  opacity:0.2
}

.htw-opacity-25{
  opacity:0.25
}

.htw-opacity-30{
  opacity:0.3
}

.htw-opacity-40{
  opacity:0.4
}

.htw-opacity-50{
  opacity:0.5
}

.htw-opacity-60{
  opacity:0.6
}

.htw-opacity-70{
  opacity:0.7
}

.htw-shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.htw-outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.htw-transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-border{
  transition-property:border;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-none{
  transition-property:none
}

.htw-transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-delay-150{
  transition-delay:150ms
}

.htw-duration-150{
  transition-duration:150ms
}

.htw-duration-200{
  transition-duration:200ms
}

.htw-duration-300{
  transition-duration:300ms
}

.htw-ease-\[cubic-bezier\(0\,1\,\.6\,1\)\]{
  transition-timing-function:cubic-bezier(0,1,.6,1)
}

.htw-ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.htw-ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.htw-will-change-transform{
  will-change:transform
}

:is(.htw-dark .dark\:htw-prose-invert){
  --tw-prose-body:var(--tw-prose-invert-body);
  --tw-prose-headings:var(--tw-prose-invert-headings);
  --tw-prose-lead:var(--tw-prose-invert-lead);
  --tw-prose-links:var(--tw-prose-invert-links);
  --tw-prose-bold:var(--tw-prose-invert-bold);
  --tw-prose-counters:var(--tw-prose-invert-counters);
  --tw-prose-bullets:var(--tw-prose-invert-bullets);
  --tw-prose-hr:var(--tw-prose-invert-hr);
  --tw-prose-quotes:var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
  --tw-prose-captions:var(--tw-prose-invert-captions);
  --tw-prose-code:var(--tw-prose-invert-code);
  --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders:var(--tw-prose-invert-td-borders)
}

.first\:htw-mt-0:first-child{
  margin-top:0px
}

.last\:htw-mb-0:last-child{
  margin-bottom:0px
}

.focus-within\:htw-border-primary-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.focus-within\:htw-bg-gray-500\/5:focus-within{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.05)
}

.hover\:htw-border-primary-500:hover{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.hover\:htw-bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-200) / var(--tw-bg-opacity))
}

.hover\:htw-bg-gray-500\/10:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.hover\:htw-bg-gray-500\/20:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

.hover\:htw-bg-gray-500\/30:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.3)
}

.hover\:htw-bg-primary-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-100) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-200) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-300:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-300) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-50:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-50) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-500\/10:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.1)
}

.hover\:htw-bg-primary-500\/30:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.3)
}

.hover\:htw-bg-primary-500\/50:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.5)
}

.hover\:htw-bg-primary-600:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-600) / var(--tw-bg-opacity))
}

.hover\:htw-text-primary-500:hover{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-500) / var(--tw-text-opacity))
}

.hover\:htw-opacity-100:hover{
  opacity:1
}

.focus\:htw-border-primary-500:focus{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.focus\:htw-border-primary-500\/50:focus{
  border-color:rgb(var(--_histoire-color-primary-500) / 0.5)
}

.focus\:htw-opacity-100:focus{
  opacity:1
}

.focus-visible\:htw-border-primary-500:focus-visible{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.active\:htw-bg-gray-600\/50:active{
  background-color:rgb(var(--_histoire-color-gray-600) / 0.5)
}

.htw-group:first-child .group-first\:htw-hidden{
  display:none
}

.htw-group:nth-child(odd) .group-odd\:htw-bg-gray-100\/50{
  background-color:rgb(var(--_histoire-color-gray-100) / 0.5)
}

.htw-group:focus-within .group-focus-within\:htw-visible{
  visibility:visible
}

.htw-group:hover .group-hover\:htw-flex{
  display:flex
}

.htw-group:hover .group-hover\:htw-border-primary-500{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.htw-group:hover .group-hover\:htw-bg-primary-100{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-100) / var(--tw-bg-opacity))
}

.htw-group:hover .group-hover\:htw-opacity-100{
  opacity:1
}

.htw-group:hover .group-hover\:htw-opacity-90{
  opacity:0.9
}

.htw-group:active .group-active\:htw-bg-gray-500\/20{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

:is(.htw-dark .dark\:htw-divide-gray-750) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-750) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-800) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-850) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-700\/30){
  border-color:rgb(var(--_histoire-color-gray-700) / 0.3)
}

:is(.htw-dark .dark\:htw-border-gray-750){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-750) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-800){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-850){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-primary-900){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-900) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-white\/20){
  border-color:rgb(255 255 255 / 0.2)
}

:is(.htw-dark .dark\:htw-border-white\/25){
  border-color:rgb(255 255 255 / 0.25)
}

:is(.htw-dark .dark\:htw-border-white\/50){
  border-color:rgb(255 255 255 / 0.5)
}

:is(.htw-dark .dark\:htw-bg-black){
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-600){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-600) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-750){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-750) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-900) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900\/80){
  background-color:rgb(var(--_histoire-color-gray-900) / 0.8)
}

:is(.htw-dark .dark\:htw-bg-primary-400){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-400) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-600){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-600) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-800){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-text-black){
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-gray-100){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-100) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-200){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-200) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-400){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-white\/\[1\%\]){
  color:rgb(255 255 255 / 1%)
}

:is(.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-border-primary-500:hover){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-gray-800:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-700:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-800:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-900:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-900) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-text-primary-400:hover){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:focus\:htw-border-primary-500:focus){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .htw-group:nth-child(odd) .dark\:group-odd\:htw-bg-gray-750\/40){
  background-color:rgb(var(--_histoire-color-gray-750) / 0.4)
}

.htw-group:hover :is(.htw-dark .group-hover\:dark\:htw-border-primary-500){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .htw-group:hover .dark\:group-hover\:htw-bg-primary-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

@media (min-width: 640px){
  .sm\:htw-h-4{
    height:1rem
  }

  .sm\:htw-w-4{
    width:1rem
  }

  .sm\:htw-p-1{
    padding:0.25rem
  }

  .sm\:htw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }
}

@media (min-width: 768px){
  .md\:htw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:htw-mt-16{
    margin-top:4rem
  }

  .md\:htw-max-w-\[600px\]{
    max-width:600px
  }

  .md\:htw-p-12{
    padding:3rem
  }

  .md\:htw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .md\:htw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }
}

@media (min-width: 1024px){
  .lg\:htw-max-w-\[800px\]{
    max-width:800px
  }
}

@media (min-width: 1280px){
  .xl\:htw-max-w-\[900px\]{
    max-width:900px
  }
}

.histoire-story-list-folder-button:hover .\[\.histoire-story-list-folder-button\:hover_\&\]\:htw-opacity-100{
  opacity:1
}

.htw-base-empty[data-v-c5ecfead]:not(.no-animation) {
  animation: htw-base-empty-c5ecfead .15s .2s both;
}
@keyframes htw-base-empty-c5ecfead {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.landscape > div > .dragger[data-v-ed925107] {
  width: .625rem;
}
.portrait > div > .dragger[data-v-ed925107] {
  height: .625rem;
}
.landscape > div > .dragger.dragger-offset-before[data-v-ed925107] {
  right: 0;
}
.portrait > div > .dragger.dragger-offset-before[data-v-ed925107] {
  bottom: 0;
}
.landscape > div > .dragger.dragger-offset-center[data-v-ed925107] {
  right: -.3125rem;
}
.portrait > div > .dragger.dragger-offset-center[data-v-ed925107] {
  bottom: -.3125rem;
}
.landscape > div > .dragger.dragger-offset-after[data-v-ed925107] {
  right: -.625rem;
}
.portrait > div > .dragger.dragger-offset-after[data-v-ed925107] {
  bottom: -.625rem;
}
.bind-icon-color[data-v-36846ccf] {
  color: var(--5792748b);
}
.bind-icon-color[data-v-6046525f] {
  color: var(--663732b6);
}
.bind-tree-margin[data-v-19810958] {
  margin-left: var(--444efc12);
}
.bind-icon-color[data-v-19810958] {
  color: var(--ae892164);
}
.bind-tree-padding[data-v-2d2e4786] {
  padding-left: var(--6851b0a7);
}
.bind-icon-color[data-v-ab890d9c] {
  color: var(--89126aaa);
}
.bind-icon-color[data-v-ddfc5b4f] {
  color: var(--4d25d048);
}
.__histoire-code-placeholder[data-v-1bdf9905] {
  color: inherit;
  font-size: inherit;
}
.bind-icon-color[data-v-6c8e9661] {
  color: var(--a8c1277e);
}
.bind-icon-color[data-v-cf76cd68] {
  color: var(--29d8c174);
}
.bind-preview-bg[data-v-cf76cd68] {
  background-color: var(--0eff7465);
}
.bind-preview-bg[data-v-c48fb2b2] {
  background-color: var(--627bec82);
  color: var(--35068428);
}
img.colorize-black[data-v-74182813] {
  filter: grayscale(100) brightness(0);
}
.bind-preview-bg[data-v-a83b1911] {
  background-color: var(--03d1950e);
}
.__histoire-hatched-pattern[data-v-91561117] {
  background: repeating-linear-gradient(135deg,
  transparent 0px,
  transparent 32px,
  currentColor 32px,
  currentColor 64px);
}
*, ::before, ::after {--_histoire-color-primary-50: 236 253 245;--_histoire-color-primary-100: 209 250 229;--_histoire-color-primary-200: 167 243 208;--_histoire-color-primary-300: 110 231 183;--_histoire-color-primary-400: 52 211 153;--_histoire-color-primary-500: 16 185 129;--_histoire-color-primary-600: 5 150 105;--_histoire-color-primary-700: 4 120 87;--_histoire-color-primary-800: 6 95 70;--_histoire-color-primary-900: 6 78 59;--_histoire-color-gray-50: 250 250 250;--_histoire-color-gray-100: 244 244 245;--_histoire-color-gray-200: 228 228 231;--_histoire-color-gray-300: 212 212 216;--_histoire-color-gray-400: 161 161 170;--_histoire-color-gray-500: 113 113 122;--_histoire-color-gray-600: 82 82 91;--_histoire-color-gray-700: 63 63 70;--_histoire-color-gray-750: 50 50 56;--_histoire-color-gray-800: 39 39 42;--_histoire-color-gray-850: 31 31 33;--_histoire-color-gray-900: 24 24 27;--_histoire-color-gray-950: 16 16 18;}.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-webkit-slider-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.htw-range-input::-moz-range-thumb{height:.75rem;width:.75rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-moz-range-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-moz-range-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.v-popper{line-height:0}.htw-dark .v-popper--theme-dropdown .v-popper__inner{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity))}.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{transform:scale(.75)}.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{transform:none;transition:transform .15s cubic-bezier(0,1,.5,1)}.v-popper__popper:focus-visible{outline:none}.htw-bind-col-size{grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))}.__histoire-json-code[data-v-9f3f2832] .cm-editor{height:100%;min-width:280px}html,
body {
  background: transparent !important;
}body {
  margin: 0;
}html {
  font-size: 1rem;
  font-family: 'Noto Sans Display', system-ui, sans-serif;
}.htw-sandbox-hidden {
  display: none;
}.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}
.AccordionItem--header {
  --accordion-item-padding: 40px;
  position: relative;
  padding-top: var(--accordion-item-padding);
  padding-bottom: var(--accordion-item-padding);
  padding-right: var(--spacing-40, 40px);
}
@media screen and (max-width: 1000px) {
.AccordionItem--header {
    --accordion-item-padding: 20px;
}
}
.AccordionItem--title {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 750px) {
.AccordionItem--title {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.AccordionItem--title {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.AccordionItem--title {
    line-height: 1.2;
}
}
.AccordionItem--subtitle {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin-top: 0.33em;
}
@media (min-width: 750px) {
.AccordionItem--subtitle {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.AccordionItem--subtitle {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.AccordionItem--subtitle {
    line-height: 1.2;
}
}
.AccordionItem--button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.AccordionItem--icon {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.AccordionItem--icon::before, .AccordionItem--icon::after {
  display: block;
  content: "";
  position: absolute;
  background-color: currentColor;
}
.AccordionItem--icon::before {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  transition: transform 150ms;
}
.AccordionItem--icon::after {
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
[aria-expanded=true] .AccordionItem--icon::before {
  transform: scaleY(0) rotate(30deg);
}
.AccordionItem--content--inner {
  padding-bottom: var(--spacing-24, 24px);
}
.AccordionItem--content--inner > *:first-child {
  margin-top: 0;
}
.AccordionItem--content--inner > *:last-child {
  margin-bottom: 0;
}.Accordion {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.Accordion {
    display: block;
}
}
.Accordion > * {
  --sitepadding-component: 0;
}
.Accordion--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.Accordion--body > * {
  --gridSize: 6;
}
[data-variant=guide] > .Accordion--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
[data-variant=guide] > .Accordion--body > * {
  --gridSize: 10;
}
.Accordion--list > li {
  border-top: 1px solid rgba(var(--c-border));
}
.Accordion--list > li:last-child {
  border-bottom: 1px solid rgba(var(--c-border));
}
[data-variant=guide] .Accordion--list > li {
  border-top: none;
}
[data-variant=guide] .Accordion--list > li:last-child {
  border-bottom: none;
}.LeadText {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: var(--spacing-64, 64px);
}
@media print {
.LeadText {
    display: block;
}
}
.LeadText > * {
  --sitepadding-component: 0;
}
.LeadText--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  font-size: 18px;
}
.LeadText--body > *:first-child {
  margin-top: 0;
}
.LeadText--body > *:last-child {
  margin-bottom: 0;
}
.LeadText--body > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.LeadText--body > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.LeadText--body .Button + .Button {
  margin-left: 16px;
}
.LeadText--body p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.LeadText--body a:not([class]),
.LeadText--body a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.LeadText--body a:not([class]):hover,
  .LeadText--body a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.LeadText--body a:not([class]):focus,
  .LeadText--body a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.LeadText--body small {
  display: inline-block;
  font-size: 0.75em;
}
.LeadText--body strong,
.LeadText--body b {
  font-weight: bold;
}
.LeadText--body em,
.LeadText--body i {
  font-style: italic;
}
.LeadText--body > * {
  --gridSize: 6;
}
@media (min-width: 750px) {
.LeadText--body {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.LeadText--body {
    font-size: 24px;
}
}.ArticleHero {
  margin-bottom: calc(1 * var(--component-gap));
  position: relative;
  z-index: 0;
}
.ArticleHero::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(127.26deg, #141b4d 28.4%, #323d8a 100%);
}
.ArticleHero--inner,
.ArticleHero--mediaWrapper {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.ArticleHero--inner,
  .ArticleHero--mediaWrapper {
    display: block;
}
}
.ArticleHero--inner > *,
.ArticleHero--mediaWrapper > * {
  --sitepadding-component: 0;
}
.ArticleHero--inner {
  position: relative;
  color: rgba(var(--c-text-light),1);
  margin-top: calc(var(--site-header-height, 0) * -1);
  padding-top: var(--site-header-height);
  z-index: 0;
}
@media screen and (max-width: 750px) {
.ArticleHero--inner {
    padding-top: 20px;
}
}
.ArticleHero--inner[data-with-image=true]::before {
  height: 75%;
}
.ArticleHero--mediaWrapper {
  position: relative;
}
.ArticleHero--mediaWrapper[data-image-size=fullwidth i] {
  padding-left: 0;
  padding-right: 0;
}
.ArticleHero--mediaWrapper::before {
  display: block;
  content: "";
  background-color: rgba(var(--c-foreground),1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
}
.ArticleHero--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  padding-top: 80px;
  padding-bottom: var(--spacing-32, 32px);
}
.ArticleHero--body > * {
  --gridSize: 6;
}
.ArticleHero--media {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.ArticleHero--media > * {
  --gridSize: 6;
}
@media screen and (max-width: 1280px) {
.ArticleHero--media {
    justify-content: center;
    grid-column: calc(max(var(--gridSize) - 8, 0) / 2 + 1)/calc(max(var(--gridSize) - 8, 0) / -2 - 1);
}
.ArticleHero--media > * {
    --gridSize: 8;
}
}
[data-image-size=fullwidth i] > .ArticleHero--media {
  justify-content: center;
  margin-left: var(--sitepadding-reset);
  margin-right: var(--sitepadding-reset);
  grid-column: 1/-1;
}
.ArticleHero--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
@media (min-width: 750px) {
.ArticleHero--title {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.ArticleHero--title {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.ArticleHero--title {
    line-height: 1;
}
}
.ArticleHero--backlinkWrapper {
  margin-bottom: var(--spacing-32, 32px);
}
.ArticleHero--backlink {
  color: rgba(var(--c-orange),1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 750px) {
.ArticleHero--backlink {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.ArticleHero--backlink {
    font-size: 16px;
}
}
.ArticleHero--meta {
  margin-top: 1em;
  color: rgba(var(--c-text-light),0.5);
}.GuideHero {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-top: calc(1 * var(--component-gap));
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  color: rgba(var(--c-white),1);
}
@media print {
.GuideHero {
    display: block;
}
}
.GuideHero > * {
  --sitepadding-component: 0;
}
@media (min-width: 750px) {
.GuideHero {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.GuideHero {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.GuideHero {
    line-height: 1;
}
}
.GuideHero--header {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.GuideHero--header > * {
  --gridSize: 10;
}.GuidePageHero {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  background-color: rgba(var(--c-primary),1);
  position: relative;
}
@media print {
.GuidePageHero {
    display: block;
}
}
.GuidePageHero > * {
  --sitepadding-component: 0;
}
.GuidePageHero--backlinkWrapper--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.GuidePageHero--backlinkWrapper--inner > * {
  --gridSize: 6;
}
.GuidePageHero--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  overflow: hidden;
  color: rgba(var(--c-text-light),1);
  padding-bottom: var(--spacing-32, 32px);
  padding-top: var(--spacing-32, 32px);
}
.GuidePageHero--body > * {
  --gridSize: 6;
}
@media screen and (max-width: 1000px) {
.GuidePageHero--body {
    padding-top: 60px;
}
}
@media screen and (max-width: 750px) {
.GuidePageHero--body {
    padding-top: var(--spacing-24, 24px);
    padding-bottom: var(--spacing-24, 24px);
}
}
.GuidePageHero--title .title,
.GuidePageHero--title .time {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  display: block;
}
@media (min-width: 750px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    line-height: 1;
}
}
@media screen and (min-width: 751px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}
}
@media screen and (min-width: 751px) and (min-width: 750px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media screen and (min-width: 751px) and (min-width: 1280px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    font-size: 72px;
}
}
@media screen and (min-width: 751px) and (max-width: 750px) {
.GuidePageHero--title .title,
  .GuidePageHero--title .time {
    line-height: 1;
}
}
.GuidePageHero--title .time {
  margin-bottom: var(--spacing-16, 16px);
}
.GuidePageHero--backlinkWrapper {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  position: sticky;
  background-color: rgba(var(--c-primary),1);
  z-index: 50;
  padding-top: var(--spacing-24, 24px);
  top: 0;
  padding-bottom: var(--spacing-24, 24px);
}
@media print {
.GuidePageHero--backlinkWrapper {
    display: block;
}
}
.GuidePageHero--backlinkWrapper > * {
  --sitepadding-component: 0;
}
@media screen and (max-width: 750px) {
.GuidePageHero--backlinkWrapper {
    padding-top: var(--spacing-16, 16px);
    padding-bottom: var(--spacing-16, 16px);
}
}
.GuidePageHero--category {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 750px) {
.GuidePageHero--category {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.GuidePageHero--category {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.GuidePageHero--category {
    line-height: 1.2;
}
}
.GuidePageHero--meta {
  margin-top: 1em;
  color: rgba(var(--c-text-light),0.5);
}.GalleryTeaserSlider {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(2 * var(--component-gap));
  overflow: hidden;
}
@media print {
.GalleryTeaserSlider {
    display: block;
}
}
.GalleryTeaserSlider > * {
  --sitepadding-component: 0;
}
.GalleryTeaserSlider .flickity-page-dots {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  height: 1em;
  align-items: center;
  bottom: calc(100% + 1.5em);
  text-align: right;
  display: inline-flex;
  width: auto;
  right: 0;
  left: auto;
  margin-top: 0;
}
@media (min-width: 750px) {
.GalleryTeaserSlider .flickity-page-dots {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.GalleryTeaserSlider .flickity-page-dots {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.GalleryTeaserSlider .flickity-page-dots {
    line-height: 1.2;
}
}
.GalleryTeaserSlider--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
@media (min-width: 750px) {
.GalleryTeaserSlider--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.GalleryTeaserSlider--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.GalleryTeaserSlider--title {
    line-height: 1.2;
}
}
.GalleryTeaserSlider--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 12, 0) / 2 + 1)/calc(max(var(--gridSize) - 12, 0) / -2 - 1);
}
.GalleryTeaserSlider--body > * {
  --gridSize: 12;
}
.GalleryTeaserSlider--list {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.GalleryTeaserSlider--list .flickity-viewport {
  overflow: visible;
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item {
  display: block;
  vertical-align: top;
  flex: 0 0 auto;
  width: 50%;
  width: calc((100% + var(--gridGutter)) / 2 - var(--gridGutter));
  margin-right: var(--gridGutter);
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-slider-ready {
  visibility: hidden;
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.was-visible, .GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-visible {
  visibility: visible;
}
@media screen and (min-width: 1921px) {
.GalleryTeaserSlider--list .GalleryTeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 33.3333333333%;
    width: calc((100% + var(--gridGutter)) / 3 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.was-visible, .GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-visible {
    visibility: visible;
}
}
@media screen and (max-width: 1000px) {
.GalleryTeaserSlider--list .GalleryTeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 66.6666666667%;
    width: calc((100% + var(--gridGutter)) / 1.5 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.was-visible, .GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-visible {
    visibility: visible;
}
}
@media screen and (max-width: 580px) {
.GalleryTeaserSlider--list .GalleryTeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 100%;
    width: calc((100% + var(--gridGutter)) / 1 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.GalleryTeaserSlider--list .GalleryTeaserSlider--item.was-visible, .GalleryTeaserSlider--list .GalleryTeaserSlider--item.is-visible {
    visibility: visible;
}
}.GalleryTeaser {
  position: relative;
}
.GalleryTeaser--link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.GalleryTeaser--link > * {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.GalleryTeaser--grid {
  display: grid;
  grid-template-columns: 82fr 18fr;
  grid-template-rows: repeat(3, 1fr);
  gap: var(--spacing-8, 8px) var(--spacing-8, 8px);
}
.GalleryTeaser--grid[data-length="1"] {
  display: block;
}
.GalleryTeaser--content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: rgba(var(--c-white),1);
  padding: 20px;
  z-index: 0;
  flex-direction: column;
  transition: opacity 200ms;
  transition-delay: 400ms;
}
[data-lightbox-state=afterInit] .GalleryTeaser--content {
  opacity: 0;
  transition-delay: 0ms;
}
.GalleryTeaser--content::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(var(--c-black),0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.GalleryTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(var(--c-white),1);
}
@media (min-width: 750px) {
.GalleryTeaser--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.GalleryTeaser--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.GalleryTeaser--title {
    line-height: 1.2;
}
}
.GalleryTeaser--subtitle {
  font-size: 14px;
  margin-top: var(--spacing-8, 8px);
}
@media (min-width: 750px) {
.GalleryTeaser--subtitle {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.GalleryTeaser--subtitle {
    font-size: 16px;
}
}
.GalleryTeaser--moreOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  background-color: rgba(var(--c-black),0.5);
  color: rgba(var(--c-white),1);
  text-align: center;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 200ms, transform 150ms;
}
@media (min-width: 750px) {
.GalleryTeaser--moreOverlay {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.GalleryTeaser--moreOverlay {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.GalleryTeaser--moreOverlay {
    line-height: 1.2;
}
}
@media (hover: hover) {
.GalleryTeaser--moreOverlay:hover {
    opacity: 0;
    transform: scale(1.3);
}
.GalleryTeaser--moreOverlay:focus {
    opacity: 0;
    transform: scale(1.3);
}
}
.GalleryTeaser--ratio {
  aspect-ratio: 3/2;
}
@supports not (aspect-ratio: 1/1) {
.GalleryTeaser--ratio {
    padding-bottom: 66.67%;
}
}
.GalleryTeaser--item {
  position: relative;
  overflow: hidden;
}
.GalleryTeaser--item.hidden {
  display: none;
}
.GalleryTeaser--item[data-size=large] {
  grid-row: 1/span 3;
}
.GalleryTeaser--item[data-size=small] {
  grid-row: calc(var(--i) - 1);
}.HighlightTeaserSlider {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(2 * var(--component-gap));
  padding-top: calc(1 * var(--component-gap));
  overflow: hidden;
}
@media print {
.HighlightTeaserSlider {
    display: block;
}
}
.HighlightTeaserSlider > * {
  --sitepadding-component: 0;
}
.HighlightTeaserSlider .flickity-pageDots {
  margin-top: 40px;
}
.HighlightTeaserSlider--title {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgba(var(--c-orange),1);
  text-align: center;
  margin-bottom: 1.5em;
}
@media (min-width: 750px) {
.HighlightTeaserSlider--title {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.HighlightTeaserSlider--title {
    font-size: 16px;
}
}
.HighlightTeaserSlider--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 12, 0) / 2 + 1)/calc(max(var(--gridSize) - 12, 0) / -2 - 1);
}
.HighlightTeaserSlider--body > * {
  --gridSize: 12;
}
.HighlightTeaserSlider--slider {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.HighlightTeaserSlider--slider .flickity-slider {
  justify-content: center;
}
.HighlightTeaserSlider--slider .flickity-viewport {
  overflow: visible;
}
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item {
  display: block;
  vertical-align: top;
  flex: 0 0 auto;
  width: 66.6666666667%;
  width: calc((100% + calc(var(--gridGutter) * 4)) / 1.5 - calc(var(--gridGutter) * 4));
  margin-right: calc(var(--gridGutter) * 4);
}
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item.is-slider-ready {
  visibility: hidden;
}
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item.was-visible, .HighlightTeaserSlider--slider .HighlightTeaserSlider--item.is-visible {
  visibility: visible;
}
@media screen and (max-width: 750px) {
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 100%;
    width: calc((100% + var(--gridGutter)) / 1 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.HighlightTeaserSlider--slider .HighlightTeaserSlider--item.was-visible, .HighlightTeaserSlider--slider .HighlightTeaserSlider--item.is-visible {
    visibility: visible;
}
}.HighlightTeaser {
  display: block;
  position: relative;
}
.HighlightTeaser--text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --story-teaser-padding: calc(var(--gridGutter) * 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--story-teaser-padding);
  max-width: 800px;
}
@media screen and (max-width: 750px) {
.HighlightTeaser--text {
    --story-teaser-padding: 20px;
}
}
.StorySlider--item .HighlightTeaser--text {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}
.StorySlider--item.is-selected .HighlightTeaser--text {
  opacity: 1;
  visibility: visible;
}
.HighlightTeaser--type {
  font-size: 14px;
  display: block;
  margin-top: 2em;
}
@media (min-width: 750px) {
.HighlightTeaser--type {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.HighlightTeaser--type {
    font-size: 16px;
}
}
@media screen and (max-width: 750px) {
.HighlightTeaser--type {
    margin-top: 1em;
}
}
.HighlightTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-left: calc(-1em + var(--story-teaser-padding) * -1);
}
@media (min-width: 750px) {
.HighlightTeaser--title {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.HighlightTeaser--title {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.HighlightTeaser--title {
    line-height: 1;
}
}
@media screen and (max-width: 750px) {
.HighlightTeaser--title {
    margin-left: 0;
}
}
.HighlightTeaser--media {
  position: relative;
  z-index: 0;
}
.HighlightTeaser--media::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 60%);
}.TeaserSlider {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(2 * var(--component-gap));
  overflow: hidden;
}
@media print {
.TeaserSlider {
    display: block;
}
}
.TeaserSlider > * {
  --sitepadding-component: 0;
}
.TeaserSlider .flickity-page-dots {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  height: 1em;
  align-items: center;
  bottom: calc(100% + 1.5em);
  text-align: right;
  display: inline-flex;
  width: auto;
  right: 0;
  left: auto;
  margin-top: 0;
}
@media (min-width: 750px) {
.TeaserSlider .flickity-page-dots {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.TeaserSlider .flickity-page-dots {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.TeaserSlider .flickity-page-dots {
    line-height: 1.2;
}
}
.TeaserSlider--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
@media (min-width: 750px) {
.TeaserSlider--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.TeaserSlider--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.TeaserSlider--title {
    line-height: 1.2;
}
}
.TeaserSlider--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 12, 0) / 2 + 1)/calc(max(var(--gridSize) - 12, 0) / -2 - 1);
}
.TeaserSlider--body > * {
  --gridSize: 12;
}
.TeaserSlider--list {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.TeaserSlider--list .flickity-viewport {
  overflow: visible;
}
.TeaserSlider--list .TeaserSlider--item {
  display: block;
  vertical-align: top;
  flex: 0 0 auto;
  width: 33.3333333333%;
  width: calc((100% + var(--gridGutter)) / 3 - var(--gridGutter));
  margin-right: var(--gridGutter);
}
.TeaserSlider--list .TeaserSlider--item.is-slider-ready {
  visibility: hidden;
}
.TeaserSlider--list .TeaserSlider--item.was-visible, .TeaserSlider--list .TeaserSlider--item.is-visible {
  visibility: visible;
}
@media screen and (min-width: 1921px) {
.TeaserSlider--list .TeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 25%;
    width: calc((100% + var(--gridGutter)) / 4 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.TeaserSlider--list .TeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.TeaserSlider--list .TeaserSlider--item.was-visible, .TeaserSlider--list .TeaserSlider--item.is-visible {
    visibility: visible;
}
}
@media screen and (max-width: 1000px) {
.TeaserSlider--list .TeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 50%;
    width: calc((100% + var(--gridGutter)) / 2 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.TeaserSlider--list .TeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.TeaserSlider--list .TeaserSlider--item.was-visible, .TeaserSlider--list .TeaserSlider--item.is-visible {
    visibility: visible;
}
}
@media screen and (max-width: 580px) {
.TeaserSlider--list .TeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 80%;
    width: calc((100% + var(--gridGutter)) / 1.25 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.TeaserSlider--list .TeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.TeaserSlider--list .TeaserSlider--item.was-visible, .TeaserSlider--list .TeaserSlider--item.is-visible {
    visibility: visible;
}
}.VideoTeaser {
  display: block;
}
@media (hover: hover) {
.VideoTeaser:hover .VideoTeaser--thumbnail::before {
    opacity: 0;
}
.VideoTeaser:focus .VideoTeaser--thumbnail::before {
    opacity: 0;
}
}
.VideoTeaser--thumbnail {
  position: relative;
  margin-bottom: var(--spacing-16, 16px);
  z-index: 0;
}
.VideoTeaser--thumbnail::before {
  display: block;
  content: "";
  position: absolute;
  height: 70%;
  bottom: 0;
  top: auto;
  left: 0%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 500ms ease-out;
}
.VideoTeaser--thumbnail > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
}
.VideoTeaser--fakeControls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.VideoTeaser--play {
  color: rgba(var(--c-white),1);
}
.VideoTeaser--play::before {
  display: block;
  content: "";
  border-right: none;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.VideoTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 750px) {
.VideoTeaser--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.VideoTeaser--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.VideoTeaser--title {
    line-height: 1.2;
}
}
.VideoTeaser--date {
  font-size: 14px;
  opacity: 0.5;
}
@media (min-width: 750px) {
.VideoTeaser--date {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.VideoTeaser--date {
    font-size: 16px;
}
}.HomeHeroSlide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(var(--heroSlide-width) / 3 * var(--heroSlide-index) * 100%);
  width: calc(var(--heroSlide-width) * 100%);
  height: 100%;
  transition: transform 0.5s;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide {
    position: relative;
    left: 0;
    overflow: hidden;
    width: var(--heroSlide-width-mobile);
}
}
@media screen and (min-width: 751px) {
.HomeHeroSlide[data-active-state=after-active] {
    transform: translateX(66.66%);
}
}
.HomeHeroSlide + .HomeHeroSlide .HomeHeroSlide--inner {
  border-left: 5px solid rgba(var(--c-brand),1);
}
.HomeHeroSlider--cta {
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms, visibility 200ms;
}
[data-active-state=active] .HomeHeroSlider--cta {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 750px) {
.HomeHeroSlider--cta {
    opacity: 1;
    visibility: visible;
}
}
.HomeHeroSlide--content {
  position: absolute;
  display: flex;
  left: 30px;
  right: 30px;
  bottom: 40px;
  z-index: 1;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--content {
    left: 25px;
    right: 25px;
    bottom: 20px;
    gap: 15px;
}
}
.HomeHeroSlide--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  transform: skew(-6deg);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--inner {
    transform: none;
}
}
.HomeHeroSlide--titleWrapper {
  position: relative;
}
.HomeHeroSlide--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-transform: unset;
  transform-origin: bottom left;
  transition: transform 0.25s;
}
@media (min-width: 750px) {
.HomeHeroSlide--title {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.HomeHeroSlide--title {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--title {
    line-height: 1;
}
}
.HomeHeroSlide:not([data-active-state=active]) .HomeHeroSlide--title {
  transform: scale(0.5);
}
@media screen and (max-width: 750px) {
.HomeHeroSlide:not([data-active-state=active]) .HomeHeroSlide--title {
    transform: none;
}
}
.HomeHeroSlide--titleShort {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 750px) {
.HomeHeroSlide--titleShort {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.HomeHeroSlide--titleShort {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--titleShort {
    line-height: 1.2;
}
}
[data-active-state=active] .HomeHeroSlide--titleShort {
  display: none;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--titleShort {
    display: none;
}
}
.HomeHeroSlide--title {
  display: none;
  max-width: 700px;
}
[data-active-state=active] .HomeHeroSlide--title {
  display: block;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--title {
    display: block;
}
}
.HomeHeroSlide--media {
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  bottom: 0;
  transition-property: transform;
  transition-duration: inherit;
  transition-timing-function: inherit;
  z-index: 0;
}
@media screen and (min-width: 751px) {
.HomeHeroSlide:not([data-active-state=active]) .HomeHeroSlide--media {
    transform: translateX(-33.33%);
}
}
.HomeHeroSlide--media::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 51.29%, rgba(0, 0, 0, 0.5) 100%);
}
.HomeHeroSlide--media[data-state=playing] > .HomeHeroSlide--poster, .HomeHeroSlide--media[data-state=paused] > .HomeHeroSlide--poster {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--media {
    left: 0;
    right: 0;
}
}
.HomeHeroSlide--media--skew {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(6deg);
}
@media screen and (max-width: 750px) {
.HomeHeroSlide--media--skew {
    transform: none;
}
}
.HomeHeroSlide--poster {
  transition: opacity 500ms, visibility 0s 500ms;
}.HomeHero {
  margin-bottom: calc(1 * var(--component-gap));
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
.HomeHero {
    padding-bottom: 250px;
}
}
@media screen and (max-width: 750px) {
.HomeHero {
    --heroSlide-width-mobile: calc(100vw - 100px);
    padding-bottom: 0;
    padding-top: 0;
}
}
.HomeHero--layout {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.HomeHero--layout {
    display: block;
}
}
.HomeHero--layout > * {
  --sitepadding-component: 0;
}
.HomeHero--text {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
  position: relative;
}
.HomeHero--text > * {
  --gridSize: 10;
}
.HomeHero--text {
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-bottom: -2.2ch;
}
@media (min-width: 750px) {
.HomeHero--text {
    font-size: calc(7.5471698113vw - 8.6037735849px);
}
}
@media (min-width: 1280px) {
.HomeHero--text {
    font-size: 88px;
}
}
@media screen and (max-width: 750px) {
.HomeHero--text {
    line-height: 1;
}
}
@media screen and (min-width: 1001px) {
.HomeHero--text {
    transform: translateY(calc(var(--scroll-progress, 0) * 100%));
    will-change: transform;
}
}
@media screen and (max-width: 750px) {
.HomeHero--text {
    margin-top: -0.8ch;
    margin-bottom: 40px;
}
}
.HomeHero--title {
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 750px) {
.HomeHero--title {
    font-size: calc(7.5471698113vw - 8.6037735849px);
}
}
@media (min-width: 1280px) {
.HomeHero--title {
    font-size: 88px;
}
}
@media screen and (max-width: 750px) {
.HomeHero--title {
    line-height: 1;
}
}
.HomeHero--slider {
  position: relative;
  height: 60vh;
  overflow: hidden;
  left: -3%;
  width: 106%;
}
@media screen and (max-width: 1280px) {
.HomeHero--slider {
    left: -4%;
    width: 108%;
}
}
@media screen and (max-width: 750px) {
.HomeHero--slider {
    left: 0;
    display: inline-flex;
    width: auto;
    align-items: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.HomeHero--slider > * {
    scroll-snap-align: center;
    flex-shrink: 0;
}
}
.HomeHero--slider .HomeHeroSlide:first-child .HomeHeroSlide--content {
  padding-left: 100px;
}
@media screen and (max-width: 750px) {
.HomeHero--slider .HomeHeroSlide:first-child .HomeHeroSlide--content {
    padding-left: 0;
}
}
.HomeHero--quicklinks {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
  margin-top: calc(0.5 * var(--component-gap));
  max-width: 1079px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.HomeHero--quicklinks > * {
  --gridSize: 10;
}
@media screen and (max-width: 750px) {
.HomeHero--quicklinks {
    max-width: 330px;
}
}.HomeQuicklinks--title {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 1.5em;
  color: rgba(var(--c-orange),1);
}
@media (min-width: 750px) {
.HomeQuicklinks--title {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.HomeQuicklinks--title {
    font-size: 16px;
}
}
.HomeQuicklinks--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(8px * -1);
  margin-bottom: calc(8px * -1);
}
.HomeQuicklinks--list > * {
  padding-right: 8px;
}
.HomeQuicklinks--list > * {
  margin-bottom: 8px;
}
.HomeQuicklinks--list > * {
  float: left;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.HomeQuicklinks--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
.HomeQuicklinks--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(8px * -1);
    margin-bottom: calc(8px * -1);
}
.HomeQuicklinks--list > * {
    padding-right: 8px;
}
.HomeQuicklinks--list > * {
    margin-bottom: 8px;
}
.HomeQuicklinks--list > * {
    float: left;
    flex: 0 0 auto;
    width: 50%;
}
.HomeQuicklinks--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 750px) {
.HomeQuicklinks--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: 0;
    margin-bottom: 0;
}
.HomeQuicklinks--list > * {
    padding-right: 0;
}
.HomeQuicklinks--list > * {
    margin-bottom: 0;
}
.HomeQuicklinks--list > * {
    float: left;
    flex: 0 0 auto;
    width: 100%;
}
.HomeQuicklinks--list:after {
    content: "";
    display: table;
    clear: both;
}
}
.HomeQuicklinks--link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  background-color: rgba(var(--c-night-blue),1);
  line-height: 1;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 750px) {
.HomeQuicklinks--link {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.HomeQuicklinks--link {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.HomeQuicklinks--link {
    line-height: 1.2;
}
}
.HomeQuicklinks--link:not([rel="noopener noreferrer"])::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid rgba(var(--c-blue-light),1);
  border-right: 2px solid rgba(var(--c-blue-light),1);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(-45deg);
  right: 26px;
  top: 50%;
}
.HomeQuicklinks--link[rel="noopener noreferrer"]::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2018%2017%207M9%207h8v8%22%20stroke%3D%22%233ABFED%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  transition: transform 150ms ease-out;
}
@media (hover: hover) {
.HomeQuicklinks--link[rel="noopener noreferrer"]:hover::after {
    transform: rotate(45deg);
}
.HomeQuicklinks--link[rel="noopener noreferrer"]:focus::after {
    transform: rotate(45deg);
}
}
@media (hover: hover) {
.HomeQuicklinks--link:hover {
    color: rgba(var(--c-orange),1);
}
.HomeQuicklinks--link:focus {
    color: rgba(var(--c-orange),1);
}
}.Button {
  padding: 18px 26px;
  background-color: rgba(var(--c-primary),1);
  color: rgba(var(--c-white),1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  text-decoration: none;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
@media (min-width: 750px) {
.Button {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.Button {
    font-size: 16px;
}
}
.Button::before {
  position: absolute;
}
.Button[data-variant=text] {
  background-color: transparent;
  color: inherit;
}
.Button[data-variant=gradient-light] {
  transition: transform 200ms;
  color: rgba(var(--c-text),1);
}
.Button[data-variant=gradient-light]::before, .Button[data-variant=gradient-light]::after {
  display: block;
  content: "";
  z-index: -1;
}
.Button[data-variant=gradient-light]::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: linear-gradient(to left, #0068b2 30%, #d49347 70%);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.Button[data-variant=gradient-light]::after {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  z-index: -1;
  transition: transform 300ms, opacity 300ms;
}
.Button[data-variant=gradient-light]::after {
  background-color: var(--background-color, rgba(var(--c-white),1));
}
@media (hover: hover) {
.Button[data-variant=gradient-light]:hover::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient-light]:hover::after {
    opacity: 0.85;
}
.Button[data-variant=gradient-light]:focus::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient-light]:focus::after {
    opacity: 0.85;
}
}
.Button[data-variant=gradient-dark] {
  transition: transform 200ms;
}
.Button[data-variant=gradient-dark]::before, .Button[data-variant=gradient-dark]::after {
  display: block;
  content: "";
  z-index: -1;
}
.Button[data-variant=gradient-dark]::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: linear-gradient(to left, #0068b2 30%, #d49347 70%);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.Button[data-variant=gradient-dark]::after {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  z-index: -1;
  transition: transform 300ms, opacity 300ms;
}
.Button[data-variant=gradient-dark]::after {
  background-color: var(--background-color, rgba(var(--c-primary),1));
}
@media (hover: hover) {
.Button[data-variant=gradient-dark]:hover::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient-dark]:hover::after {
    opacity: 0.85;
}
.Button[data-variant=gradient-dark]:focus::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient-dark]:focus::after {
    opacity: 0.85;
}
}
.Button[data-variant=gradient] {
  transition: transform 200ms;
}
.Button[data-variant=gradient]::before, .Button[data-variant=gradient]::after {
  display: block;
  content: "";
  z-index: -1;
}
.Button[data-variant=gradient]::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: linear-gradient(to left, #0068b2 30%, #d49347 70%);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.Button[data-variant=gradient]::after {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  z-index: -1;
  transition: transform 300ms, opacity 300ms;
}
@media (hover: hover) {
.Button[data-variant=gradient]:hover::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient]:hover::after {
    opacity: 0.85;
}
.Button[data-variant=gradient]:focus::before {
    animation: rotate-centered 1.2s linear infinite;
}
.Button[data-variant=gradient]:focus::after {
    opacity: 0.85;
}
}
.Button[data-size=small] {
  padding: 7px 14px;
}
.Button[data-size=medium] {
  padding: 18px 26px;
}.HStack {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacing-8, 8px);
}
.HStack[data-gap] {
  gap: var(--f2d061ea-gap);
}
.HStack[data-gap="4"] {
  gap: var(--spacing-4, 4px);
}
.HStack[data-gap="0"], .HStack[data-gap=none] {
  gap: initial;
}
.HStack[data-wrap=true] {
  flex-wrap: wrap;
}
.HStack[data-justify-content=space-between] {
  justify-content: space-between;
}
.HStack[data-justify-content=center] {
  justify-content: center;
}
.HStack[data-justify-content=flex-end] {
  justify-content: flex-end;
}
.HStack[data-margin-below=true] {
  margin-bottom: var(--spacing-24, 24px);
}.Title[data-v-f2c425cc] {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1.25em;
}
@media (min-width: 750px) {
.Title[data-v-f2c425cc] {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.Title[data-v-f2c425cc] {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.Title[data-v-f2c425cc] {
    line-height: 1.2;
}
}.expand-enter-active[data-v-65a371fd],
.expand-leave-active[data-v-65a371fd] {
  transition: height 250ms ease-in-out;
  overflow: hidden;
}
.expand-enter[data-v-65a371fd],
.expand-leave-to[data-v-65a371fd] {
  height: 0;
}.TextBlock {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.TextBlock {
    display: block;
}
}
.TextBlock > * {
  --sitepadding-component: 0;
}
.TextBlock--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.TextBlock--body > * {
  --gridSize: 6;
}
.TextBlock--body > *:first-child {
  margin-top: 0;
}
.TextBlock--body > *:last-child {
  margin-bottom: 0;
}
.TextBlock--body > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.TextBlock--body > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.TextBlock--body h1,
.TextBlock--body h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.TextBlock--body h1,
  .TextBlock--body h2 {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.TextBlock--body h1,
  .TextBlock--body h2 {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.TextBlock--body h1,
  .TextBlock--body h2 {
    line-height: 1;
}
}
.TextBlock--body h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.TextBlock--body h3 {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.TextBlock--body h3 {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.TextBlock--body h3 {
    line-height: 1.2;
}
}
.TextBlock--body h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.TextBlock--body h4 {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.TextBlock--body h4 {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.TextBlock--body h4 {
    line-height: 1.2;
}
}
.TextBlock--body ul,
.TextBlock--body ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.TextBlock--body ul {
  color: rgba(var(--c-text),1);
  display: block;
}
.TextBlock--body ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.TextBlock--body ul > li:last-child {
  margin-bottom: 0;
}
.TextBlock--body ul > li > *:first-child {
  margin-top: 0;
}
.TextBlock--body ul > li > *:last-child {
  margin-bottom: 0;
}
.TextBlock--body ul > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.TextBlock--body ul > li {
    padding-left: 25px;
}
}
.TextBlock--body ul > li:before {
  height: 5px;
  width: 5px;
  color: rgba(var(--c-black),1);
  background-color: currentColor;
  margin-top: -2px;
  top: 0.8em;
  border-radius: 100%;
  left: 0;
}
.TextBlock--body ol {
  color: rgba(var(--c-text),1);
  display: block;
  counter-reset: ol--counter;
}
.TextBlock--body ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.TextBlock--body ol > li:last-child {
  margin-bottom: 0;
}
.TextBlock--body ol > li > *:first-child {
  margin-top: 0;
}
.TextBlock--body ol > li > *:last-child {
  margin-bottom: 0;
}
.TextBlock--body ol > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.TextBlock--body ol > li {
    padding-left: 25px;
}
}
.TextBlock--body ol > li:before {
  counter-increment: ol--counter;
  content: counter(ol--counter) ".";
  text-align: left;
  width: 4ex;
  left: 0;
}
.TextBlock--body hr {
  border: 0;
  border-top: 1px solid rgba(var(--c-gray),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.TextBlock--body .Button + .Button {
  margin-left: 16px;
}
.TextBlock--body p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.TextBlock--body a:not([class]),
.TextBlock--body a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.TextBlock--body a:not([class]):hover,
  .TextBlock--body a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.TextBlock--body a:not([class]):focus,
  .TextBlock--body a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.TextBlock--body small {
  display: inline-block;
  font-size: 0.75em;
}
.TextBlock--body strong,
.TextBlock--body b {
  font-weight: bold;
}
.TextBlock--body em,
.TextBlock--body i {
  font-style: italic;
}.visuallyhidden {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}.StructuredText > *:first-child {
  margin-top: 0;
}
.StructuredText > *:last-child {
  margin-bottom: 0;
}
.StructuredText > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.StructuredText > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.StructuredText h1,
.StructuredText h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.StructuredText h1,
  .StructuredText h2 {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.StructuredText h1,
  .StructuredText h2 {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.StructuredText h1,
  .StructuredText h2 {
    line-height: 1;
}
}
.StructuredText h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.StructuredText h3 {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.StructuredText h3 {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.StructuredText h3 {
    line-height: 1.2;
}
}
.StructuredText h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.StructuredText h4 {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.StructuredText h4 {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.StructuredText h4 {
    line-height: 1.2;
}
}
.StructuredText ul,
.StructuredText ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.StructuredText ul {
  color: rgba(var(--c-text),1);
  display: block;
}
.StructuredText ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.StructuredText ul > li:last-child {
  margin-bottom: 0;
}
.StructuredText ul > li > *:first-child {
  margin-top: 0;
}
.StructuredText ul > li > *:last-child {
  margin-bottom: 0;
}
.StructuredText ul > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.StructuredText ul > li {
    padding-left: 25px;
}
}
.StructuredText ul > li:before {
  height: 5px;
  width: 5px;
  color: rgba(var(--c-black),1);
  background-color: currentColor;
  margin-top: -2px;
  top: 0.8em;
  border-radius: 100%;
  left: 0;
}
.StructuredText ol {
  color: rgba(var(--c-text),1);
  display: block;
  counter-reset: ol--counter;
}
.StructuredText ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.StructuredText ol > li:last-child {
  margin-bottom: 0;
}
.StructuredText ol > li > *:first-child {
  margin-top: 0;
}
.StructuredText ol > li > *:last-child {
  margin-bottom: 0;
}
.StructuredText ol > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.StructuredText ol > li {
    padding-left: 25px;
}
}
.StructuredText ol > li:before {
  counter-increment: ol--counter;
  content: counter(ol--counter) ".";
  text-align: left;
  width: 4ex;
  left: 0;
}
.StructuredText hr {
  border: 0;
  border-top: 1px solid rgba(var(--c-gray),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.StructuredText .Button + .Button {
  margin-left: 16px;
}
.StructuredText p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.StructuredText a:not([class]),
.StructuredText a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.StructuredText a:not([class]):hover,
  .StructuredText a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.StructuredText a:not([class]):focus,
  .StructuredText a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.StructuredText small {
  display: inline-block;
  font-size: 0.75em;
}
.StructuredText strong,
.StructuredText b {
  font-weight: bold;
}
.StructuredText em,
.StructuredText i {
  font-style: italic;
}
.StructuredText > *:first-child {
  margin-top: 0;
}
.StructuredText > *:last-child {
  margin-bottom: 0;
}.Infobox {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.Infobox {
    display: block;
}
}
.Infobox > * {
  --sitepadding-component: 0;
}
.Infobox--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  --infobox--border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  background-color: red;
  border-radius: var(--infobox--border-radius, 32px);
  z-index: 0;
  background-image: linear-gradient(180deg, hsl(205, 100%, 35%) 0%, hsl(231, 19%, 51%) 33%, hsl(350, 11%, 54%) 50%, hsl(25, 36%, 56%) 67%, hsl(32, 62%, 55%) 100%);
}
.Infobox--inner > * {
  --gridSize: 6;
}
.Infobox--inner > *:first-child {
  margin-top: 0;
}
.Infobox--inner > *:last-child {
  margin-bottom: 0;
}
.Infobox--inner > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.Infobox--inner > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.Infobox--inner h1,
.Infobox--inner h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.Infobox--inner h1,
  .Infobox--inner h2 {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.Infobox--inner h1,
  .Infobox--inner h2 {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.Infobox--inner h1,
  .Infobox--inner h2 {
    line-height: 1;
}
}
.Infobox--inner h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.Infobox--inner h3 {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.Infobox--inner h3 {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.Infobox--inner h3 {
    line-height: 1.2;
}
}
.Infobox--inner h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.Infobox--inner h4 {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.Infobox--inner h4 {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.Infobox--inner h4 {
    line-height: 1.2;
}
}
.Infobox--inner ul,
.Infobox--inner ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.Infobox--inner ul {
  color: rgba(var(--c-text),1);
  display: block;
}
.Infobox--inner ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.Infobox--inner ul > li:last-child {
  margin-bottom: 0;
}
.Infobox--inner ul > li > *:first-child {
  margin-top: 0;
}
.Infobox--inner ul > li > *:last-child {
  margin-bottom: 0;
}
.Infobox--inner ul > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.Infobox--inner ul > li {
    padding-left: 25px;
}
}
.Infobox--inner ul > li:before {
  height: 5px;
  width: 5px;
  color: rgba(var(--c-black),1);
  background-color: currentColor;
  margin-top: -2px;
  top: 0.8em;
  border-radius: 100%;
  left: 0;
}
.Infobox--inner ol {
  color: rgba(var(--c-text),1);
  display: block;
  counter-reset: ol--counter;
}
.Infobox--inner ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.Infobox--inner ol > li:last-child {
  margin-bottom: 0;
}
.Infobox--inner ol > li > *:first-child {
  margin-top: 0;
}
.Infobox--inner ol > li > *:last-child {
  margin-bottom: 0;
}
.Infobox--inner ol > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.Infobox--inner ol > li {
    padding-left: 25px;
}
}
.Infobox--inner ol > li:before {
  counter-increment: ol--counter;
  content: counter(ol--counter) ".";
  text-align: left;
  width: 4ex;
  left: 0;
}
.Infobox--inner hr {
  border: 0;
  border-top: 1px solid rgba(var(--c-gray),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.Infobox--inner .Button + .Button {
  margin-left: 16px;
}
.Infobox--inner p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.Infobox--inner a:not([class]),
.Infobox--inner a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.Infobox--inner a:not([class]):hover,
  .Infobox--inner a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.Infobox--inner a:not([class]):focus,
  .Infobox--inner a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.Infobox--inner small {
  display: inline-block;
  font-size: 0.75em;
}
.Infobox--inner strong,
.Infobox--inner b {
  font-weight: bold;
}
.Infobox--inner em,
.Infobox--inner i {
  font-style: italic;
}
.Infobox--inner::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(var(--c-foreground),1);
  inset: 6px;
  border-radius: calc(var(--infobox--border-radius, 32px) - 6px);
}.VideoAutoplay {
  position: relative;
  overflow: hidden;
}
.VideoAutoplay video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.VideoEmbed {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.VideoEmbed .video-embed-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.VideoEmbed .video-embed-wrapper.has-cookie-overlay iframe {
  opacity: 0.3;
  pointer-events: none;
}
.VideoEmbed .video-embed-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}.MediaElement {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.MediaElement {
    display: block;
}
}
.MediaElement > * {
  --sitepadding-component: 0;
}
.MediaElement:not([data-inline=true]) {
  margin-bottom: calc(1 * var(--component-gap));
}
.MediaElement--caption,
.MediaElement--title {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.MediaElement--caption > *,
.MediaElement--title > * {
  --gridSize: 6;
}
.MediaElement--media {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.MediaElement--media > * {
  --gridSize: 6;
}
[data-size=large] .MediaElement--media {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
[data-size=large] .MediaElement--media > * {
  --gridSize: 10;
}
[data-size=fullwidth] .MediaElement--media {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 12, 0) / 2 + 1)/calc(max(var(--gridSize) - 12, 0) / -2 - 1);
}
[data-size=fullwidth] .MediaElement--media > * {
  --gridSize: 12;
}
.MediaElement--caption {
  font-size: 14px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(var(--c-border));
}
.MediaElement--caption > *:first-child {
  margin-top: 0;
}
.MediaElement--caption > *:last-child {
  margin-bottom: 0;
}
.MediaElement--caption > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.MediaElement--caption > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.MediaElement--caption .Button + .Button {
  margin-left: 16px;
}
.MediaElement--caption p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.MediaElement--caption a:not([class]),
.MediaElement--caption a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.MediaElement--caption a:not([class]):hover,
  .MediaElement--caption a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.MediaElement--caption a:not([class]):focus,
  .MediaElement--caption a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.MediaElement--caption small {
  display: inline-block;
  font-size: 0.75em;
}
.MediaElement--caption strong,
.MediaElement--caption b {
  font-weight: bold;
}
.MediaElement--caption em,
.MediaElement--caption i {
  font-style: italic;
}
@media (min-width: 750px) {
.MediaElement--caption {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MediaElement--caption {
    font-size: 16px;
}
}.CookieConsentOverlay.cookieconsent-optout-marketing[data-v-d7d6ef2c] {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: hidden;
}
.CookieConsentOverlay--content[data-v-d7d6ef2c] {
  background: rgba(var(--c-white),1);
  padding: var(--spacing-32, 32px);
  border-radius: 8px;
  text-align: center;
  margin: var(--spacing-16, 16px);
}
.CookieConsentOverlay--icon[data-v-d7d6ef2c] {
  margin-bottom: var(--spacing-24, 24px);
}
.CookieConsentOverlay--icon[data-v-d7d6ef2c] svg {
  width: 36px;
  height: 36px;
  color: rgba(var(--c-brand),1);
}
.CookieConsentOverlay--text[data-v-d7d6ef2c] {
  margin-bottom: var(--spacing-24, 24px);
  color: rgba(var(--c-brand),1);
  font-weight: 500;
  line-height: 1.4;
}
.CookieConsentOverlay--button[data-v-d7d6ef2c] {
  width: 100%;
}.Image {
  position: relative;
  text-align: left;
  /* hide it if the width isn't calculated yet */
}
.Image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--img-color-alpha, transparent);
  mix-blend-mode: multiply;
  transition: opacity 300ms, visibility 300ms, transform 300ms;
}
.Image[data-layout=cover] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Image[data-layout=intrinsic] {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.Image[data-layout=intrinsic] > img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
}
.Image[data-layout=responsive] {
  padding-bottom: var(--aspect-ratio-percent);
  width: 100%;
}
@supports (aspect-ratio: 1/1) {
.Image[data-layout=responsive] {
    padding-bottom: 0;
    aspect-ratio: var(--aspect-ratio);
}
}
.Image[data-layout=responsive] > img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.Image[data-layout=cover] > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Image[data-object-fit=cover] > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.Image[data-object-fit=contain] > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.Image[data-preview] {
  background-size: cover;
}
.Image[data-loading=loaded] {
  background-image: unset !important;
}
.Image > .Image:not([sizes]) {
  visibility: hidden;
  opacity: 0;
}.Picto:not([data-picto]) {
  display: none;
}
[data-picto] {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 1.2ex;
  font-size: 24px;
  vertical-align: middle;
}
[data-picto][data-size=small] {
  font-size: 16px;
}
[data-picto] > svg {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
  fill: currentColor;
}
@media screen and (-ms-high-contrast: active) {
[data-picto] > svg {
    stroke: green;
}
}.MediaText {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
  overflow: hidden;
  /*
  & + .MediaText {
  	@include component-gap(-0.5, margin-top);
  } */
}
@media print {
.MediaText {
    display: block;
}
}
.MediaText > * {
  --sitepadding-component: 0;
}
@media screen and (min-width: 581px) {
.MediaText[data-media-position=auto]:nth-of-type(odd) .MediaText--text {
    order: -1;
}
}
.MediaText--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--spacing-24, 24px) * -1);
  margin-bottom: calc(var(--gridGutter) * -1);
}
.MediaText--inner > * {
  --gridSize: 6;
}
.MediaText--inner > * {
  padding-right: var(--spacing-24, 24px);
}
.MediaText--inner > * {
  margin-bottom: var(--gridGutter);
}
.MediaText--inner > * {
  float: left;
  flex: 0 0 auto;
  width: 50%;
}
.MediaText--inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 580px) {
.MediaText--inner {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.MediaText--inner > * {
    padding-right: var(--gridGutter);
}
.MediaText--inner > * {
    margin-bottom: var(--gridGutter);
}
.MediaText--inner > * {
    float: left;
    flex: 0 0 auto;
    width: 100%;
}
.MediaText--inner:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
.MediaText--media > * {
    width: 100%;
}
}
.MediaText--text {
  display: flex;
  align-items: center;
}
.MediaText--text > *:first-child {
  margin-top: 0;
}
.MediaText--text > *:last-child {
  margin-bottom: 0;
}
.MediaText--text > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.MediaText--text > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.MediaText--text h1,
.MediaText--text h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.MediaText--text h1,
  .MediaText--text h2 {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.MediaText--text h1,
  .MediaText--text h2 {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.MediaText--text h1,
  .MediaText--text h2 {
    line-height: 1;
}
}
.MediaText--text h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.MediaText--text h3 {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.MediaText--text h3 {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.MediaText--text h3 {
    line-height: 1.2;
}
}
.MediaText--text h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
@media (min-width: 750px) {
.MediaText--text h4 {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.MediaText--text h4 {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.MediaText--text h4 {
    line-height: 1.2;
}
}
.MediaText--text ul,
.MediaText--text ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.MediaText--text ul {
  color: rgba(var(--c-text),1);
  display: block;
}
.MediaText--text ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.MediaText--text ul > li:last-child {
  margin-bottom: 0;
}
.MediaText--text ul > li > *:first-child {
  margin-top: 0;
}
.MediaText--text ul > li > *:last-child {
  margin-bottom: 0;
}
.MediaText--text ul > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.MediaText--text ul > li {
    padding-left: 25px;
}
}
.MediaText--text ul > li:before {
  height: 5px;
  width: 5px;
  color: rgba(var(--c-black),1);
  background-color: currentColor;
  margin-top: -2px;
  top: 0.8em;
  border-radius: 100%;
  left: 0;
}
.MediaText--text ol {
  color: rgba(var(--c-text),1);
  display: block;
  counter-reset: ol--counter;
}
.MediaText--text ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.5em;
  list-style-type: none;
}
.MediaText--text ol > li:last-child {
  margin-bottom: 0;
}
.MediaText--text ol > li > *:first-child {
  margin-top: 0;
}
.MediaText--text ol > li > *:last-child {
  margin-bottom: 0;
}
.MediaText--text ol > li:before {
  content: " ";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 750px) {
.MediaText--text ol > li {
    padding-left: 25px;
}
}
.MediaText--text ol > li:before {
  counter-increment: ol--counter;
  content: counter(ol--counter) ".";
  text-align: left;
  width: 4ex;
  left: 0;
}
.MediaText--text hr {
  border: 0;
  border-top: 1px solid rgba(var(--c-gray),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.MediaText--text .Button + .Button {
  margin-left: 16px;
}
.MediaText--text p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.MediaText--text a:not([class]),
.MediaText--text a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.MediaText--text a:not([class]):hover,
  .MediaText--text a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.MediaText--text a:not([class]):focus,
  .MediaText--text a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.MediaText--text small {
  display: inline-block;
  font-size: 0.75em;
}
.MediaText--text strong,
.MediaText--text b {
  font-weight: bold;
}
.MediaText--text em,
.MediaText--text i {
  font-style: italic;
}
@media screen and (max-width: 750px) {
.MediaText--text {
    -webkit-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-chars: 7 4;
}
}
@media screen and (min-width: 581px) {
[data-media-position=right] .MediaText--text {
    order: -1;
}
}
.MediaText--text--inner {
  max-width: 100%;
}
.MediaText--text--inner > *:first-child {
  margin-top: 0;
}
.MediaText--text--inner > *:last-child {
  margin-bottom: 0;
}.BackLink {
  color: rgba(var(--c-orange),1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 750px) {
.BackLink {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.BackLink {
    font-size: 16px;
}
}
.BackLink::before {
  --transform: translateX(0);
  transform: var(--transform) translateX(-48%) rotate(-45deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-width: 1px;
  border-style: solid none none solid;
  border-color: currentColor;
  margin-top: -3px;
  margin-right: 10px;
  transition: transform 150ms;
}
@media (hover: hover) {
.BackLink:hover::before {
    --transform: translateX(-2px);
}
.BackLink:focus::before {
    --transform: translateX(-2px);
}
}.DetailPageHero {
  position: relative;
  z-index: 0;
}
.DetailPageHero:not([data-gap=none]) {
  margin-bottom: calc(1 * var(--component-gap));
}
.DetailPageHero::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(127.26deg, #141b4d 28.4%, #323d8a 100%);
}
[data-theme=dark] .DetailPageHero::before {
  display: none;
}
.DetailPageHero[data-background=solid] {
  background-color: rgba(var(--c-primary),1);
}
.DetailPageHero[data-background=solid]::before {
  content: none;
}
.DetailPageHero[data-with-overlap=true]::before {
  height: calc(100% + 250px);
}
.DetailPageHero[data-with-image=true] .DetailPageHero--title {
  transform: translateY(calc(var(--scroll-progress, 0) * 100%));
  will-change: transform;
}
@media screen and (max-width: 750px) {
.DetailPageHero[data-with-image=true] .DetailPageHero--title {
    transform: translateY(calc(var(--scroll-progress, 0) * 50%));
}
}
.DetailPageHero--inner,
.DetailPageHero--mediaWrapper {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.DetailPageHero--inner,
  .DetailPageHero--mediaWrapper {
    display: block;
}
}
.DetailPageHero--inner > *,
.DetailPageHero--mediaWrapper > * {
  --sitepadding-component: 0;
}
.DetailPageHero--inner {
  position: relative;
  color: rgba(var(--c-text-light),1);
  margin-top: calc(var(--site-header-height, 0) * -1);
  padding-top: var(--site-header-height);
  z-index: 0;
}
.DetailPageHero--mediaWrapper {
  position: relative;
  z-index: -1;
}
.DetailPageHero--mediaWrapper::before {
  display: block;
  content: "";
  background-color: rgba(var(--c-foreground),1);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
}
.DetailPageHero--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 8, 0) / 2 + 1)/calc(max(var(--gridSize) - 8, 0) / -2 - 1);
  padding-top: 80px;
  padding-bottom: var(--spacing-32, 32px);
}
.DetailPageHero--body > * {
  --gridSize: 8;
}
@media screen and (max-width: 1000px) {
.DetailPageHero--body {
    padding-top: 60px;
}
}
@media screen and (max-width: 750px) {
.DetailPageHero--body {
    padding-top: 0;
    padding-bottom: var(--spacing-24, 24px);
}
}
.DetailPageHero--media {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.DetailPageHero--media > * {
  --gridSize: 10;
}
.DetailPageHero--media::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(to bottom, rgba(var(--c-black),0.5), rgba(var(--c-black),0));
}
[data-image-size=fullwidth] > .DetailPageHero--media {
  justify-content: center;
  margin-left: var(--sitepadding-reset);
  margin-right: var(--sitepadding-reset);
  grid-column: 1/-1;
}
.DetailPageHero--video {
  width: 100%;
  height: auto;
}
.DetailPageHero--image + .DetailPageHero--video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.DetailPageHero--title {
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 750px) {
.DetailPageHero--title {
    font-size: calc(7.5471698113vw - 8.6037735849px);
}
}
@media (min-width: 1280px) {
.DetailPageHero--title {
    font-size: 88px;
}
}
@media screen and (max-width: 750px) {
.DetailPageHero--title {
    line-height: 1;
}
}
.DetailPageHero--title:not([data-hyphens=manual]) {
  -webkit-hyphens: auto;
          hyphens: auto;
}
[data-with-image=true] .DetailPageHero--title {
  margin-bottom: -0.8em;
}
.DetailPageHero--backlinkWrapper {
  margin-bottom: var(--spacing-16, 16px);
}
.DetailPageHero--meta {
  margin-top: 1em;
  color: rgba(var(--c-text-light),0.5);
}.BrandTeaser {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
  --background-color: rgba(var(--c-night-blue),1);
  padding-top: var(--spacing-64, 64px);
  padding-bottom: var(--spacing-64, 64px);
  background-color: rgba(var(--c-night-blue),1);
  color: rgba(var(--c-white),1);
}
@media print {
.BrandTeaser {
    display: block;
}
}
.BrandTeaser > * {
  --sitepadding-component: 0;
}
.BrandTeaser--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 8, 0) / 2 + 1)/calc(max(var(--gridSize) - 8, 0) / -2 - 1);
  display: flex;
  width: 100%;
  align-items: center;
}
.BrandTeaser--body > * {
  --gridSize: 8;
}
@media screen and (max-width: 750px) {
.BrandTeaser--body {
    display: block;
}
}
.BrandTeaser--content {
  flex-grow: 1;
  padding-right: var(--gridGutter);
}
@media screen and (max-width: 750px) {
.BrandTeaser--content {
    padding-right: 0;
}
}
.BrandTeaser--media {
  width: 30%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
.BrandTeaser--media {
    display: none;
}
}
.BrandTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
.BrandTeaser--title {
    font-size: calc(7.5471698113vw - 32.6037735849px);
}
}
@media (min-width: 1280px) {
.BrandTeaser--title {
    font-size: 64px;
}
}
@media screen and (max-width: 750px) {
.BrandTeaser--title {
    line-height: 1;
}
}
.BrandTeaser--text + * {
  margin-top: 1.5em;
}.CardTeaser {
  display: flex;
  width: 100%;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.04);
  background-color: rgba(var(--c-foreground),1);
  border-radius: var(--border-radius-s);
  border: 1px solid rgba(var(--c-black),0.08);
  overflow: hidden;
  transition: transform 150ms;
}
@media (hover: hover) {
.CardTeaser:hover {
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}
.CardTeaser:focus {
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}
}
.CardTeaser--media {
  position: relative;
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
.CardTeaser--media {
    min-width: 100px;
}
}
.CardTeaser--content {
  padding: 40px;
  flex-grow: 1;
}
.CardTeaser--content > *:first-child {
  margin-top: 0;
}
.CardTeaser--content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
.CardTeaser--content {
    padding: 30px;
}
}
@media screen and (max-width: 750px) {
.CardTeaser--content {
    padding: 20px;
}
}
@media screen and (max-width: 580px) {
.CardTeaser--content {
    padding: 15px;
}
}
.CardTeaser--headline {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 750px) {
.CardTeaser--headline {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.CardTeaser--headline {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.CardTeaser--headline {
    line-height: 1.2;
}
}
.CardTeaser--text {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
.CardTeaser--cta {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgba(var(--c-orange),1);
}
@media (min-width: 750px) {
.CardTeaser--cta {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.CardTeaser--cta {
    font-size: 16px;
}
}/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.flickity-slider {
  display: flex;
}
.flickity-enabled .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-enabled.is-draggable.is-dragging .flickity-viewport.is-pointer-down .flickity-slider > * {
  pointer-events: none;
}
/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
.flickity-page-dots {
    margin-top: 20px;
}
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  background: rgba(var(--c-white),1);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  transform: scale(0.5);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0.5;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot.is-selected {
  opacity: 1;
  transform: none;
}.ShowAllCTA {
  margin-top: calc(var(--gridGutter) * 2.5);
  text-align: center;
}.NewsTeaser {
  display: block;
}
.HomeNewsTeaserSlider--item .NewsTeaser {
  max-width: 25vw;
}
@media screen and (max-width: 1000px) {
.HomeNewsTeaserSlider--item .NewsTeaser {
    max-width: 100%;
}
}
.NewsTeaser .NewsTeaser--body,
.NewsTeaser .Image {
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
.NewsTeaser:hover .Image {
    transform: scale(1.02);
    will-change: transform;
}
.NewsTeaser:hover .NewsTeaser--body {
    transform: translateY(4px);
    will-change: transform;
}
.NewsTeaser:focus .Image {
    transform: scale(1.02);
    will-change: transform;
}
.NewsTeaser:focus .NewsTeaser--body {
    transform: translateY(4px);
    will-change: transform;
}
}
.NewsTeaser--imageWrapper {
  overflow: hidden;
  margin-bottom: var(--spacing-16, 16px);
}
.NewsTeaser--date {
  font-size: 14px;
  opacity: 0.5;
  display: block;
  margin-bottom: var(--spacing-8, 8px);
}
@media (min-width: 750px) {
.NewsTeaser--date {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.NewsTeaser--date {
    font-size: 16px;
}
}
.NewsTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: var(--spacing-8, 8px);
}
@media (min-width: 750px) {
.NewsTeaser--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.NewsTeaser--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.NewsTeaser--title {
    line-height: 1.2;
}
}
.NewsTeaser--cta {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: rgba(var(--c-orange),1);
  position: relative;
}
@media (min-width: 750px) {
.NewsTeaser--cta {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.NewsTeaser--cta {
    font-size: 16px;
}
}
.NewsTeaser--cta::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  opacity: 0.01;
  background-color: rgba(var(--c-primary),1);
}.NewsTeaserGrid {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.NewsTeaserGrid {
    display: block;
}
}
.NewsTeaserGrid > * {
  --sitepadding-component: 0;
}
.NewsTeaserGrid--title {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1.5em;
  text-align: center;
}
.NewsTeaserGrid--title > * {
  --gridSize: 6;
}
@media (min-width: 750px) {
.NewsTeaserGrid--title {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.NewsTeaserGrid--title {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.NewsTeaserGrid--title {
    line-height: 1;
}
}
.NewsTeaserGrid--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.NewsTeaserGrid--body > * {
  --gridSize: 10;
}
.NewsTeaserGrid--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(2rem * -1);
  margin-bottom: calc(2rem * -1);
}
.NewsTeaserGrid--list > * {
  padding-right: 2rem;
}
.NewsTeaserGrid--list > * {
  margin-bottom: 2rem;
}
.NewsTeaserGrid--list > * {
  float: left;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.NewsTeaserGrid--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
.NewsTeaserGrid--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(1rem * -1);
    margin-bottom: calc(1rem * -1);
}
.NewsTeaserGrid--list > * {
    padding-right: 1rem;
}
.NewsTeaserGrid--list > * {
    margin-bottom: 1rem;
}
.NewsTeaserGrid--list > * {
    float: left;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.NewsTeaserGrid--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 750px) {
.NewsTeaserGrid--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(1rem * -1);
    margin-bottom: calc(1rem * -1);
}
.NewsTeaserGrid--list > * {
    padding-right: 1rem;
}
.NewsTeaserGrid--list > * {
    margin-bottom: 1rem;
}
.NewsTeaserGrid--list > * {
    float: left;
    flex: 0 0 auto;
    width: 50%;
}
.NewsTeaserGrid--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
.NewsTeaserGrid--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.NewsTeaserGrid--list > * {
    padding-right: var(--gridGutter);
}
.NewsTeaserGrid--list > * {
    margin-bottom: var(--gridGutter);
}
.NewsTeaserGrid--list > * {
    float: left;
    flex: 0 0 auto;
    width: 100%;
}
.NewsTeaserGrid--list:after {
    content: "";
    display: table;
    clear: both;
}
}
.NewsTeaserGrid--footer {
  margin-top: 3em;
  text-align: center;
}.PageTeaserWrapper {
  margin-bottom: calc(1 * var(--component-gap));
  position: relative;
  z-index: 0;
  padding-top: calc(1 * var(--component-gap));
  padding-bottom: calc(1 * var(--component-gap));
}
@media screen and (max-width: 750px) {
.PageTeaserWrapper {
    padding-top: 0;
    padding-bottom: calc(1 * var(--component-gap));
}
}
@media screen and (min-width: 751px) {
.PageTeaser {
    padding-left: var(--sitepadding-component);
    padding-right: var(--sitepadding-component);
    display: grid;
    grid-template-columns: repeat(var(--gridSize), 1fr);
    grid-column-gap: var(--gridGutter);
    position: relative;
}
.PageTeaser > * {
    --sitepadding-component: 0;
}
}
@media screen and (max-width: 750px) {
.PageTeaser {
    margin-right: var(--sitepadding);
    margin-top: -80px;
}
[data-variant=halfpage]:nth-child(odd) .PageTeaser {
    margin-left: var(--sitepadding);
    margin-right: 0;
}
}
.PageTeaser--background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
.PageTeaser--background {
    margin-left: var(--sitepadding);
    width: auto;
    margin-right: 0;
    position: relative;
    height: auto;
    aspect-ratio: 4/3;
}
@supports not (aspect-ratio: 1/1) {
.PageTeaser--background {
      padding-bottom: 75%;
}
}
[data-variant=halfpage]:nth-child(odd) .PageTeaser--background {
    margin-right: var(--sitepadding);
    margin-left: 0;
}
}
@media screen and (min-width: 751px) {
[data-variant=halfpage] .PageTeaser--background {
    left: auto;
    right: 0;
    width: 60%;
}
[data-variant=halfpage]:nth-child(odd) .PageTeaser--background {
    right: auto;
    left: 0;
}
}
.PageTeaser--body {
  grid-column-end: span 5;
  grid-column-start: 2;
  --background-color: rgba(var(--c-night-blue),1);
  background-color: rgba(var(--c-night-blue),1);
  color: rgba(var(--c-white),1);
  padding: 64px;
}
.PageTeaser--body > * {
  --gridSize: 5;
}
@media screen and (max-width: 1280px) {
.PageTeaser--body {
    padding: 50px;
}
}
@media screen and (max-width: 1000px) {
.PageTeaser--body {
    grid-column-end: span 4;
    grid-column-start: 1;
    padding: var(--spacing-24, 24px);
}
.PageTeaser--body > * {
    --gridSize: 4;
}
}
@media screen and (max-width: 750px) {
.PageTeaser--body {
    padding: var(--spacing-24, 24px) var(--spacing-16, 16px);
}
}
[data-variant=halfpage]:nth-child(odd) .PageTeaser--body {
  grid-column-start: 7;
}
@media screen and (max-width: 1280px) {
[data-variant=halfpage]:nth-child(odd) .PageTeaser--body {
    grid-column-start: 6;
}
}
@media screen and (max-width: 1000px) {
[data-variant=halfpage]:nth-child(odd) .PageTeaser--body {
    grid-column-start: 5;
}
}
@media screen and (max-width: 750px) {
[data-variant=halfpage]:nth-child(odd) .PageTeaser--body {
    grid-column-start: 3;
}
}
@media screen and (max-width: 1280px) {
.PageTeaser--body {
    grid-column-start: 1;
}
}.TeaserBody--title {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: var(--spacing-48, 48px);
}
@media (min-width: 750px) {
.TeaserBody--title {
    font-size: calc(7.5471698113vw - 32.6037735849px);
}
}
@media (min-width: 1280px) {
.TeaserBody--title {
    font-size: 64px;
}
}
@media screen and (max-width: 750px) {
.TeaserBody--title {
    line-height: 1;
}
}
@media screen and (max-width: 750px) {
.TeaserBody--title {
    margin-bottom: var(--spacing-32, 32px);
}
}
.TeaserBody--text {
  margin-bottom: var(--spacing-48, 48px);
}.Odometer {
  line-height: 1;
  overflow: hidden;
}
.Odometer--digit {
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.Odometer--dummy {
  display: inline-block;
  visibility: hidden;
}
.Odometer--spinner {
  position: absolute;
  top: 0;
  left: 0;
}
.Odometer--spinner > span {
  display: block;
}
.Odometer--spinner > span:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}.w {
  overflow: hidden;
  display: inline-block;
}
.w > span {
  --delay: var(--360260c8-delay);
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0, 0, 0.15, 1.04);
  transition-delay: calc(var(--delay) + 0.15s * var(--i));
}
[data-did-appear=true] .w > span {
  transform: none;
}.FactItem {
  margin-bottom: 40px;
  clear: both;
}
.FactItem--value {
  font-weight: 700;
  font-style: italic;
  display: inline-flex;
  font-size: 200px;
  line-height: 0.9;
}
@media screen and (max-width: 1280px) {
.FactItem--value {
    font-size: 160px;
}
}
@media screen and (max-width: 1000px) {
.FactItem--value {
    font-size: 140px;
}
}
@media screen and (max-width: 750px) {
.FactItem--value {
    font-size: 120px;
}
}
[data-size=large] .FactItem--value {
  font-size: 130px;
}
@media screen and (max-width: 1280px) {
[data-size=large] .FactItem--value {
    font-size: 100px;
}
}
@media screen and (max-width: 750px) {
[data-size=large] .FactItem--value {
    font-size: 100px;
}
}
@media screen and (max-width: 580px) {
[data-size=large] .FactItem--value {
    font-size: 80px;
}
}
.FactItem--subtitle {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 750px) {
.FactItem--subtitle {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.FactItem--subtitle {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.FactItem--subtitle {
    line-height: 1.2;
}
}
@media screen and (max-width: 750px) {
.FactItem--subtitle {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
}
.FactItem--text > *:first-child {
  margin-top: 0;
}
.FactItem--text > *:last-child {
  margin-bottom: 0;
}
.FactItem--text > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.FactItem--text > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.FactItem--text .Button + .Button {
  margin-left: 16px;
}
.FactItem--text p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.FactItem--text a:not([class]),
.FactItem--text a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.FactItem--text a:not([class]):hover,
  .FactItem--text a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.FactItem--text a:not([class]):focus,
  .FactItem--text a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.FactItem--text small {
  display: inline-block;
  font-size: 0.75em;
}
.FactItem--text strong,
.FactItem--text b {
  font-weight: bold;
}
.FactItem--text em,
.FactItem--text i {
  font-style: italic;
}.Facts {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.Facts {
    display: block;
}
}
.Facts > * {
  --sitepadding-component: 0;
}
.Facts--list:before, .Facts--list:after {
  content: "";
  display: table;
}
.Facts--list:after {
  clear: both;
}
.Facts--list > *:nth-child(even) {
  float: right;
  width: 50%;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
.Facts--list > *:nth-child(even) {
    float: none;
    width: 100%;
    justify-content: initial;
}
}
.Facts--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.Facts--inner > * {
  --gridSize: 6;
}.AdvertRotator {
  position: relative;
}
.AdvertRotator--container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-areas: "item";
}
.AdvertRotator--title {
  color: rgba(var(--c-white),1);
  font-size: 16px;
}
.AdvertRotator--item {
  grid-area: item;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.AdvertRotator--item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.AdvertRotator--image {
  width: 100%;
  height: 100%;
}
.AdvertRotator--item-desktop {
  display: none;
}
@media screen and (min-width: 1281px) {
.AdvertRotator--item-desktop {
    display: block;
}
}
.AdvertRotator--item-mobile {
  display: block;
}
@media screen and (min-width: 1281px) {
.AdvertRotator--item-mobile {
    display: none;
}
}.AdvertBanner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
  margin-top: calc(0.5 * var(--component-gap));
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.AdvertBanner > * {
  --gridSize: 10;
}
@media screen and (min-width: 751px) {
.AdvertBanner {
    max-width: 1079px;
}
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
.AdvertBanner {
    padding-left: var(--sitepadding-component);
    padding-right: var(--sitepadding-component);
}
}.Unimplemented[data-v-a0792384] {
  position: relative;
  border: 1px solid red;
  background-color: lightpink;
  padding: 20px;
  border-radius: 10px;
}
h2[data-v-a0792384] {
  font-family: monospace;
  margin-bottom: 1em;
}.hr {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.hr {
    display: block;
}
}
.hr > * {
  --sitepadding-component: 0;
}
.hr > hr {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-top: 1px solid rgba(var(--c-border));
}
.hr > hr > * {
  --gridSize: 6;
}.Table {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.Table {
    display: block;
}
}
.Table > * {
  --sitepadding-component: 0;
}
.Table--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.Table--inner > * {
  --gridSize: 6;
}
.Table--inner table {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(var(--c-border));
}
.Table--inner table tr {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(var(--c-border));
}
.Table--inner table td,
.Table--inner table th {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-left: 0.55em;
  padding-right: 0.55em;
  border: none;
}
.Table--inner table td:first-child,
.Table--inner table th:first-child {
  padding-left: 0;
}
.Table--inner table td:last-child,
.Table--inner table th:last-child {
  padding-right: 0;
}
.Table--inner table th {
  font-weight: bold;
}
.Table--richtext {
  overflow-y: auto;
}
.Table--richtext table {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(var(--c-border));
}
.Table--richtext table tr {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(var(--c-border));
}
.Table--richtext table td,
.Table--richtext table th {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  padding-left: 0.55em;
  padding-right: 0.55em;
  border: none;
}
.Table--richtext table td:first-child,
.Table--richtext table th:first-child {
  padding-left: 0;
}
.Table--richtext table td:last-child,
.Table--richtext table th:last-child {
  padding-right: 0;
}
.Table--richtext table th {
  font-weight: bold;
}.TeaserSectionHome--header {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(0.5 * var(--component-gap));
}
@media print {
.TeaserSectionHome--header {
    display: block;
}
}
.TeaserSectionHome--header > * {
  --sitepadding-component: 0;
}
.TeaserSectionHome--title {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.TeaserSectionHome--title > * {
  --gridSize: 6;
}
@media (min-width: 750px) {
.TeaserSectionHome--title {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.TeaserSectionHome--title {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.TeaserSectionHome--title {
    line-height: 1;
}
}
@media screen and (max-width: 750px) {
.TeaserSectionHome--title {
    text-align: left;
}
}.InstagramTeaser {
  margin-bottom: calc(1 * var(--component-gap));
  position: relative;
}
.InstagramTeaser--header {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(0.5 * var(--component-gap));
}
@media print {
.InstagramTeaser--header {
    display: block;
}
}
.InstagramTeaser--header > * {
  --sitepadding-component: 0;
}
.InstagramTeaser--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 750px) {
.InstagramTeaser--title {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.InstagramTeaser--title {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.InstagramTeaser--title {
    line-height: 1;
}
}
.InstagramTeaser--title,
.InstagramTeaser--footer {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.InstagramTeaser--title > *,
.InstagramTeaser--footer > * {
  --gridSize: 6;
}
.InstagramTeaser--body {
  display: flex;
  justify-content: center;
}
.InstagramTeaser--feed {
  display: inline-flex;
}
.InstagramTeaser--post {
  position: relative;
  width: 25vw;
  height: 25vw;
}
.InstagramTeaser--post > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.InstagramTeaser--inner {
  display: flex;
}.TabNavigation--nav {
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
.TabNavigation--nav {
    position: relative;
    border-bottom: 1px solid rgba(var(--c-border));
}
.TabNavigation--nav::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, rgba(var(--c-white),1) 20%, transparent 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
.TabNavigation--nav[data-scrolled-x=true]::after {
    opacity: 1;
}
}
@media screen and (min-width: 751px) {
.TabNavigation--nav {
    padding-left: var(--sitepadding-component);
    padding-right: var(--sitepadding-component);
    display: grid;
    grid-template-columns: repeat(var(--gridSize), 1fr);
    grid-column-gap: var(--gridGutter);
    position: relative;
}
.TabNavigation--nav > * {
    --sitepadding-component: 0;
}
}
.TabNavigation--nav[data-theme=dark] {
  background-color: rgba(var(--c-primary),1);
}
.TabNavigation--scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 751px) {
.TabNavigation--scroll {
    justify-content: center;
    grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.TabNavigation--scroll > * {
    --gridSize: 6;
}
}
.TabNavigation--list {
  border-bottom: 1px solid rgba(var(--c-border));
  display: inline-flex;
  justify-content: flex-start;
  gap: 1.5em;
  min-width: 100%;
}
@media screen and (max-width: 750px) {
.TabNavigation--list {
    padding-left: var(--sitepadding-component);
    padding-right: var(--sitepadding-component);
    border-bottom: 0;
}
}
.TabNavigation--tab {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  position: relative;
  padding-top: var(--spacing-16, 16px);
  padding-bottom: var(--spacing-16, 16px);
  margin-bottom: -1px;
}
@media (min-width: 750px) {
.TabNavigation--tab {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.TabNavigation--tab {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.TabNavigation--tab {
    line-height: 1.6;
}
}
.TabNavigation--tab[aria-selected=true] {
  color: rgba(var(--c-orange),1);
}
.TabNavigation--tab[aria-selected=true]::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
}
.TabNavigation--tabContent {
  display: none;
}
.TabNavigation--tabContent[data-active=true] {
  display: block;
}.lazy-iframe-wrapper[data-v-7ce754ed] {
  position: relative;
  width: 100%;
  height: 100%;
}
.lazy-iframe-wrapper.has-cookie-overlay iframe[data-v-7ce754ed] {
  opacity: 0.3;
  pointer-events: none;
}
.lazy-iframe-wrapper iframe[data-v-7ce754ed] {
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.3s ease;
}.IFrameContainer {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.IFrameContainer {
    display: block;
}
}
.IFrameContainer > * {
  --sitepadding-component: 0;
}
.IFrameContainer--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.IFrameContainer--body > * {
  --gridSize: 6;
}
[data-size=large] .IFrameContainer--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
[data-size=large] .IFrameContainer--body > * {
  --gridSize: 10;
}
[data-size=fullwidth] .IFrameContainer--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 12, 0) / 2 + 1)/calc(max(var(--gridSize) - 12, 0) / -2 - 1);
}
[data-size=fullwidth] .IFrameContainer--body > * {
  --gridSize: 12;
}
.IFrameContainer--body > iframe {
  width: 100%;
  min-height: 500px;
}.HomeNewsTeaserSlider {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
  overflow: hidden;
}
@media print {
.HomeNewsTeaserSlider {
    display: block;
}
}
.HomeNewsTeaserSlider > * {
  --sitepadding-component: 0;
}
.HomeNewsTeaserSlider--header {
  margin-bottom: calc(0.5 * var(--component-gap));
}
.HomeNewsTeaserSlider--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.HomeNewsTeaserSlider--body > * {
  --gridSize: 10;
}
.HomeNewsTeaserSlider--list {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.HomeNewsTeaserSlider--list .flickity-viewport {
  overflow: visible;
}
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item {
  display: block;
  vertical-align: top;
  flex: 0 0 auto;
  width: 44.4444444444%;
  width: calc((100% + var(--gridGutter)) / 2.25 - var(--gridGutter));
  margin-right: var(--gridGutter);
}
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.is-slider-ready {
  visibility: hidden;
}
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.was-visible, .HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.is-visible {
  visibility: visible;
}
@media screen and (max-width: 580px) {
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 80%;
    width: calc((100% + var(--gridGutter)) / 1.25 - var(--gridGutter));
    margin-right: var(--gridGutter);
}
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.is-slider-ready {
    visibility: hidden;
}
.HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.was-visible, .HomeNewsTeaserSlider--list .HomeNewsTeaserSlider--item.is-visible {
    visibility: visible;
}
}
.HomeNewsTeaserSlider--footer,
.HomeNewsTeaserSlider--header {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  text-align: center;
}
.HomeNewsTeaserSlider--footer > *,
.HomeNewsTeaserSlider--header > * {
  --gridSize: 6;
}
@media screen and (max-width: 750px) {
.HomeNewsTeaserSlider--footer,
  .HomeNewsTeaserSlider--header {
    text-align: left;
}
}
.HomeNewsTeaserSlider--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
@media (min-width: 750px) {
.HomeNewsTeaserSlider--title {
    font-size: calc(7.5471698113vw - 24.6037735849px);
}
}
@media (min-width: 1280px) {
.HomeNewsTeaserSlider--title {
    font-size: 72px;
}
}
@media screen and (max-width: 750px) {
.HomeNewsTeaserSlider--title {
    line-height: 1;
}
}.CardTeaserSection {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.CardTeaserSection {
    display: block;
}
}
.CardTeaserSection > * {
  --sitepadding-component: 0;
}
.CardTeaserSection--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.CardTeaserSection--body > * {
  --gridSize: 6;
}
.CardTeaserSection--title {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 750px) {
.CardTeaserSection--title {
    font-size: calc(1.5094339623vw + 12.679245283px);
}
}
@media (min-width: 1280px) {
.CardTeaserSection--title {
    font-size: 32px;
}
}
@media screen and (max-width: 750px) {
.CardTeaserSection--title {
    line-height: 1.2;
}
}
.CardTeaserSection--list > li {
  margin-bottom: var(--spacing-24, 24px);
}.LogoWall {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.LogoWall {
    display: block;
}
}
.LogoWall > * {
  --sitepadding-component: 0;
}
.LogoWall--header {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.LogoWall--header > * {
  --gridSize: 6;
}
.LogoWall--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.LogoWall--body > * {
  --gridSize: 10;
}
.LogoWall--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--gridGutter) * -1);
  margin-bottom: calc(var(--gridGutter) * -1);
  align-items: center;
  justify-content: center;
}
.LogoWall--list > * {
  padding-right: var(--gridGutter);
}
.LogoWall--list > * {
  margin-bottom: var(--gridGutter);
}
.LogoWall--list > * {
  float: left;
  flex: 0 0 auto;
  width: 25%;
}
.LogoWall--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
.LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.LogoWall--list > * {
    padding-right: var(--gridGutter);
}
.LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
.LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
.LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.LogoWall--list > * {
    padding-right: var(--gridGutter);
}
.LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
.LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 50%;
}
.LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
[data-size=main] .LogoWall--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--gridGutter) * -1);
  margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=main] .LogoWall--list > * {
  padding-right: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
  margin-bottom: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
  float: left;
  flex: 0 0 auto;
  width: 40%;
}
[data-size=main] .LogoWall--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
[data-size=main] .LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=main] .LogoWall--list > * {
    padding-right: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 50%;
}
[data-size=main] .LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
[data-size=main] .LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=main] .LogoWall--list > * {
    padding-right: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
[data-size=main] .LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 100%;
}
[data-size=main] .LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
[data-size=small] .LogoWall--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--gridGutter) * -1);
  margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=small] .LogoWall--list > * {
  padding-right: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
  margin-bottom: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
  float: left;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
[data-size=small] .LogoWall--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1000px) {
[data-size=small] .LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=small] .LogoWall--list > * {
    padding-right: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 25%;
}
[data-size=small] .LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
[data-size=small] .LogoWall--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
[data-size=small] .LogoWall--list > * {
    padding-right: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
    margin-bottom: var(--gridGutter);
}
[data-size=small] .LogoWall--list > * {
    float: left;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
[data-size=small] .LogoWall--list:after {
    content: "";
    display: table;
    clear: both;
}
}
.LogoWall--item {
  position: relative;
  display: flex;
  aspect-ratio: 5/2;
  overflow: hidden;
  padding: var(--spacing-16, 16px);
}
@supports not (aspect-ratio: 1/1) {
.LogoWall--item {
    padding-bottom: 40%;
}
}
.LogoWall--item > .LogoWall--logo {
  position: absolute;
  max-width: 70%;
  max-height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.FormButtonRow {
  display: flex;
  gap: var(--spacing-16, 16px);
  margin-top: 40px;
  width: 100%;
}
.FormButtonRow [type=submit] {
  order: -1;
}.FormLabel {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 0.75em;
}
@media (min-width: 750px) {
.FormLabel {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.FormLabel {
    font-size: 16px;
}
}.FormInput {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(var(--c-night-blue),0.5);
  border-radius: 4px;
  width: 100%;
  padding: 12px 16px;
}
.FormInput:focus {
  border-color: rgba(var(--c-night-blue),1);
  box-shadow: inset 0 0 0 1px rgba(var(--c-night-blue),1);
}.FormSelect {
  position: relative;
}
.FormSelect::after {
  --transform: translateX(0);
  transform: var(--transform) translateY(48%) rotate(-135deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid none none solid;
  border-color: currentColor;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.FormSelect > select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(var(--c-night-blue),0.5);
  border-radius: 4px;
  width: 100%;
  padding: 12px 16px;
  padding-right: 30px;
}
.FormSelect > select:focus {
  border-color: rgba(var(--c-night-blue),1);
  box-shadow: inset 0 0 0 1px rgba(var(--c-night-blue),1);
}.FormOptionGroup--title {
  display: block;
  margin-bottom: var(--spacing-12, 12px);
}
.FormOptionGroup {
  margin-bottom: var(--spacing-24, 24px);
}
.FormOption {
  display: block;
  margin-bottom: var(--spacing-12, 12px);
  position: relative;
}
.FormOption::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(var(--c-night-blue),0.5);
  border-radius: 4px;
  margin-right: var(--spacing-16, 16px);
  vertical-align: middle;
}
.FormOption input {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.FormOption .label {
  display: inline-block;
  vertical-align: middle;
}
.FormOption .label > *:first-child {
  margin-top: 0;
}
.FormOption .label > *:last-child {
  margin-bottom: 0;
}
.FormOption .label > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.FormOption .label > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.FormOption .label .Button + .Button {
  margin-left: 16px;
}
.FormOption .label p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.FormOption .label a:not([class]),
.FormOption .label a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.FormOption .label a:not([class]):hover,
  .FormOption .label a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.FormOption .label a:not([class]):focus,
  .FormOption .label a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.FormOption .label small {
  display: inline-block;
  font-size: 0.75em;
}
.FormOption .label strong,
.FormOption .label b {
  font-weight: bold;
}
.FormOption .label em,
.FormOption .label i {
  font-style: italic;
}
.FormOption .label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.FormOption input:checked + .label::before {
  visibility: visible;
  opacity: 1;
}
.FormOption[data-type=radio]::before {
  border-radius: 100%;
}
.FormOption[data-type=radio] .label::before {
  width: 11px;
  height: 11px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 100%;
  background-color: currentColor;
  visibility: hidden;
  left: 16px;
}
.FormOption[data-type=checkbox] .label::before {
  width: 14px;
  height: 7px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  margin-top: -4px;
  left: 10px;
  transform: rotate(-30deg) scale(0.9);
  visibility: hidden;
}
.FormOption[data-type=checkbox] input:checked + .label::before {
  transform: rotate(-45deg);
  transition: transform 50ms, visibility 50ms;
}.Product {
  font-size: 14px;
  display: flex;
  border: 1px solid rgba(var(--c-border));
  padding: var(--spacing-24, 24px);
}
@media (min-width: 750px) {
.Product {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.Product {
    font-size: 16px;
}
}
@media screen and (max-width: 580px) {
.Product {
    display: block;
    padding: 15px;
}
}
.Product--media {
  display: flex;
  width: 33.33%;
  flex-shrink: 0;
  align-items: center;
  max-width: 250px;
}
@media screen and (max-width: 580px) {
.Product--media {
    margin-left: auto;
    margin-right: auto;
}
}
.Product--body {
  padding-left: var(--spacing-24, 24px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 580px) {
.Product--body {
    padding-left: 0;
    margin-top: 20px;
}
}
.Product--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
.Product--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.Product--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.Product--title {
    line-height: 1.2;
}
}
.Product--description {
  margin-bottom: var(--spacing-24, 24px);
}
.Product--form {
  margin-top: auto;
}
.Product--form--row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.Product--form--row + .Product--form--row {
  margin-top: 10px;
}
.Product--select {
  width: 150px;
  max-width: 100%;
}.Form--row {
  margin-bottom: var(--spacing-24, 24px);
}.FormFieldset--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: 1.25em;
}
@media (min-width: 750px) {
.FormFieldset--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.FormFieldset--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.FormFieldset--title {
    line-height: 1.2;
}
}
.FormFieldset--text {
  margin-bottom: 2em;
}
.FormFieldset--text > *:first-child {
  margin-top: 0;
}
.FormFieldset--text > *:last-child {
  margin-bottom: 0;
}
.FormFieldset--text > [data-slate-fragment] > *:first-child {
  margin-top: 0;
}
.FormFieldset--text > [data-slate-fragment] > *:last-child {
  margin-bottom: 0;
}
.FormFieldset--text .Button + .Button {
  margin-left: 16px;
}
.FormFieldset--text p {
  color: rgba(var(--c-text),1);
  margin-top: 1em;
  margin-bottom: 1em;
}
.FormFieldset--text a:not([class]),
.FormFieldset--text a[class=""] {
  position: relative;
  text-decoration: none;
  color: rgba(var(--c-orange),1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media (hover: hover) {
.FormFieldset--text a:not([class]):hover,
  .FormFieldset--text a[class=""]:hover {
    background-color: rgba(var(--c-orange),0.05);
}
.FormFieldset--text a:not([class]):focus,
  .FormFieldset--text a[class=""]:focus {
    background-color: rgba(var(--c-orange),0.05);
}
}
.FormFieldset--text small {
  display: inline-block;
  font-size: 0.75em;
}
.FormFieldset--text strong,
.FormFieldset--text b {
  font-weight: bold;
}
.FormFieldset--text em,
.FormFieldset--text i {
  font-style: italic;
}.Form {
  position: relative;
  display: flex;
  flex-direction: column;
}
[data-state=loading] .Form {
  pointer-events: none;
  z-index: 0;
}
[data-state=loading] .Form::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(var(--c-white),0.5);
  z-index: 10;
}
[data-state=loading] .Form::after {
  display: block;
  content: "";
  position: absolute;
  border: 3px solid rgba(var(--c-night-blue),1);
  border-left-color: transparent;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 150px;
  z-index: 11;
  animation: rotate 1s infinite linear;
}.FormBlock {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.FormBlock {
    display: block;
}
}
.FormBlock > * {
  --sitepadding-component: 0;
}
.FormBlock--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.FormBlock--body > * {
  --gridSize: 6;
}.HTMLBlock {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.HTMLBlock {
    display: block;
}
}
.HTMLBlock > * {
  --sitepadding-component: 0;
}
.HTMLBlock--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.HTMLBlock--body > * {
  --gridSize: 6;
}.SponsorsSlider {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(0.5 * var(--component-gap));
  margin-top: calc(0.5 * var(--component-gap));
  overflow: hidden;
}
@media print {
.SponsorsSlider {
    display: block;
}
}
.SponsorsSlider > * {
  --sitepadding-component: 0;
}
.SponsorsSlider .flickity-page-dot {
  background-color: currentColor;
}
.SponsorsSlider .flickity-page-dots {
  margin-top: 10px;
}
.SponsorsSlider .flickity-viewport {
  overflow: visible;
}
.SponsorsSlider--title {
  font-size: 12px;
  font-style: italic;
  font-family: sans-serif;
  margin-bottom: 1em;
}
@media (min-width: 750px) {
.SponsorsSlider--title {
    font-size: calc(0.3773584906vw + 9.1698113208px);
}
}
@media (min-width: 1280px) {
.SponsorsSlider--title {
    font-size: 14px;
}
}
.SponsorsSlider--body {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.SponsorsSlider--body > * {
  --gridSize: 10;
}
.SponsorsSlider--list {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.SponsorsSlider--list li {
  display: block;
  vertical-align: top;
  flex: 0 0 auto;
  width: 50%;
  width: calc((100% + var(--gridGutter)) / 2 - var(--gridGutter));
  margin-right: var(--gridGutter);
}
.SponsorsSlider--list li.is-slider-ready {
  visibility: hidden;
}
.SponsorsSlider--list li.was-visible, .SponsorsSlider--list li.is-visible {
  visibility: visible;
}
@media screen and (max-width: 580px) {
.SponsorsSlider--list li {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 66.6666666667%;
    width: calc((100% + 8px) / 1.5 - 8px);
    margin-right: 8px;
}
.SponsorsSlider--list li.is-slider-ready {
    visibility: hidden;
}
.SponsorsSlider--list li.was-visible, .SponsorsSlider--list li.is-visible {
    visibility: visible;
}
}
@media screen and (max-width: 460px) {
.SponsorsSlider--list li {
    display: block;
    vertical-align: top;
    flex: 0 0 auto;
    width: 100%;
    width: calc((100% + 8px) / 1 - 8px);
    margin-right: 8px;
}
.SponsorsSlider--list li.is-slider-ready {
    visibility: hidden;
}
.SponsorsSlider--list li.was-visible, .SponsorsSlider--list li.is-visible {
    visibility: visible;
}
}
.SponsorsSlider--link {
  display: block;
  border: 1px solid rgba(var(--c-black),0.15);
}.KeyValueTable {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(0.5 * var(--component-gap));
}
@media print {
.KeyValueTable {
    display: block;
}
}
.KeyValueTable > * {
  --sitepadding-component: 0;
}
.KeyValueTable + .KeyValueTable {
  margin-top: calc(-0.5 * var(--component-gap));
}
.KeyValueTable--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
  border-bottom: 1px solid rgba(var(--c-border));
  padding-top: 1em;
  padding-bottom: 1em;
}
.KeyValueTable--inner > * {
  --gridSize: 6;
}
.KeyValueTable--title {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
.KeyValueTable--title {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.KeyValueTable--title {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.KeyValueTable--title {
    line-height: 1.2;
}
}
.KeyValueTable--entries {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 10px;
}
.KeyValueTable--entry {
  width: 50%;
}
.KeyValueTable--key {
  font-size: 12px;
}
@media (min-width: 750px) {
.KeyValueTable--key {
    font-size: calc(0.3773584906vw + 9.1698113208px);
}
}
@media (min-width: 1280px) {
.KeyValueTable--key {
    font-size: 14px;
}
}
.KeyValueTable--value {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 750px) {
.KeyValueTable--value {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.KeyValueTable--value {
    font-size: 16px;
}
}.NewsletterFormEmbed #ems-wf-dest {
  color: white;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-paragraph {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-paragraph a {
  text-decoration: underline;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-oneColumn {
  overflow: visible;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement {
  padding: 0;
  min-height: 0;
  display: inline-block;
  width: auto;
  border-bottom: none;
}
@media screen and (max-width: 580px) {
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement {
    display: block;
    width: 100%;
}
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement label {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: rgba(var(--c-white),0.1);
  border-radius: 4px;
  padding: 14px 16px;
  min-width: 270px;
  color: rgba(var(--c-white),1);
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement + .ems-wf-inputElement {
  margin-left: 20px;
}
@media screen and (max-width: 580px) {
.NewsletterFormEmbed #ems-wf-dest .ems-wf-inputElement + .ems-wf-inputElement {
    margin-left: 0;
}
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button {
  padding: 18px 26px;
  background-color: rgba(var(--c-primary),1);
  color: rgba(var(--c-white),1);
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  text-decoration: none;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  z-index: 0;
  transition: transform 200ms;
  display: inline-block;
  margin-top: 0;
  max-width: 200px;
}
@media (min-width: 750px) {
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button {
    font-size: 16px;
}
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button::before {
  position: absolute;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button::before, .NewsletterFormEmbed #ems-wf-dest .ems-wf-button::after {
  display: block;
  content: "";
  z-index: -1;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-image: linear-gradient(to left, #0068b2 30%, #d49347 70%);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button::after {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  z-index: -1;
  transition: transform 300ms, opacity 300ms;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button::after {
  background-color: var(--background-color, rgba(var(--c-primary),1));
}
@media (hover: hover) {
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button:hover::before {
    animation: rotate-centered 1.2s linear infinite;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button:hover::after {
    opacity: 0.85;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button:focus::before {
    animation: rotate-centered 1.2s linear infinite;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-button:focus::after {
    opacity: 0.85;
}
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-dialog {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-top: 0;
  width: auto;
  max-width: 500px;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-dialog-text {
  margin-bottom: 1.5em;
}
.NewsletterFormEmbed #ems-wf-dest .ems-wf-dialog-buttons {
  margin-left: 0;
  margin-right: 0;
}.NewsletterTeaser.NewsletterTeaser[data-gap=none] {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
.NewsletterTeaser.NewsletterTeaser .BrandTeaser--media {
    display: none;
}
}.NavigationTileGrid {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.NavigationTileGrid {
    display: block;
}
}
.NavigationTileGrid > * {
  --sitepadding-component: 0;
}
.NavigationTileGrid--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.NavigationTileGrid--inner > * {
  --gridSize: 10;
}
.NavigationTileGrid--list {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--gridGutter) * -1);
  margin-bottom: calc(var(--gridGutter) * -1);
  -webkit-hyphens: auto;
          hyphens: auto;
}
.NavigationTileGrid--list > * {
  padding-right: var(--gridGutter);
}
.NavigationTileGrid--list > * {
  margin-bottom: var(--gridGutter);
}
.NavigationTileGrid--list > * {
  float: left;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.NavigationTileGrid--list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1280px) {
.NavigationTileGrid--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(8px * -1);
    margin-bottom: calc(8px * -1);
}
.NavigationTileGrid--list > * {
    padding-right: 8px;
}
.NavigationTileGrid--list > * {
    margin-bottom: 8px;
}
.NavigationTileGrid--list > * {
    float: left;
    flex: 0 0 auto;
    width: 25%;
}
.NavigationTileGrid--list:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 750px) {
.NavigationTileGrid--list {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(8px * -1);
    margin-bottom: calc(8px * -1);
}
.NavigationTileGrid--list > * {
    padding-right: 8px;
}
.NavigationTileGrid--list > * {
    margin-bottom: 8px;
}
.NavigationTileGrid--list > * {
    float: left;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.NavigationTileGrid--list:after {
    content: "";
    display: table;
    clear: both;
}
}
.NavigationTileGrid--link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  padding: 20px;
  background-color: rgba(var(--c-white),1);
  border-radius: var(--border-radius-s);
  color: rgba(var(--c-primary),1);
  min-height: 100%;
}
@media (min-width: 750px) {
.NavigationTileGrid--link {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.NavigationTileGrid--link {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.NavigationTileGrid--link {
    line-height: 1.2;
}
}
@media screen and (max-width: 750px) {
.NavigationTileGrid--link {
    padding: 12px;
}
}
.NavigationTileGrid--link--inner {
  aspect-ratio: 1/1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.NavigationTileGrid--link--inner > .picto {
  width: 80px;
}
@media screen and (max-width: 1280px) {
.NavigationTileGrid--link--inner > .picto {
    widows: 60px;
}
}
@media screen and (max-width: 750px) {
.NavigationTileGrid--link--inner > .picto {
    width: 40px;
}
}.LiveStats {
  margin-bottom: calc(1 * var(--component-gap));
}
.LiveStats--inner > * {
  width: 100%;
}.CallToActionSection {
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
  margin-bottom: calc(1 * var(--component-gap));
}
@media print {
.CallToActionSection {
    display: block;
}
}
.CallToActionSection > * {
  --sitepadding-component: 0;
}
.CallToActionSection--inner {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 6, 0) / 2 + 1)/calc(max(var(--gridSize) - 6, 0) / -2 - 1);
}
.CallToActionSection--inner > * {
  --gridSize: 6;
}.CallToActionWrapper[data-halign=center] {
  display: block;
  text-align: center;
}
.CallToActionWrapper:not([data-halign]) {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}.GuideSchedule {
  margin-bottom: calc(1 * var(--component-gap));
}
.GuideSchedule--body {
  margin-bottom: calc(1 * var(--component-gap));
  padding-left: var(--sitepadding-component);
  padding-right: var(--sitepadding-component);
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  position: relative;
}
@media print {
.GuideSchedule--body {
    display: block;
}
}
.GuideSchedule--body > * {
  --sitepadding-component: 0;
}
.GuideSchedule--list {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.GuideSchedule--list > * {
  --gridSize: 10;
}
.GuideSchedule--list > li[data-is-now=true] {
  position: relative;
}
.GuideSchedule--list > li[data-is-now=true]::before {
  content: "";
  display: block;
  position: absolute;
  left: var(--sitepadding-reset);
  width: 4px;
  height: 60px;
  background-color: rgba(var(--c-yellow),1);
}
.GuideScheduleEntry {
  position: relative;
  display: flex;
  padding-top: var(--spacing-16, 16px);
  padding-bottom: var(--spacing-16, 16px);
  gap: var(--spacing-24, 24px);
  border-bottom: 1px solid rgba(var(--c-black),0.15);
  align-items: center;
  padding-right: var(--spacing-16, 16px);
}
.GuideScheduleEntry [data-picto=highlight] {
  color: #E8BB59;
}
.GuideScheduleEntry [data-picto=diamondleague] {
  color: #3ABFED;
}
.GuideScheduleEntry::after {
  display: block;
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  height: 9px;
  width: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.GuideScheduleEntry--text {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-12, 12px);
  flex-grow: 1;
}
@media (min-width: 750px) {
.GuideScheduleEntry--text {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.GuideScheduleEntry--text {
    font-size: 16px;
}
}
@media screen and (max-width: 580px) {
.GuideScheduleEntry--text {
    display: block;
}
.GuideScheduleEntry--text > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
}
.GuideScheduleEntry--time {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 750px) {
.GuideScheduleEntry--time {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.GuideScheduleEntry--time {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.GuideScheduleEntry--time {
    line-height: 1.2;
}
}
[data-is-now=true] .GuideScheduleEntry--time {
  color: rgba(var(--c-yellow),1);
}
@media screen and (max-width: 750px) {
.GuideScheduleEntry--time {
    font-size: 20px;
}
}
.GuideScheduleEntry--picto {
  margin-left: auto;
  margin-right: 10px;
}
.GuideScheduleEntry--title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 750px) {
.GuideScheduleEntry--title {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.GuideScheduleEntry--title {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.GuideScheduleEntry--title {
    line-height: 1.2;
}
}.PageBackground[data-v-592a04db] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  right: 0;
  overflow: hidden;
  background-image: linear-gradient(128deg, #141b4d 28.4%, #323d8a 100%);
  visibility: hidden;
  transition: 400ms visibility;
}
[data-theme=dark] .PageBackground[data-v-592a04db] {
  visibility: unset;
}
.PageBackground--shine[data-v-592a04db] {
  position: absolute;
  width: 140vmax;
  height: 140vmax;
  top: 50%;
  left: 50%;
  margin-top: -70vmax;
  margin-left: -70vmax;
  background-image: radial-gradient(circle at 30% 50%, #141b4d 0%, transparent 50%);
  opacity: 0.5;
  will-change: transform;
}
@media screen and (max-width: 750px) {
.PageBackground--shine[data-v-592a04db] {
    display: none;
}
}.SiteFooterPartner--relatedLink {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 1.3em;
  padding-right: 15px;
  line-height: 1;
}
@media (min-width: 750px) {
.SiteFooterPartner--relatedLink {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.SiteFooterPartner--relatedLink {
    font-size: 16px;
}
}
.SiteFooterPartner--relatedLink::after {
  --transform: translateX(0);
  transform: var(--transform) translateX(48%) rotate(135deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid none none solid;
  border-color: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 750px) {
.SiteFooterPartner--relatedLink {
    font-size: 16px;
    line-height: 1.6;
}
}
@media screen and (max-width: 750px) and (min-width: 750px) {
.SiteFooterPartner--relatedLink {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media screen and (max-width: 750px) and (min-width: 1280px) {
.SiteFooterPartner--relatedLink {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) and (max-width: 750px) {
.SiteFooterPartner--relatedLink {
    line-height: 1.6;
}
}
.SiteFooterPartner--logoWall {
  display: flex;
}
@media screen and (max-width: 750px) {
.SiteFooterPartner--logoWall {
    display: block;
}
}
.SiteFooterPartner--main {
  width: 25%;
  min-height: 100%;
  border-right: 1px solid rgba(var(--c-black),0.1);
  flex-shrink: 0;
  padding-right: var(--spacing-24, 24px);
}
@media screen and (max-width: 750px) {
.SiteFooterPartner--main {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-bottom: 1em;
}
}
.SiteFooterPartner--partners {
  padding-left: var(--spacing-24, 24px);
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
.SiteFooterPartner--partners {
    padding-left: 0;
}
}
.SiteFooterPartner--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: var(--spacing-24, 24px);
  -moz-column-gap: var(--spacing-24, 24px);
       column-gap: var(--spacing-24, 24px);
}
@media screen and (max-width: 1000px) {
.SiteFooterPartner--list {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
}
}
@media screen and (max-width: 580px) {
.SiteFooterPartner--list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
}
}
@media (hover: hover) {
.SiteFooterPartner--list:hover > li {
    opacity: 0.5;
}
.SiteFooterPartner--list:focus > li {
    opacity: 0.5;
}
}
.SiteFooterPartner--list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease-in-out;
}
@media (hover: hover) {
.SiteFooterPartner--list > li:hover {
    opacity: 1;
}
.SiteFooterPartner--list > li:focus {
    opacity: 1;
}
}
.SiteFooterPartner--link {
  width: 100%;
  text-align: center;
  padding: 15px;
  position: relative;
  display: flex;
  aspect-ratio: 5/2;
  padding: var(--spacing-16, 16px);
  max-width: 320px;
}
@supports not (aspect-ratio: 1/1) {
.SiteFooterPartner--link {
    padding-bottom: 40%;
}
}
@media screen and (max-width: 750px) {
.SiteFooterPartner--link {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
}
.Image.SiteFooterPartner--logo {
  position: absolute;
  max-width: 65%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main > .Image.SiteFooterPartner--logo {
  width: 100%;
  max-height: 90%;
  max-width: 90%;
}
@media screen and (max-width: 750px) {
.main > .Image.SiteFooterPartner--logo {
    max-width: 200px;
}
}.SiteFooterNav {
  display: flex;
  flex-wrap: wrap;
  page-break-inside: avoid;
  margin-right: calc(var(--gridGutter) * -1);
  margin-bottom: calc(50px * -1);
  margin-bottom: calc(1 * var(--component-gap));
}
.SiteFooterNav > * {
  padding-right: var(--gridGutter);
}
.SiteFooterNav > * {
  margin-bottom: 50px;
}
.SiteFooterNav > * {
  float: left;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.SiteFooterNav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 750px) {
.SiteFooterNav {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.SiteFooterNav > * {
    padding-right: var(--gridGutter);
}
.SiteFooterNav > * {
    margin-bottom: var(--gridGutter);
}
.SiteFooterNav > * {
    float: left;
    flex: 0 0 auto;
    width: 50%;
}
.SiteFooterNav:after {
    content: "";
    display: table;
    clear: both;
}
}
@media screen and (max-width: 580px) {
.SiteFooterNav {
    display: flex;
    flex-wrap: wrap;
    page-break-inside: avoid;
    margin-right: calc(var(--gridGutter) * -1);
    margin-bottom: calc(var(--gridGutter) * -1);
}
.SiteFooterNav > * {
    padding-right: var(--gridGutter);
}
.SiteFooterNav > * {
    margin-bottom: var(--gridGutter);
}
.SiteFooterNav > * {
    float: left;
    flex: 0 0 auto;
    width: 100%;
}
.SiteFooterNav:after {
    content: "";
    display: table;
    clear: both;
}
}
.SiteFooterNav--sectionTitle {
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.33em;
}
@media (min-width: 750px) {
.SiteFooterNav--sectionTitle {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.SiteFooterNav--sectionTitle {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.SiteFooterNav--sectionTitle {
    line-height: 1.2;
}
}
.SiteFooterNav--list {
  font-size: 14px;
}
@media (min-width: 750px) {
.SiteFooterNav--list {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.SiteFooterNav--list {
    font-size: 16px;
}
}
.SiteFooterNav--list > li {
  margin-bottom: 0.5em;
}
.SiteFooterNav--list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
.SiteFooterNav--section {
    margin-bottom: var(--spacing-32, 32px);
}
}
@media (hover: hover) {
.SiteFooterNav--parentLink:hover,
  .SiteFooterNav--link:hover {
    color: rgba(var(--c-orange),1);
    border-bottom: 1px solid rgba(var(--c-orange),1);
}
.SiteFooterNav--parentLink:focus,
  .SiteFooterNav--link:focus {
    color: rgba(var(--c-orange),1);
    border-bottom: 1px solid rgba(var(--c-orange),1);
}
}.SiteFooterSocialMedia {
  display: inline-flex;
  vertical-align: middle;
}
@media (hover: hover) {
.SiteFooterSocialMedia:hover > li {
    opacity: 0.5;
}
.SiteFooterSocialMedia:focus > li {
    opacity: 0.5;
}
}
.SiteFooterSocialMedia > li {
  margin-left: var(--spacing-32, 32px);
  transition: opacity 250ms;
}
.SiteFooterSocialMedia > li:first-child {
  margin-left: 0;
}
@media (hover: hover) {
.SiteFooterSocialMedia > li:hover {
    opacity: 1;
}
.SiteFooterSocialMedia > li:focus {
    opacity: 1;
}
}
.SiteFooterSocialMedia--link {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
}.SiteFooter {
  background-color: rgba(var(--c-foreground),1);
  position: relative;
  overflow: hidden;
  padding-top: var(--spacing-64, 64px);
  color: rgba(var(--c-text),1);
}
.SiteFooter--partners {
  margin-bottom: calc(1 * var(--component-gap));
  position: relative;
}
@media screen and (max-width: 750px) {
.SiteFooter--partners {
    padding-top: var(--spacing-32, 32px);
    margin-top: var(--spacing-32, 32px);
}
.SiteFooter--partners::before {
    display: block;
    content: "";
    margin-left: var(--sitepadding-reset);
    margin-right: var(--sitepadding-reset);
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(var(--c-border));
}
.SiteFooter--partners::before > * {
    padding-left: var(--sitepadding);
    padding-right: var(--sitepadding);
}
}
.SiteFooter--layout {
  justify-content: center;
  grid-column: calc(max(var(--gridSize) - 10, 0) / 2 + 1)/calc(max(var(--gridSize) - 10, 0) / -2 - 1);
}
.SiteFooter--layout > * {
  --gridSize: 10;
}
.SiteFooter--main,
.SiteFooter--footer {
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
  padding-left: var(--sitepadding);
  padding-right: var(--sitepadding);
}
@media print {
.SiteFooter--main,
  .SiteFooter--footer {
    display: block;
}
}
.SiteFooter--footer {
  border-top: 1px solid rgba(var(--c-black),0.1);
  padding-top: var(--spacing-32, 32px);
  padding-bottom: var(--spacing-32, 32px);
}
@media screen and (max-width: 1280px) {
.SiteFooter--footer {
    padding-bottom: var(--spacing-80, 80px);
}
}
.SiteFooter--logobar {
  margin-bottom: var(--spacing-16, 16px);
}
@media screen and (max-width: 580px) {
.SiteFooter--logobar {
    display: block;
    text-align: center;
}
}
@media screen and (max-width: 750px) {
.SiteFooter--socialMediaWrapper {
    margin-bottom: var(--spacing-32, 32px);
}
}
.SiteFooter--rest {
  font-size: 12px;
}
@media (min-width: 750px) {
.SiteFooter--rest {
    font-size: calc(0.3773584906vw + 9.1698113208px);
}
}
@media (min-width: 1280px) {
.SiteFooter--rest {
    font-size: 14px;
}
}
@media screen and (max-width: 750px) {
.SiteFooter--rest {
    padding-top: var(--spacing-12, 12px);
}
}
.SiteFooter--logoWrapper {
  display: inline-block;
  width: 230px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
.SiteFooter--logoWrapper {
    margin-bottom: var(--spacing-32, 32px);
    width: 200px;
}
}
.SiteFooter--langSwitcher {
  display: none;
}
@media screen and (max-width: 1000px) {
.SiteFooter--langSwitcher {
    display: block;
}
}
[data-layout=guide] .SiteFooter--langSwitcher {
  display: none !important;
}
.SiteFooter--langLink {
  padding-left: 10px;
  padding-right: 10px;
}
.SiteFooter--metaNav {
  display: inline-flex;
  gap: var(--spacing-24, 24px);
}
.SiteFooter--copyright {
  color: rgba(var(--c-primary),1);
}.SiteLogo--wrapper {
  position: relative;
  display: inline-block;
}
.SiteLogo--catchline {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 100%;
  left: 0;
  color: rgba(var(--c-orange),1);
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 750px) {
.SiteLogo--catchline {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.SiteLogo--catchline {
    font-size: 16px;
}
}
.SiteLogo > svg,
.SiteLogo > img {
  max-height: 55px;
  width: auto;
}
@media screen and (max-width: 1920px) {
.SiteLogo > svg,
  .SiteLogo > img {
    max-height: 40px;
}
}
@media screen and (max-width: 750px) {
.SiteLogo > svg,
  .SiteLogo > img {
    max-height: 38px;
}
}.MainNavFlyout {
  position: relative;
  top: 12px;
  left: 0;
  min-width: 300px;
  background-color: rgba(var(--c-white),1);
  color: rgba(var(--c-text),1);
  border-radius: var(--border-radius-xs);
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 2px 5px rgba(var(--c-black),0.075);
  margin-bottom: 12px;
}
.MainNavFlyout--list > li {
  border-top: 1px solid rgba(var(--c-black),0.1);
}
.MainNavFlyout--list > li:first-child {
  border-top: 0;
}
.MainNavFlyout--link {
  font-size: 14px;
  font-weight: bold;
  padding: var(--spacing-16, 16px) var(--spacing-24, 24px);
  display: block;
}
@media (min-width: 750px) {
.MainNavFlyout--link {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MainNavFlyout--link {
    font-size: 16px;
}
}
@media (hover: hover) {
.MainNavFlyout--link:hover {
    color: rgba(var(--c-orange),1);
}
.MainNavFlyout--link:focus {
    color: rgba(var(--c-orange),1);
}
}
.MainNavFlyout--nested {
  position: absolute;
  left: 100%;
  top: -3px;
  min-width: 250px;
  max-width: 380px;
  width: 100%;
  background: rgba(var(--c-orange),1);
  box-shadow: 0 2px 5px rgba(var(--c-black),0.075);
  border-radius: var(--border-radius-xs);
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.MainNavFlyout--nested li {
  border-top: 1px solid rgba(var(--c-black),0.1);
  padding: 0;
}
.MainNavFlyout--nested li:first-child {
  border-top: 0;
}
.MainNavFlyout--nestedLink {
  font-size: 14px;
  font-weight: bold;
  padding: var(--spacing-16, 16px) var(--spacing-24, 24px);
  display: block;
  color: rgba(var(--c-white),1);
}
@media (min-width: 750px) {
.MainNavFlyout--nestedLink {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MainNavFlyout--nestedLink {
    font-size: 16px;
}
}
@media (hover: hover) {
.MainNavFlyout--nestedLink:hover {
    color: rgba(var(--c-brand),1);
}
.MainNavFlyout--nestedLink:focus {
    color: rgba(var(--c-brand),1);
}
}.MainNavEntry--link {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  position: relative;
  display: block;
  padding: var(--spacing-8, 8px);
  border-radius: var(--border-radius-pill);
  white-space: nowrap;
  z-index: 0;
}
@media (min-width: 750px) {
.MainNavEntry--link {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.MainNavEntry--link {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.MainNavEntry--link {
    line-height: 1.6;
}
}
@media screen and (max-width: 1280px) {
.MainNavEntry--link {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
}
@media screen and (max-width: 1280px) and (min-width: 750px) {
.MainNavEntry--link {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media screen and (max-width: 1280px) and (min-width: 1280px) {
.MainNavEntry--link {
    font-size: 16px;
}
}
.MainNavEntry--link::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -16px;
  right: -16px;
  width: auto;
  background-color: #2d3161;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  transition: opacity 100ms;
  z-index: -1;
}
@media (hover: hover) {
.MainNavEntry--link:hover::before {
    opacity: 1;
    visibility: visible;
}
.MainNavEntry--link:focus::before {
    opacity: 1;
    visibility: visible;
}
}
.MainNavEntry--link[aria-expanded=true]::before {
  opacity: 1;
  visibility: visible;
}
.MainNavEntry--flyout {
  display: none;
  position: fixed;
}
.MainNavEntry--flyout[aria-expanded=true][data-popper-placement] {
  animation: nav-drop 500ms linear both;
  display: block;
}
@keyframes nav-drop {
0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
    opacity: 0;
}
4% {
    transform: matrix3d(0.96758, 0, 0, 0, 0, 0.96758, 0, 0, 0, 0, 1, 0, 0, -6.46592, 0, 1);
}
8% {
    transform: matrix3d(0.96176, 0, 0, 0, 0, 0.96176, 0, 0, 0, 0, 1, 0, 0, -2.91725, 0, 1);
}
12% {
    transform: matrix3d(0.96958, 0, 0, 0, 0, 0.96958, 0, 0, 0, 0, 1, 0, 0, -0.25224, 0, 1);
    opacity: 1;
}
16% {
    transform: matrix3d(0.98144, 0, 0, 0, 0, 0.98144, 0, 0, 0, 0, 1, 0, 0, 1.26207, 0, 1);
}
20% {
    transform: matrix3d(0.99188, 0, 0, 0, 0, 0.99188, 0, 0, 0, 0, 1, 0, 0, 1.76942, 0, 1);
}
24% {
    transform: matrix3d(0.99884, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 1.60106, 0, 1);
}
28% {
    transform: matrix3d(1.0023, 0, 0, 0, 0, 1.0023, 0, 0, 0, 0, 1, 0, 0, 1.10713, 0, 1);
}
32% {
    transform: matrix3d(1.00324, 0, 0, 0, 0, 1.00324, 0, 0, 0, 0, 1, 0, 0, 0.56005, 0, 1);
}
36% {
    transform: matrix3d(1.00278, 0, 0, 0, 0, 1.00278, 0, 0, 0, 0, 1, 0, 0, 0.12148, 0, 1);
}
40% {
    transform: matrix3d(1.00181, 0, 0, 0, 0, 1.00181, 0, 0, 0, 0, 1, 0, 0, -0.14782, 0, 1);
}
44% {
    transform: matrix3d(1.00088, 0, 0, 0, 0, 1.00088, 0, 0, 0, 0, 1, 0, 0, -0.25729, 0, 1);
}
48% {
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, -0.25225, 0, 1);
}
52% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 0.99986, 0, 0, 0, 0, 1, 0, 0, -0.18613, 0, 1);
}
56% {
    transform: matrix3d(0.99973, 0, 0, 0, 0, 0.99973, 0, 0, 0, 0, 1, 0, 0, -0.10336, 0, 1);
}
60% {
    transform: matrix3d(0.99975, 0, 0, 0, 0, 0.99975, 0, 0, 0, 0, 1, 0, 0, -0.03233, 0, 1);
}
64% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99983, 0, 0, 0, 0, 1, 0, 0, 0.01446, 0, 1);
}
68% {
    transform: matrix3d(0.99991, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0.03631, 0, 1);
}
72% {
    transform: matrix3d(0.99997, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0.03908, 0, 1);
}
76% {
    transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0.03077, 0, 1);
}
80% {
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.01851, 0, 1);
}
84% {
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.00719, 0, 1);
}
88% {
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, -0.00078, 0, 1);
}
92% {
    transform: matrix3d(1.00001, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, -0.00493, 0, 1);
}
96% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00594, 0, 1);
}
100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}
}
.MainNavFlyout--list > li {
  position: relative;
}
.MainNavFlyout--list > li:hover > .MainNavFlyout--nested {
  display: block;
}.MainNav--list {
  display: inline-flex;
  gap: var(--spacing-48, 48px);
}
@media screen and (max-width: 1920px) {
.MainNav--list {
    gap: var(--spacing-32, 32px);
}
}
@media screen and (max-width: 1382px) {
.MainNav--list {
    gap: var(--spacing-12, 12px);
}
}
.MainNav--list > li {
  position: relative;
}.LanguageSwitch {
  position: relative;
}
@media screen and (max-width: 1280px) {
.LanguageSwitch {
    display: none;
}
}
.LanguageSwitch--current {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 750px) {
.LanguageSwitch--current {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.LanguageSwitch--current {
    font-size: 16px;
}
}
.LanguageSwitch--current::after {
  --transform: translateX(0);
  transform: var(--transform) translateY(48%) rotate(-135deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid none none solid;
  border-color: currentColor;
  margin-left: 8px;
}
.LanguageSwitch--flyout {
  position: absolute;
  top: 100%;
  left: 0;
}
.LanguageSwitch--link {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  padding-top: var(--spacing-12px, 12pxpx);
  padding-bottom: var(--spacing-12px, 12pxpx);
}
@media (min-width: 750px) {
.LanguageSwitch--link {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.LanguageSwitch--link {
    font-size: 16px;
}
}.MobileNavFlyout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--c-night-blue),1);
  display: flex;
  flex-direction: column;
  z-index: var(--z-index-overlay);
}
.MobileNavFlyout--scroll {
  padding: var(--sitepadding);
  padding-top: calc(var(--sitepadding) + 100px);
  overflow-y: auto;
  flex-grow: 1;
}
.MobileNavFlyout--header {
  padding: var(--sitepadding);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  padding: var(--spacing-16, 16px) var(--spacing-24, 24px);
}
.MobileNavFlyout--close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: var(--spacing-24, 24px);
}
.MobileNavFlyout--footer {
  width: 100%;
}
.MobileNavFlyout--closeIcon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.MobileNavFlyout--closeIcon::before, .MobileNavFlyout--closeIcon::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  top: 50%;
  background-color: rgba(var(--c-white),1);
}
.MobileNavFlyout--closeIcon::before {
  transform: rotate(-45deg);
}
.MobileNavFlyout--closeIcon::after {
  transform: rotate(45deg);
}
.MobileNavFlyout--footer {
  padding: var(--sitepadding);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.MobileNavFlyout--label {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: rgba(var(--c-white),1);
  opacity: 0.75;
}
@media (min-width: 750px) {
.MobileNavFlyout--label {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNavFlyout--label {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.MobileNavFlyout--label {
    line-height: 1.6;
}
}
.MobileNavFlyout[data-level=main] .MobileNavFlyout--label,
.MobileNavFlyout[data-level=main] .MobileNavFlyout--arrow {
  opacity: 1;
}
.MobileNavFlyout--langLink {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: var(--spacing-8, 8px);
  opacity: 0.5;
}
@media (min-width: 750px) {
.MobileNavFlyout--langLink {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNavFlyout--langLink {
    font-size: 16px;
}
}
.MobileNavFlyout--langLink[data-active=true] {
  opacity: 1;
}
.MobileNavFlyout--tree {
  padding-top: 100px;
}
.MobileNavFlyout--category {
  padding-top: var(--spacing-12, 12px);
  padding-bottom: var(--spacing-32, 32px);
}
.MobileNavFlyout--parent,
.MobileNavFlyout--link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-16, 16px) var(--spacing-24, 24px);
  text-align: left;
}
.MobileNavFlyout--arrow {
  --transform: translateX(0);
  transform: var(--transform) translateX(48%) rotate(135deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-width: 1.5px;
  border-style: solid none none solid;
  border-color: currentColor;
  margin-left: var(--spacing-16, 16px);
  opacity: 0.75;
}
.MobileNavFlyout--arrow.-left {
  --transform: translateX(0);
  transform: var(--transform) translateX(-48%) rotate(-45deg) translate(50%, 50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-width: 1.5px;
  border-style: solid none none solid;
  border-color: currentColor;
  margin-left: 0;
  margin-right: var(--spacing-16, 16px);
  opacity: 1;
}
.MobileNavFlyout--back {
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px 8px 14px;
  border-radius: 10000px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}
@media (min-width: 750px) {
.MobileNavFlyout--back {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNavFlyout--back {
    font-size: 16px;
}
}
.MobileNavFlyout--parentLink::after {
  display: none;
}
.nav-list-enter-active {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 200ms;
  transition-delay: calc(var(--i) * 30ms + 50ms);
}
.nav-list-enter-from {
  transform: translateY(-30px) scale(0.9);
  opacity: 0;
}
.MobileNavFlyout--label {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: rgba(var(--c-white),1);
}
@media (min-width: 750px) {
.MobileNavFlyout--label {
    font-size: calc(0.3773584906vw + 13.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNavFlyout--label {
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.MobileNavFlyout--label {
    line-height: 1.6;
}
}
.MobileNavFlyout[data-level=sub] .MobileNavFlyout--link .MobileNavFlyout--label,
.MobileNavFlyout[data-level=subsub] .MobileNavFlyout--link .MobileNavFlyout--label {
  font-size: 14px;
  font-weight: bold;
  color: rgba(var(--c-white),1);
  font-style: normal;
}
@media (min-width: 750px) {
.MobileNavFlyout[data-level=sub] .MobileNavFlyout--link .MobileNavFlyout--label,
  .MobileNavFlyout[data-level=subsub] .MobileNavFlyout--link .MobileNavFlyout--label {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNavFlyout[data-level=sub] .MobileNavFlyout--link .MobileNavFlyout--label,
  .MobileNavFlyout[data-level=subsub] .MobileNavFlyout--link .MobileNavFlyout--label {
    font-size: 16px;
}
}html[data-nav-state=open],
[data-nav-state=open] body {
  overflow: hidden;
}
.MobileNav--trigger {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  display: inline-flex;
  gap: var(--spacing-16, 16px);
  align-items: center;
}
@media (min-width: 750px) {
.MobileNav--trigger {
    font-size: calc(0.3773584906vw + 11.1698113208px);
}
}
@media (min-width: 1280px) {
.MobileNav--trigger {
    font-size: 16px;
}
}
@media screen and (max-width: 750px) {
.MobileNav--trigger {
    margin-top: 6px;
}
}
@media screen and (max-width: 580px) {
.MobileNav--trigger > .label {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
}
}
.MobileNav--burger {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.MobileNav--burger::before, .MobileNav--burger::after {
  display: block;
  content: "";
}
.MobileNav--burger .MobileNav--burger--icon, .MobileNav--burger::before, .MobileNav--burger::after {
  position: absolute;
  height: 2px;
  margin-top: -1px;
  background-color: currentColor;
  width: 100%;
  top: 50%;
}
.MobileNav--burger .MobileNav--burger--icon {
  top: 50%;
}
.MobileNav--burger::before {
  transform: translateY(-6px);
}
.MobileNav--burger::after {
  transform: translateY(6px);
}:root {
  --site-header-height: 108px;
}
@media screen and (max-width: 1280px) {
:root {
    --site-header-height: 92px;
}
}
@media screen and (max-width: 1000px) {
:root {
    --site-header-height: 77px;
}
}
@media screen and (max-width: 750px) {
:root {
    --site-header-height: 88px;
}
}
.SiteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: rgba(var(--c-white),1);
  z-index: var(--z-index-header);
}
@media screen and (max-width: 750px) {
.SiteHeader::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
    background-image: linear-gradient(rgba(var(--c-brand),1) 5%, rgba(var(--c-brand),0));
}
}
.SiteHeader--inner {
  margin-left: var(--sitepadding);
  margin-right: var(--sitepadding);
  display: flex;
  padding-top: var(--spacing-24, 24px);
  padding-bottom: var(--spacing-24, 24px);
}
@media screen and (max-width: 1280px) {
.SiteHeader--inner {
    padding-top: var(--spacing-16, 16px);
    padding-bottom: var(--spacing-24, 24px);
}
}
@media screen and (max-width: 750px) {
.SiteHeader--inner {
    padding-bottom: calc(var(--spacing-16, 16px) + 1em);
}
}
.SiteHeader--inner > * {
  display: flex;
  align-items: center;
}
.SiteHeader--meta {
  gap: var(--spacing-24, 24px);
}
@media screen and (max-width: 1382px) {
.SiteHeader--meta {
    gap: var(--spacing-16, 16px);
}
}
@media screen and (max-width: 1280px) {
.SiteHeader--meta {
    margin-left: auto;
}
}
@media screen and (max-width: 1000px) {
.SiteHeader--meta {
    display: none;
}
}
.SiteHeader--mobile {
  margin-left: var(--spacing-24, 24px);
  margin-right: 0;
  display: none;
}
.SiteHeader--mobile[data-length="1"] {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
.SiteHeader--mobile {
    display: flex;
}
}
@media screen and (max-width: 1000px) {
.SiteHeader--mobile {
    margin-left: auto;
}
}
.SiteHeader--main {
  justify-content: center;
  flex-grow: 1;
}
@media screen and (max-width: 1280px) {
.SiteHeader--main {
    display: none;
}
}
.SiteHeader--sponsor {
  position: relative;
  margin-left: var(--spacing-24, 24px);
  padding-left: var(--spacing-24, 24px);
}
@media screen and (max-width: 1382px) {
.SiteHeader--sponsor {
    margin-left: var(--spacing-16, 16px);
    padding-left: var(--spacing-16, 16px);
}
}
@media screen and (max-width: 1280px) {
.SiteHeader--sponsor {
    padding-left: var(--spacing-12, 12px);
    margin-left: var(--spacing-12, 12px);
}
}
.SiteHeader--sponsor::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  height: var(--site-header-height);
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(var(--c-white),0.25) 0%, rgba(var(--c-white),0) 100%);
}
.SiteHeader--sponsor > .Image {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 1920px) {
.SiteHeader--sponsor > .Image {
    height: 22px;
}
}
@media screen and (max-width: 750px) {
.SiteHeader--sponsor > .Image {
    height: 20px;
}
}.SkipLinks a[data-v-4ce55f1a] {
  position: absolute;
  z-index: 10000;
  top: -9999px;
  color: rgba(var(--c-white),1);
  padding: 10px 24px;
  font-size: 1rem;
  background-color: rgba(var(--c-night-blue),0.9);
  border: 1px solid rgba(var(--c-night-blue),1);
  border-radius: 5px;
}
.SkipLinks a[data-v-4ce55f1a]:focus, .SkipLinks a[data-v-4ce55f1a]:active {
  position: fixed;
  top: 20px;
  left: 20px;
}.Popup {
  position: fixed;
  inset: 0;
  max-height: 100vh;
  overflow: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Popup--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 60px;
  margin-right: 10px;
  color: rgba(var(--c-white),1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.Popup--closeIcon {
  position: relative;
  width: 16px;
  height: 16px;
}
.Popup--closeIcon::before, .Popup--closeIcon::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgba(var(--c-white),1);
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 22px;
  margin-left: -11px;
}
.Popup--closeIcon::before {
  transform: rotate(45deg);
}
.Popup--closeIcon::after {
  transform: rotate(-45deg);
}
.Popup--backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.Popup--inner {
  max-height: 100vh;
  max-width: 725px;
  width: 100%;
  padding-top: var(--spacing-24, 24px);
  padding-bottom: var(--spacing-24, 24px);
  margin-left: var(--spacing-24, 24px);
  margin-right: var(--spacing-24, 24px);
  position: relative;
  overflow: auto;
}
.Popup--box {
  position: relative;
  color: rgba(var(--c-white),1);
  background-color: rgba(var(--c-brand),1);
}
.Popup--body {
  padding: var(--spacing-24, 24px);
}
@media screen and (max-width: 580px) {
.Popup--body {
    padding: var(--spacing-16, 16px);
}
}
.Popup--media {
  position: relative;
  width: 100%;
  height: 213px;
}
.Popup--title {
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-right: 50px;
}
@media (min-width: 750px) {
.Popup--title {
    font-size: calc(3.0188679245vw + 9.358490566px);
}
}
@media (min-width: 1280px) {
.Popup--title {
    font-size: 48px;
}
}
@media screen and (max-width: 750px) {
.Popup--title {
    line-height: 1;
}
}
.Popup--text {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 750px) {
.Popup--text {
    font-size: calc(1.1320754717vw + 9.5094339623px);
}
}
@media (min-width: 1280px) {
.Popup--text {
    font-size: 24px;
}
}[id=main] {
  padding-top: var(--site-header-height, 0);
}
[data-theme=dark] {
  color: rgba(var(--c-white),1);
}
[data-theme=dark] + .SiteFooter {
  padding-top: 100px;
}
.layout-default {
  background-color: rgba(var(--c-white),1);
}.DevPageGrid {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.DevPageGrid[data-visible=true] {
  display: block;
}
.DevPageGrid--layout {
  padding-left: var(--sitepadding);
  padding-right: var(--sitepadding);
}
.DevPageGrid--columns {
  display: grid;
  grid-template-columns: repeat(var(--gridSize), 1fr);
  grid-column-gap: var(--gridGutter);
}
@media print {
.DevPageGrid--columns {
    display: block;
}
}
.DevPageGrid--col {
  grid-column-end: span 1;
}
.DevPageGrid--col > * {
  --gridSize: 1;
}
.DevPageGrid--col--inner {
  height: 100vh;
  background-color: rgba(160, 200, 255, 0.15);
}