@charset "UTF-8";
/**
* Settings
*/
/**
* Tools
*/
/**
* Generics
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Make elements with the HTML hidden attribute stay hidden by default.
*/
[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/muli-light-9R81lZB.woff");
  src: url("../fonts/muli-light-D6OCU_y.woff2") format("woff2"), url("../fonts/muli-light-9R81lZB.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/muli-lightitalic-bXj-yJV.woff");
  src: url("../fonts/muli-lightitalic-_IYjP2o.woff2") format("woff2"), url("../fonts/muli-lightitalic-bXj-yJV.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli-regular-kHc_mDP.woff");
  src: url("../fonts/muli-regular-r30tK29.woff2") format("woff2"), url("../fonts/muli-regular-kHc_mDP.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/muli-regularitalic-j0X9D4W.woff");
  src: url("../fonts/muli-regularitalic-zGdQ6ZJ.woff2") format("woff2"), url("../fonts/muli-regularitalic-j0X9D4W.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/muli-extrabold-jwKM8SB.woff");
  src: url("../fonts/muli-extrabold-ooL15GN.woff2") format("woff2"), url("../fonts/muli-extrabold-jwKM8SB.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/muli-extrabolditalic-2TxMI3q.woff");
  src: url("../fonts/muli-extrabolditalic-_CvOlq2.woff2") format("woff2"), url("../fonts/muli-extrabolditalic-2TxMI3q.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/muli-black-1kJxeTW.woff");
  src: url("../fonts/muli-black-P9Dr31k.woff2") format("woff2"), url("../fonts/muli-black-1kJxeTW.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/muli-blackitalic-dyNX2jG.woff");
  src: url("../fonts/muli-blackitalic-EPn7dcn.woff2") format("woff2"), url("../fonts/muli-blackitalic-dyNX2jG.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/neucha-regular-22rPt2N.woff");
  src: url("../fonts/neucha-regular-LKsrNya.woff2") format("woff2"), url("../fonts/neucha-regular-22rPt2N.woff") format("woff");
}
:root {
  --color-white: #fff;
  --color-black: #0F172A;
  --color-yellow: #deaf00;
  --color-blue: #0e3142;
  --color-black-pearl: #092330;
  --color-gray: #9fadb3;
  --color-sand: #FCF6E0;
  --color-gold: #aa8c11;
  --color-blue-sky: #deeef5;
  --header-height: 6.25rem;
}

/* Contextually shorten duration length */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important; /* Hat tip Nick/cssremedy (https://css-tricks.com/revisiting-prefers-reduced-motion-the-reduced-motion-media-query/#comment-1700170) */
    transition-duration: 0.001ms !important;
  }
}
/**********************************************************************************
 * GENERIC
 * Name : Focus
 *
 * Description :
 * JavaScript polyfill to :focus-visible
 * https://github.com/WICG/focus-visible
 *
 ******************************************************************************/
/**
 * Styles
 **********************************************************************************/
/* Remove outline for non-keyboard :focus */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/* Optional: Customize .focus-visible */
.focus-visible {
  outline: 0.125rem solid var(--color-yellow);
  outline-offset: 0.0625rem;
}

html {
  height: 100%;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--color-black);
  background-color: var(--color-white);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  line-height: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body > main {
  flex: 1;
}
body > footer {
  margin-top: auto;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 1.25rem);
}

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

