@charset "UTF-8";
@font-face {
  font-family: "GeneralSansVariable";
  src: url("../fonts/GeneralSansVariable//GeneralSans-Variable.ttf"), url("../fonts/GeneralSansVariable//GeneralSans-Variable.woff2") format("woff2");
  font-weight: auto;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans-VariableItalic";
  src: url("../fonts/GeneralSansVariable//GeneralSans-VariableItalic.ttf"), url("../fonts/GeneralSansVariable//GeneralSans-VariableItalic.woff2") format("woff2");
  font-weight: auto;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../fonts/ClashDisplay-Variable//ClashDisplay-Variable.ttf"), url("../fonts/ClashDisplay-Variable//ClashDisplay-Variable.woff2") format("woff2");
  font-weight: auto;
  font-style: normal;
  font-display: swap;
}
/* BACKEND BASE */
html {
  --body-font-size: 16px;
  --page-title-font-size: 96px;
  --section-title-font-size: 48px;
  --subtitle-font-size: 28px;
  --big-link-title-font-size: 24px;
  --post-title-font-size: 48px;
  --hero-title-font-size: 24px;
  --card-title-font-size: 24px;
  --header-font-size: 12px;
  --microcopy-font-size: 14px;
  --menu-font-size: 18px;
  --submenu-font-size: 14px;
  --caption-font-size: 12px;
  --card-body-font-size: 14px;
  --box-body-font-size: 14px;
  --box-title-font-size: 28px;
  --lead-font-size: 28px;
  --highlight-font-size: 48px;
  --highlight-small-font-size: 24px;
  --body-line-height: 1.5em;
  --decorative-line-height: 1.2em;
  --caps-line-height: 1em;
}

html {
  --site-header-logo-height: 73px;
  --box-min-height: 300px;
  --heading-text-max-width: 600px;
  --column-max-width: 996px; /* maksymalna szerokość kolumny w main - dotyczy bloków które nie sa full-width */
  --card-min-width: 250px;
  --small-link-min-width: 300px;
  --big-link-min-width: 400px;
  --large-image-min-width: 600px;
  --grid-gutter: 24px;
  --grid-column-number: 12;
  --grid-page-margin: 48px;
  --padding-small: 12px;
  --padding-box: 24px;
  --padding-large: 48px; /* w big-linkach */
  --section-top-margin: 96px;
  --section-bottom-margin: 48px;
  --vertical-spacing-tiny: 9px;
  --vertical-spacing-box: 12px;
  --vertical-spacing-basic: 24px;
  --vertical-spacing-large: 96px;
  --vertical-spacing-section: 48px;
  --horizontal-spacing-tiny: 9px;
  --horizontal-spacing-basic: 24px;
  --button-corner-radius: 48px;
  --box-corner-radius: 0px;
}
@media screen and (max-width: 900px) {
  html {
    --site-header-logo-height: 73px;
    --box-min-height: 300px;
    --heading-text-max-width: 600px;
    --column-max-width: 996px;
    --card-min-width: 250px;
    --small-link-min-width: 150px;
    --big-link-min-width: 300px;
    --large-image-min-width: 300px;
    --grid-gutter: 24px;
    --grid-column-number: 4;
    --grid-page-margin: 24px;
    --padding-small: 12px;
    --padding-box: 24px;
    --padding-large: 24px;
    --section-top-margin: 48px;
    --section-bottom-margin: 24px;
    --vertical-spacing-tiny: 9px;
    --vertical-spacing-box: 12px;
    --vertical-spacing-basic: 24px;
    --vertical-spacing-large: 48px;
    --vertical-spacing-section: 36px;
    --horizontal-spacing-tiny: 6px;
    --horizontal-spacing-basic: 18px;
    --button-corner-radius: 48px;
    --box-corner-radius: 0px;
  }
}

html {
  --global-unit: 24px;
  --small-unit: 12px;
}

.color-mode--light {
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #ECE7E4;
  --superskrypt-color--vivid-inversed: #34CB6A;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--dark {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--dedale {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #2B7758;
  --superskrypt-color--vivid-inversed: #371923;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--comet {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #4040AC;
  --superskrypt-color--vivid-inversed: #371923;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--eupraxie {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #AD4847;
  --superskrypt-color--vivid-inversed: #371923;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--iccare-lab {
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #ECE7E4;
  --superskrypt-color--vivid-inversed: #ECE7E4;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--themis {
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FFB7AE;
  --superskrypt-color--vivid-inversed: #ECE7E4;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--styx {
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FFE498;
  --superskrypt-color--vivid-inversed: #ECE7E4;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.color-mode--harmonie {
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #CDD5E8;
  --superskrypt-color--vivid-inversed: ;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

html {
  --column-width: calc(calc(min(100vw, var(--column-max-width)) - var(--grid-gutter) * 11) / 12);
  --column-width-percent: calc(calc(min(calc(100% - var(--grid-page-margin) * 2), var(--grid-gutter) ) - var(--grid-gutter) * 11) / 12);
}
@media screen and (max-width: 900px) {
  html {
    --column-width: calc(calc(100vw - 3 * var(--grid-gutter) + 2 * var(--grid-page-margin)) / 4);
    --column-width-percent: calc(calc(100vw - 3 * var(--grid-gutter) + 2 * var(--grid-page-margin)) / 4);
  }
}
/* === All Blocks === */
/* === Cards === */
/* padding dla boksa z tekstami pod zdjęciem */
/* === Auto Cards Filters === */
/* === Blok CTA === */
/* ==== Blok Slider === */
/* === Block Biglinks === */
/* === Blok Gallery === */
/* === Blok Highlight === */
/* === Block Image === */
/* === Blok Lead === */
/* === Quick Links === */
/* === Blok Subheading === */
/* === Blok RichText === */
/* === Site Header === */
/* np. burger, guzik szukaj itd.. */
/* === Menu Burger === */
/* === MENU === */
/* === FOOTER === */
/* SOCIAL MEDIA */
/* === Main Container === */
/* === Page Section === */
/* 
Jeśli któryś z tych bloków jest ostatnim w sekcji, wówczas sekcja nie ma dolnego paddingu
Padding dolny jest ustawiany elementem .html z klasą page-section--last
Do listy powinny być przekazane nazwy klas bloków bez block.
*/
@keyframes mask-animation {
  0% {
    clip-path: url(#mask-i);
  }
  20% {
    clip-path: url(#mask-c);
  }
  40% {
    clip-path: url(#mask-a);
  }
  60% {
    clip-path: url(#mask-r);
  }
  80% {
    clip-path: url(#mask-e);
  }
  100% {
    clip-path: url(#mask-i);
  }
}
@keyframes mask-animation-alternative {
  0% {
    clip-path: url(#mask-a);
  }
  20% {
    clip-path: url(#mask-e);
  }
  40% {
    clip-path: url(#mask-c);
  }
  60% {
    clip-path: url(#mask-i);
  }
  80% {
    clip-path: url(#mask-r);
  }
  100% {
    clip-path: url(#mask-a);
  }
}
@keyframes mask-grow-animation {
  0% {
    -webkit-mask-size: 0%;
  }
  100% {
    -webkit-mask-size: 200%;
  }
}
@keyframes spring {
  1% {
    transform: translateX(-99.5244874053%);
  }
  2% {
    transform: translateX(-98.1917823369%);
  }
  3% {
    transform: translateX(-96.1336501592%);
  }
  4% {
    transform: translateX(-93.4702331832%);
  }
  5% {
    transform: translateX(-90.3105549365%);
  }
  6% {
    transform: translateX(-86.7530573568%);
  }
  7% {
    transform: translateX(-82.8861613384%);
  }
  8% {
    transform: translateX(-78.7888421793%);
  }
  9% {
    transform: translateX(-74.5312125122%);
  }
  10% {
    transform: translateX(-70.1751062695%);
  }
  11% {
    transform: translateX(-65.7746581203%);
  }
  12% {
    transform: translateX(-61.3768736325%);
  }
  13% {
    transform: translateX(-57.0221861626%);
  }
  14% {
    transform: translateX(-52.7449971557%);
  }
  15% {
    transform: translateX(-48.5741971515%);
  }
  16% {
    transform: translateX(-44.5336653512%);
  }
  17% {
    transform: translateX(-40.6427460961%);
  }
  18% {
    transform: translateX(-36.9167010522%);
  }
  19% {
    transform: translateX(-33.3671362903%);
  }
  20% {
    transform: translateX(-30.0024037956%);
  }
  21% {
    transform: translateX(-26.8279772419%);
  }
  22% {
    transform: translateX(-23.8468021308%);
  }
  23% {
    transform: translateX(-21.059620616%);
  }
  24% {
    transform: translateX(-18.4652715259%);
  }
  25% {
    transform: translateX(-16.060966255%);
  }
  26% {
    transform: translateX(-13.8425413268%);
  }
  27% {
    transform: translateX(-11.8046885319%);
  }
  28% {
    transform: translateX(-9.941163632%);
  }
  29% {
    transform: translateX(-8.2449746779%);
  }
  30% {
    transform: translateX(-6.7085510333%);
  }
  31% {
    transform: translateX(-5.3238942249%);
  }
  32% {
    transform: translateX(-4.0827117495%);
  }
  33% {
    transform: translateX(-2.9765349711%);
  }
  34% {
    transform: translateX(-1.9968222302%);
  }
  35% {
    transform: translateX(-1.1350482682%);
  }
  36% {
    transform: translateX(-0.3827810439%);
  }
  37% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes spring-wrapper {
  1% {
    transform: translateX(0%);
  }
  2% {
    transform: translateX(0%);
  }
  3% {
    transform: translateX(0%);
  }
  4% {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(0%);
  }
  6% {
    transform: translateX(0%);
  }
  7% {
    transform: translateX(0%);
  }
  8% {
    transform: translateX(0%);
  }
  9% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(0%);
  }
  11% {
    transform: translateX(0%);
  }
  12% {
    transform: translateX(0%);
  }
  13% {
    transform: translateX(0%);
  }
  14% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(0%);
  }
  17% {
    transform: translateX(0%);
  }
  18% {
    transform: translateX(0%);
  }
  19% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  21% {
    transform: translateX(0%);
  }
  22% {
    transform: translateX(0%);
  }
  23% {
    transform: translateX(0%);
  }
  24% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(0%);
  }
  26% {
    transform: translateX(0%);
  }
  27% {
    transform: translateX(0%);
  }
  28% {
    transform: translateX(0%);
  }
  29% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  31% {
    transform: translateX(0%);
  }
  32% {
    transform: translateX(0%);
  }
  33% {
    transform: translateX(0%);
  }
  34% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
  }
  36% {
    transform: translateX(0%);
  }
  37% {
    transform: translateX(0.2682530157%);
  }
  38% {
    transform: translateX(0.8261143227%);
  }
  39% {
    transform: translateX(1.2986050325%);
  }
  40% {
    transform: translateX(1.6932326254%);
  }
  41% {
    transform: translateX(2.0171812947%);
  }
  42% {
    transform: translateX(2.277290321%);
  }
  43% {
    transform: translateX(2.4800386572%);
  }
  44% {
    transform: translateX(2.6315350057%);
  }
  45% {
    transform: translateX(2.7375127123%);
  }
  46% {
    transform: translateX(2.8033288535%);
  }
  47% {
    transform: translateX(2.8339669435%);
  }
  48% {
    transform: translateX(2.8340427288%);
  }
  49% {
    transform: translateX(2.8078125889%);
  }
  50% {
    transform: translateX(2.7591841006%);
  }
  51% {
    transform: translateX(2.6917283676%);
  }
  52% {
    transform: translateX(2.6086937542%);
  }
  53% {
    transform: translateX(2.5130207009%);
  }
  54% {
    transform: translateX(2.4073573329%);
  }
  55% {
    transform: translateX(2.2940756068%);
  }
  56% {
    transform: translateX(2.1752877713%);
  }
  57% {
    transform: translateX(2.0528629434%);
  }
  58% {
    transform: translateX(1.9284436329%);
  }
  59% {
    transform: translateX(1.8034620666%);
  }
  60% {
    transform: translateX(1.6791561906%);
  }
  61% {
    transform: translateX(1.5565852458%);
  }
  62% {
    transform: translateX(1.436644832%);
  }
  63% {
    transform: translateX(1.3200813919%);
  }
  64% {
    transform: translateX(1.207506062%);
  }
  65% {
    transform: translateX(1.0994078492%);
  }
  66% {
    transform: translateX(0.9961661051%);
  }
  67% {
    transform: translateX(0.8980622806%);
  }
  68% {
    transform: translateX(0.8052909508%);
  }
  69% {
    transform: translateX(0.7179701114%);
  }
  70% {
    transform: translateX(0.6361507502%);
  }
  71% {
    transform: translateX(0.5598257082%);
  }
  72% {
    transform: translateX(0.4889378448%);
  }
  73% {
    transform: translateX(0.4233875306%);
  }
  74% {
    transform: translateX(0.3630394897%);
  }
  75% {
    transform: translateX(0.3077290203%);
  }
  76% {
    transform: translateX(0.2572676218%);
  }
  77% {
    transform: translateX(0.2114480586%);
  }
  78% {
    transform: translateX(0.1700488923%);
  }
  79% {
    transform: translateX(0.1328385153%);
  }
  80% {
    transform: translateX(0.0995787155%);
  }
  81% {
    transform: translateX(0.0700278069%);
  }
  82% {
    transform: translateX(0.0439433559%);
  }
  83% {
    transform: translateX(0.0210845348%);
  }
  84% {
    transform: translateX(0.0012141325%);
  }
  85% {
    transform: translateX(-0.0158997482%);
  }
  86% {
    transform: translateX(-0.0304822792%);
  }
  87% {
    transform: translateX(-0.0427507545%);
  }
  88% {
    transform: translateX(-0.0529136717%);
  }
  89% {
    transform: translateX(-0.0611700226%);
  }
  90% {
    transform: translateX(-0.0677087707%);
  }
  91% {
    transform: translateX(-0.0727084951%);
  }
  92% {
    transform: translateX(-0.0763371801%);
  }
  93% {
    transform: translateX(-0.078752132%);
  }
  94% {
    transform: translateX(-0.0801000072%);
  }
  95% {
    transform: translateX(-0.0805169346%);
  }
  96% {
    transform: translateX(-0.0801287195%);
  }
  97% {
    transform: translateX(-0.0790511137%);
  }
  98% {
    transform: translateX(-0.0773901422%);
  }
  99% {
    transform: translateX(-0.0752424743%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes unspring {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes font-animate-in {
  0% {
    font-variation-settings: "wght" 400;
  }
  100% {
    font-variation-settings: "wght" 700;
  }
}
@keyframes font-animate-out {
  0% {
    font-variation-settings: "wght" 700;
  }
  100% {
    font-variation-settings: "wght" 400;
  }
}
@keyframes logo-hover-animation-in {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes logo-hover-animation-out {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
/* === Blok Lead === */
/* === Blok Subheading === */
/* === Blok Highlight === */
/* === Blok RichText === */
/* === Blok CTA === */
/* === Quick Links === */
/* === Page Section === */
/* === Site Header === */
/* === MENU === */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-decoration: none;
}

input {
  outline: 0;
}

svg * {
  vector-effect: non-scaling-stroke;
}

* {
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

button {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-neutral-light {
  background-color: #ECE7E4;
}

.bg-neutral-dark {
  background-color: #371923;
}

.bg-black {
  background-color: #000000;
}

.bg-vivid-light {
  background-color: #34CB6A;
}

.bg-vivid-dark {
  background-color: #4040AC;
}

.bg-iccare-lab {
  background-color: #ECE7E4;
}

.bg-themis {
  background-color: #FFB7AE;
}

.bg-styx {
  background-color: #FFE498;
}

.bg-harmonie {
  background-color: #CDD5E8;
}

.bg-dedale {
  background-color: #2B7758;
}

.bg-comet {
  background-color: #4040AC;
}

.bg-eupraxie {
  background-color: #AD4847;
}

.bg-vivid {
  background-color: var(--superskrypt-color--vivid-inversed);
}

.bg-contrast {
  background-color: var(--superskrypt-color--contrast-inversed);
}

.bg-delicate {
  background-color: var(--superskrypt-color--delicate-inversed);
}

.bg-contrast-inversed {
  background-color: var(--superskrypt-color--contrast-inversed-inversed);
}

.bg-delicate-inversed {
  background-color: var(--superskrypt-color--delicate-inversed-inversed);
}

.bg-vivid-inversed {
  background-color: var(--superskrypt-color--vivid-inversed-inversed);
}

.background-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--contrast-inversed);
  opacity: 0.25;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: block;
  font-variant: common-ligatures;
  --superskrypt-color--vivid: #4040AC;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #371923;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #ECE7E4;
  --superskrypt-color--vivid-inversed: #34CB6A;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-size: 18px;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  overscroll-behavior-y: none;
}
body.scroll-locked {
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 16.2px;
  }
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
}
.screen-reader-only.skip-link {
  display: block;
  top: var(--global-unit);
  width: fit-content;
  height: 4.2em !important;
  padding: 1.35em;
  margin: auto;
  line-height: 1.5em;
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
  border: none;
  border-radius: 999px;
  z-index: 9999;
}
.screen-reader-only.skip-link:focus {
  left: var(--global-unit);
}

p {
  margin-bottom: 1em;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

h1, .page-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  h1, .page-title {
    font-size: calc(23.1614457831px + 3.4698795181vw);
  }
}
@media screen and (max-width: 370px) {
  h1, .page-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .page-title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  h1, .page-title {
    font-size: 79.2px;
  }
}

h2, .heading {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  h2, .heading {
    font-size: calc(11.5807228916px + 1.734939759vw);
  }
}
@media screen and (max-width: 370px) {
  h2, .heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .heading {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  h2, .heading {
    font-size: 39.6px;
  }
}

h3, .subheading {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  h3, .subheading {
    font-size: calc(5.7903614458px + 0.8674698795vw);
  }
}
@media screen and (max-width: 370px) {
  h3, .subheading {
    font-size: 9px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .subheading {
    font-size: calc(5.4px + 0.9vw);
  }
}
@media screen and (min-width: 1600px) {
  h3, .subheading {
    font-size: 19.8px;
  }
}

.lead {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (min-width: 1600px) {
  .lead {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 25.2px;
  }
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-body {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-body {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-body {
    font-size: 16.2px;
  }
}

.text-page-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .text-page-title {
    font-size: calc(23.1614457831px + 3.4698795181vw);
  }
}
@media screen and (max-width: 370px) {
  .text-page-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .text-page-title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-page-title {
    font-size: 79.2px;
  }
}

.text-section-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .text-section-title {
    font-size: calc(11.5807228916px + 1.734939759vw);
  }
}
@media screen and (max-width: 370px) {
  .text-section-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .text-section-title {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-section-title {
    font-size: 39.6px;
  }
}

.text-subtitle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .text-subtitle {
    font-size: calc(5.7903614458px + 0.8674698795vw);
  }
}
@media screen and (max-width: 370px) {
  .text-subtitle {
    font-size: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .text-subtitle {
    font-size: calc(5.4px + 0.9vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-subtitle {
    font-size: 19.8px;
  }
}

.text-header {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-header {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-header {
    font-size: 12.6px;
  }
}

.text-lead {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (min-width: 1600px) {
  .text-lead {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-lead {
    font-size: 25.2px;
  }
}

.text-highlight {
  font-family: "GeneralSans-VariableItalic", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
}
@media screen and (min-width: 1600px) {
  .text-highlight {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight {
    font-size: 25.2px;
  }
}

.text-caption {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-caption {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-caption {
    font-size: 10.8px;
  }
}

.text-microcopy {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-microcopy {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-microcopy {
    font-size: 10.8px;
  }
}

.text-link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-link {
    font-size: 10.8px;
  }
}

.text-big-link-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .text-big-link-title {
    font-size: calc(7.7204819277px + 1.156626506vw);
  }
}
@media screen and (max-width: 370px) {
  .text-big-link-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .text-big-link-title {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-big-link-title {
    font-size: 26.4px;
  }
}

.text-card-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
}
@media screen and (min-width: 1600px) {
  .text-card-title {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-title {
    font-size: 18.9px;
  }
}

.text-card-body {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-card-body {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-body {
    font-size: 12.6px;
  }
}

.text-box-body {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-box-body {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-body {
    font-size: 12.6px;
  }
}

.text-box-title {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-box-title {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-title {
    font-size: 16.2px;
  }
}

.text-menu {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
}
@media screen and (min-width: 1600px) {
  .text-menu {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .text-menu {
    font-size: 18.9px;
  }
}

.text-submenu {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-submenu {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-submenu {
    font-size: 12.6px;
  }
}

.text-hero-title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .text-hero-title {
    font-size: calc(7.7204819277px + 1.156626506vw);
  }
}
@media screen and (max-width: 370px) {
  .text-hero-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .text-hero-title {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-hero-title {
    font-size: 26.4px;
  }
}

.text-highlight-small {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-highlight-small {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight-small {
    font-size: 16.2px;
  }
}

.button--primary {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--primary {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--primary {
    font-size: 10.8px;
  }
}
.button--primary .button__label {
  width: auto;
  text-align: left;
}
.button--primary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--primary:focus {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--primary:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
  .button--primary:hover {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--primary:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
.button--primary:active {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--primary:active::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.button--primary-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--primary-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--primary-idle {
    font-size: 10.8px;
  }
}
.button--primary-idle .button__label {
  width: auto;
  text-align: left;
}
.button--primary-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}

.button--secondary {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  border-radius: var(--button-corner-radius);
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .button--secondary {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--secondary {
    font-size: 10.8px;
  }
}
.button--secondary .button__label {
  width: auto;
  text-align: left;
}
.button--secondary::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .button--secondary:hover {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .button--secondary:hover::before {
    background-color: transparent;
    opacity: 0;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--secondary:focus {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast);
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .button--secondary:focus::before {
    background-color: transparent;
    opacity: 0;
  }
}
.button--secondary:active {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.button--secondary:active::before {
  background-color: transparent;
  opacity: 0;
}
.button--secondary-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  border-radius: var(--button-corner-radius);
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .button--secondary-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--secondary-idle {
    font-size: 10.8px;
  }
}
.button--secondary-idle .button__label {
  width: auto;
  text-align: left;
}
.button--secondary-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
}

.button--link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .button--link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--link {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--link {
    font-size: 10.8px;
  }
}
.button--link .button__label {
  width: auto;
  text-align: left;
}
.button--link {
  position: relative;
}
.button--link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--link:focus::before {
    transform: scaleY(1.5);
  }
  .button--link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .button--link:hover {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .button--link:hover {
    position: relative;
  }
  .button--link:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .button--link:hover:focus::before {
    transform: scaleY(1.5);
  }
  .button--link:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--link:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .button--link:focus {
    position: relative;
  }
  html.tab-navigating .button--link:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .button--link:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .button--link:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.button--link:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.button--link-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .button--link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--link-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--link-idle {
    font-size: 10.8px;
  }
}
.button--link-idle .button__label {
  width: auto;
  text-align: left;
}
.button--link-idle {
  position: relative;
}
.button--link-idle::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--link-idle:focus::before {
    transform: scaleY(1.5);
  }
  .button--link-idle:hover::before {
    transform: scaleY(1.5);
  }
}

.button--goto {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 10.8px;
  }
}
.button--goto .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 10.8px;
  }
}
.button--goto .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--goto .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--goto .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--goto::before {
  opacity: 1;
  background-color: transparent;
}
.button--goto .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--vivid);
}
.button--goto .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
}
.button--goto .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .button--goto:hover {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--goto:hover::before {
    opacity: 1;
    background-color: transparent;
  }
  .button--goto:hover .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  }
  .button--goto:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
  .button--goto:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--goto:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--goto:focus::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .button--goto:focus .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  }
  html.tab-navigating .button--goto:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
  html.tab-navigating .button--goto:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.button--goto:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--goto:active::before {
  opacity: 1;
  background-color: transparent;
}
.button--goto:active .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
}
.button--goto:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid);
  stroke-width: 2px;
}
.button--goto:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.button--goto-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 10.8px;
  }
}
.button--goto-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 10.8px;
  }
}
.button--goto-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--goto-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--goto-idle::before {
  opacity: 1;
  background-color: transparent;
}
.button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--vivid);
}
.button--goto-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
}
.button--goto-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}

.button--cta {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--cta {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 10.8px;
  }
}
.button--cta .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--cta {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 10.8px;
  }
}
.button--cta .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--cta .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--cta .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .button--cta {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 10.8px;
  }
}
.button--cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.button--cta .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.button--cta .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .button--cta:hover {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--cta:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
  .button--cta:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--cta:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 1px;
  }
  .button--cta:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--cta:focus {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--cta:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 1px;
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.button--cta:active {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta:active::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.button--cta:active .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.button--cta:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.button--cta-idle {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 10.8px;
  }
}
.button--cta-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 10.8px;
  }
}
.button--cta-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--cta-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--cta-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 10.8px;
  }
}
.button--cta-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}

.button--dropdown {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  stroke-width: 2px;
}
@media screen and (min-width: 1600px) {
  .button--dropdown {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 10.8px;
  }
}
.button--dropdown .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 10.8px;
  }
}
.button--dropdown .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.button--dropdown .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--dropdown .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: var(--superskrypt-color--contrast);
}
.button--dropdown .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid-inversed);
  opacity: 1;
}
.button--dropdown .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .button--dropdown:hover {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .button--dropdown:hover::before {
    background-color: transparent;
    opacity: var(--superskrypt-color--vivid);
  }
  .button--dropdown:hover .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--dropdown:hover .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  .button--dropdown:hover .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--dropdown:focus {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast);
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .button--dropdown:focus::before {
    background-color: transparent;
    opacity: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .button--dropdown:focus .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--dropdown:focus .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  html.tab-navigating .button--dropdown:focus .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
}
.button--dropdown:active {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast-inversed);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.button--dropdown:active::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: var(--superskrypt-color--contrast-inversed);
}
.button--dropdown:active .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown:active .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.button--dropdown:active .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 2px;
}
.button--dropdown-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  stroke-width: 2px;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.button--dropdown-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.button--dropdown-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--dropdown-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--dropdown-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: var(--superskrypt-color--contrast);
}
.button--dropdown-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid-inversed);
  opacity: 1;
}
.button--dropdown-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}

.button--dropdown-link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 10.8px;
  }
}
.button--dropdown-link .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 10.8px;
  }
}
.button--dropdown-link .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.button--dropdown-link .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--dropdown-link .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--dropdown-link .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown-link .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 0.2;
}
.button--dropdown-link .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .button--dropdown-link:hover {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .button--dropdown-link:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--dropdown-link:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  .button--dropdown-link:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--dropdown-link:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .button--dropdown-link:focus .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--dropdown-link:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  html.tab-navigating .button--dropdown-link:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.button--dropdown-link:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.button--dropdown-link:active .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown-link:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid);
  stroke-width: 2px;
}
.button--dropdown-link:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.button--dropdown-link-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 10.8px;
  }
}
.button--dropdown-link-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 10.8px;
  }
}
.button--dropdown-link-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.button--dropdown-link-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--dropdown-link-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--dropdown-link-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--dropdown-link-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 0.2;
}
.button--dropdown-link-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}

.button--icon {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .button--icon {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon {
    font-size: 10.8px;
  }
}
.button--icon .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon {
    font-size: 10.8px;
  }
}
.button--icon .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 38px;
  right: 0;
}
.button--icon .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--icon::before {
  opacity: 1;
}
.button--icon .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .button--icon:hover::before {
    opacity: 1;
    background-color: transparent;
  }
  .button--icon:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
  }
  .button--icon:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
  }
  .button--icon:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--icon:focus::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.button--icon:active::before {
  opacity: 1;
  background-color: transparent;
}
.button--icon:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
}
.button--icon:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--contrast-inversed);
}
.button--icon-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .button--icon-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-idle {
    font-size: 10.8px;
  }
}
.button--icon-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-idle {
    font-size: 10.8px;
  }
}
.button--icon-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 38px;
  right: 0;
}
.button--icon-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--icon-idle::before {
  opacity: 1;
}
.button--icon-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon-idle .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--vivid);
}

.button--icon-large {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 64px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .button--icon-large {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large {
    font-size: 10.8px;
  }
}
.button--icon-large .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-large {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large {
    font-size: 10.8px;
  }
}
.button--icon-large .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 64px;
  right: 0;
}
.button--icon-large .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon-large .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--icon-large::before {
  opacity: 1;
}
.button--icon-large .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-large .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon-large .button__icon-wrapper .button__icon {
  width: 32px;
  max-width: 32px;
  height: 32px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .button--icon-large:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
  }
  .button--icon-large:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
  }
  .button--icon-large:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--icon-large:focus::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.button--icon-large:active::before {
  opacity: 1;
  background-color: transparent;
}
.button--icon-large:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
}
.button--icon-large:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--contrast-inversed);
}
.button--icon-large-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 64px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .button--icon-large-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large-idle {
    font-size: 10.8px;
  }
}
.button--icon-large-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-large-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large-idle {
    font-size: 10.8px;
  }
}
.button--icon-large-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 64px;
  right: 0;
}
.button--icon-large-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon-large-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.button--icon-large-idle::before {
  opacity: 1;
}
.button--icon-large-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-large-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon-large-idle .button__icon-wrapper .button__icon {
  width: 32px;
  max-width: 32px;
  height: 32px;
  color: var(--superskrypt-color--vivid);
}