strong {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

img, svg {
  height: auto;
  max-width: 100%;
  display: block;
}

/**
 * Print
 **********************************************************************************/
@media print {
  @page {
    margin: 1cm 1.5cm;
  }
  html,
  body {
    height: auto;
  }
  html {
    font-size: 16px;
  }
  *,
  *::before,
  *::after {
    box-shadow: none !important;
  }
}
/**
* Objects
*/
.o-wrapper {
  --wrapper-gutter: 2.5rem;
  --wrapper-size: 33.75rem;
  width: 100%;
  max-width: var(--wrapper-size, 100%);
  padding-right: calc(var(--wrapper-gutter, 2.5rem) * 0.5);
  padding-left: calc(var(--wrapper-gutter, 2.5rem) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .o-wrapper {
    --wrapper-size: 33.75rem;
  }
}
@media (min-width: 48em) {
  .o-wrapper {
    --wrapper-size: 45rem;
  }
}
@media (min-width: 62em) {
  .o-wrapper {
    --wrapper-size: 60rem;
  }
}
@media (min-width: 75em) {
  .o-wrapper {
    --wrapper-size: 71.25rem;
  }
}
@media (min-width: 87.5em) {
  .o-wrapper {
    --wrapper-size: 82.5rem;
  }
}
.o-wrapper--sm {
  --wrapper-size: 33.75rem;
}

@media (min-width: 36em) {
  .o-wrapper--sm {
    --wrapper-size: 33.75rem;
  }
}
.o-wrapper--md {
  --wrapper-size: 45rem;
}

@media (min-width: 36em) {
  .o-wrapper--md {
    --wrapper-size: 33.75rem;
  }
}
@media (min-width: 48em) {
  .o-wrapper--md {
    --wrapper-size: 45rem;
  }
}
.o-wrapper--lg {
  --wrapper-size: 60rem;
}

@media (min-width: 36em) {
  .o-wrapper--lg {
    --wrapper-size: 33.75rem;
  }
}
@media (min-width: 48em) {
  .o-wrapper--lg {
    --wrapper-size: 45rem;
  }
}
@media (min-width: 62em) {
  .o-wrapper--lg {
    --wrapper-size: 60rem;
  }
}
.o-wrapper--xl {
  --wrapper-size: 71.25rem;
}

@media (min-width: 36em) {
  .o-wrapper--xl {
    --wrapper-size: 33.75rem;
  }
}
@media (min-width: 48em) {
  .o-wrapper--xl {
    --wrapper-size: 45rem;
  }
}
@media (min-width: 62em) {
  .o-wrapper--xl {
    --wrapper-size: 60rem;
  }
}
@media (min-width: 75em) {
  .o-wrapper--xl {
    --wrapper-size: 71.25rem;
  }
}
.o-wrapper--xxl {
  --wrapper-size: 82.5rem;
}

@media (min-width: 36em) {
  .o-wrapper--xxl {
    --wrapper-size: 33.75rem;
  }
}
@media (min-width: 48em) {
  .o-wrapper--xxl {
    --wrapper-size: 45rem;
  }
}
@media (min-width: 62em) {
  .o-wrapper--xxl {
    --wrapper-size: 60rem;
  }
}
@media (min-width: 75em) {
  .o-wrapper--xxl {
    --wrapper-size: 71.25rem;
  }
}
@media (min-width: 87.5em) {
  .o-wrapper--xxl {
    --wrapper-size: 82.5rem;
  }
}
.o-wrapper--full {
  --wrapper-gutter: 0px;
  --wrapper-size: 100%;
}

.o-wrapper--no-gutter {
  --wrapper-gutter: 0px;
}

@media (max-width: 61.99em) {
  .o-wrapper--full\@until-lg {
    --wrapper-gutter: 0px;
    --wrapper-size: 100%;
  }
}
@media print {
  .o-wrapper {
    max-width: 90% !important;
  }
}
.o-grid {
  --grid-gutter: 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: calc(var(--grid-gutter) * -1) 0 0 calc(var(--grid-gutter) * -1);
}
.o-grid > * {
  flex: 0 0 auto;
  width: 100%;
  padding-top: var(--grid-gutter);
  padding-left: var(--grid-gutter);
}

.o-grid--reverse\@md {
  flex-direction: row-reverse;
}

.o-grid--stretch > * {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.o-grid--stretch > * > * {
  height: 100%;
}

.o-grid--2x {
  --grid-gutter: 2.5rem;
}

@media (min-width: 62em) {
  .o-grid--4x\@lg {
    --grid-gutter: 5rem;
  }
}
@media print {
  .o-grid > * {
    max-width: 50% !important;
    break-inside: avoid;
  }
}
.o-blocks {
  --block-gutter: 2.5rem;
}
.o-blocks > * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--block-gutter, 2.5rem);
  padding-bottom: var(--block-gutter, 2.5rem);
}
.o-blocks > *:first-child {
  padding-top: 0;
}
.o-blocks > *:last-child {
  padding-bottom: 0;
}

@media (min-width: 62em) {
  .o-blocks {
    --block-gutter: 3.75rem;
  }
}

.o-stack {
  --stack-gutter: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.o-stack > * {
  margin-top: 0;
  margin-bottom: 0;
}
.o-stack > * + * {
  margin-top: var(--stack-gutter, 20px);
}

.o-cluster {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.625rem;
}

.o-cluster--center {
  justify-content: center;
}

.o-cluster--space-between {
  justify-content: space-between;
}

.o-cluster--space-around {
  justify-content: space-around;
}

.o-cluster--inline {
  display: inline-flex;
}

.o-drawer {
  --drawer-gutter: 1.25rem;
  --drawer-width: 50%;
  display: flex;
  flex-direction: column;
  gap: var(--drawer-gutter);
}

@media (max-width: 61.99em) {
  .o-drawer--first .o-drawer__item:first-child {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .o-drawer--last .o-drawer__item:last-child {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
@media (min-width: 62em) {
  .o-drawer {
    flex-direction: row;
    gap: 0;
  }
  .o-drawer--first .o-drawer__item:first-child {
    margin-left: calc(50% - 50vw);
    width: calc(50vw + 50% - var(--drawer-width));
    padding-right: calc(var(--drawer-gutter) * 0.5);
  }
  .o-drawer--first .o-drawer__item:last-child {
    width: calc(var(--drawer-width));
    padding-left: calc(var(--drawer-gutter) * 0.5);
  }
  .o-drawer--last .o-drawer__item:first-child {
    width: calc(var(--drawer-width));
    padding-right: calc(var(--drawer-gutter) * 0.5);
  }
  .o-drawer--last .o-drawer__item:last-child {
    margin-right: calc(50% - 50vw);
    width: calc(50vw + 50% - var(--drawer-width));
    padding-left: calc(var(--drawer-gutter) * 0.5);
  }
}
@media (max-width: 61.99em) {
  .o-drawer--no-gutter\@until-lg {
    --drawer-gutter: 0px;
  }
}

/**
* Components
*/
.c-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}

@media print {
  .c-icon {
    break-inside: avoid;
  }
}
.c-logo {
  color: var(--color-yellow);
}

.c-burger {
  position: relative;
  font-size: 16px;
  width: 2.75em;
  height: 2.75em;
  padding: 0.625em;
  border: 0;
  border-radius: 1.875em;
  background-color: transparent;
  color: inherit;
  appearance: none;
  cursor: pointer;
}

.c-burger__line {
  position: absolute;
  top: 1.3125em;
  left: 0.75em;
  width: 1.25em;
  height: 0.125em;
  border-radius: 0.125em;
  background-color: currentColor;
  transform-origin: center center;
  transition: width 300ms ease-out 0s, color 300ms ease-out 0s, transform 300ms ease-out 0s;
}
.c-burger__line:first-child {
  transform: translateY(-0.4375em);
}
.c-burger__line:nth-child(3) {
  transform: translateY(0.4375em);
}

.c-burger[aria-expanded=true] .c-burger__line {
  left: 0.6875em;
  transform: scaleX(0);
}
.c-burger[aria-expanded=true] .c-burger__line:first-child {
  transform: rotate(45deg) translateX(0.0625em) translateY(-0.0625em) scaleX(1.2);
}
.c-burger[aria-expanded=true] .c-burger__line:nth-child(3) {
  transform: rotate(-45deg) translateX(0.0625em) translateY(0.0625em) scaleX(1.2);
}

@media print {
  .c-burger {
    page-break-inside: avoid;
  }
}
.c-header {
  color: var(--color-white);
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
}

.c-header--transparent {
  will-change: background, height;
  background: linear-gradient(180deg, rgba(13, 44, 59, 0.9) 0, rgba(13, 44, 59, 0));
  transition: background 300ms ease-out 0s, height 300ms ease-out 0s;
}

.c-header--blue {
  will-change: height;
  background: var(--color-blue);
  transition: background 300ms ease-out 0s, height 300ms ease-out 0s;
}

.c-header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 74.99em) {
  .c-header__wrapper {
    padding-right: calc(2.75em + 20px);
  }
}

.c-header__home {
  display: block;
}
@media (max-width: 74.99em) {
  .c-header__home {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 74.99em) {
  .c-header__wrapper {
    max-width: unset;
  }
  .c-header {
    overflow: hidden;
  }
  .c-header__burger[aria-expanded=false] + .c-header__home + .c-header__navigation {
    display: none;
  }
  .c-header__navigation {
    background-color: var(--color-blue);
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: var(--header-height);
    overflow-y: scroll;
    animation: header-navigation-open 300ms ease-out;
  }
}
@media (min-width: 75em) {
  .c-header__burger {
    display: none;
  }
  .c-header__navigation {
    display: block;
  }
}
@keyframes header-navigation-open {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-1 * var(--header-height)), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-header__home {
  will-change: transform;
  transition: transform 300ms ease-out 0s;
}

.c-header.is-pinned {
  --header-height: 4.6875rem;
  background-color: var(--color-blue);
}
.c-header.is-pinned .c-header__home {
  transform: scale(0.85);
}

@media print {
  .c-header {
    position: static;
    background: var(--color-blue);
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Navigation
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-navigation {
  font-size: 1rem;
}

.c-navigation__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-weight: 800;
  flex-wrap: nowrap;
}
@media (min-width: 75em) {
  .c-navigation__items {
    flex-direction: row;
  }
}

@media (max-width: 74.99em) {
  .c-navigation__item {
    width: 100%;
  }
}

.c-navigation__link {
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 1.25rem;
}
.c-navigation__link:hover, .c-navigation__link.is-active {
  color: var(--color-yellow);
}

@media (min-width: 62em) {
  .c-navigation__link {
    padding: 0.625rem;
  }
  .c-navigation__button {
    margin-left: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .c-navigation__link {
    padding: 1.25rem;
  }
  .c-navigation__button {
    margin-left: 1.25rem;
  }
}
.c-footer {
  font-size: 0.875rem;
  --footer-gutter: 2.5rem;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding-top: var(--footer-gutter);
}

.c-footer--light {
  background-color: var(--color-blue-sky);
}

.c-footer__header {
  font-size: 1.5625rem;
  text-align: center;
  padding-bottom: var(--footer-gutter);
}
.c-footer__header .c-footer__title {
  font-size: 1.5625rem;
  color: var(--color-black-pearl);
  padding: 0.625rem;
}

.c-footer__body {
  margin-top: var(--footer-gutter);
}

.c-footer__logo {
  color: var(--color-white);
  margin: 0 auto;
}

.c-footer__columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--footer-gutter);
  justify-content: center;
  align-items: center;
}

.c-footer__column {
  max-width: 16.25rem;
}
.c-footer__column--home {
  flex: 0 0 auto;
  display: none;
}

.c-footer__title {
  font-size: 1rem;
  font-weight: 800;
}

.c-footer .c-footer__text {
  font-size: 0.875rem;
  color: var(--color-gray);
}

.c-footer__items {
  color: var(--color-gray);
}

.c-footer__items + .c-footer__title {
  margin-top: var(--footer-gutter);
}

.c-footer__link {
  text-decoration: none;
}
.c-footer__link:hover {
  text-decoration: underline;
}

.c-footer__footer {
  font-size: 0.75rem;
  background-color: var(--color-black-pearl);
  margin-top: var(--footer-gutter);
  padding: 1.6875rem 0;
}
.c-footer__footer .c-footer__items {
  color: var(--color-white);
}
.c-footer__footer .c-footer__item {
  display: inline-block;
}
.c-footer__footer .c-footer__item + .c-footer__item::before {
  content: "- ";
}

/**
* MQ
*/
@media (min-width: 62em) {
  .c-footer__columns {
    flex-direction: row;
    align-items: flex-start;
  }
  .c-footer__column {
    flex: 0 0 25%;
  }
  .c-footer__column--home {
    display: block;
  }
}
.c-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 31.25rem;
  max-height: 112.5rem;
  height: calc(95vh - var(--header-height));
}

.c-hero__background {
  width: 100%;
  height: 100%;
}

.c-hero__foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-hero__title {
  opacity: 1;
  transition: opacity 600ms ease-out 0s;
  animation-delay: 300ms;
}

@media print {
  .c-hero {
    min-height: unset;
    max-height: unset;
    height: unset;
  }
  .c-hero__background {
    display: none;
  }
  .c-hero__foreground {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }
}
.c-title {
  font-family: "Neucha", sans-serif;
  position: relative;
  color: var(--color-yellow);
  line-height: 1;
  text-transform: uppercase;
  font-size: 3.125rem;
  text-align: right;
}
@supports (font-size: clamp(3.125rem, max(21.4285714286px, 1px) + 7.1428571429vw, 5.625rem)) {
  .c-title {
    font-size: clamp(3.125rem, max(21.4285714286px, 1px) + 7.1428571429vw, 5.625rem);
  }
}
.c-title:after {
  content: "!";
  position: absolute;
  display: block;
  right: -0.3em;
  top: -0.15em;
  font-size: 2.5em;
  font-style: normal;
  text-transform: none;
  z-index: 0;
}

.c-title__top {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.c-title__bottom {
  display: block;
  font-weight: 800;
}

.c-title__top, .c-title__bottom, .c-title::after {
  animation-duration: 450ms;
  animation-name: bounceIn;
  animation-fill-mode: both;
  animation-delay: 300ms;
  will-change: transform, opacity;
}

.c-title__bottom {
  animation-delay: 360ms;
}

.c-title::after {
  animation-delay: 390ms;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  80% {
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.c-card {
  --card-padding: 1em;
  --card-border-width: 0.0625rem;
  --card-border-radius: 1em;
  border-style: solid;
  border-color: var(--color-black);
  border-width: var(--card-border-width);
  border-radius: var(--card-border-radius);
  font-size: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.c-card__image {
  width: 100%;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}

.c-card__body {
  padding: var(--card-padding);
  flex: 1 1 auto;
}

.c-card__title {
  font-size: 1.25em;
  font-weight: 900;
}
.c-card__title .c-card__link {
  text-decoration: none;
}

.c-card__icon-top {
  position: absolute;
  top: -0.3125rem;
  color: var(--color-yellow);
}

.c-card--interactive:not(.c-card--overlay) {
  box-shadow: 0 0 0.3125rem rgba(15, 23, 42, 0);
  transition: box-shadow 300ms ease-out 0s, transform 300ms ease-out 0s;
  will-change: transform;
}
.c-card--interactive:not(.c-card--overlay):hover {
  transform: translate3d(0, -0.3125rem, 0);
  box-shadow: 0 0.125rem 0.625rem rgba(15, 23, 42, 0.2);
}

.c-card--offer .c-card__footer {
  display: none;
}
@media (min-width: 62em) {
  .c-card--offer {
    flex-direction: row;
    align-items: center;
  }
  .c-card--offer .c-card__footer {
    flex: 0 0 auto;
    display: block;
    text-align: right;
    padding: var(--card-padding);
  }
}

.c-card--post {
  --card-border-width: 0px;
  --card-border-radius: 0px;
}
.c-card--post .c-card__body {
  padding-left: 0;
  padding-right: 0;
}
.c-card--post .c-card__image {
  border-radius: 0;
  clip-path: url(#clip-path-rectangle);
}
.c-card--post.c-card--interactive:hover {
  box-shadow: none;
}

.c-card--overlay {
  --card-border-width: 0px;
  --card-border-radius: 0px;
}
.c-card--overlay .c-card__body {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  color: var(--color-white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-card--overlay .c-card__body::after {
  background: linear-gradient(0deg, rgba(9, 35, 48, 0.75) 0%, rgba(9, 35, 48, 0.25) 50%, rgba(9, 35, 48, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card--overlay.c-card--interactive {
  cursor: pointer;
  overflow: hidden;
}
.c-card--overlay.c-card--interactive .c-card__image {
  transition: transform 300ms ease-out 0s;
  will-change: transform;
}
.c-card--overlay.c-card--interactive .c-card__body::after {
  transition: opacity 300ms ease-out 0s;
  will-change: opacity;
}
.c-card--overlay.c-card--interactive:hover .c-card__image {
  transform: scale(1.05);
}
.c-card--overlay.c-card--interactive:hover .c-card__body::after {
  opacity: 0.5;
}

@media print {
  .c-card {
    break-inside: avoid;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  border: 0;
  font: inherit;
  line-height: inherit;
  appearance: none;
  text-transform: none;
  font-size: 1rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 0.8125em 1.375em 0.875em;
  border: 0.0625rem solid currentColor;
  border-radius: 1.875em;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  box-shadow: 0 0 0.3125rem rgba(15, 23, 42, 0);
}
.c-button[aria-disabled=true], .c-button[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.c-button__label {
  flex: 1 1 auto;
  position: relative;
  display: inline-block;
}

.c-button__icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  color: inherit;
  margin-left: 0.375em;
}

.c-button--primary {
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
  color: var(--color-black-pearl);
}

.c-button--secondary {
  border-color: var(--color-yellow);
}

.c-button--dark {
  border-color: var(--color-black-pearl);
  background-color: var(--color-black-pearl);
  color: var(--color-white);
}

.c-button--white {
  border-color: var(--color-black-pearl);
  background-color: var(--color-white);
  color: var(--color-black-pearl);
}

.c-button--icon {
  padding: 0.5em;
  border-radius: 50%;
}
.c-button--icon .c-button__icon {
  display: block;
  margin: 0;
}

.c-button.c-button--link {
  display: inline-block;
  color: inherit;
  border-radius: 0;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  transition: none;
}
.c-button.c-button--link:hover {
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.c-button.c-button--link:active {
  transform: none;
  box-shadow: none;
}
.c-button.c-button--link[hidden] {
  display: none;
}

.c-button {
  cursor: pointer;
  transition: box-shadow 300ms ease-out 0s, transform 300ms ease-out 0s;
}
.c-button:hover {
  text-decoration: none;
  transform: translate3d(0, -0.125rem, 0);
  box-shadow: 0 0.125rem 0.625rem rgba(15, 23, 42, 0.2);
}
.c-button:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0s;
  box-shadow: 0 0 0.3125rem rgba(15, 23, 42, 0);
}

@media print {
  .c-button {
    break-inside: avoid;
  }
}
.c-figure {
  display: block;
  max-width: 100%;
  margin: 0;
  line-height: 0;
}

.c-figure__picture {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.c-figure__image {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.c-figure__inner {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.c-figure__shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-figure--circle .c-figure__image {
  clip-path: url(#clip-path-circle);
}

.c-figure--circle.c-figure--shape {
  padding-top: 5%;
  padding-left: 9%;
  padding-bottom: 3%;
}
.c-figure--circle.c-figure--shape .c-figure__shape {
  z-index: 1;
  background-color: currentColor;
  transform-origin: right center;
  transform: scale(1.1);
  clip-path: url(#clip-path-circle);
}

.c-figure--rectangle .c-figure__image {
  clip-path: url(#clip-path-rectangle);
}

.c-figure--embed .c-figure__inner {
  width: 100%;
}
.c-figure--embed .c-figure__embed {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.c-figure--embed .c-figure__embed > * {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  overflow: hidden;
  margin: 0;
}

@media print {
  .c-figure {
    break-inside: avoid;
  }
}
.c-key {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
@supports (font-size: clamp(1rem, max(14.5714285714px, 1px) + 0.3571428571vw, 1.125rem)) {
  .c-key {
    font-size: clamp(1rem, max(14.5714285714px, 1px) + 0.3571428571vw, 1.125rem);
  }
}

.c-key__icon {
  color: var(--color-yellow);
  font-size: 5em;
}
.c-key__icon + * {
  margin-top: 1.25rem;
}

.c-key__richtext + * {
  margin-top: 0;
}

.c-key__title {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Neucha", sans-serif;
}

.c-page {
  --page-header-gutter: 2.5rem;
  --page-header-translate: calc((50vw - 20px));
}
@media (min-width: 36em) {
  .c-page {
    --page-header-translate: 8.4375rem;
  }
}
@media (min-width: 48em) {
  .c-page {
    --page-header-translate: 11.25rem;
  }
}
@media (min-width: 62em) {
  .c-page {
    --page-header-translate: 15rem;
  }
}
@media (min-width: 75em) {
  .c-page {
    --page-header-translate: 17.8125rem;
  }
}
@media (min-width: 87.5em) {
  .c-page {
    --page-header-translate: 20.625rem;
  }
}

.c-page__header {
  text-align: center;
  padding-top: calc(var(--header-height) + var(--page-header-gutter));
  background-color: var(--color-sand);
  color: var(--color-black);
}

.c-page__heading {
  padding-top: var(--page-header-gutter);
  padding-bottom: calc(var(--page-header-gutter) * 2);
}

.c-page__title {
  font-size: 1.875rem;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
@supports (font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem)) {
  .c-page__title {
    font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem);
  }
}

.c-page__body {
  padding-top: var(--page-header-gutter);
  padding-bottom: var(--page-header-gutter);
}

@media (min-width: 62em) {
  .c-page__introduction {
    max-width: 50%;
  }
}

@media (min-width: 36em) {
  .c-page__breadcrumb {
    text-align: left;
  }
}
.c-page--banner .c-page__header {
  padding-bottom: 0;
}
.c-page--banner .c-page__heading {
  padding-bottom: var(--page-header-gutter);
}
.c-page--banner .c-page__body {
  padding-top: var(--page-header-translate);
}
.c-page--banner .c-page__introduction {
  margin-top: calc(-0.25 * var(--page-header-translate));
}
@media (min-width: 62em) {
  .c-page--banner .c-page__introduction {
    margin-top: calc(-1 * var(--page-header-translate));
    padding-top: var(--page-header-gutter);
    padding-right: var(--page-header-gutter);
  }
}
.c-page--banner .c-banner__illustration {
  margin-bottom: calc(-1 * var(--page-header-translate));
}

.c-page__header, .c-page__hero {
  position: relative;
}

.c-page__separator {
  background: transparent;
  position: relative;
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
.c-page__separator::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 100rem;
  height: 100%;
  transform: translate(-50%, 2px);
  clip-path: url(#clip-path-separator);
  background: var(--color-white);
}

.c-page--homepage .c-page__body {
  padding-top: 0;
}
.c-page--homepage .c-page__separator {
  position: absolute;
  bottom: 0;
}
.c-page--homepage .c-page__separator::after {
  background: var(--color-blue-sky);
}

@media print {
  .c-page__separator {
    display: none;
  }
}
.c-banner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 1.25rem;
}

.c-banner__text {
  flex: 1 1 auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c-banner__illustration {
  flex: 1 1 auto;
}

@media (min-width: 48em) {
  .c-banner--split {
    flex-direction: row;
  }
  .c-banner--split .c-banner__text {
    width: 50%;
    flex-shrink: 1;
  }
  .c-banner--split .c-banner__illustration {
    align-self: end;
    width: 50%;
    flex-shrink: 0;
    text-align: right;
  }
}
.c-breadcrumb {
  font-size: 0.875rem;
}

.c-breadcrumb__items {
  display: block;
}

.c-breadcrumb__item {
  display: none;
}
.c-breadcrumb__item::before, .c-breadcrumb__item::after {
  margin-right: 0.5ch;
  margin-left: 0.5ch;
}
.c-breadcrumb__item::before {
  content: "‹";
  display: inline-block;
}
.c-breadcrumb__item::after {
  content: "›";
  display: none;
}
.c-breadcrumb__item:nth-last-child(2) {
  display: inline-block;
}

.c-breadcrumb__link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.c-breadcrumb__link:hover {
  text-decoration: none;
}
.c-breadcrumb__item--current .c-breadcrumb__link {
  text-decoration: none;
}

/**
* Media queries
*/
@media (min-width: 36em) {
  .c-breadcrumb__item {
    display: inline-block;
  }
  .c-breadcrumb__item::before {
    display: none;
  }
  .c-breadcrumb__item::after {
    display: inline-block;
  }
  .c-breadcrumb__item--current::after {
    display: none;
  }
}
.c-details {
  position: relative;
}

.c-details__summary {
  overflow: hidden;
  padding: 10px 25px 10px 0;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  color: var(--color-gold);
}
.c-details__summary::-webkit-details-marker {
  display: none;
}
.c-details__summary::marker {
  font-size: 0;
}
.c-details__summary::before {
  display: none;
}
.c-details__summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-gold);
}
@supports (clip-path: url(#clip-path-line)) and (not (-ms-ime-align: auto)) {
  .c-details__summary::after {
    border-radius: 0;
    height: 0.4375rem;
    clip-path: url(#clip-path-line);
  }
}

.c-details__richtext {
  padding-bottom: 1.25rem;
}

@media print {
  .c-details {
    break-inside: avoid;
  }
}
.c-offer {
  --offer-gutter: 1.25rem;
}

.c-offer__aside {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.625rem rgba(15, 23, 42, 0.2);
  border-radius: 0.5em;
}

.c-offer__separator {
  color: var(--color-yellow);
}

@media (max-width: 61.99em) {
  .c-offer__aside {
    display: none;
  }
}
@media (min-width: 62em) {
  .c-offer__bar {
    display: none;
  }
  .c-offer__content {
    display: flex;
    gap: var(--offer-gutter);
  }
  .c-offer__body {
    flex: 1;
  }
  .c-offer__aside {
    position: sticky;
    top: calc(var(--header-height) + var(--offer-gutter));
    height: 100%;
    flex: 0 0 25%;
    min-width: 16.25rem;
    text-align: center;
  }
}
@media print {
  .c-offer__aside {
    position: static;
  }
}
.c-filters {
  scroll-margin-top: calc(var(--header-height) + 1.25rem);
}

@media (max-width: 35.99em) {
  .c-filters__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .c-filters__modal[aria-hidden=true] {
    display: none;
  }
  .c-filters__content {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 7;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
  }
  /*.c-filters__header {
      display: flex;
      flex-shrink: 0;
  }
  .c-filters__close {
      margin-left: auto;
  }*/
  .c-filters__body {
    flex: 1 1 auto;
    overflow-y: auto;
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .c-filters__footer {
    flex-shrink: 0;
  }
  .c-filters__content {
    animation: fade-in 300ms ease-out both;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
  }
}
@media (min-width: 36em) {
  .c-filters__header,
  .c-filters__footer,
  .c-filters__bar {
    display: none;
  }
}
.c-filter {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bolder;
  text-align: center;
  align-items: center;
  color: inherit;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  box-shadow: 0 0 0.3125rem rgba(15, 23, 42, 0);
  user-select: none;
}

.c-filter__input {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-filter__label {
  display: block;
  padding: 0.375rem 0.75rem;
  border: 0.0714285714em solid var(--color-gray);
  border-radius: 0.7142857143em;
}

.c-filter__input:checked + .c-filter__label {
  color: var(--color-blue);
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
}

.c-filter__input.focus-visible + .c-filter__label {
  outline: 0.125rem solid var(--color-yellow);
  outline-offset: 0.0625rem;
}

.c-filter {
  transition: transform 300ms ease-out 0s;
  will-change: transform;
}
.c-filter:hover {
  transform: translateY(-0.0625rem);
}

.c-bar {
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.3);
}

.c-bar--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media print {
  .c-bar {
    display: none;
  }
}
.c-slider__main {
  --slider-gutter: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.c-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease-out;
  box-sizing: content-box;
}

.c-slider--horizontal {
  touch-action: pan-y;
}

.c-slider--android .c-slider__slide,
.c-slider--ios .c-slider__slide,
.c-slider__wrapper {
  transform: translate3d(0px, 0, 0);
}

.c-slider__slide-invisible-blank {
  visibility: hidden;
}

.c-slider__slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  padding: var(--slider-gutter);
}

.c-slider--backface-hidden .c-slider__slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-slider--grid > .c-slider__wrapper {
  flex-wrap: wrap;
}

.c-slider--grid-column > .c-slider__wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.c-slider__controls {
  text-align: center;
  user-select: none;
}

.c-slider__control {
  display: inline-block;
  width: auto;
  padding: 0.3125rem;
}
.c-slider__control--disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

.c-slider__icon {
  font-size: 2.5rem;
}

.c-slider--sectors .c-slider__main:not(.c-slider--initialized) {
  opacity: 0;
  aspect-ratio: 800/333;
}
@media (min-width: 62em) {
  .c-slider--sectors .c-slider__main:not(.c-slider--initialized) {
    aspect-ratio: 646/430;
  }
}
@media (min-width: 75em) {
  .c-slider--sectors .c-slider__main:not(.c-slider--initialized) {
    aspect-ratio: 777/432;
  }
}
@media (min-width: 87.5em) {
  .c-slider--sectors .c-slider__main:not(.c-slider--initialized) {
    aspect-ratio: 908/363;
  }
}
.c-slider--sectors .c-slider__slide {
  max-width: 50rem;
}
.c-slider--sectors .c-slider__controls {
  display: flex;
  justify-content: right;
}
@media (min-width: 62em) {
  .c-slider--sectors .c-slider__controls {
    position: absolute;
    right: 1.25rem;
    bottom: 0;
  }
}

@media print {
  .c-slider__slide {
    max-width: 50% !important;
  }
}
.c-summary {
  position: relative;
  font-size: 1.25rem;
  font-family: "Neucha", sans-serif;
  z-index: 1;
}

.c-summary__items {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}

.c-summary__item {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.c-summary__item + .c-summary__item {
  margin-left: 1.25rem;
}

.c-summary__link {
  position: relative;
  display: block;
  padding: 0.625rem 0;
  max-width: 9.375rem;
  text-decoration: none;
  transition: transform 300ms ease-out;
}
.c-summary__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.25rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: var(--color-black-pearl);
  opacity: 0;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
@supports (clip-path: url(#clip-path-underline)) and (not (-ms-ime-align: auto)) {
  .c-summary__link::after {
    border-radius: 0;
    height: 0.3125rem;
    clip-path: url(#clip-path-underline);
  }
}
.c-summary__link:hover::after {
  opacity: 1;
}
.c-summary__link.is-active {
  position: relative;
  font-weight: 800;
}
.c-summary__link.is-active::after {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

@media (min-width: 62em) {
  .c-summary--sticky {
    position: sticky;
    top: 6.25rem;
    font-size: 1.5625rem;
  }
  .c-summary--sticky .c-summary__items {
    display: block;
    overflow-x: visible;
  }
  .c-summary--sticky .c-summary__item {
    margin-left: 0;
  }
  .c-summary--sticky .c-summary__link {
    max-width: 100%;
  }
  .c-summary--sticky .c-summary__link::after {
    width: 6.25rem;
  }
}

@media print {
  .c-summary {
    display: none;
  }
}
.c-blockquote {
  padding: 2rem 0 2rem 0;
  background: var(--color-blue);
}
@media (max-width: 61.99em) {
  .c-blockquote {
    padding: 1rem 0 1rem 0;
  }
}

.c-blockquote__text {
  font-style: italic;
  margin-top: 1rem;
  text-align: right;
  color: white;
}

.c-blockquote__icon {
  color: var(--color-yellow);
  position: absolute;
}

.c-blockquote__header {
  text-align: right;
  color: var(--color-yellow);
}
.c-blockquote__header > * {
  display: block;
}

.c-blockquote__title {
  font-style: italic;
  text-transform: uppercase;
}

.c-blockquote__image {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 61.99em) {
  .c-blockquote__image {
    padding: 1rem;
  }
}

.c-timeline {
  display: flex;
  justify-content: center;
}

.c-timeline__items {
  width: 100%;
  list-style-type: none;
  position: relative;
}

.c-timeline__item {
  position: relative;
  padding: 0 0 3.125rem 4.0625rem;
}
.c-timeline__item:last-child {
  margin-bottom: 0;
}
.c-timeline__item::before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: var(--color-blue);
  z-index: 0;
  width: 0.4125rem;
  left: 1.375rem;
}
.c-timeline__item:last-child::before {
  background-color: transparent;
}

.c-timeline__content {
  padding-top: 0.3125rem;
  margin-bottom: 0.625rem;
  color: var(--color-blue);
}

.c-timeline__step {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-blue);
  border-radius: 50%;
  z-index: 1;
  width: 3.125rem;
  height: 3.125rem;
}
.c-timeline__step::before {
  content: "";
  position: absolute;
  background-color: var(--color-blue);
  border-radius: 50%;
  z-index: -1;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid var(--color-white);
}

.c-timeline__number {
  color: var(--color-white);
  font-size: 0.9375rem;
}

@media (min-width: 48em) {
  .c-timeline__content {
    padding-top: 0.625rem;
  }
  .c-timeline__number {
    font-size: 1.5625rem;
  }
  .c-timeline__item {
    padding: 0 0 4.375rem 7.5rem;
  }
  .c-timeline__item::before {
    width: 0.625rem;
    left: 2.1875rem;
  }
  .c-timeline__step {
    width: 5rem;
    height: 5rem;
  }
  .c-timeline__step::before {
    width: 4.0625rem;
    height: 4.0625rem;
    border: 0.3125rem solid var(--color-white);
  }
}
.c-dropdown {
  position: relative;
  user-select: none;
}

.c-dropdown__control {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-dropdown__items {
  list-style: none;
  background-color: var(--color-black-pearl);
}

.c-dropdown__item {
  display: list-item;
}

.c-dropdown__link {
  text-decoration: none;
  display: block;
}

.c-dropdown__icon {
  margin-left: 0.15em;
  position: relative;
  display: inline-block;
  color: inherit;
  will-change: transform;
  transition: transform 300ms ease-out 0s;
}

.c-dropdown__items[hidden] {
  display: none;
}

.c-dropdown__control[aria-expanded=true] .c-dropdown__icon {
  transform: rotate(90deg);
}

@media (max-width: 74.99em) {
  .c-dropdown__items.is-transitioning {
    height: 0;
    overflow: hidden;
    will-change: height;
    transition: height 300ms ease-out 0s;
  }
}
@media (min-width: 75em) {
  .c-dropdown__items {
    display: block;
    background-color: var(--color-blue);
    border-radius: 0.5rem;
    position: absolute;
    white-space: nowrap;
    top: 100%;
    box-shadow: 0 0 0.3125rem rgba(14, 49, 66, 0.5);
  }
  .c-dropdown__items.is-transitioning {
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 300ms ease-out 0s, transform 300ms ease-out 0s;
  }
  .c-dropdown__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/**
* Scopes
*/
.s-richtext {
  font-size: 1rem;
  font-weight: 300;
  white-space: initial;
}
@supports (font-size: clamp(1rem, max(14.5714285714px, 1px) + 0.3571428571vw, 1.125rem)) {
  .s-richtext {
    font-size: clamp(1rem, max(14.5714285714px, 1px) + 0.3571428571vw, 1.125rem);
  }
}
.s-richtext > * {
  margin-top: 0;
  margin-bottom: 0;
}
.s-richtext > * + * {
  margin-top: 1em;
}
.s-richtext h1 + h2,
.s-richtext h2 + h3,
.s-richtext h3 + h4,
.s-richtext h4 + h5,
.s-richtext h5 + h6 {
  margin-top: 0.25em;
}
.s-richtext h1, .s-richtext .u-h1 {
  font-size: 1.875rem;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
@supports (font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem)) {
  .s-richtext h1, .s-richtext .u-h1 {
    font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem);
  }
}
.s-richtext h2, .s-richtext .u-h2 {
  font-size: 1.75rem;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@supports (font-size: clamp(1.75rem, max(13.7142857143px, 1px) + 3.5714285714vw, 3rem)) {
  .s-richtext h2, .s-richtext .u-h2 {
    font-size: clamp(1.75rem, max(13.7142857143px, 1px) + 3.5714285714vw, 3rem);
  }
}
.s-richtext h3, .s-richtext .u-h3 {
  font-size: 1.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.5rem, max(12.5714285714px, 1px) + 2.8571428571vw, 2.5rem)) {
  .s-richtext h3, .s-richtext .u-h3 {
    font-size: clamp(1.5rem, max(12.5714285714px, 1px) + 2.8571428571vw, 2.5rem);
  }
}
.s-richtext h4, .s-richtext .u-h4 {
  font-size: 1.25rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.25rem, max(11.4285714286px, 1px) + 2.1428571429vw, 2rem)) {
  .s-richtext h4, .s-richtext .u-h4 {
    font-size: clamp(1.25rem, max(11.4285714286px, 1px) + 2.1428571429vw, 2rem);
  }
}
.s-richtext h5, .s-richtext .u-h5 {
  font-size: 1.125rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.125rem, max(13.7142857143px, 1px) + 1.0714285714vw, 1.5rem)) {
  .s-richtext h5, .s-richtext .u-h5 {
    font-size: clamp(1.125rem, max(13.7142857143px, 1px) + 1.0714285714vw, 1.5rem);
  }
}
.s-richtext h6, .s-richtext .u-h6 {
  font-size: 1.125rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.125rem, max(19.4285714286px, 1px) + -0.3571428571vw, 1rem)) {
  .s-richtext h6, .s-richtext .u-h6 {
    font-size: clamp(1.125rem, max(19.4285714286px, 1px) + -0.3571428571vw, 1rem);
  }
}
.s-richtext ol, .s-richtext ul {
  padding-left: 2em;
}
.s-richtext ol > *, .s-richtext ul > * {
  margin-top: 0;
}
.s-richtext ol > * + *, .s-richtext ul > * + * {
  margin-top: 0.5em;
}
.s-richtext li > ul {
  margin-top: 0.5em;
}
.s-richtext ul {
  list-style-type: disc;
}
.s-richtext ol {
  list-style-type: decimal;
}
.s-richtext img, .s-richtext figure {
  margin-left: auto;
  margin-right: auto;
}

.s-richtext--offer h2, .s-richtext--offer h3, .s-richtext--offer h4, .s-richtext--offer h5 {
  font-family: "Muli", sans-serif;
}
.s-richtext--offer h2 {
  font-size: 1.625rem;
  font-weight: 900;
}
.s-richtext--offer h3 {
  font-size: 1.125rem;
}
.s-richtext--offer h3 + * {
  margin-top: 0.25em;
}

.s-richtext--post .s-richtext-action {
  text-align: center;
}
.s-richtext--post h2 *, .s-richtext--post h3 *, .s-richtext--post h4 *, .s-richtext--post h5 * {
  font-weight: inherit;
}

.s-richtext-action {
  text-align: center;
}
@media (min-width: 62em) {
  .s-richtext-action {
    text-align: left;
  }
}

/**
* Utils
*/
.u-h1 {
  font-size: 1.875rem;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}
@supports (font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem)) {
  .u-h1 {
    font-size: clamp(1.875rem, max(11.4285714286px, 1px) + 4.6428571429vw, 3.5rem);
  }
}

.u-h2 {
  font-size: 1.75rem;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@supports (font-size: clamp(1.75rem, max(13.7142857143px, 1px) + 3.5714285714vw, 3rem)) {
  .u-h2 {
    font-size: clamp(1.75rem, max(13.7142857143px, 1px) + 3.5714285714vw, 3rem);
  }
}

.u-h3 {
  font-size: 1.5rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.5rem, max(12.5714285714px, 1px) + 2.8571428571vw, 2.5rem)) {
  .u-h3 {
    font-size: clamp(1.5rem, max(12.5714285714px, 1px) + 2.8571428571vw, 2.5rem);
  }
}

.u-h4 {
  font-size: 1.25rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.25rem, max(11.4285714286px, 1px) + 2.1428571429vw, 2rem)) {
  .u-h4 {
    font-size: clamp(1.25rem, max(11.4285714286px, 1px) + 2.1428571429vw, 2rem);
  }
}

.u-h5 {
  font-size: 1.125rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.125rem, max(13.7142857143px, 1px) + 1.0714285714vw, 1.5rem)) {
  .u-h5 {
    font-size: clamp(1.125rem, max(13.7142857143px, 1px) + 1.0714285714vw, 1.5rem);
  }
}

.u-h6 {
  font-size: 1.125rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@supports (font-size: clamp(1.125rem, max(19.4285714286px, 1px) + -0.3571428571vw, 1rem)) {
  .u-h6 {
    font-size: clamp(1.125rem, max(19.4285714286px, 1px) + -0.3571428571vw, 1rem);
  }
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

@media (min-width: 36em) {
  .u-1\/1\@sm {
    width: 100% !important;
  }
}
@media (min-width: 36em) {
  .u-1\/2\@sm {
    width: 50% !important;
  }
}
@media (min-width: 36em) {
  .u-2\/2\@sm {
    width: 100% !important;
  }
}
@media (min-width: 36em) {
  .u-1\/3\@sm {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 36em) {
  .u-2\/3\@sm {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 36em) {
  .u-3\/3\@sm {
    width: 100% !important;
  }
}
@media (min-width: 36em) {
  .u-1\/4\@sm {
    width: 25% !important;
  }
}
@media (min-width: 36em) {
  .u-2\/4\@sm {
    width: 50% !important;
  }
}
@media (min-width: 36em) {
  .u-3\/4\@sm {
    width: 75% !important;
  }
}
@media (min-width: 36em) {
  .u-4\/4\@sm {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .u-1\/1\@md {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .u-1\/2\@md {
    width: 50% !important;
  }
}
@media (min-width: 48em) {
  .u-2\/2\@md {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .u-1\/3\@md {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 48em) {
  .u-2\/3\@md {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 48em) {
  .u-3\/3\@md {
    width: 100% !important;
  }
}
@media (min-width: 48em) {
  .u-1\/4\@md {
    width: 25% !important;
  }
}
@media (min-width: 48em) {
  .u-2\/4\@md {
    width: 50% !important;
  }
}
@media (min-width: 48em) {
  .u-3\/4\@md {
    width: 75% !important;
  }
}
@media (min-width: 48em) {
  .u-4\/4\@md {
    width: 100% !important;
  }
}
@media (min-width: 62em) {
  .u-1\/1\@lg {
    width: 100% !important;
  }
}
@media (min-width: 62em) {
  .u-1\/2\@lg {
    width: 50% !important;
  }
}
@media (min-width: 62em) {
  .u-2\/2\@lg {
    width: 100% !important;
  }
}
@media (min-width: 62em) {
  .u-1\/3\@lg {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 62em) {
  .u-2\/3\@lg {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 62em) {
  .u-3\/3\@lg {
    width: 100% !important;
  }
}
@media (min-width: 62em) {
  .u-1\/4\@lg {
    width: 25% !important;
  }
}
@media (min-width: 62em) {
  .u-2\/4\@lg {
    width: 50% !important;
  }
}
@media (min-width: 62em) {
  .u-3\/4\@lg {
    width: 75% !important;
  }
}
@media (min-width: 62em) {
  .u-4\/4\@lg {
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  .u-1\/1\@xl {
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  .u-1\/2\@xl {
    width: 50% !important;
  }
}
@media (min-width: 75em) {
  .u-2\/2\@xl {
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  .u-1\/3\@xl {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 75em) {
  .u-2\/3\@xl {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 75em) {
  .u-3\/3\@xl {
    width: 100% !important;
  }
}
@media (min-width: 75em) {
  .u-1\/4\@xl {
    width: 25% !important;
  }
}
@media (min-width: 75em) {
  .u-2\/4\@xl {
    width: 50% !important;
  }
}
@media (min-width: 75em) {
  .u-3\/4\@xl {
    width: 75% !important;
  }
}
@media (min-width: 75em) {
  .u-4\/4\@xl {
    width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .u-1\/1\@xxl {
    width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .u-1\/2\@xxl {
    width: 50% !important;
  }
}
@media (min-width: 87.5em) {
  .u-2\/2\@xxl {
    width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .u-1\/3\@xxl {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 87.5em) {
  .u-2\/3\@xxl {
    width: 66.6666666667% !important;
  }
}
@media (min-width: 87.5em) {
  .u-3\/3\@xxl {
    width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .u-1\/4\@xxl {
    width: 25% !important;
  }
}
@media (min-width: 87.5em) {
  .u-2\/4\@xxl {
    width: 50% !important;
  }
}
@media (min-width: 87.5em) {
  .u-3\/4\@xxl {
    width: 75% !important;
  }
}
@media (min-width: 87.5em) {
  .u-4\/4\@xxl {
    width: 100% !important;
  }
}
.u-color-blue {
  color: var(--color-blue);
}

.u-color-blue-sky {
  color: var(--color-blue-sky);
}

.u-background-blue {
  background-color: var(--color-blue);
}

.u-background-blue-sky {
  background-color: var(--color-blue-sky);
}

.u-background-white {
  background-color: var(--color-white);
}

.u-background-yellow {
  background-color: var(--color-yellow);
}

.u-color-white {
  color: var(--color-white);
}

.u-background-color-banner-2024 {
  background-color: #1a658d;
}

.u-hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.u-hidden-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 62em) {
  .u-hidden\@lg {
    display: none !important;
  }
}
.u-hidden-overflow {
  overflow: hidden;
}

.u-stretched-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

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

.u-text-tag {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.u-text-small {
  line-height: 1.3;
  font-size: 0.8em;
}

.u-text-bold {
  font-weight: 800;
}

.u-text-fantasy {
  font-family: "Neucha", sans-serif !important;
  font-weight: 300 !important;
}

.u-margin-top {
  margin-top: 1.25rem;
}

.u-margin-top-2x {
  margin-top: 2.5rem;
}

.u-padding-vertical {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.u-padding-vertical-2x {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.u-padding-top-2x {
  padding-top: 2.5rem;
}

.u-padding-bottom {
  padding-bottom: 1.25rem;
}

.u-skip-content {
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-500%);
}
.u-skip-content:focus {
  transform: translateX(-50%) translateY(0);
}

@media print {
  .u-skip-content {
    display: none !important;
  }
}
.u-position-relative {
  position: relative;
}

/**
 * Vendors
 */
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  box-sizing: content-box;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*# sourceMappingURL=app.output.css.map */