.focusable-box .button--primary-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--primary-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--primary-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--primary-idle .button__label {
  width: auto;
  text-align: left;
}
.focusable-box .button--primary-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--primary-idle {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--primary-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--primary-idle {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--primary-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
.focusable-box:active .button--primary-idle {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--primary-idle::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--secondary-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  border-radius: var(--button-corner-radius);
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--secondary-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--secondary-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--secondary-idle .button__label {
  width: auto;
  text-align: left;
}
.focusable-box .button--secondary-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--secondary-idle {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .focusable-box:hover .button--secondary-idle::before {
    background-color: transparent;
    opacity: 0;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--secondary-idle {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast);
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .focusable-box:focus .button--secondary-idle::before {
    background-color: transparent;
    opacity: 0;
  }
}
.focusable-box:active .button--secondary-idle {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.focusable-box:active .button--secondary-idle::before {
  background-color: transparent;
  opacity: 0;
}
.focusable-box .button--link-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--link-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--link-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--link-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--link-idle .button__label {
  width: auto;
  text-align: left;
}
.focusable-box .button--link-idle {
  position: relative;
}
.focusable-box .button--link-idle::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box .button--link-idle:focus::before {
    transform: scaleY(1.5);
  }
  .focusable-box .button--link-idle:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--link-idle {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .focusable-box:hover .button--link-idle {
    position: relative;
  }
  .focusable-box:hover .button--link-idle::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .focusable-box:hover .button--link-idle:focus::before {
    transform: scaleY(1.5);
  }
  .focusable-box:hover .button--link-idle:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--link-idle {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .focusable-box:focus .button--link-idle {
    position: relative;
  }
  html.tab-navigating .focusable-box:focus .button--link-idle::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .focusable-box:focus .button--link-idle:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .focusable-box:focus .button--link-idle:hover::before {
    transform: scaleY(1.5);
  }
}
.focusable-box:active .button--link-idle {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.focusable-box .button--goto-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--goto-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--goto-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--goto-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--goto-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.focusable-box .button--goto-idle::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box .button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--vivid);
}
.focusable-box .button--goto-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
}
.focusable-box .button--goto-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--goto-idle {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--goto-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  .focusable-box:hover .button--goto-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  }
  .focusable-box:hover .button--goto-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
  .focusable-box:hover .button--goto-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--goto-idle {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.focusable-box:active .button--goto-idle {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--goto-idle::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box:active .button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
}
.focusable-box:active .button--goto-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid);
  stroke-width: 2px;
}
.focusable-box:active .button--goto-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box .button--cta-idle {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 0;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--cta-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--cta-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--cta-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--cta-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--cta-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--cta-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.focusable-box .button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box .button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.focusable-box .button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--cta-idle {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--cta-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 1px;
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--cta-idle {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 1px;
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.focusable-box:active .button--cta-idle {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--cta-idle::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.focusable-box:active .button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.focusable-box:active .button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box .button--dropdown-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 1px var(--superskrypt-color--contrast);
  stroke-width: 2px;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--dropdown-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--dropdown-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--dropdown-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.focusable-box .button--dropdown-idle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: transparent;
  opacity: var(--superskrypt-color--contrast);
}
.focusable-box .button--dropdown-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid-inversed);
  opacity: 1;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--dropdown-idle {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vivid);
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .focusable-box:hover .button--dropdown-idle::before {
    background-color: transparent;
    opacity: var(--superskrypt-color--vivid);
  }
  .focusable-box:hover .button--dropdown-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--dropdown-idle {
    box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast);
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle::before {
    background-color: transparent;
    opacity: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon {
    color: var(--superskrypt-color--vivid);
    stroke-width: 2px;
  }
}
.focusable-box:active .button--dropdown-idle {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast-inversed);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.focusable-box:active .button--dropdown-idle::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: var(--superskrypt-color--contrast-inversed);
}
.focusable-box:active .button--dropdown-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--dropdown-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.focusable-box:active .button--dropdown-idle .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 2px;
}
.focusable-box .button--dropdown-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 14px;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--dropdown-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--dropdown-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 14px;
  right: 0;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--dropdown-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 0.2;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--dropdown-idle {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--dropdown-idle {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  html.tab-navigating .focusable-box:focus .button--dropdown-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
  }
}
.focusable-box:active .button--dropdown-idle {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.focusable-box:active .button--dropdown-idle .button__icon-wrapper {
  color: var(--superskrypt-color--vivid);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--dropdown-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid);
  stroke-width: 2px;
}
.focusable-box:active .button--dropdown-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box .button--icon-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--icon-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--icon-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 38px;
  right: 0;
}
.focusable-box .button--icon-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--icon-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.focusable-box .button--icon-idle::before {
  opacity: 1;
}
.focusable-box .button--icon-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.focusable-box .button--icon-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--icon-idle .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--icon-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--icon-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.focusable-box:active .button--icon-idle::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box:active .button--icon-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
}
.focusable-box:active .button--icon-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--contrast-inversed);
}
.focusable-box .button--icon-large-idle {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 64px;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-large-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-large-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--icon-large-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-large-idle {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-large-idle {
    font-size: 10.8px;
  }
}
.focusable-box .button--icon-large-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 64px;
  right: 0;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--icon-large-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  max-width: 17px;
  height: 1em;
  width: 100%;
}
.focusable-box .button--icon-large-idle::before {
  opacity: 1;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper::before {
  background-color: transparent;
  opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--icon-large-idle .button__icon-wrapper .button__icon {
  width: 32px;
  max-width: 32px;
  height: 32px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
  }
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast);
  }
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--icon-large-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.focusable-box:active .button--icon-large-idle::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box:active .button--icon-large-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
}
.focusable-box:active .button--icon-large-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: var(--superskrypt-color--contrast-inversed);
}

.block-cards {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  margin: 0;
}
.block-cards .block__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--card-min-width), 1fr));
  gap: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .block-cards .block__inner {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  min-width: var(--card-min-width);
  position: relative;
  height: fit-content;
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
}
@media screen and (max-width: 900px) {
  .card {
    min-width: 100%;
  }
}
.card__image {
  width: 100%;
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
.card__image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s;
}
.card__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-box);
  z-index: 2;
  padding-top: var(--padding-box);
  padding-bottom: var(--padding-box);
  padding-left: var(--padding-box);
  padding-right: var(--padding-box);
}
.card__header {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .card__header {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .card__header {
    font-size: 12.6px;
  }
}
.card__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1600px) {
  .card__title {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .card__title {
    font-size: 18.9px;
  }
}
.card__content {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .card__content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .card__content {
    font-size: 12.6px;
  }
}
.card > .button-container {
  margin-top: 0;
}
.card:not([class*=bg-]) .lazy-img-container--loading, .card.bg-transparent .lazy-img-container--loading {
  background-color: var(--superskrypt-color--contrast);
}

a.card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--delicate-inversed);
  opacity: 0;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.card:focus::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
  a.card:hover::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.card:focus .card__image img {
    transform: scale(1.1);
  }
  a.card:hover .card__image img {
    transform: scale(1.1);
  }
}

.block-quick-links {
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  padding-top: var(--vertical-spacing-basic);
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--grid-gutter);
}
@media screen and (min-width: 1600px) {
  .block-quick-links {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-quick-links .quick-link {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  max-width: unset;
  min-width: calc(25% - var(--global-unit));
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
  padding-left: var(--padding-small);
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link {
    max-width: 100%;
  }
}
.block-quick-links .quick-link__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  flex-grow: 1;
}
.block-quick-links .quick-link__image {
  margin-top: auto;
}
.block-quick-links .quick-link__image img {
  display: block;
  max-width: 170px;
  max-height: 170px;
  width: auto;
  height: auto;
}
.block-quick-links .quick-link__text {
  max-width: 50em;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link__text {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text {
    font-size: 10.8px;
  }
}
.block-quick-links .quick-link__button {
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-quick-links .quick-link::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: var(--padding-small);
  width: 1px;
  height: calc(100% - var(--padding-small) * 2);
  background-color: currentColor;
}

.block-big-links {
  padding-top: var(--vertical-spacing-box);
  padding-bottom: var(--vertical-spacing-box);
  padding-left: var(--vertical-spacing-box);
  padding-right: var(--vertical-spacing-box);
  display: flex;
  gap: var(--vertical-spacing-box);
  row-gap: var(--vertical-spacing-box);
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-big-links {
    flex-direction: column;
    gap: var(--vertical-spacing-box);
    row-gap: var(--vertical-spacing-box);
  }
}

.big-link {
  display: flex;
  min-height: var(--box-min-height);
  min-width: var(--big-link-min-width);
  flex: 1 0 0;
  position: relative;
  display: flex;
  padding: var(--padding-large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--vertical-spacing-basic);
  color: var(--superskrypt-color--contrast);
  background-color: var(--superskrypt-color--delicate-inversed);
  overflow: hidden;
}
.big-link__wrapper {
  min-width: var(--big-link-min-width);
}
@media screen and (max-width: 900px) {
  .big-link {
    aspect-ratio: auto;
  }
}
.big-link.with-image {
  color: var(--superskrypt-color--contrast);
}
.big-link.with-image .big-link__background {
  box-shadow: 0px 0px 180px 25px var(--superskrypt-color--contrast-inversed, #000) inset;
}
.big-link:not(.with-image) {
  background: var(--superskrypt-color--vivid-inversed);
}
.big-link__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-duration: 0.6s;
  opacity: 0.55;
}
.big-link__background.lazy-img.loaded {
  opacity: 0.55;
}
.big-link__content {
  padding: var(--padding-large);
  display: flex;
  max-width: var(--heading-text-max-width);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--vertical-spacing-basic, 24px);
  align-self: stretch;
  width: 100%;
  z-index: 1;
  color: var(--superskrypt-color--contrast);
}
.big-link__title, .big-link__text {
  max-width: var(--heading-text-max-width);
  z-index: 2;
}
.big-link__title {
  position: relative;
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .big-link__title {
    font-size: calc(7.7204819277px + 1.156626506vw);
  }
}
@media screen and (max-width: 370px) {
  .big-link__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .big-link__title {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .big-link__title {
    font-size: 26.4px;
  }
}
.big-link.with-image .big-link__title {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}
.big-link__text {
  position: relative;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .big-link__text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__text {
    font-size: 16.2px;
  }
}
.big-link.with-image .big-link__text {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}
.big-link__button {
  position: relative;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .big-link__button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__button {
    font-size: 10.8px;
  }
}
.big-link.with-image .big-link__button {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}

a.big-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--delicate-inversed);
  opacity: 0;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link:focus::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
  a.big-link:hover::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating a.big-link:focus .big-link__background {
    transform: scale(1.1);
  }
  a.big-link:hover .big-link__background {
    transform: scale(1.1);
  }
}

.block-subheading {
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .block-subheading {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-subheading h3 {
  max-width: var(--heading-text-max-width);
}

.block-lead {
  padding-bottom: 0;
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: var(--grid-gutter);
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.block-lead__image {
  line-height: 0;
  min-width: var(--card-min-width);
  flex: 1;
}
@media screen and (max-width: 900px) {
  .block-lead__image {
    flex-basis: 100%;
  }
}
.block-lead__image img {
  width: 100%;
  height: auto;
}
.block-lead__lead {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
  display: flex;
  min-width: var(--card-min-width);
  flex-basis: calc(50% - var(--grid-gutter) / 2);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-basic);
}
@media screen and (min-width: 1600px) {
  .block-lead__lead {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-lead__lead {
    font-size: 25.2px;
  }
}
.block-lead__lead p {
  max-width: var(--heading-text-max-width);
}
.block-lead__lead:only-child {
  max-width: var(--heading-text-max-width);
  flex: 1;
}
.block-lead > * + * {
  flex-basis: calc(50% - var(--grid-gutter) / 2);
}
@media screen and (max-width: 900px) {
  .block-lead > * + * {
    flex: 1;
  }
}

.block-text {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  padding-top: 0;
  padding-bottom: var(--vertical-spacing-basic);
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-size: 18px;
  /* WCAG AAA */
  /* lists */
  /* WP Editor inline images */
}
@media screen and (max-width: 900px) {
  .block-text {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .block-text {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
@media screen and (min-width: 1600px) {
  .block-text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 16.2px;
  }
}
.block-text__inner {
  grid-column: 1/span var(--grid-column-number);
}
@media screen and (max-width: 900px) {
  .block-text__inner {
    grid-column: 1/span var(--grid-column-number);
  }
}
.block-text h2 {
  margin-top: var(--vertical-spacing-section);
  margin-bottom: var(--vertical-spacing-section);
}
@media screen and (max-width: 900px) {
  .block-text h2 {
    margin-top: var(--vertical-spacing-section);
  }
}
@media screen and (max-width: 900px) {
  .block-text h2 {
    margin-bottom: var(--vertical-spacing-section);
  }
}
.block-text h3 {
  margin-top: var(--vertical-spacing-section);
  margin-bottom: var(--vertical-spacing-section);
}
@media screen and (max-width: 900px) {
  .block-text h3 {
    margin-top: var(--vertical-spacing-section);
  }
}
@media screen and (max-width: 900px) {
  .block-text h3 {
    margin-bottom: var(--vertical-spacing-section);
  }
}
.block-text h4, .block-text h5, .block-text h6 {
  margin: var(--global-unit) 0;
  font-weight: 700;
}
.block-text p {
  margin-bottom: 1.5em;
}
.block-text .lead {
  margin-bottom: calc(var(--vertical-spacing-large) * 0.75);
}
.block-text *:last-child {
  margin-bottom: 0;
}
.block-text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.block-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-text a {
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: underline;
  font-size: 18px;
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  transition: color 0.3s;
}
@media screen and (min-width: 1600px) {
  .block-text a {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-text a {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-text a:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .block-text a:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.block-text a:active {
  color: var(--superskrypt-color--vivid);
}
.block-text li {
  margin-bottom: 0.25em;
}
.block-text li p {
  margin-bottom: 0;
}
.block-text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1.5em;
  margin-top: 1em;
  margin-left: 0.5em;
}
.block-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.block-text ul ul,
.block-text ol ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25em;
  margin-left: 0;
}
.block-text ol ol,
.block-text ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.block-text ol {
  list-style: none;
  counter-reset: li;
}
.block-text ol > li::before {
  content: counter(li) ". ";
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
}
.block-text ol li {
  counter-increment: li;
}
.block-text ol ol {
  list-style: none;
  counter-reset: li;
  padding-left: 1.25em;
}
.block-text ol ol ol li {
  margin-left: 1em;
}
.block-text ol ol li:before {
  content: counters(li, ".") ". ";
}
.block-text li > ul,
.block-text li > ol {
  margin-top: 0;
  margin-bottom: 0;
}
.block-text img,
.block-text img[class*=align],
.block-text img[class*=wp-image-],
.block-text img.size-full {
  display: block;
  width: 100%;
  height: auto;
}
.block-text figure,
.block-text .wp-caption {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
.block-text .wp-caption-text {
  margin-top: 0.75em;
}
.block-text iframe {
  width: 100%;
  height: 56.25%;
}
.block-text .iframe-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.block-text .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block-cta {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--vertical-spacing-basic);
}
.block-cta.block {
  padding-top: var(--vertical-spacing-large);
  padding-bottom: var(--section-bottom-margin);
}
.block-cta__inner {
  max-width: var(--heading-text-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--vertical-spacing-basic);
  padding-left: 48px;
  padding-right: 48px;
  padding-top: var(--padding-box);
  padding-bottom: var(--padding-box);
}
.block-cta__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .block-cta__title {
    font-size: calc(7.7204819277px + 1.156626506vw);
  }
}
@media screen and (max-width: 370px) {
  .block-cta__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .block-cta__title {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-cta__title {
    font-size: 26.4px;
  }
}
.block-cta__text {
  flex-grow: 1;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .block-cta__text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__text {
    font-size: 16.2px;
  }
}
.block-cta__title, .block-cta__text {
  max-width: var(--heading-text-max-width);
}
.block-cta__button {
  text-align: center;
}

.block-image {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  display: flex;
  gap: var(--grid-gutter);
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .block-image {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .block-image {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-image.block {
  padding-top: 0;
  padding-bottom: 0;
}
.block-image__image {
  min-width: var(--large-image-min-width);
  flex: 1;
}
.block-image__image img {
  width: 100%;
  height: auto;
}
.block-image__description {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  min-width: 100px;
  flex: 1;
  gap: var(--vertical-spacing-box);
}
@media screen and (min-width: 1600px) {
  .block-image__description {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__description {
    font-size: 16.2px;
  }
}
.block-image__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-tiny);
}
.block-image__texts p {
  margin: 0;
}
.block-image__caption {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-image__caption {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__caption {
    font-size: 10.8px;
  }
}
.block-image__credits {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-image__credits {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__credits {
    font-size: 10.8px;
  }
}

.block-highlight {
  color: var(--superskrypt-color--contrast);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
}
.block-highlight__text {
  font-family: "GeneralSans-VariableItalic", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
}
@media screen and (min-width: 1600px) {
  .block-highlight__text {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__text {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__text {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
.block-highlight__text p {
  padding-right: var(--vertical-spacing-large);
  margin-top: -0.2em;
  grid-column: 1/span 12;
}
@media screen and (max-width: 900px) {
  .block-highlight__text p {
    grid-column: 1/span 4;
  }
}
.block-highlight__footer {
  text-align: left;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  height: fit-content;
  grid-column: 10/span 3;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  max-width: 60em;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .block-highlight__footer {
    grid-column: 1/span 4;
  }
}
@media screen and (min-width: 1600px) {
  .block-highlight__footer {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__footer {
    font-size: 12.6px;
  }
}

.block-audio {
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .block-audio {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}

.block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.75 * (var(--global-unit)));
  padding-top: var(--vertical-spacing-box);
  padding-bottom: var(--vertical-spacing-box);
  padding-left: var(--vertical-spacing-box);
  padding-right: var(--vertical-spacing-box);
}
.block-gallery .gallery-item {
  display: block;
  position: relative;
  flex: 1;
  color: var(--superskrypt-color--contrast);
  cursor: pointer;
  overflow: hidden;
  background-color: var(--superskrypt-color--contrast);
}
.block-gallery .gallery-item__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition-property: transform;
  transition-duration: 0.3s;
  pointer-events: none;
}
.block-gallery .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--delicate-inversed);
  opacity: 0;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery .gallery-item:focus::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
  .block-gallery .gallery-item:hover::before {
    content: "";
    background-color: var(--superskrypt-color--delicate-inversed);
    opacity: 0.5;
  }
}
.block-gallery .gallery-item-video {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}
.block-gallery .gallery-item-audio {
  background-color: var(--superskrypt-color--vivid-inversed);
}
.block-gallery .gallery-item-audio svg {
  transform: translateX(10%);
}
.block-gallery .gallery-item__button {
  position: absolute;
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  padding: 8px;
  border: 0;
  pointer-events: none;
  z-index: 2;
}
.block-gallery .gallery-item__description {
  position: absolute;
  left: calc(0.5 * (var(--global-unit)));
  bottom: calc(0.5 * (var(--global-unit)));
  pointer-events: none;
}
.block-gallery .gallery-item__description > svg {
  width: 19px;
  height: 9px;
  display: inline-block;
}
.block-gallery .gallery-item__duration {
  margin-left: calc(0.1667 * (var(--global-unit)));
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-gallery .gallery-item__duration {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-gallery .gallery-item__duration {
    font-size: 10.8px;
  }
}
.block-gallery--layout-square > .gallery-item {
  min-width: calc(25% - calc(0.75 * (var(--global-unit))));
  min-height: calc(2.5 * (var(--column-width)) + calc(1.5 * (var(--global-unit))));
  aspect-ratio: 1;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square > .gallery-item {
    min-width: calc(50% - calc(0.5 * (var(--global-unit))));
    min-height: auto;
  }
}
.block-gallery--layout-landscape > .gallery-item {
  min-width: calc(50% - calc(0.5 * (var(--global-unit))));
  min-height: calc(3.75 * (var(--column-width)) + calc(3 * (var(--global-unit))));
  aspect-ratio: 1.333;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-landscape > .gallery-item {
    min-width: 100%;
    min-height: auto;
  }
}
.block-gallery--layout-portrait > .gallery-item {
  min-width: calc(33% - calc(0.6667 * (var(--global-unit))));
  min-height: calc(4.4444 * (var(--column-width)) + calc(3.1111 * (var(--global-unit))));
  aspect-ratio: 0.75;
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-portrait > .gallery-item {
    min-width: 100%;
  }
}
.block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
  aspect-ratio: unset;
  height: calc(6 * (var(--column-width)));
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-portrait.with-tail .gallery-item:last-of-type, .block-gallery--layout-landscape.with-tail .gallery-item:last-of-type {
    min-width: 100%;
    height: calc(3 * (var(--column-width)));
  }
}
.block-gallery--layout-square.with-tail .gallery-item:last-of-type {
  aspect-ratio: unset;
  height: calc(6 * (var(--column-width)));
}
@media screen and (max-width: 900px) {
  .block-gallery--layout-square.with-tail .gallery-item:last-of-type {
    min-width: 100%;
    height: calc(50vw - var(--grid-page-margin));
  }
}
.block-gallery__popup {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  background-color: var(--superskrypt-color--contrast-inversed);
  z-index: 100;
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
}
.block-gallery__popup.popup--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content:not(.next):not(.prev) .video-player {
  visibility: visible;
}
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.next .video-player__button,
.block-gallery__popup.popup--open .block-slider .slider-component .slide-content.prev .video-player__button {
  visibility: hidden !important;
}
.block-gallery__popup.popup--open .block-slider__navigation__btn-left, .block-gallery__popup.popup--open .block-slider__navigation__btn-right {
  pointer-events: all;
}
.block-gallery__popup .block-slider {
  height: 100%;
}
.block-gallery__popup .block-slider__slides:after {
  content: none;
}
.block-gallery__popup .block-slider .slider-component {
  height: 100%;
}
.block-gallery__popup .block-slider .slider-component .slide-content {
  padding: 0;
  gap: calc(2 * (var(--global-unit)));
}
.block-gallery__popup .block-slider .slider-component .slide-content:not(.next):not(.prev) {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .slide-content::before {
  content: none;
}
.block-gallery__popup .block-slider .slider-component .slide-content .video-player {
  visibility: hidden;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image {
  position: relative;
}
.block-gallery__popup .block-slider .slider-component .block-slider__slide__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-gallery__popup .block-slider__navigation__btn-left, .block-gallery__popup .block-slider__navigation__btn-right {
  pointer-events: none;
}
.block-gallery__popup__closer {
  position: absolute;
  right: var(--global-unit);
  top: var(--global-unit);
}

.block-cards {
  max-width: var(--column-max-width);
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .block-cards {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}

.card {
  padding: var(--padding-box);
  gap: var(--vertical-spacing-basic);
  background-color: var(--superskrypt-color--delicate);
  color: var(--superskrypt-color--contrast-inversed);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.3s, color 0.3s, opacity 0.8s ease-in, transform 0.6s ease-out, left 0.4s, top 0.4s;
}
.card__texts {
  padding: 0;
}
.card__header {
  color: var(--superskrypt-color--contrast-inversed);
}
.card__image {
  width: 100%;
  margin: 0;
  position: relative;
  padding-top: 100%;
  height: 0;
  margin-bottom: calc(0.5 * (var(--global-unit)));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation;
  animation-duration: 4s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.card__image > img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: none;
}
.card > *:last-child {
  margin-bottom: var(--global-unit);
}
.card:nth-child(2n+3) .card__image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation;
  animation-duration: 4s;
  animation-delay: 1.2;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.card:nth-child(2n+1) .card__image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation-alternative;
  animation-duration: 4s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.card:nth-child(3n+3) .card__image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation;
  animation-duration: 4s;
  animation-delay: 2.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.card.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.card.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-quick-links .quick-link {
  opacity: 0;
  transform: translateY(50px);
  min-width: 150px;
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-quick-links .quick-link__wrapper {
  justify-content: flex-start;
}
.block-quick-links .quick-link .button--secondary-idle {
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
.block-quick-links .quick-link .button--secondary-idle .button__label {
  text-align: center;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links .quick-link:focus {
    color: var(--superskrypt-color--vivid);
  }
  html.tab-navigating .block-quick-links .quick-link:focus .button--secondary-idle {
    color: currentColor;
    box-shadow: inset 0px 0px 0px 1px currentColor;
  }
  .block-quick-links .quick-link:hover {
    color: var(--superskrypt-color--vivid);
  }
  .block-quick-links .quick-link:hover .button--secondary-idle {
    color: currentColor;
    box-shadow: inset 0px 0px 0px 1px currentColor;
  }
}
.block-quick-links .quick-link.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-slider {
  width: 100%;
  position: relative;
  color: var(--superskrypt-color--contrast);
}
.block-slider.block {
  padding: 0;
}
.block-slider .slider-component {
  position: relative;
  height: 100%;
  width: 100%;
  padding: var(--padding-large) var(--grid-page-margin);
}
.block-slider__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
  pointer-events: all;
  z-index: 100;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--global-unit));
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
  visibility: hidden;
  transition: background-color, color, opacity, visibility;
  transition-duration: 0.3s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-slider__navigation__btn-left svg, .block-slider__navigation__btn-right svg {
  display: block;
  height: 32px;
  width: 32px;
  transform-origin: center;
  pointer-events: none;
}
.block-slider__navigation__btn-left.visible, .block-slider__navigation__btn-right.visible {
  opacity: 1;
  visibility: inherit;
}
.block-slider__navigation__btn-left {
  left: var(--global-unit);
}
.block-slider__navigation__btn-right {
  right: var(--global-unit);
}
.block-slider__slides {
  outline: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.block-slider__slide {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
  opacity: 1;
  visibility: visible;
  transition: transform 0.75s cubic-bezier(0.91, 0.9, 0.2, 0.99), opacity 0.75s ease-in-out, visibility 0.75s;
  transform: translateX(0);
}
.block-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.block-slider__slide__image {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.block-slider__slide__image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block-slider__slide.next {
  opacity: 1;
  visibility: hidden;
  transform: translateX(100%);
}
.block-slider__slide.prev {
  opacity: 1;
  visibility: hidden;
  transform: translateX(-100%);
}
.block-slider .slide-content {
  overflow: hidden;
  padding-left: calc(4 * (var(--global-unit)));
  padding-right: calc(4 * (var(--global-unit)));
}
.block-slider .slide-content--video {
  flex-direction: row;
  justify-content: center;
}
.block-slider .slide-content--video .video-player {
  width: 100%;
}
.block-slider .slide-content--video .video-player iframe {
  width: 100%;
  height: 50vw;
}
.block-slider .slide-content__text {
  margin-bottom: var(--global-unit);
  text-align: center;
  filter: theme-text-shadow-filter();
}
.block-slider .slide-content__button {
  z-index: 1;
}
.block-slider .slide-content__description {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .block-slider .slide-content__description {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-slider .slide-content__description {
    font-size: 12.6px;
  }
}
.block-slider .slide-content .line {
  transform: translateY(calc(-1 * (var(--global-unit))));
  width: 100%;
  max-width: calc(calc(2 * (var(--column-width))) + var(--global-unit));
}
.block-slider .slide-content__description, .block-slider .slide-content__button, .block-slider .slide-content__text,
.block-slider .slide-content .line {
  z-index: 1;
}

@keyframes spring {
  1% {
    transform: translateX(-99.5244874053%);
  }
  2% {
    transform: translateX(-98.1917823369%);
  }
  3% {
    transform: translateX(-96.1336501592%);
  }
  4% {
    transform: translateX(-93.4702331832%);
  }
  5% {
    transform: translateX(-90.3105549365%);
  }
  6% {
    transform: translateX(-86.7530573568%);
  }
  7% {
    transform: translateX(-82.8861613384%);
  }
  8% {
    transform: translateX(-78.7888421793%);
  }
  9% {
    transform: translateX(-74.5312125122%);
  }
  10% {
    transform: translateX(-70.1751062695%);
  }
  11% {
    transform: translateX(-65.7746581203%);
  }
  12% {
    transform: translateX(-61.3768736325%);
  }
  13% {
    transform: translateX(-57.0221861626%);
  }
  14% {
    transform: translateX(-52.7449971557%);
  }
  15% {
    transform: translateX(-48.5741971515%);
  }
  16% {
    transform: translateX(-44.5336653512%);
  }
  17% {
    transform: translateX(-40.6427460961%);
  }
  18% {
    transform: translateX(-36.9167010522%);
  }
  19% {
    transform: translateX(-33.3671362903%);
  }
  20% {
    transform: translateX(-30.0024037956%);
  }
  21% {
    transform: translateX(-26.8279772419%);
  }
  22% {
    transform: translateX(-23.8468021308%);
  }
  23% {
    transform: translateX(-21.059620616%);
  }
  24% {
    transform: translateX(-18.4652715259%);
  }
  25% {
    transform: translateX(-16.060966255%);
  }
  26% {
    transform: translateX(-13.8425413268%);
  }
  27% {
    transform: translateX(-11.8046885319%);
  }
  28% {
    transform: translateX(-9.941163632%);
  }
  29% {
    transform: translateX(-8.2449746779%);
  }
  30% {
    transform: translateX(-6.7085510333%);
  }
  31% {
    transform: translateX(-5.3238942249%);
  }
  32% {
    transform: translateX(-4.0827117495%);
  }
  33% {
    transform: translateX(-2.9765349711%);
  }
  34% {
    transform: translateX(-1.9968222302%);
  }
  35% {
    transform: translateX(-1.1350482682%);
  }
  36% {
    transform: translateX(-0.3827810439%);
  }
  37% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes spring-wrapper {
  1% {
    transform: translateX(0%);
  }
  2% {
    transform: translateX(0%);
  }
  3% {
    transform: translateX(0%);
  }
  4% {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(0%);
  }
  6% {
    transform: translateX(0%);
  }
  7% {
    transform: translateX(0%);
  }
  8% {
    transform: translateX(0%);
  }
  9% {
    transform: translateX(0%);
  }
  10% {
    transform: translateX(0%);
  }
  11% {
    transform: translateX(0%);
  }
  12% {
    transform: translateX(0%);
  }
  13% {
    transform: translateX(0%);
  }
  14% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(0%);
  }
  17% {
    transform: translateX(0%);
  }
  18% {
    transform: translateX(0%);
  }
  19% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  21% {
    transform: translateX(0%);
  }
  22% {
    transform: translateX(0%);
  }
  23% {
    transform: translateX(0%);
  }
  24% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(0%);
  }
  26% {
    transform: translateX(0%);
  }
  27% {
    transform: translateX(0%);
  }
  28% {
    transform: translateX(0%);
  }
  29% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  31% {
    transform: translateX(0%);
  }
  32% {
    transform: translateX(0%);
  }
  33% {
    transform: translateX(0%);
  }
  34% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
  }
  36% {
    transform: translateX(0%);
  }
  37% {
    transform: translateX(0.2682530157%);
  }
  38% {
    transform: translateX(0.8261143227%);
  }
  39% {
    transform: translateX(1.2986050325%);
  }
  40% {
    transform: translateX(1.6932326254%);
  }
  41% {
    transform: translateX(2.0171812947%);
  }
  42% {
    transform: translateX(2.277290321%);
  }
  43% {
    transform: translateX(2.4800386572%);
  }
  44% {
    transform: translateX(2.6315350057%);
  }
  45% {
    transform: translateX(2.7375127123%);
  }
  46% {
    transform: translateX(2.8033288535%);
  }
  47% {
    transform: translateX(2.8339669435%);
  }
  48% {
    transform: translateX(2.8340427288%);
  }
  49% {
    transform: translateX(2.8078125889%);
  }
  50% {
    transform: translateX(2.7591841006%);
  }
  51% {
    transform: translateX(2.6917283676%);
  }
  52% {
    transform: translateX(2.6086937542%);
  }
  53% {
    transform: translateX(2.5130207009%);
  }
  54% {
    transform: translateX(2.4073573329%);
  }
  55% {
    transform: translateX(2.2940756068%);
  }
  56% {
    transform: translateX(2.1752877713%);
  }
  57% {
    transform: translateX(2.0528629434%);
  }
  58% {
    transform: translateX(1.9284436329%);
  }
  59% {
    transform: translateX(1.8034620666%);
  }
  60% {
    transform: translateX(1.6791561906%);
  }
  61% {
    transform: translateX(1.5565852458%);
  }
  62% {
    transform: translateX(1.436644832%);
  }
  63% {
    transform: translateX(1.3200813919%);
  }
  64% {
    transform: translateX(1.207506062%);
  }
  65% {
    transform: translateX(1.0994078492%);
  }
  66% {
    transform: translateX(0.9961661051%);
  }
  67% {
    transform: translateX(0.8980622806%);
  }
  68% {
    transform: translateX(0.8052909508%);
  }
  69% {
    transform: translateX(0.7179701114%);
  }
  70% {
    transform: translateX(0.6361507502%);
  }
  71% {
    transform: translateX(0.5598257082%);
  }
  72% {
    transform: translateX(0.4889378448%);
  }
  73% {
    transform: translateX(0.4233875306%);
  }
  74% {
    transform: translateX(0.3630394897%);
  }
  75% {
    transform: translateX(0.3077290203%);
  }
  76% {
    transform: translateX(0.2572676218%);
  }
  77% {
    transform: translateX(0.2114480586%);
  }
  78% {
    transform: translateX(0.1700488923%);
  }
  79% {
    transform: translateX(0.1328385153%);
  }
  80% {
    transform: translateX(0.0995787155%);
  }
  81% {
    transform: translateX(0.0700278069%);
  }
  82% {
    transform: translateX(0.0439433559%);
  }
  83% {
    transform: translateX(0.0210845348%);
  }
  84% {
    transform: translateX(0.0012141325%);
  }
  85% {
    transform: translateX(-0.0158997482%);
  }
  86% {
    transform: translateX(-0.0304822792%);
  }
  87% {
    transform: translateX(-0.0427507545%);
  }
  88% {
    transform: translateX(-0.0529136717%);
  }
  89% {
    transform: translateX(-0.0611700226%);
  }
  90% {
    transform: translateX(-0.0677087707%);
  }
  91% {
    transform: translateX(-0.0727084951%);
  }
  92% {
    transform: translateX(-0.0763371801%);
  }
  93% {
    transform: translateX(-0.078752132%);
  }
  94% {
    transform: translateX(-0.0801000072%);
  }
  95% {
    transform: translateX(-0.0805169346%);
  }
  96% {
    transform: translateX(-0.0801287195%);
  }
  97% {
    transform: translateX(-0.0790511137%);
  }
  98% {
    transform: translateX(-0.0773901422%);
  }
  99% {
    transform: translateX(-0.0752424743%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes unspring {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes font-animate-in {
  0% {
    font-variation-settings: "wght" 400;
  }
  100% {
    font-variation-settings: "wght" 700;
  }
}
@keyframes font-animate-out {
  0% {
    font-variation-settings: "wght" 700;
  }
  100% {
    font-variation-settings: "wght" 400;
  }
}
@keyframes logo-hover-animation-in {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes logo-hover-animation-out {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.block-big-links {
  padding-top: 0;
  gap: 0;
  row-gap: 0;
}
.block-big-links .filters {
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .block-big-links .filters {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-big-links .big-links-container {
  padding: var(--padding-large);
  display: flex;
  gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .block-big-links .big-links-container {
    flex-direction: column;
    gap: var(--vertical-spacing-box);
    row-gap: var(--vertical-spacing-box);
  }
}
.block-big-links .big-link {
  padding: 0;
  justify-content: flex-end;
  gap: var(--vertical-spacing-box);
  min-height: 450px;
  height: 100%;
  transform: translateX(-100%);
  animation-name: none;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: unspring;
}
.block-big-links .big-link__background-screen {
  z-index: 0;
}
.block-big-links .big-link:not(.with-image) {
  background: var(--superskrypt-color--delicate-inversed);
}
.block-big-links .big-link__wrapper {
  flex: 1;
  overflow: hidden;
  transform: translateX(0%);
  animation-name: none;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: background-color 0.3s, color 0.3s, opacity 0.8s ease-in, transform 0.6s ease-out, left 0.4s, top 0.4s, visibility 0.8s ease-in;
}
.block-big-links .big-link__wrapper.djpg-animation {
  animation-name: spring-wrapper;
}
.block-big-links .big-link__wrapper.djpg-animation .big-link {
  animation-name: spring;
}
.block-big-links .big-link__wrapper.filter-item.hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.block-big-links .big-link .big-link__background {
  left: 0;
  top: 0;
}
.block-big-links .big-link .big-link__background.big-link__sector-pattern__wrapper {
  padding: var(--padding-large);
  height: fit-content;
  opacity: 1;
  z-index: 2;
}
.block-big-links .big-link .big-link__background.big-link__sector-pattern__wrapper .big-link__sector-pattern {
  background-size: cover;
  background-position: center;
  aspect-ratio: 8/3;
  mix-blend-mode: soft-light;
  opacity: 0;
}
.block-big-links .big-link .big-link__background.big-link__sector-pattern__wrapper .big-link__sector-pattern__wrapper__inner {
  background: var(--superskrypt-color--delicate-inversed);
  mask: url("../images/elipse-mask.svg");
  -webkit-mask-image: url("../images/elipse-mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  mask-image: url("../images/elipse-mask.svg");
  mask-mode: alpha;
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.block-big-links .big-link .big-link__background.big-link__sector-pattern__wrapper .big-link__sector-pattern.loaded {
  opacity: 1;
}
.block-big-links .big-link p {
  text-align: left;
  width: 100%;
}
.block-big-links .big-link .button-container {
  display: none;
}
.block-big-links .big-link__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 12px var(--global-unit) 0 var(--global-unit);
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .block-big-links .big-link__header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__header {
    font-size: 10.8px;
  }
}
.block-big-links .big-link__header p {
  margin: 0;
}
.block-big-links .big-link__header .big-link__month {
  width: 100%;
  margin-bottom: 0;
}
.block-big-links .big-link__header .big-link__line {
  width: 100%;
  border-top: 1px solid currentColor;
  margin: 12px 0;
}
.block-big-links .big-link__header .big-link__date {
  flex: 1;
  padding-left: var(--global-unit);
}
.block-big-links .big-link__header .big-link__category {
  flex: 1;
  padding-right: var(--global-unit);
}
.block-big-links .big-link__header .big-link__category span {
  display: inline-block;
  margin-bottom: 0.4em;
}
.block-big-links .big-link__content {
  row-gap: var(--vertical-spacing-box);
  z-index: 2;
}
.block-big-links .big-link__content .big-link__title {
  position: relative;
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: 1.1;
  color: currentColor;
}
@media screen and (max-width: 1199px) {
  .block-big-links .big-link__content .big-link__title {
    font-size: calc(7.7204819277px + 1.156626506vw);
  }
}
@media screen and (max-width: 370px) {
  .block-big-links .big-link__content .big-link__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .block-big-links .big-link__content .big-link__title {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-big-links .big-link__content .big-link__title {
    font-size: 26.4px;
  }
}
.block-big-links .big-link__content .big-link__place {
  position: relative;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: currentColor;
  margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .block-big-links .big-link__content .big-link__place {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__content .big-link__place {
    font-size: 10.8px;
  }
}
.block-big-links .big-link__content .big-link__text {
  position: relative;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
  color: currentColor;
}
@media screen and (min-width: 1600px) {
  .block-big-links .big-link__content .big-link__text {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .block-big-links .big-link__content .big-link__text {
    font-size: 16.2px;
  }
}

.block-big-links.event-links .big-link {
  justify-content: space-between;
}

.block-cta__inner {
  width: 100%;
}
.block-cta .button,
.block-cta .block-cta__title,
.block-cta .block-cta__text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-cta .button.djpg-animation,
.block-cta .block-cta__title.djpg-animation,
.block-cta .block-cta__text.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-image {
  flex-direction: row-reverse;
}
.block-image .button,
.block-image .block-image__image,
.block-image .block-image__caption,
.block-image .block-image__credits {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-image .button.djpg-animation,
.block-image .block-image__image.djpg-animation,
.block-image .block-image__caption.djpg-animation,
.block-image .block-image__credits.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-text {
  /* NADPISANIE WCAG AAA */
}
.block-text a {
  display: inline;
  font-weight: inherit;
  color: currentColor;
}
.block-text p, .block-text .lead, .block-text ul, .block-text ol, .block-text h2, .block-text h3, .block-text h4, .block-text h5, .block-text h6 {
  max-width: unset;
}
.block-text p {
  margin-bottom: 0.9111em;
}
.block-text p:last-child {
  margin-bottom: 0;
}
.block-text__inner > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-text__inner > *.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-subheading {
  padding-top: 0;
  padding-bottom: 0;
}
.block-subheading .subheading {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-subheading .subheading.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-lead {
  max-width: var(--column-max-width);
}
.block-lead .block-lead__lead:only-child {
  max-width: var(--column-max-width);
}
.block-lead .lead {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-lead .lead.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}
.block-lead .lead p {
  max-width: unset;
}

.block-highlight {
  max-width: var(--column-max-width);
}
.block-highlight__text p {
  padding-right: 0;
  margin-top: 0;
}
.block-highlight p, .block-highlight__footer {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.block-highlight p.djpg-animation, .block-highlight__footer.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.block-gallery {
  padding: var(--vertical-spacing-box);
  gap: var(--vertical-spacing-box);
}

@keyframes cest_quoi_arrow-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.block-lottie {
  height: 30000px;
  background: #ECE7E4;
  transition-property: background-color, opacity;
  transition-duration: 1s;
}
.block-lottie--blue {
  background: #CDD5E8;
}
.block-lottie--invisible {
  opacity: 0;
}

.lottie-wrapper {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin-left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cest_quoi_player {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.cest_quoi_scroll {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  bottom: calc(4 * (var(--global-unit)));
  text-align: center;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1600px) {
  .cest_quoi_scroll {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .cest_quoi_scroll {
    font-size: 10.8px;
  }
}
.cest_quoi_scroll_arrow {
  width: 0;
  border-left: 1px solid var(--superskrypt-color--contrast);
  position: absolute;
  left: 50%;
  top: var(--global-unit);
  height: 30px;
  animation-duration: 2s;
  animation-name: cest_quoi_arrow-animation;
  animation-iteration-count: infinite;
}
.cest_quoi_scroll_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4.5px;
  width: 7px;
  height: 7px;
  border-left: 1px solid var(--superskrypt-color--contrast);
  border-bottom: 1px solid var(--superskrypt-color--contrast);
  transform: rotate(-45deg);
}
.cest_quoi_scroll--hidden {
  opacity: 0;
}

.data-consent-box {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 431px;
  width: 100%;
  background-color: var(--superskrypt-color--contrast);
  padding: var(--global-unit);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(0.75 * (var(--global-unit)));
  color: var(--superskrypt-color--contrast-inversed);
  z-index: 80;
}
@media screen and (max-width: 900px) {
  .data-consent-box {
    max-width: unset;
    gap: calc(1.75 * (var(--global-unit)));
    padding: calc(2 * (var(--global-unit)));
  }
}
.data-consent-box__heading {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__heading {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__heading {
    font-size: 18.9px;
  }
}
.data-consent-box__content {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__content {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    font-size: 10.8px;
  }
}
.data-consent-box__content p {
  margin-bottom: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    max-width: 38em;
  }
}
.data-consent-box .consent-info__after {
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  .data-consent-box .consent-info__after {
    margin-top: calc(0.75 * (var(--global-unit)));
  }
}
.data-consent-box .privacy-policy-link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .data-consent-box .privacy-policy-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .data-consent-box .privacy-policy-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 10.8px;
  }
}
.data-consent-box .privacy-policy-link .button__label {
  width: auto;
  text-align: left;
}
.data-consent-box .privacy-policy-link {
  position: relative;
}
.data-consent-box .privacy-policy-link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:focus::before {
    transform: scaleY(1.5);
  }
  .data-consent-box .privacy-policy-link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .data-consent-box .privacy-policy-link:hover {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .data-consent-box .privacy-policy-link:hover {
    position: relative;
  }
  .data-consent-box .privacy-policy-link:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:hover:focus::before {
    transform: scaleY(1.5);
  }
  .data-consent-box .privacy-policy-link:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .data-consent-box .privacy-policy-link:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .data-consent-box .privacy-policy-link:focus {
    position: relative;
  }
  html.tab-navigating .data-consent-box .privacy-policy-link:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .data-consent-box .privacy-policy-link:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .data-consent-box .privacy-policy-link:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.data-consent-box .privacy-policy-link:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.data-consent-box__form {
  display: none;
}
.data-consent-box__form.form-enabled {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .data-consent-box__form.form-enabled {
    justify-content: flex-start;
  }
}
.data-consent-box__form .cookies-category {
  accent-color: var(--superskrypt-color--contrast);
}
.data-consent-box__form .cookies-category, .data-consent-box__form .cookies-category__label {
  cursor: pointer;
}
.data-consent-box .data-consent-box__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: calc(1.333 * (var(--global-unit)));
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .data-consent-box .data-consent-box__buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* CONSENTS EDITOR ON PRIVACY POLICY PAGE */
.cookies-settings-box .save-settings-button {
  margin-top: var(--global-unit);
}
.cookies-settings-box .save-settings-button {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .cookies-settings-box .save-settings-button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .cookies-settings-box .save-settings-button {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .cookies-settings-box .save-settings-button {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .cookies-settings-box .save-settings-button {
    font-size: 10.8px;
  }
}
.cookies-settings-box .save-settings-button .button__label {
  width: auto;
  text-align: left;
}
.cookies-settings-box .save-settings-button {
  position: relative;
}
.cookies-settings-box .save-settings-button::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .cookies-settings-box .save-settings-button:focus::before {
    transform: scaleY(1.5);
  }
  .cookies-settings-box .save-settings-button:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .cookies-settings-box .save-settings-button:hover {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .cookies-settings-box .save-settings-button:hover {
    position: relative;
  }
  .cookies-settings-box .save-settings-button:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .cookies-settings-box .save-settings-button:hover:focus::before {
    transform: scaleY(1.5);
  }
  .cookies-settings-box .save-settings-button:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .cookies-settings-box .save-settings-button:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .cookies-settings-box .save-settings-button:focus {
    position: relative;
  }
  html.tab-navigating .cookies-settings-box .save-settings-button:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .cookies-settings-box .save-settings-button:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .cookies-settings-box .save-settings-button:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.cookies-settings-box .save-settings-button:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.cookies-settings-box .cookies-categories-form .input-group {
  width: fit-content;
  margin-bottom: 0.2em;
}
.cookies-settings-box .cookies-categories-form .cookies-category, .cookies-settings-box .cookies-categories-form .cookies-category__label {
  cursor: pointer;
}

.site-footer {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
  padding-top: var(--vertical-spacing-basic);
  padding-bottom: var(--vertical-spacing-basic);
}
.site-footer a {
  transition: color 0.3s;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer a:focus {
    color: var(--superskrypt-color--vivid);
  }
  html.tab-navigating .site-footer a:focus .svg-icon {
    fill: var(--superskrypt-color--vivid);
  }
  .site-footer a:hover {
    color: var(--superskrypt-color--vivid);
  }
  .site-footer a:hover .svg-icon {
    fill: var(--superskrypt-color--vivid);
  }
}
.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  grid-auto-rows: auto;
  row-gap: var(--vertical-spacing-basic);
  position: relative;
  height: auto;
}
@media screen and (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
  }
}
.site-footer__inner .social_media_links {
  grid-column: 1/span var(--grid-column-number);
  grid-row: 1;
  grid-auto-flow: column;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid currentColor;
  padding-bottom: var(--vertical-spacing-basic);
}
@media screen and (max-width: 900px) {
  .site-footer__inner .social_media_links {
    grid-column: 1/-1;
  }
}
.site-footer__inner .site-footer__program {
  grid-column: 1/span 3;
  grid-row: 2;
}
.site-footer__inner .site-footer__program .logo-france2030_icc .svg-icon {
  height: 72px;
}
.site-footer__inner .site-footer__partners {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
  grid-template-columns: repeat(6, 1fr);
  row-gap: var(--grid-gutter);
  grid-column: 4/span 6;
  grid-row: 2;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__partners {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__inner .site-footer__partners {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__partners {
    font-size: 10.8px;
  }
}
.site-footer__inner .site-footer__partners > .partners__column {
  display: grid;
  row-gap: 12px;
  height: fit-content;
}
.site-footer__inner .site-footer__partners > .partners__column:nth-child(1) {
  grid-column: 1/span 3;
}
.site-footer__inner .site-footer__partners > .partners__column:nth-child(2) {
  grid-column: 4/span 3;
}
.site-footer__inner .site-footer__partners .logo-cnrs .svg-icon {
  height: 42px;
  width: 43px;
}
.site-footer__inner .site-footer__partners .logo-france-2030 .svg-icon {
  height: 42px;
  width: 44px;
}
.site-footer__inner .site-footer__partners .logo-anr .svg-icon {
  height: 36px;
  width: 143px;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__partners {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: auto;
  }
  .site-footer__inner .site-footer__partners > .partners__column:nth-child(1) {
    grid-column: 1/span 2;
  }
  .site-footer__inner .site-footer__partners > .partners__column:nth-child(2) {
    grid-column: 3/span 2;
  }
}
.site-footer__inner .site-footer__menu {
  height: fit-content;
  grid-column: 10/span 3;
  grid-row: 2;
  display: grid;
  grid-auto-flow: dense;
  gap: var(--vertical-spacing-box);
}
.site-footer__inner .site-footer__menu .menu-item {
  width: 100%;
  grid-column: 1/-1;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__menu {
    grid-column: 1/-1;
  }
}
.site-footer__inner .site-footer__menu .menu-item {
  display: inline;
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__partners,
  .site-footer__inner .site-footer__program,
  .site-footer__inner .site-footer__menu {
    grid-row: auto;
    grid-column: 1/-1;
  }
}
.site-footer .developer-info {
  text-align: right;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-top: var(--vertical-spacing-basic);
  padding: 0 var(--grid-page-margin);
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info {
    font-size: 10.8px;
  }
}
.site-footer .developer-info__link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px currentColor;
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info__link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info__link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 10.8px;
  }
}
.site-footer .developer-info__link .button__label {
  width: auto;
  text-align: left;
}
.site-footer .developer-info__link {
  position: relative;
}
.site-footer .developer-info__link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer .developer-info__link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .site-footer .developer-info__link:hover {
    color: var(--superskrypt-color--vivid);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .site-footer .developer-info__link:hover {
    position: relative;
  }
  .site-footer .developer-info__link:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:hover:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer .developer-info__link:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .site-footer .developer-info__link:focus {
    position: relative;
  }
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .site-footer .developer-info__link:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .site-footer .developer-info__link:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.site-footer .developer-info__link:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: auto;
  padding-right: 0;
  z-index: 100;
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--contrast-inversed);
  opacity: 0.3;
}
.site-header__logo-wrapper {
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
  padding-left: var(--padding-box);
}
.site-header__logo-wrapper,
.site-header__logo-wrapper .logo-link {
  line-height: 0;
}
.site-header__logo-wrapper .svg-icon {
  height: var(--site-header-logo-height);
  transition: all 0.3s;
}
.site-header__logo-wrapper .svg-icon svg {
  height: fit-content;
  fill: currentColor;
}
.site-header__logo-wrapper svg {
  height: var(--site-header-logo-height);
  transition: all 0.3s;
  fill: currentColor;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .site-header__inner {
    margin: 0 auto;
  }
}
.site-header__navigation {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .site-header__navigation {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    display: none;
  }
}
.site-header__navigation > * {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header__navigation .language-switcher {
  z-index: 110;
}
.site-header__navigation .menu-link {
  transition: color 0.3s;
}
.site-header__menu {
  display: flex;
  gap: var(--horizontal-spacing-basic);
  padding-left: var(--horizontal-spacing-basic);
  padding-right: var(--horizontal-spacing-basic);
}
.site-header__menu .menu-link {
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__menu .menu-link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-header__menu .menu-link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-header__menu .menu-link:active {
  color: var(--superskrypt-color--vivid);
}
body.menu-opened .site-header__menu {
  display: none;
}
.site-header__burger {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
}
body.menu-opened .site-header {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

.hero {
  display: flex;
  width: 100%;
  align-items: center;
}
.hero.with-bg-picture {
  min-height: 40vw;
  color: var(--superskrypt-color--contrast);
}
.hero__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: calc(23.1614457831px + 3.4698795181vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: calc(21.6px + 3.6vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 79.2px;
  }
}
.hero__lead {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  font-size: 28px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 1600px) {
  .hero__lead {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero__lead {
    font-size: 25.2px;
  }
}
.hero__image {
  display: flex;
  min-width: var(--card-min-width, 300px);
  flex-direction: column;
  align-items: flex-start;
}
.hero__image > img {
  width: 100%;
  height: auto;
}
.hero__content__inner {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
  min-width: var(--card-min-width, 300px);
  align-items: flex-start;
  align-self: stretch;
}
.hero__content {
  display: flex;
  align-items: flex-start;
}
.hero__content.hero__content--bg {
  padding: 0;
}
.hero__lead {
  display: flex;
  max-width: var(--text-max-width, 600px);
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.hero__lead__frame {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.hero.auto {
  padding-top: var(--section-top-margin);
  flex-direction: column;
}
.hero.auto .hero__content {
  width: 100%;
  gap: var(--grid-gutter);
  padding: var(--vertical-spacing-large) var(--grid-page-margin);
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .hero.auto .hero__content {
    flex-direction: row;
  }
}
@media screen and (max-width: 900px) {
  .hero.auto .hero__content {
    flex-direction: column;
  }
}
.hero.auto .hero__content .hero__content__inner {
  min-width: var(--big-link-min-width, 400px);
  flex: 1 0 0;
  align-self: normal;
}
.hero.auto .hero__content .hero__title {
  max-width: none;
  flex: 1 0 0;
}
.hero.auto .hero__content__inner {
  flex: 1 0 0;
}
.hero.auto .hero__image {
  align-self: stretch;
}
.hero.fullscreen {
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .hero.fullscreen {
    flex-direction: column;
  }
}
.hero.fullscreen.no-bg-picture .hero__content {
  flex-basis: 100%;
}
.hero.fullscreen .hero__content {
  flex-direction: column;
  padding: 144px var(--grid-page-margin) var(--vertical-spacing-large) var(--grid-page-margin);
  gap: var(--vertical-spacing-large);
  min-width: var(--card-min-width, 300px);
  width: 50%;
}
@media screen and (max-width: 900px) {
  .hero.fullscreen .hero__content {
    width: 100%;
  }
}
.hero.fullscreen .hero__image {
  height: 100vh;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .hero.fullscreen .hero__image {
    width: 100%;
  }
}
.hero.fullscreen .hero__image img {
  width: 100%;
  flex: 1 0 0;
  align-self: stretch;
  object-fit: cover;
}

.language-switcher {
  min-width: 50px;
  position: relative;
  padding: 0 var(--padding-small);
}
.language-switcher__current-language {
  width: 100%;
  cursor: pointer;
  display: flex;
  gap: var(--horizontal-spacing-tiny);
  flex-direction: row;
  align-items: center;
  color: var(--superskrypt-color--contrast);
}
.language-switcher__current-language > * {
  flex-basis: 50%;
}
.language-switcher__current-language > .button__label {
  pointer-events: none;
}
.language-switcher.basic .language-switcher__languages {
  display: flex;
  gap: var(--padding-small);
}
.language-switcher.dropdown .language-switcher__languages {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-box);
  background-color: var(--superskrypt-color--contrast-inversed);
  border-radius: var(--box-corner-radius);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: fit-content;
  min-width: 100%;
  height: fit-content;
  top: calc(100% - var(--padding-small));
  left: 0;
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
  padding-left: var(--padding-small);
  padding-right: var(--padding-small);
}
.language-switcher.dropdown .language-switcher__languages .language-switcher__item {
  width: 100%;
}
.language-switcher.dropdown .language-switcher__languages .language-switcher__link {
  text-align: left;
  pointer-events: all;
}
.language-switcher__languages {
  display: flex;
}
.language-switcher.opened .button__icon {
  transform: rotate(180deg);
}
.language-switcher.opened .language-switcher__languages {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.language-switcher__current-language {
  accent-color: var(--superskrypt-color--vivid);
}

.main-container {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-toggle_button {
  display: block;
  min-width: 32px;
  height: 40px;
  align-self: center;
  z-index: 110;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  color: inherit;
  transition: color 0.3s;
  padding: 0;
}
.menu-toggle_button .burger-line {
  color: currentColor;
  width: 32px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 0.5px);
  transition-duration: 0.3s;
  transition-property: transform;
  opacity: 1;
  pointer-events: none;
}
.menu-toggle_button .burger-line:nth-child(1) {
  transform: rotate(0) translateY(-7px);
}
.menu-toggle_button .burger-line:nth-child(2) {
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transform: scale(1);
}
.menu-toggle_button .burger-line:nth-child(3) {
  transform: rotate(0) translateY(7px);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(0);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  top: calc(50% - 0.5px);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
body.menu-opened .menu-toggle_button .burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(0);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .menu-toggle_button:focus {
    color: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .menu-toggle_button:focus .burger-line {
    height: 2px;
  }
  .menu-toggle_button:hover {
    color: var(--superskrypt-color--contrast);
  }
  .menu-toggle_button:hover .burger-line {
    height: 2px;
  }
}

body.menu-opened .menu-toggle_button {
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 901px) {
  html.tab-navigating body.menu-opened .menu-toggle_button:focus .burger-line {
    height: 2px;
  }
  body.menu-opened .menu-toggle_button:hover .burger-line {
    height: 2px;
  }
}

.site-menu {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-basic);
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
  overflow-y: auto;
  height: auto;
  min-height: 100vh;
}
.site-menu__inner {
  width: 100%;
  padding-top: calc(var(--padding-small) * 2 + var(--site-header-logo-height) + var(--vertical-spacing-large));
  padding-bottom: var(--padding-large);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  overflow: unset;
  flex: 0;
}
.site-menu__footer {
  width: 100%;
  height: calc(3 * (var(--global-unit)));
  margin-top: auto;
  padding-top: var(--padding-box);
  padding-bottom: var(--padding-box);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .site-menu__footer {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}
.site-menu__footer .social_media_links {
  flex-wrap: wrap;
}
.site-menu__footer__madeby {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
}
@media screen and (min-width: 1600px) {
  .site-menu__footer__madeby {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-menu__footer__madeby:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-menu__footer__madeby:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-menu__footer__madeby:active {
  color: var(--superskrypt-color--vivid);
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    margin-top: 24px;
  }
}
body.menu-opened .site-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  min-height: 100vh;
  height: 100%;
}

.main-menu {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .main-menu {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu {
    font-size: 18.9px;
  }
}
.main-menu .menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--big-link-min-width), 1fr));
  grid-template-rows: min-content;
  gap: var(--grid-gutter);
  height: 100%;
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list {
    flex-wrap: nowrap;
    height: auto;
  }
}
.main-menu .menu-list .sub-menu-list {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-tiny);
  padding-left: var(--padding-box);
  margin-top: var(--vertical-spacing-tiny);
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .sub-menu-list {
    padding-left: var(--global-unit);
  }
}
.main-menu .menu-list .menu-item--home {
  width: 100%;
  flex-basis: 100%;
  grid-column: 1/-1;
}
.main-menu .menu-list .menu-item-box {
  width: fit-content;
}
.main-menu .menu-list .menu-item-box .sub-menu-list .menu-link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .main-menu .menu-list .menu-item-box .sub-menu-list .menu-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .menu-item-box .sub-menu-list .menu-link {
    font-size: 12.6px;
  }
}
.main-menu .menu-list .menu-link {
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .main-menu .menu-list .menu-link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .main-menu .menu-list .menu-link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.main-menu .menu-list .menu-link:active {
  color: var(--superskrypt-color--vivid);
}
.main-menu .menu-list .menu-link.current-menu-item {
  border-bottom: 1px solid currentColor;
}

.page-section {
  color: var(--superskrypt-color--contrast);
  display: grid;
  row-gap: var(--vertical-spacing-section);
  padding-top: var(--section-top-margin);
  padding-bottom: 0;
}
.page-section--last {
  height: calc(var(--section-bottom-margin) - var(--vertical-spacing-section));
}
.page-section .block-cta + .page-section--last {
  display: none;
}
.page-section .block-big-links + .page-section--last {
  display: none;
}
.page-section .block-gallery + .page-section--last {
  display: none;
}
.page-section__header {
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (max-width: 900px) {
  .page-section__header {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
@media screen and (max-width: 1199px) {
  .page-section__header {
    font-size: calc(11.5807228916px + 1.734939759vw);
  }
}
@media screen and (max-width: 370px) {
  .page-section__header {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .page-section__header {
    font-size: calc(10.8px + 1.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    font-size: 39.6px;
  }
}
.page-section__header .section-header__inner {
  grid-column: span 12;
}
@media screen and (max-width: 900px) {
  .page-section__header .section-header__inner {
    grid-column: span 4;
  }
}
.page-section__header .section-title {
  max-width: var(--heading-text-max-width);
}

.skip-link {
  position: fixed;
  position: absolute;
  height: 1px;
  height: 1px;
  left: -9999999px;
  overflow: hidden;
  top: auto;
  width: 1px;
  min-height: 38px;
  opacity: 0;
  z-index: -1;
  transition: none;
  color: var(--superskrypt-color--contrast);
}
.skip-link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .skip-link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link {
    font-size: 10.8px;
  }
}
.skip-link .button__label {
  width: auto;
  text-align: left;
}
.skip-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .skip-link:hover {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .skip-link:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .skip-link:focus {
    color: var(--superskrypt-color--contrast);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .skip-link:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast-inversed);
  }
}
.skip-link:active {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.skip-link:active::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.skip-link:focus {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
  position: fixed;
  top: calc(4 * (var(--global-unit)));
  left: calc(4 * (var(--global-unit)));
  z-index: 1001;
  pointer-events: all;
  opacity: 1;
}
@media screen and (min-width: 1600px) {
  .skip-link:focus {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link:focus {
    font-size: 10.8px;
  }
}
.skip-link:focus .button__label {
  width: auto;
  text-align: left;
}
.skip-link:focus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}
.skip-link.button {
  position: fixed;
}

.filters {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--vertical-spacing-basic);
  padding-bottom: var(--vertical-spacing-basic);
}
.filters__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--vertical-spacing-tiny) var(--horizontal-spacing-basic);
  width: 100%;
  border-left: 1px solid currentColor;
  padding-left: var(--padding-small);
}
.filters__list__label {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
  width: 100%;
  flex-basis: 100%;
}
@media screen and (min-width: 1600px) {
  .filters__list__label {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .filters__list__label {
    font-size: 10.8px;
  }
}
.filters .filters__btn {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition-property: background-color, color, border-color, -webkit-text-stroke, text-stroke, box-shadow;
  transition-duration: 0.3s;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  cursor: pointer;
  padding: 0;
  width: fit-content;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  position: relative;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 1600px) {
  .filters .filters__btn {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .filters .filters__btn {
    font-size: 10.8px;
  }
}
.filters .filters__btn .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .filters .filters__btn {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .filters .filters__btn {
    font-size: 10.8px;
  }
}
.filters .filters__btn .svg-icon {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility, stroke-width;
  transition-duration: 0.3s;
}
.filters .filters__btn .svg-icon.icon-close {
  width: 0.666em;
  height: 100%;
}
.filters .filters__btn .svg-icon.icon-close .svg-icon--use {
  position: absolute;
  fill: currentColor;
  stroke: currentColor;
  width: 0.666em;
  height: 0.666em;
  transition: color 0.3s;
}
.filters .filters__btn.active .svg-icon {
  opacity: 1;
  visibility: visible;
}
.filters .filters__btn span {
  display: inline-block;
  line-height: 0;
  transition: color 0.3s;
}
.filters .filters__btn .svg-icon {
  color: var(--superskrypt-color--contrast);
}
.filters .filters__btn span {
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .filters .filters__btn:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .filters .filters__btn:focus .svg-icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  html.tab-navigating .filters .filters__btn:focus span {
    color: var(--superskrypt-color--contrast);
  }
  .filters .filters__btn:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .filters .filters__btn:hover .svg-icon {
    color: var(--superskrypt-color--contrast);
    stroke-width: 2px;
  }
  .filters .filters__btn:hover span {
    color: var(--superskrypt-color--contrast);
  }
}
.filters .filters__btn:active, .filters .filters__btn.active {
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.filters .filters__btn:active .svg-icon, .filters .filters__btn.active .svg-icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 2px;
}
.filters .filters__btn:active span, .filters .filters__btn.active span {
  color: var(--superskrypt-color--contrast);
}

.filter-item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@keyframes loader {
  0% {
    transform: scale(20%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(20%);
  }
}
.audio-player {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--superskrypt-color--vivid-inversed);
}
.audio-player__button {
  position: relative;
  width: 100%;
  height: calc(100% - 68px);
  cursor: pointer;
  background: transparent;
  border: 0;
  color: inherit;
}
.audio-player__button > div {
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: none;
}
.audio-player__button > .audio-player__button--loading {
  border: none;
  display: flex;
}
.audio-player__button--pause, .audio-player__button--play, .audio-player__button--loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-player__button--pause svg, .audio-player__button--play svg, .audio-player__button--loading svg {
  height: 25px;
  width: 25px;
}
.audio-player__button--loading > div {
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  animation-name: loader;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  display: flex;
  background-color: var(--superskrypt-color--contrast-inversed);
  border-radius: 50%;
}
.audio-player__button--play {
  display: none;
}
.audio-player__button--play svg {
  transform: translateX(10%);
}
.audio-player__button--pause {
  display: none;
}
.audio-player__bar {
  position: absolute;
  left: 18px;
  bottom: 28px;
  width: calc(100% - 36px);
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.audio-player__bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--superskrypt-color--contrast);
  opacity: 0.3;
}
.audio-player__bar--progress {
  width: 0%;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: var(--superskrypt-color--contrast);
}
.audio-player__time {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
  color: var(--superskrypt-color--contrast);
  position: absolute;
  left: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1600px) {
  .audio-player__time {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__time {
    font-size: 10.8px;
  }
}
.audio-player__duration {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-size: 12px;
  color: var(--superskrypt-color--contrast);
  position: absolute;
  right: 18px;
  bottom: 48px;
}
@media screen and (min-width: 1600px) {
  .audio-player__duration {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .audio-player__duration {
    font-size: 10.8px;
  }
}

.error404 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
}
.error404 .main-container {
  padding-top: calc(var(--site-header-logo-height));
  margin-bottom: auto;
}

.social_media_links {
  flex-grow: 1;
  display: flex;
  gap: 18px;
  line-height: 0;
}
.social_media_links__link {
  line-height: 0;
}
.social_media_links__link span {
  line-height: 0;
  display: inline-block;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .social_media_links__link:focus {
    color: var(--superskrypt-color--vivid);
  }
  .social_media_links__link:hover {
    color: var(--superskrypt-color--vivid);
  }
}
.social_media_links svg {
  height: 24px;
  width: 24px;
}
.social_media_links svg.icon-facebook {
  width: 12.72px;
}
.social_media_links svg.icon-youtube {
  width: 30px;
}
.social_media_links svg.icon-soundcloud {
  width: 30px;
}
.social_media_links .svg-icon--use,
.social_media_links .svg-icon--use path {
  transition-property: fill, color;
  transition-duration: 0.3s;
}

.data-consent-box {
  --superskrypt-color--vivid: #34CB6A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #ECE7E4;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #371923;
  --superskrypt-color--vivid-inversed: #4040AC;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
  z-index: 1000;
  gap: var(--vertical-spacing-box);
  padding: var(--padding-box);
}
.data-consent-box__heading {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 599;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__heading {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__heading {
    font-size: 18.9px;
  }
}
.data-consent-box .consent-info p {
  margin-bottom: 12px;
}
.data-consent-box__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .data-consent-box__buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.hero-section {
  position: relative;
}
.hero-section .hero {
  /* auto potrzebne jest dla podstrony 404 */
}
.hero-section .hero.hero-standard {
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: normal;
  align-content: normal;
}
.hero-section .hero.hero-standard .hero__content {
  width: 100%;
  max-width: var(--column-max-width);
  min-width: var(--card-min-width);
  padding: 300px var(--grid-page-margin, 48px) var(--vertical-spacing-large, 96px) var(--grid-page-margin, 48px);
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-large, 96px);
}
.hero-section .hero.hero-standard .hero__content .hero__lead {
  max-width: none;
}
.hero-section .hero.fullscreen {
  position: relative;
  overflow: hidden;
  min-height: auto;
}
@media screen and (min-width: 1200px) {
  .hero-section .hero.fullscreen {
    min-height: 100vh;
  }
}
.hero-section .hero.fullscreen .hero__background {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 0px var(--padding-box, 24px);
  flex-direction: column;
  align-items: stretch;
  min-height: 350px;
  justify-content: center;
}
.hero-section .hero.fullscreen .hero__background__inner {
  padding: 6.04vw 3.62vw 5.63vw 3.62vw;
  width: 100%;
  height: 100%;
}
.hero-section .hero.fullscreen .hero__background__inner .hero__mask {
  position: relative;
  width: 100%;
  background: var(--superskrypt-color--delicate-inversed);
}
.hero-section .hero.fullscreen .hero__background__inner .hero__mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--superskrypt-color--contrast);
  opacity: 0.1;
}
.hero-section .hero.fullscreen .hero__background__inner .hero__pattern {
  background-size: cover;
  background-position: center;
  aspect-ratio: 2.09;
  mix-blend-mode: luminosity;
  opacity: 0;
}
.hero-section .hero.fullscreen .hero__background__inner .hero__pattern.loaded {
  opacity: 0.3;
}
.hero-section .hero.fullscreen .hero__mask {
  mask: url("../images/wings-mask.svg");
  -webkit-mask-image: url("../images/wings-mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  mask-image: url("../images/wings-mask.svg");
  mask-mode: alpha;
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.hero-section .hero.auto {
  padding-top: 0;
}
.hero-section .hero.auto .hero__content {
  gap: var(--grid-gutter);
}
.hero-section .hero.auto .hero__content:nth-child(2) {
  padding-top: 0;
}
.hero-section .hero.auto .hero__content .hero__title {
  padding: 0 var(--padding-large) var(--padding-large) 0;
}
.hero-section .hero.auto .hero__image {
  display: none;
}

.hero.hero-front {
  position: relative;
  overflow: hidden;
  min-height: 56.25vw;
  z-index: 130;
  flex-direction: column;
  opacity: 0.01;
}
.hero.hero-front.shown {
  z-index: 0;
  opacity: 1;
}
.hero.hero-front .hero__content {
  min-height: 100vh;
  align-items: flex-start;
  gap: var(--grid-gutter, 24px);
  display: flex;
  max-width: var(--column-max-width, 996px);
  min-height: 100vh;
  padding: var(--small-link-min-width, 300px) var(--grid-page-margin, 48px) var(--vertical-spacing-large, 96px) var(--grid-page-margin, 48px);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  opacity: 0.01;
  transition-property: opacity;
  transition-duration: 0.5s;
  z-index: 1;
}
.hero.hero-front .hero__content.shown {
  opacity: 1;
}
.hero.hero-front .hero__title {
  display: flex;
  min-width: var(--big-link-min-width, 400px);
  padding: 0px var(--padding-large, 48px) var(--padding-large, 48px) 0px;
  align-items: flex-start;
  align-self: stretch;
}

#dotlottie-player__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dotlottie-hero-player {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  min-height: 56.25vw;
}

.site-header {
  height: calc(var(--site-header-logo-height) + 2 * var(--padding-small));
}
.site-header::before {
  content: unset;
}
.site-header__inner {
  height: 100%;
}
.site-header .site-header__logo-wrapper {
  display: flex;
  width: auto;
}
.site-header .site-header__logo-wrapper .icon-link {
  line-height: 0;
}
.site-header .site-header__logo-wrapper .svg-icon {
  width: auto;
  height: 71px;
  transition: all 0.3s;
}
.site-header .site-header__logo-wrapper .svg-icon svg {
  fill: currentColor;
}
.site-header .language-switcher {
  min-width: unset;
}
.site-header .language-switcher__link {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  transition-property: color;
  transition-duration: 0.3s;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .site-header .language-switcher__link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-header .language-switcher__link {
    font-size: 12.6px;
  }
}
.site-header .language-switcher__link::before {
  content: unset;
}
body.menu-opened .site-header .site-header__navigation .site-header__menu, body.menu-opened .site-header .site-header__logo-wrapper {
  display: none;
}
.site-header__bg {
  position: absolute;
  width: 100%;
  min-height: calc(var(--site-header-logo-height) + var(---padding-small) * 2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition-property: transform;
  transition-duration: 0.25s;
  transform: translateY(0px);
}
.site-header .site-header__bg,
.site-header .site-header__navigation,
.site-header .site-header__logo-wrapper,
.site-header .site-header__logo {
  opacity: 1;
  transform: translateY(0px);
  transition-property: transform;
  transition-duration: 0.25s;
  pointer-events: all;
}
.site-header.scrolled-down {
  pointer-events: none;
}
.site-header.scrolled-down .site-header__bg,
.site-header.scrolled-down .site-header__navigation,
.site-header.scrolled-down .site-header__logo-wrapper,
.site-header.scrolled-down .site-header__logo {
  pointer-events: none;
  transform: translateY(calc((var(--site-header-logo-height) + 2 * var(--padding-small)) * -1));
  background-color: inherit;
}
.site-header.scrolled-down .site-header__burger {
  pointer-events: all;
}
.site-header .site-header__bg {
  transition: background-color 0.65s ease-out, transform 0.25s;
}
body.menu-opened .site-header .site-menu__inner {
  overflow-y: unset;
}
body.menu-opened .site-header.scrolled-down .site-header__navigation {
  transform: none;
  transition: none;
}
body.menu-opened .site-header .site-header__navigation {
  position: relative;
  z-index: 110;
  transform: none;
  transition: none;
  display: flex;
}
body.menu-opened .site-header .site-header__navigation .site-header__menu {
  display: none;
}
body.menu-opened .site-header .language-switcher {
  position: relative;
  z-index: 110;
}

.hero-event.hero.fullscreen {
  min-height: 0;
  padding: var(--vertical-spacing-large, 96px) var(--grid-page-margin, 48px) var(--padding-large, 48px) var(--grid-page-margin, 48px);
  flex-direction: column;
  align-items: center;
  gap: var(--grid-gutter, 24px);
  flex-wrap: nowrap;
  position: relative;
}
.hero-event.hero.fullscreen .hero__content {
  padding: var(--vertical-spacing-section, 48px) var(--grid-page-margin, 48px) var(--padding-large, 48px) var(--grid-page-margin, 48px);
  min-width: calc(2 * var(--grid-page-margin, 48px) + var(--big-link-min-width, 400px));
  max-width: var(--column-max-width, 996px);
  padding-bottom: var(--padding-large, 48px);
  flex-direction: column;
  align-items: stretch;
  align-self: center;
  gap: var(--grid-gutter, 24px);
  width: auto;
  z-index: 1;
}
.hero-event.hero.fullscreen .hero__content__inner {
  display: none;
}
.hero-event.hero.fullscreen .hero__texts {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  flex: 1 0 0;
  gap: var(--vertical-spacing-basic, 24px);
}
@media screen and (min-width: 1600px) {
  .hero-event.hero.fullscreen .hero__texts {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__texts {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__texts:last-child {
    flex-direction: column-reverse;
  }
}
.hero-event.hero.fullscreen h1.hero__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .hero-event.hero.fullscreen h1.hero__title {
    font-size: calc(15.4409638554px + 2.313253012vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-event.hero.fullscreen h1.hero__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-event.hero.fullscreen h1.hero__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-event.hero.fullscreen h1.hero__title {
    font-size: 52.8px;
  }
}
.hero-event.hero.fullscreen .hero__category {
  position: relative;
  flex: 1 0 0;
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__category {
    flex: 1 0 0;
  }
}
.hero-event.hero.fullscreen .hero__date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-tiny, 9px);
  flex: 1 0 0;
}
.hero-event.hero.fullscreen .hero__date p {
  margin: 0;
}
.hero-event.hero.fullscreen .hero__date span {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .hero-event.hero.fullscreen .hero__date span {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__date span {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__date {
    flex: 1 0 0;
  }
}
.hero-event.hero.fullscreen .hero__place {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
  flex: 1 0 0;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .hero-event.hero.fullscreen .hero__place {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__place {
    font-size: 18.9px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__place {
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__place::before {
    display: none;
  }
}
.hero-event.hero.fullscreen .hero__date::before,
.hero-event.hero.fullscreen .hero__place::before {
  content: "";
  position: absolute;
  left: calc(-0.5 * (var(--global-unit)));
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid currentColor;
}
.hero-event.hero.fullscreen .button-container {
  flex: 1 0 0;
  min-width: var(--card-min-width);
}
.hero-event.hero.fullscreen .hero__abstract {
  align-self: start;
  flex: 1 0 0;
  min-width: var(--card-min-width);
  position: relative;
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .hero-event.hero.fullscreen .hero__abstract {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__abstract {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-event.hero.fullscreen .hero__abstract {
    width: 100%;
  }
}
.hero-event.hero.fullscreen .hero__background {
  left: 0;
  top: 0;
  padding: 0;
}
.hero-event.hero.fullscreen .hero__background__inner {
  padding: var(--padding-large);
}
.hero-event.hero.fullscreen .hero__background__inner .hero__pattern.loaded {
  aspect-ratio: 2.67;
  mix-blend-mode: soft-light;
  opacity: 1;
}
.hero-event.hero.fullscreen.with-picture {
  overflow: hidden;
  background-color: var(--superskrypt-color--contrast-inversed);
}
.hero-event.hero.fullscreen.with-picture .hero__content__inner,
.hero-event.hero.fullscreen.with-picture .hero__title,
.hero-event.hero.fullscreen.with-picture .hero__category,
.hero-event.hero.fullscreen.with-picture .hero__place,
.hero-event.hero.fullscreen.with-picture .hero__date p,
.hero-event.hero.fullscreen.with-picture .hero__abstract {
  text-shadow: 0px 0px 50px rgb(0, 0, 0);
}
.hero-event.hero.fullscreen.with-picture .hero__background {
  opacity: 0.75;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.hero-event.hero.fullscreen .hero__mask {
  mask: url("../images/elipse-mask.svg");
  -webkit-mask-image: url("../images/elipse-mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  mask-image: url("../images/elipse-mask.svg");
  mask-mode: alpha;
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.hero-section .hero.hero-news,
.hero-section .hero.hero-posts {
  flex-direction: row-reverse;
  padding: 96px var(--grid-page-margin) var(--padding-large) var(--grid-page-margin);
  gap: var(--grid-gutter);
  min-height: auto;
  justify-content: center;
}
@media screen and (min-width: 901px) {
  .hero-section .hero.hero-news .hero__content,
  .hero-section .hero.hero-posts .hero__content {
    flex: 1 0 calc(50% - 0.5 * var(--grid-gutter));
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero.hero-news,
  .hero-section .hero.hero-posts {
    flex-direction: column-reverse;
  }
}
.hero-section .hero.hero-news .hero__content,
.hero-section .hero.hero-posts .hero__content {
  padding: var(--vertical-spacing-large) 0 var(--padding-large) 0;
  flex-direction: column;
  gap: var(--grid-gutter);
  align-self: flex-start;
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
  max-width: var(--column-max-width);
  min-width: var(--big-link-min-width);
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .hero-section .hero.hero-news .hero__content,
  .hero-section .hero.hero-posts .hero__content {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero.hero-news .hero__content,
  .hero-section .hero.hero-posts .hero__content {
    font-size: 18.9px;
  }
}
.hero-section .hero.hero-news .hero__content h1.hero__title,
.hero-section .hero.hero-posts .hero__content h1.hero__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .hero-section .hero.hero-news .hero__content h1.hero__title,
  .hero-section .hero.hero-posts .hero__content h1.hero__title {
    font-size: calc(15.4409638554px + 2.313253012vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-section .hero.hero-news .hero__content h1.hero__title,
  .hero-section .hero.hero-posts .hero__content h1.hero__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .hero.hero-news .hero__content h1.hero__title,
  .hero-section .hero.hero-posts .hero__content h1.hero__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-section .hero.hero-news .hero__content h1.hero__title,
  .hero-section .hero.hero-posts .hero__content h1.hero__title {
    font-size: 52.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero.hero-news .hero__content,
  .hero-section .hero.hero-posts .hero__content {
    flex: 0;
  }
  .hero-section .hero.hero-news .hero__content h1,
  .hero-section .hero.hero-posts .hero__content h1 {
    flex: 0;
  }
}
.hero-section .hero.hero-news .hero__info,
.hero-section .hero.hero-posts .hero__info {
  display: flex;
  min-width: var(--big-link-min-width);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-box);
  align-self: stretch;
}
.hero-section .hero.hero-news .hero__info p,
.hero-section .hero.hero-posts .hero__info p {
  margin-bottom: 0;
}
.hero-section .hero.hero-news .hero__image,
.hero-section .hero.hero-posts .hero__image {
  position: relative;
  flex: 1 0 calc(50% - 0.5 * var(--grid-gutter));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation;
  animation-duration: 4s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
}
@media screen and (max-width: 900px) {
  .hero-section .hero.hero-news .hero__image,
  .hero-section .hero.hero-posts .hero__image {
    width: 100%;
    flex: 0;
  }
}
@media screen and (min-width: 1600px) {
  .hero-section .hero.hero-news .hero__image,
  .hero-section .hero.hero-posts .hero__image {
    max-width: 50%;
  }
}
.hero-section .hero.hero-news.no-picture,
.hero-section .hero.hero-posts.no-picture {
  margin: 0 auto;
  width: 100%;
}

.hero-section .hero-team-member {
  padding: var(--vertical-spacing-large) var(--grid-page-margin) var(--padding-large) var(--grid-page-margin);
  align-items: center;
  flex-direction: column;
}
.hero-section .hero-team-member .hero__content {
  display: flex;
  max-width: var(--column-max-width);
  padding: var(--vertical-spacing-section) var(--grid-page-margin) var(--box-corner-radius, 0px) var(--grid-page-margin);
  justify-content: center;
  align-items: flex-start;
  gap: var(--grid-gutter);
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: var(--grid-gutter);
  width: 100%;
}
@media screen and (min-width: 901px) {
  .hero-section .hero-team-member .hero__content {
    flex-direction: row;
  }
  .hero-section .hero-team-member .hero__content .hero__content {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .hero__content {
    flex-direction: column;
  }
}
.hero-section .hero-team-member .text-content {
  display: flex;
  min-width: var(--big-link-min-width);
  max-width: var(--column-max-width);
  padding-bottom: var(--padding-large);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--grid-gutter);
  flex: 1 0 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .text-content {
    flex-grow: 0;
  }
}
.hero-section .hero-team-member .text-content .hero__position {
  font-family: "GeneralSansVariable", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: 1.1;
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .hero-section .hero-team-member .text-content .hero__position {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .text-content .hero__position {
    font-size: 16.2px;
  }
}
.hero-section .hero-team-member .text-content .hero__place {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.1;
  font-size: 21px;
}
@media screen and (min-width: 1600px) {
  .hero-section .hero-team-member .text-content .hero__place {
    font-size: 23.1px;
  }
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .text-content .hero__place {
    font-size: 18.9px;
  }
}
.hero-section .hero-team-member .hero__title {
  font-family: "ClashDisplay-Variable", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  .hero-section .hero-team-member .hero__title {
    font-size: calc(15.4409638554px + 2.313253012vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-section .hero-team-member .hero__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-section .hero-team-member .hero__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-section .hero-team-member .hero__title {
    font-size: 52.8px;
  }
}
.hero-section .hero-team-member .hero__info {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
.hero-section .hero-team-member .hero__info p {
  margin-bottom: 0;
}
.hero-section .hero-team-member .hero__image {
  min-width: var(--card-min-width);
  max-width: 400px;
  width: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation-name: mask-animation;
  animation-duration: 4s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .hero__image {
    max-width: unset;
  }
}
.hero-section .hero-team-member .hero-team-member-line {
  width: 1px;
  align-self: stretch;
  background-color: var(--superskrypt-color--contrast);
}
@media screen and (max-width: 900px) {
  .hero-section .hero-team-member .hero-team-member-line {
    display: none;
  }
}

.page-section__header {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-in, transform 0.6s ease-out;
}
.page-section__header.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

@keyframes preloader-left-loop {
  0% {
    transform: rotateY(0);
  }
  11% {
    transform: rotateY(0);
  }
  13% {
    transform: rotateY(20deg);
  }
  15% {
    transform: rotateY(36deg);
  }
  17% {
    transform: rotateY(45deg);
  }
  19% {
    transform: rotateY(42deg);
  }
  31% {
    transform: rotateY(3deg);
  }
  33% {
    transform: rotateY(0);
  }
  35% {
    transform: rotateY(20deg);
  }
  37% {
    transform: rotateY(36deg);
  }
  39% {
    transform: rotateY(45deg);
  }
  41% {
    transform: rotateY(42deg);
  }
  53% {
    transform: rotateY(3deg);
  }
  55% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes preloader-right-loop {
  0% {
    transform: rotateY(0);
  }
  11% {
    transform: rotateY(0);
  }
  13% {
    transform: rotateY(-20deg);
  }
  15% {
    transform: rotateY(-36deg);
  }
  17% {
    transform: rotateY(-45deg);
  }
  19% {
    transform: rotateY(-42deg);
  }
  31% {
    transform: rotateY(-3deg);
  }
  33% {
    transform: rotateY(0);
  }
  35% {
    transform: rotateY(-20deg);
  }
  37% {
    transform: rotateY(-36deg);
  }
  39% {
    transform: rotateY(-45deg);
  }
  41% {
    transform: rotateY(-42deg);
  }
  53% {
    transform: rotateY(-3deg);
  }
  55% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes preloader-curtain-intro {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preloader-animation-intro {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preloader-animation-loop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preloader-animation-outro {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloader-curtain-outro {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 120;
}
.preloader--finished {
  display: none;
}
.preloader__curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: var(--superskrypt-color--delicate-inversed);
  transition-property: background-color;
  transition-duration: 0.3s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.preloader__curtain--intro {
  animation-name: preloader-curtain-intro;
}
.preloader__curtain--loop {
  opacity: 1;
}
.preloader__curtain--outro {
  animation-name: preloader-curtain-outro;
}
.preloader__curtain--off {
  opacity: 0;
}
body.bg-white .preloader__curtain {
  background-color: #ffffff;
}
body.bg-neutral-light .preloader__curtain {
  background-color: #ECE7E4;
}
body.bg-neutral-dark .preloader__curtain {
  background-color: #371923;
}
body.bg-black .preloader__curtain {
  background-color: #000000;
}
body.bg-vivid-light .preloader__curtain {
  background-color: #34CB6A;
}
body.bg-vivid-dark .preloader__curtain {
  background-color: #4040AC;
}
body.bg-iccare-lab .preloader__curtain {
  background-color: #ECE7E4;
}
body.bg-themis .preloader__curtain {
  background-color: #FFB7AE;
}
body.bg-styx .preloader__curtain {
  background-color: #FFE498;
}
body.bg-harmonie .preloader__curtain {
  background-color: #CDD5E8;
}
body.bg-dedale .preloader__curtain {
  background-color: #2B7758;
}
body.bg-comet .preloader__curtain {
  background-color: #4040AC;
}
body.bg-eupraxie .preloader__curtain {
  background-color: #AD4847;
}
body.menu-opened .preloader__curtain {
  background-color: var(--superskrypt-color--contrast-inversed);
}
.preloader__animation {
  position: absolute;
  top: calc(50% - 7.445vh);
  left: calc(50% - 15.89vh);
  height: 14.89vh;
  width: 31.78vh;
  perspective: 100vh;
  opacity: 0;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .preloader__animation {
    top: calc(50% - 4.62vh);
    left: calc(50% - 9.85vh);
    height: 9.23vh;
    width: 19.7vh;
    perspective: 62vh;
  }
}
.preloader__animation--intro {
  animation-iteration-count: 1;
  animation-name: preloader-animation-intro;
}
.preloader__animation--loop {
  opacity: 1;
  animation-iteration-count: infinite;
  animation-name: preloader-animation-loop;
  animation-duration: 1s;
}
.preloader__animation--outro {
  animation-iteration-count: 1;
  animation-name: preloader-animation-outro;
}
.preloader__left-wing {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  transform-origin: center right;
  transform: rotateY(0);
}
.preloader__animation--loop .preloader__left-wing {
  opacity: 1;
  animation-duration: 1s;
  animation-name: preloader-left-loop;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.preloader__right-wing {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  transform-origin: center left;
  transform: rotateY(0);
}
.preloader__animation--loop .preloader__right-wing {
  opacity: 1;
  animation-duration: 1s;
  animation-name: preloader-right-loop;
  animation-iteration-count: infinite;
  animation-fill-mode: forward;
}

.filters {
  opacity: 0;
  transform: translateY(75px);
  transition: opacity 0.8s ease-in, transform 0.3s ease-out;
}
.filters.djpg-animation {
  opacity: 1;
  transform: translateY(0%);
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
