@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* FCS */
html {
  --body-font-size: 16px;
  --page-title-font-size: 72px;
  --section-title-font-size: 48px;
  --subtitle-font-size: 28px;
  --big-link-title-font-size: 36px;
  --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;
  --highlight-big-font-size: 96px;
  --body-line-height: 1.5em;
  --decorative-line-height: 1.2em;
  --caps-line-height: 1em;
}

html {
  --site-header-logo-height: 48px;
  --button-corner-radius: 19px;
  --box-min-height: 450px;
  --heading-text-max-width: 600px;
  --column-max-width: 1092px; /* maksymalna szerokość kolumny w main - dotyczy bloków które nie sa full-width */
  --card-min-width: 300px;
  --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: 96px;
  --padding-small: 12px;
  --padding-box: 24px;
  --padding-large: 48px; /* w big-linkach */
  --section-top-margin: 72px;
  --section-bottom-margin: 72px;
  --vertical-spacing-tiny: 9px;
  --vertical-spacing-box: 18px;
  --vertical-spacing-basic: 24px;
  --vertical-spacing-large: 96px;
  --vertical-spacing-section: 48px;
  --horizontal-spacing-tiny: 9px;
  --horizontal-spacing-basic: 18px;
  --box-corner-radius: 3px;
}
@media screen and (max-width: 900px) {
  html {
    --site-header-logo-height: 40px;
    --button-corner-radius: 19px;
    --box-min-height: 300px;
    --heading-text-max-width: 600px;
    --column-max-width: 1092px;
    --card-min-width: 300px;
    --small-link-min-width: 150px;
    --big-link-min-width: 300px;
    --large-image-min-width: 300px;
    --grid-gutter: 24px;
    --grid-column-number: 2;
    --grid-page-margin: 24px;
    --padding-small: 12px;
    --padding-box: 24px;
    --padding-large: 24px;
    --section-top-margin: 48px;
    --section-bottom-margin: 48px;
    --vertical-spacing-tiny: 9px;
    --vertical-spacing-box: 18px;
    --vertical-spacing-basic: 24px;
    --vertical-spacing-large: 48px;
    --vertical-spacing-section: 36px;
    --horizontal-spacing-tiny: 9px;
    --horizontal-spacing-basic: 18px;
    --box-corner-radius: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    --box-min-height: 450px;
    --heading-text-max-width: 600px;
    --column-max-width: 1092px;
    --card-min-width: 300px;
    --small-link-min-width: 300px;
    --big-link-min-width: 400px;
    --large-image-min-width: 300px;
    --grid-gutter: 24px;
    --grid-column-number: 4;
    --grid-page-margin: 48px;
    --padding-small: 12px;
    --padding-box: 24px;
    --padding-large: 48px;
    --section-top-margin: 72px;
    --section-bottom-margin: 72px;
    --vertical-spacing-tiny: 9px;
    --vertical-spacing-box: 18px;
    --vertical-spacing-basic: 24px;
    --vertical-spacing-large: 96px;
    --vertical-spacing-section: 48px;
    --horizontal-spacing-tiny: 9px;
    --horizontal-spacing-basic: 18px;
    --button-corner-radius: 19px;
    --box-corner-radius: 3px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    --site-header-logo-height: 48px;
    --box-min-height: 600px;
    --heading-text-max-width: 900px;
    --column-max-width: 1292px;
    --card-min-width: 300px;
    --small-link-min-width: 300px;
    --big-link-min-width: 400px;
    --large-image-min-width: 300px;
    --grid-gutter: 36px;
    --grid-column-number: 16;
    --grid-page-margin: 96px;
    --padding-small: 12px;
    --padding-box: 24px;
    --padding-large: 48px;
    --section-top-margin: 72px;
    --section-bottom-margin: 72px;
    --vertical-spacing-tiny: 9px;
    --vertical-spacing-box: 18px;
    --vertical-spacing-basic: 24px;
    --vertical-spacing-large: 96px;
    --vertical-spacing-section: 48px;
    --horizontal-spacing-tiny: 9px;
    --horizontal-spacing-basic: 18px;
    --button-corner-radius: 19px;
    --box-corner-radius: 3px;
  }
}

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

.color-mode--light {
  --superskrypt-color--vivid: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #313751;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #F0F0F0;
  --superskrypt-color--vivid-inversed: #FF7A00;
  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: #FF7A00;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #F0F0F0;
  --superskrypt-color--contrast-inversed: #10121A;
  --superskrypt-color--delicate-inversed: #313751;
  --superskrypt-color--vivid-inversed: #DC0000;
  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--vivid {
  --superskrypt-color--vivid: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #DC0000;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FF7A00;
  --superskrypt-color--vivid-inversed: #F0F0F0;
  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--light-contrast {
  --superskrypt-color--vivid: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #313751;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #ffffff;
  --superskrypt-color--vivid-inversed: #FF7A00;
  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-contrast {
  --superskrypt-color--vivid: #FF7A00;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #F0F0F0;
  --superskrypt-color--contrast-inversed: #10121A;
  --superskrypt-color--delicate-inversed: #10121A;
  --superskrypt-color--vivid-inversed: #DC0000;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  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);
  }
}
/* === TITLE STYLES ===*/
/* === SMALL TITLE STYLES ===*/
/* === NAVIGATION STYLES ===*/
/* === BODY STYLES ===*/
/* === BODY DECORATIVE STYLES ===*/
/* === 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.
*/
/* === Blok CTA === */
/* 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-color-white {
  background-color: #ffffff;
}

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

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

.bg-color-black {
  background-color: #10121A;
}

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

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

.bg-color-blue {
  background-color: #06039F;
}

.bg-color-purple {
  background-color: #6618A3;
}

.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: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #313751;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #F0F0F0;
  --superskrypt-color--vivid-inversed: #FF7A00;
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  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: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14.4px;
  }
}

.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: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 72px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  h1, .page-title {
    font-size: calc(21.2269879518px + 2.3710843373vw);
  }
}
@media screen and (max-width: 370px) {
  h1, .page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .page-title {
    font-size: calc(-38.88px + 7.38vw);
  }
}
@media screen and (min-width: 1600px) {
  h1, .page-title {
    font-size: 79.2px;
  }
}

h2, .heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 48px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  h2, .heading {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  h2, .heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .heading {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  h2, .heading {
    font-size: 52.8px;
  }
}

h3, .subheading {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  h3, .subheading {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  h3, .subheading {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .subheading {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  h3, .subheading {
    font-size: 30.8px;
  }
}

.lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .lead {
    font-size: 30.8px;
  }
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .text-body {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .text-body {
    font-size: 14.4px;
  }
}

.text-page-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 72px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-page-title {
    font-size: calc(21.2269879518px + 2.3710843373vw);
  }
}
@media screen and (max-width: 370px) {
  .text-page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .text-page-title {
    font-size: calc(-38.88px + 7.38vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-page-title {
    font-size: 79.2px;
  }
}

.text-section-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 48px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-section-title {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .text-section-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .text-section-title {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-section-title {
    font-size: 52.8px;
  }
}

.text-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-subtitle {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .text-subtitle {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .text-subtitle {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-subtitle {
    font-size: 30.8px;
  }
}

.text-header {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .text-header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .text-header {
    font-size: 10.8px;
  }
}

.text-lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .text-lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .text-lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-lead {
    font-size: 30.8px;
  }
}

.text-highlight {
  font-family: "Noto Sans", sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-highlight {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .text-highlight {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .text-highlight {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-highlight {
    font-size: 52.8px;
  }
}

.text-caption {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-microcopy {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-microcopy {
    font-size: 12.6px;
  }
}

.text-link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .text-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-link {
    font-size: 12.6px;
  }
}

.text-big-link-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-big-link-title {
    font-size: calc(19.2881927711px + 0.4626506024vw);
  }
}
@media screen and (max-width: 370px) {
  .text-big-link-title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .text-big-link-title {
    font-size: calc(-19.44px + 3.69vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-big-link-title {
    font-size: 39.6px;
  }
}

.text-card-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
}
@media screen and (min-width: 1600px) {
  .text-card-title {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-card-title {
    font-size: 21.6px;
  }
}

.text-card-body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  font-size: 28px;
}
@media screen and (min-width: 1600px) {
  .text-box-title {
    font-size: 30.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-box-title {
    font-size: 25.2px;
  }
}

.text-menu {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: var(--decorative-line-height);
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .text-menu {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-menu {
    font-size: 16.2px;
  }
}

.text-submenu {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .text-hero-title {
    font-size: calc(18.6419277108px + -0.1734939759vw);
  }
}
@media screen and (max-width: 370px) {
  .text-hero-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .text-hero-title {
    font-size: calc(-12.96px + 2.46vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-hero-title {
    font-size: 26.4px;
  }
}

.text-highlight-small {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
}
@media screen and (min-width: 1600px) {
  .text-highlight-small {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .text-highlight-small {
    font-size: 21.6px;
  }
}

.img-container,
.img-background {
  background-color: var(--superskrypt-color--contrast);
  line-height: 0;
}
.img-container.lazy-img-container--loaded,
.img-background.lazy-img-container--loaded {
  background-color: transparent;
}

.lazy-img-background {
  background-color: var(--superskrypt-color--contrast);
}

.lazy-img {
  opacity: 0;
  height: 100%;
  transition: opacity 0.2s;
  transition-delay: 0;
}
.lazy-img.loaded {
  opacity: 1;
}

.lazy-loading-intersection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  pointer-events: none;
}

.button--primary {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--primary {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--primary {
    font-size: 12.6px;
  }
}
.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--contrast);
  opacity: 0.25;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--primary:focus {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--primary:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  .button--primary:hover {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--primary:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--primary-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--primary-idle {
    font-size: 12.6px;
  }
}
.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--contrast);
  opacity: 0.25;
}

.button--secondary {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--secondary {
    font-size: 12.6px;
  }
}
.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--contrast);
    color: var(--superskrypt-color--contrast);
    -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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--secondary-idle {
    font-size: 12.6px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--link {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--link {
    font-size: 12.6px;
  }
}
.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--contrast);
    -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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--link-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--link-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--link-idle {
    font-size: 12.6px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 12.6px;
  }
}
.button--goto .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto {
    font-size: 12.6px;
  }
}
.button--goto .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--goto .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--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: 0.25;
  background-color: transparent;
}
.button--goto .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--goto .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.button--goto .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
@media screen and (min-width: 901px) {
  .button--goto:hover {
    color: var(--superskrypt-color--contrast);
    -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--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--goto:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  .button--goto:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@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--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--goto:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  html.tab-navigating .button--goto:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.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 0px transparent;
}
.button--goto:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 2px;
}
.button--goto:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.button--goto-idle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 12.6px;
  }
}
.button--goto-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--goto-idle {
    font-size: 12.6px;
  }
}
.button--goto-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--goto-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--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: 0.25;
  background-color: transparent;
}
.button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--goto-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.button--goto-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}

.button--cta {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 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--cta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 12.6px;
  }
}
.button--cta .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--cta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 12.6px;
  }
}
.button--cta .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta {
    font-size: 12.6px;
  }
}
.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-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--cta:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  .button--cta:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .button--cta:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  .button--cta:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--cta:focus {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--cta:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  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: 2px;
}
.button--cta:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.button--cta-idle {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 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--cta-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 12.6px;
  }
}
.button--cta-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--cta-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 12.6px;
  }
}
.button--cta-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--cta-idle {
    font-size: 12.6px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 12.6px;
  }
}
.button--dropdown .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown {
    font-size: 12.6px;
  }
}
.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;
}
.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--contrast);
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .button--dropdown:hover::before {
    background-color: transparent;
    opacity: var(--superskrypt-color--contrast);
  }
  .button--dropdown:hover .button__icon-wrapper {
    color: var(--superskrypt-color--contrast);
    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--contrast);
    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--contrast);
    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--contrast);
    stroke-width: 2px;
  }
}
.button--dropdown:active {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vividd);
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.button--dropdown-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.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;
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 12.6px;
  }
}
.button--dropdown-link .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link {
    font-size: 12.6px;
  }
}
.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;
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 12.6px;
  }
}
.button--dropdown-link-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--dropdown-link-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--dropdown-link-idle {
    font-size: 12.6px;
  }
}
.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;
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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;
  border-width: 0px;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .button--icon {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon {
    font-size: 12.6px;
  }
}
.button--icon .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon {
    font-size: 12.6px;
  }
}
.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: 0.2;
}
.button--icon .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.2;
}
.button--icon .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--contrast);
}
@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-inversed);
  }
  .button--icon:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  .button--icon:hover .button__icon-wrapper::before {
    opacity: 1;
    background-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: 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: var(--superskrypt-color--contrast-inversed);
}
.button--icon-idle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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;
  border-width: 0px;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .button--icon-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-idle {
    font-size: 12.6px;
  }
}
.button--icon-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-idle {
    font-size: 12.6px;
  }
}
.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: 0.2;
}
.button--icon-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.2;
}
.button--icon-idle .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--contrast);
}

.focusable-box .button--primary-idle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--primary-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--primary-idle {
    font-size: 12.6px;
  }
}
.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--contrast);
  opacity: 0.25;
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--primary-idle {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--primary-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--primary-idle {
    color: var(--superskrypt-color--contrast-inversed);
    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);
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--secondary-idle {
    font-size: 12.6px;
  }
}
.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--contrast);
    color: var(--superskrypt-color--contrast);
    -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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--link-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--link-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--link-idle {
    font-size: 12.6px;
  }
}
.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--contrast);
    -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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 38px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.focusable-box .button--goto-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--goto-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--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: 0.25;
  background-color: transparent;
}
.focusable-box .button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box .button--goto-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.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--contrast);
    -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--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--goto-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  .focusable-box:hover .button--goto-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@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--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  html.tab-navigating .focusable-box:focus .button--goto-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.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 0px transparent;
}
.focusable-box:active .button--goto-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 2px;
}
.focusable-box:active .button--goto-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--cta-idle {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 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--cta-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 12.6px;
  }
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 12.6px;
  }
}
.focusable-box .button--cta-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--cta-idle {
    font-size: 12.6px;
  }
}
.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-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--cta-idle::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
    stroke-width: 2px;
  }
  .focusable-box:hover .button--cta-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--cta-idle {
    color: var(--superskrypt-color--contrast-inversed);
    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);
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle .button__icon-wrapper {
    color: var(--superskrypt-color--contrast-inversed);
    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-inversed);
    stroke-width: 2px;
  }
  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: 2px;
}
.focusable-box:active .button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box .button--dropdown-idle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.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;
}
.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--contrast);
    color: var(--superskrypt-color--contrast);
    -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--contrast);
  }
  .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::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  .focusable-box:hover .button--dropdown-idle .button__icon {
    color: var(--superskrypt-color--contrast);
    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--contrast);
    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--contrast);
    stroke-width: 2px;
  }
}
.focusable-box:active .button--dropdown-idle {
  box-shadow: inset 0px 0px 0px 2px var(--superskrypt-color--vividd);
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--dropdown-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--dropdown-idle {
    font-size: 12.6px;
  }
}
.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;
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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;
  border-width: 0px;
  border-color: transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-idle {
    font-size: 12.6px;
  }
}
.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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-idle {
    font-size: 12.6px;
  }
}
.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: 0.2;
}
.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: var(--superskrypt-color--contrast);
  opacity: 0.2;
}
.focusable-box .button--icon-idle .button__icon-wrapper .button__icon {
  width: 12px;
  height: 12px;
  color: var(--superskrypt-color--contrast);
}
@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-inversed);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper::before {
    opacity: 1;
    background-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: 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: var(--superskrypt-color--contrast-inversed);
}

.button--shortcuts {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  min-height: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  background-color: transparent;
  color: var(--superskrypt-color--contrast-inversed);
}
@media screen and (min-width: 1600px) {
  .button--shortcuts {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--shortcuts {
    font-size: 12.6px;
  }
}
.button--shortcuts .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--shortcuts {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--shortcuts {
    font-size: 12.6px;
  }
}
.button--shortcuts .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
}
.button--shortcuts .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--shortcuts {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .button--shortcuts {
    font-size: 10.8px;
  }
}
.button--shortcuts::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--contrast);
  opacity: 1;
}
.button--shortcuts .button__icon {
  transform: rotate(-90deg);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--shortcuts:focus {
    color: var(--superskrypt-color--contrast-inversed);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  html.tab-navigating .button--shortcuts:focus .button__icon {
    stroke-width: 2px;
  }
  .button--shortcuts:hover {
    color: var(--superskrypt-color--contrast-inversed);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .button--shortcuts:hover .button__icon {
    stroke-width: 2px;
  }
}
.button--shortcuts:active {
  color: var(--superskrypt-color--contrast-inversed);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.button--shortcuts:active .button__icon {
  stroke-width: 1px;
}
.button--shortcuts .button__label:after {
  margin-bottom: -0.2em;
}

.button--link:before {
  bottom: 0;
  top: 1em;
}

body.admin-bar {
  margin-top: var(--wp-admin--admin-bar--height);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
  color: var(--superskrypt-color--vivid);
}
@media screen and (min-width: 1600px) {
  .card__header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .card__header {
    font-size: 10.8px;
  }
}
.card__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1600px) {
  .card__title {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .card__title {
    font-size: 21.6px;
  }
}
.card__content {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  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);
  position: relative;
}
@media screen and (min-width: 1600px) {
  .block-quick-links {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-quick-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--grid-page-margin);
  height: 1px;
  width: calc(100% - var(--grid-page-margin) * 2);
  background-color: currentColor;
}
.block-quick-links .quick-link {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  max-width: unset;
  min-width: 150px;
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
  padding-right: var(--padding-small);
  padding-left: var(--padding-small);
  gap: var(--vertical-spacing-tiny);
}
@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: var(--vertical-spacing-tiny);
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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-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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: var(--decorative-line-height);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .big-link__title {
    font-size: calc(19.2881927711px + 0.4626506024vw);
  }
}
@media screen and (max-width: 370px) {
  .big-link__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .big-link__title {
    font-size: calc(-19.44px + 3.69vw);
  }
}
@media screen and (min-width: 1600px) {
  .big-link__title {
    font-size: 39.6px;
  }
}
.big-link.with-image .big-link__title {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}
.big-link__text {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .big-link__text {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__text {
    font-size: 21.6px;
  }
}
.big-link.with-image .big-link__text {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}
.big-link__button {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .big-link__button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .big-link__button {
    font-size: 12.6px;
  }
}
.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: var(--padding-large);
  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;
  padding-bottom: calc(var(--padding-large) * 2);
}
.block-lead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--padding-large);
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.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: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  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 (max-width: 1199px) {
  .block-lead__lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .block-lead__lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .block-lead__lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-lead__lead {
    font-size: 30.8px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  /* 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: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-text {
    font-size: 14.4px;
  }
}
.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 {
  text-decoration: underline;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  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: 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-box);
}
.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-box);
  padding-left: 48px;
  padding-right: 48px;
  padding-top: var(--padding-box);
  padding-bottom: var(--padding-box);
}
.block-cta__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 36px;
  line-height: var(--decorative-line-height);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .block-cta__title {
    font-size: calc(19.2881927711px + 0.4626506024vw);
  }
}
@media screen and (max-width: 370px) {
  .block-cta__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .block-cta__title {
    font-size: calc(-19.44px + 3.69vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-cta__title {
    font-size: 39.6px;
  }
}
.block-cta__text {
  flex-grow: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .block-cta__text {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__text {
    font-size: 21.6px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  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: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__description {
    font-size: 14.4px;
  }
}
.block-image__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-tiny);
}
.block-image__texts p {
  margin: 0;
}
.block-image__caption {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  display: grid;
  grid-template-columns: repeat(var(--grid-column-number), 1fr);
  column-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
}
@media screen and (max-width: 1199px) {
  .block-highlight__text {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .block-highlight__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .block-highlight__text {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-highlight__text {
    font-size: 52.8px;
  }
}
@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 9;
}
@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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
  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: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-highlight__footer {
    font-size: 10.8px;
  }
}

.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: #FF7A00;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #F0F0F0;
  --superskrypt-color--contrast-inversed: #10121A;
  --superskrypt-color--delicate-inversed: #313751;
  --superskrypt-color--vivid-inversed: #DC0000;
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: #FF7A00;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #F0F0F0;
  --superskrypt-color--contrast-inversed: #10121A;
  --superskrypt-color--delicate-inversed: #313751;
  --superskrypt-color--vivid-inversed: #DC0000;
  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 .card {
  border-radius: var(--box-corner-radius);
  overflow: hidden;
}

.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;
  border: none;
  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;
  height: 48px;
  width: 48px;
}
.block-slider__navigation__btn-left svg, .block-slider__navigation__btn-right svg {
  display: block;
  height: 32px;
  width: auto;
  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-left svg {
  transform: rotate(180deg);
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  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;
}

.block-cta__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
}
@media screen and (min-width: 1600px) {
  .block-cta__title {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__title {
    font-size: 21.6px;
  }
}
.block-cta__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .block-cta__text {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-cta__text {
    font-size: 12.6px;
  }
}

.block-cards--news .card__tagline {
  color: var(--superskrypt-color--contrast);
}

.block-cards--procedures .card__header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: var(--superskrypt-color--contrast);
  gap: calc(var(--horizontal-spacing-basic) * 2);
  padding-bottom: var(--horizontal-spacing-basic);
  border-bottom: 1px solid var(--superskrypt-color--contrast);
}
.block-cards--procedures .card__header > :nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75em;
  opacity: 0.5;
  background-color: var(--superskrypt-color--delicate);
  transform: translateX(calc(var(--horizontal-spacing-basic) * -1));
}
.block-cards--procedures .card__header__categories {
  color: var(--superskrypt-color--vivid);
}

.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
}
@media screen and (min-width: 1600px) {
  .data-consent-box__heading {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__heading {
    font-size: 21.6px;
  }
}
.data-consent-box__content {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .data-consent-box .privacy-policy-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box .privacy-policy-link {
    font-size: 12.6px;
  }
}
.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--contrast);
    -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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .cookies-settings-box .save-settings-button {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .cookies-settings-box .save-settings-button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .cookies-settings-box .save-settings-button {
    font-size: 12.6px;
  }
}
.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--contrast);
    -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 {
  background-color: var(--superskrypt-color--contrast-inversed);
  padding-top: var(--vertical-spacing-section);
  padding-bottom: var(--vertical-spacing-basic);
  border-top: 1px solid var(--superskrypt-color--delicate);
}
.site-footer__inner {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: fit-content(10%) 1fr;
  position: relative;
  height: auto;
  gap: var(--grid-gutter);
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
  }
}
.site-footer__menu {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  grid-column: span 1;
  grid-row: span 2;
  padding-bottom: var(--padding-small);
}
@media screen and (min-width: 1600px) {
  .site-footer__menu {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__menu {
    font-size: 12.6px;
  }
}
.site-footer__menu .menu-link-wrapper {
  display: block;
  margin-bottom: var(--vertical-spacing-box);
}
.site-footer__menu .menu-link-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .site-footer__menu {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.site-footer__menu .menu-item {
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  text-decoration: none;
  padding: 0;
  width: fit-content;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-footer__menu .menu-item:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-footer__menu .menu-item:active {
  color: var(--superskrypt-color--vivid);
}
.site-footer__social-media {
  grid-column: span 2;
  grid-row: span 1;
  padding-bottom: var(--global-unit);
}
@media screen and (max-width: 900px) {
  .site-footer__social-media {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.site-footer .social_media_links {
  display: flex;
  flex-direction: row;
  gap: calc(0.75 * (var(--global-unit)));
  flex: 1;
  align-items: center;
}
.site-footer .social_media_links__list__item {
  line-height: 0;
  display: flex;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .social_media_links__link:focus {
    color: var(--superskrypt-color--vivid);
  }
  .site-footer .social_media_links__link:hover {
    color: var(--superskrypt-color--vivid);
  }
}
.site-footer .social_media_links svg {
  height: 24px;
  width: 24px;
}
.site-footer .social_media_links svg.icon-facebook {
  width: calc(var(--grid-gutter) * 0.53);
}
.site-footer .social_media_links svg.icon-youtube {
  width: calc(var(--grid-gutter) * 1.25);
}
.site-footer .social_media_links svg.icon-soundcloud {
  width: calc(var(--grid-gutter) * 1.25);
}
.site-footer .social_media_links .svg-icon--use,
.site-footer .social_media_links .svg-icon--use path {
  transition-property: color;
  transition-duration: 0.3s;
}
.site-footer .newsletter {
  position: relative;
  grid-column: span 2;
  grid-row: span 1;
}
@media screen and (max-width: 900px) {
  .site-footer .newsletter {
    grid-column: span 4;
    grid-row: span 1;
  }
}
.site-footer .newsletter::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(-1 * var(--grid-gutter));
  width: 100%;
  border-bottom: 1px solid var(--superskrypt-color--contrast);
}
.site-footer__top {
  background: var(--superskrypt-color--contrast);
}
.site-footer__bottom {
  background-color: var(--superskrypt-color--contrast);
}
.site-footer__bottom__inner {
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  padding-bottom: calc(2 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .site-footer__bottom__inner {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.site-footer__gov {
  display: flex;
  column-gap: 11.25vw;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(3 * (var(--global-unit)));
  align-items: center;
}
.site-footer__gov svg {
  flex-shrink: 1;
}
@media screen and (max-width: 900px) {
  .site-footer__gov {
    flex-direction: column;
    gap: calc(3.5 * (var(--global-unit)));
    align-items: center;
    padding: calc(3.5 * (var(--global-unit)));
  }
}
.site-footer .developer-info {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding-top: var(--vertical-spacing-large);
  flex-basis: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info {
    font-size: 12.6px;
  }
}
.site-footer .developer-info__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 .site-footer .developer-info__link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-footer .developer-info__link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-footer .developer-info__link:active {
  color: var(--superskrypt-color--vivid);
}
.site-footer .developer-info__link::before {
  background-color: transparent;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: auto;
  padding-right: 0;
  z-index: 100;
  backdrop-filter: blur(6px);
}
.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;
  border-bottom: 1px solid var(--superskrypt-color--contrast);
}
@media screen and (min-width: 1600px) {
  .site-header__inner {
    margin: 0 auto;
  }
}
.site-header__navigation {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .site-header__navigation {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    font-size: 10.8px;
  }
}
.site-header__navigation > * {
  border-left: 1px solid var(--superskrypt-color--contrast);
}
.site-header__navigation > *:first-child {
  border-left: none;
}
@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;
  border-left: 1px solid var(--superskrypt-color--contrast);
}
body.menu-opened .site-header {
  --superskrypt-color--vivid: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #313751;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #F0F0F0;
  --superskrypt-color--vivid-inversed: #FF7A00;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  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: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 72px;
  line-height: var(--decorative-line-height);
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: calc(21.2269879518px + 2.3710843373vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: calc(-38.88px + 7.38vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 79.2px;
  }
}
.hero__lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  margin: 0;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .hero__lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__lead {
    font-size: 30.8px;
  }
}
.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 {
  overflow-x: hidden;
  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--delicate-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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-menu__footer__madeby {
    font-size: 12.6px;
  }
}
@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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 18px;
  line-height: var(--decorative-line-height);
  font-size: 18px;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .main-menu {
    font-size: 19.8px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu {
    font-size: 16.2px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 48px;
  line-height: var(--decorative-line-height);
}
@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(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .page-section__header {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-section__header {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    font-size: 52.8px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .skip-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link {
    font-size: 12.6px;
  }
}
.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--contrast);
  opacity: 0.25;
}
@media screen and (min-width: 901px) {
  .skip-link:hover {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  .skip-link:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .skip-link:focus {
    color: var(--superskrypt-color--contrast-inversed);
    box-shadow: inset 0px 0px 0px 0px transparent;
  }
  html.tab-navigating .skip-link:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: var(--button-corner-radius);
  border: none;
  color: var(--superskrypt-color--contrast);
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .skip-link:focus {
    font-size: 12.6px;
  }
}
.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--contrast);
  opacity: 0.25;
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  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: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .filters .filters__btn {
    font-size: 12.6px;
  }
}
.filters .filters__btn .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .filters .filters__btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .filters .filters__btn {
    font-size: 12.6px;
  }
}
.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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  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;
}

body.home .page-section {
  position: relative;
  background-color: var(--superskrypt-color--delicate-inversed);
}

body.home .hero-section + .page-section {
  margin-top: 100vh;
}

body.home.admin-bar .hero-section + .page-section {
  margin-top: calc(100vh - var(--wp-admin--admin-bar--height));
}

.site-header::before {
  opacity: 0.75;
  background-color: var(--superskrypt-color--delicate-inversed);
}
.site-header__logo-wrapper {
  color: var(--superskrypt-color--contrast);
}
.site-header__logo-wrapper .main-logo,
.site-header__logo-wrapper .main-logo-en {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .site-header__logo-wrapper .main-logo,
  .site-header__logo-wrapper .main-logo-en {
    height: 34px;
  }
}
body.menu-opened .site-header {
  --superskrypt-color--vivid: #DC0000;
  --superskrypt-color--contrast: #10121A;
  --superskrypt-color--delicate: #313751;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #F0F0F0;
  --superskrypt-color--vivid-inversed: #FF7A00;
  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: var(--superskrypt-color--contrast);
}
body.menu-opened .site-header::before {
  background-color: var(--superskrypt-color--delicate-inversed);
}
body.menu-opened .site-header__logo-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.menu-opened .site-header__logo-wrapper .svg-icon {
  width: 0;
}
body.menu-opened .site-header__navigation {
  display: flex;
}
body.menu-opened .site-header__navigation .site-header__menu {
  display: none;
}
@media screen and (max-width: 1100px) {
  .site-header__navigation {
    display: none;
  }
}
body.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height);
}

body.home .site-footer {
  position: relative;
  z-index: 10;
}

.hero.fullscreen .hero__content {
  min-width: var(--big-link-min-width, 400px);
}

.hero.auto .hero__content {
  align-content: flex-start;
}
.hero.auto .hero__content .hero__title {
  padding: 0 var(--padding-large) var(--padding-large) 0;
  min-width: var(--big-link-min-width, 400px);
  align-self: flex-start;
  align-items: flex-start;
  width: calc(50% - 0.5 * var(--grid-gutter));
  flex: none;
}
@media screen and (max-width: 900px) {
  .hero.auto .hero__content .hero__title {
    width: 100%;
  }
}
.hero.auto .hero__content__inner {
  width: calc(50% - 0.5 * var(--grid-gutter));
  flex: none;
}
@media screen and (max-width: 900px) {
  .hero.auto .hero__content__inner {
    width: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-front {
  --superskrypt-color--vivid: #FF7A00;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #F0F0F0;
  --superskrypt-color--contrast-inversed: #10121A;
  --superskrypt-color--delicate-inversed: #313751;
  --superskrypt-color--vivid-inversed: #DC0000;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
}
.hero-front.hero-section {
  background-color: var(--superskrypt-color--vivid-inversed);
}
.hero-front.video-loaded::before {
  opacity: 0;
}
.hero-front.video-loaded .hero__video {
  opacity: 1;
}
.hero-front .hero__content {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-large);
  padding-top: 144px;
  padding-bottom: var(--vertical-spacing-large);
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}
.hero-front .hero__content .hero__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 24px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .hero-front .hero__content .hero__title {
    font-size: calc(18.6419277108px + -0.1734939759vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-front .hero__content .hero__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-front .hero__content .hero__title {
    font-size: calc(-12.96px + 2.46vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__title {
    font-size: 26.4px;
  }
}
.hero-front .hero__content .hero__lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 200;
  font-size: 96px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .hero-front .hero__content .hero__lead {
    font-size: calc(22.5195180723px + 3.643373494vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-front .hero__content .hero__lead {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-front .hero__content .hero__lead {
    font-size: calc(-51.84px + 9.84vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__lead {
    font-size: 105.6px;
  }
}
.hero-front .hero__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.hero-front .hero__video::after, .hero-front .hero__video::before,
.hero-front .hero__image.lazy-img.loaded::after,
.hero-front .hero__image.lazy-img.loaded::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: opacity 1s;
  opacity: 1;
  z-index: 1;
}
.hero-front .hero__video::before,
.hero-front .hero__image.lazy-img.loaded::before {
  box-shadow: inset 0 0 14vw 5vw var(--superskrypt-color--contrast-inversed);
}
.hero-front .hero__video::after,
.hero-front .hero__image.lazy-img.loaded::after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30.5%, rgba(0, 0, 0, 0.1) 78.5%);
  opacity: 0.5;
}
.hero-front .hero__video {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.75s;
  opacity: 0;
  overflow: hidden;
}
.hero-front .hero__video .html-video {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.hero-front.disabled {
  background-color: var(--superskrypt-color--contrast-inversed);
}
.hero-front.disabled .hero__video {
  display: none;
}
body.admin-bar .hero-front {
  top: var(--wp-admin--admin-bar--height);
}

.hero-news {
  padding-top: var(--section-top-margin);
}
.hero-news__inner {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  padding-top: var(--vertical-spacing-large);
  padding-bottom: var(--vertical-spacing-large);
}
.hero-news__header {
  padding-bottom: var(--grid-gutter);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--grid-gutter);
  border-bottom: 1px solid var(--superskrypt-color--contrast);
}
.hero-news__header__category, .hero-news__header__date {
  flex: 1 0 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .hero-news__header__category, .hero-news__header__date {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-news__header__category, .hero-news__header__date {
    font-size: 10.8px;
  }
}
.hero-news__header__category {
  color: var(--superskrypt-color--vivid);
}
.hero-news .hero__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  padding-bottom: var(--padding-large);
}
@media screen and (max-width: 1199px) {
  .hero-news .hero__title {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-news .hero__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-news .hero__title {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-news .hero__title {
    font-size: 52.8px;
  }
}
.hero-news .hero__lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .hero-news .hero__lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-news .hero__lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-news .hero__lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-news .hero__lead {
    font-size: 30.8px;
  }
}
.hero-news__content {
  padding-top: calc(var(--grid-gutter));
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .hero-news__content {
    flex-direction: column;
  }
}
.hero-news__content__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-basic);
  flex: 1 0 0;
}
.hero-news__image {
  min-width: var(--card-min-width);
  display: flex;
  flex: 1 0 0;
}
.hero-news__image > img {
  width: 100%;
  height: auto;
}

.hero-procedures {
  padding-top: var(--section-top-margin);
}
.hero-procedures__inner {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  padding-top: var(--vertical-spacing-large);
  padding-bottom: var(--vertical-spacing-large);
}
.hero-procedures__header {
  padding-bottom: var(--grid-gutter);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc(var(--horizontal-spacing-basic) * 2);
  border-bottom: 1px solid var(--superskrypt-color--contrast);
}
.hero-procedures__header__category, .hero-procedures__header__date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .hero-procedures__header__category, .hero-procedures__header__date {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-procedures__header__category, .hero-procedures__header__date {
    font-size: 10.8px;
  }
}
.hero-procedures__header > :nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75em;
  opacity: 0.5;
  background-color: var(--superskrypt-color--delicate);
  transform: translateX(calc(var(--horizontal-spacing-basic) / -1));
}
.hero-procedures__header__category {
  color: var(--superskrypt-color--vivid);
}
.hero-procedures .hero__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 699;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  min-width: var(--big-link-min-width);
  padding-bottom: var(--padding-large);
}
@media screen and (max-width: 1199px) {
  .hero-procedures .hero__title {
    font-size: calc(19.9344578313px + 1.0987951807vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-procedures .hero__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-procedures .hero__title {
    font-size: calc(-25.92px + 4.92vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-procedures .hero__title {
    font-size: 52.8px;
  }
}
.hero-procedures .hero__status {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.144em;
  font-size: 12px;
  color: var(--superskrypt-color--vivid);
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .hero-procedures .hero__status {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .hero-procedures .hero__status {
    font-size: 10.8px;
  }
}
.hero-procedures .hero__lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: var(--decorative-line-height);
}
@media screen and (max-width: 1199px) {
  .hero-procedures .hero__lead {
    font-size: calc(18.8573493976px + 0.0385542169vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-procedures .hero__lead {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-procedures .hero__lead {
    font-size: calc(-15.12px + 2.87vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-procedures .hero__lead {
    font-size: 30.8px;
  }
}
.hero-procedures__content {
  padding-top: calc(var(--grid-gutter));
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .hero-procedures__content {
    flex-direction: column;
  }
}
.hero-procedures__content__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--vertical-spacing-basic);
  flex: 1 0 0;
}
.hero-procedures__image {
  min-width: var(--card-min-width);
  display: flex;
  flex: 1 0 0;
}
.hero-procedures__image > img {
  width: 100%;
  height: auto;
}

.site-menu {
  overflow-y: auto;
  overflow-x: hidden;
}
body.menu-opened .site-menu {
  height: auto;
  min-height: 100vh;
}
body.admin-bar.menu-opened .site-menu {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}
.site-menu__inner {
  overflow: unset;
  flex: 0;
}
.site-menu__footer {
  align-items: flex-start;
  margin-top: 0;
}

.main-menu .menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--grid-gutter);
  height: 100%;
  overflow: hidden;
}
.main-menu .menu-list .menu-item-box {
  min-width: 240px;
  flex: 1 0 0;
}
@media screen and (max-width: 900px) {
  .main-menu .menu-list .menu-item-box {
    min-width: 100%;
  }
}
.main-menu .menu-list .menu-item--home {
  width: 100%;
  flex-basis: 100%;
}

.menu-shortcuts-container {
  background-color: var(--superskrypt-color--contrast);
  color: var(--superskrypt-color--contrast-inversed);
  border-radius: var(--button-corner-radius);
  position: fixed;
  bottom: var(--padding-large);
  left: var(--padding-large);
  right: var(--padding-large);
  z-index: 90;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.5s;
  min-height: 38px;
}
.menu-shortcuts-container.visible {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .menu-shortcuts-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.menu-shortcuts-container .menu-shortcuts__list {
  font-family: "Noto Sans", sans-serif;
  font-weight: 599;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  list-style: none;
  gap: var(--padding-small);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(-100%);
  transition-delay: 1s;
  padding-right: 14px;
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 1600px) {
  .menu-shortcuts-container .menu-shortcuts__list {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .menu-shortcuts-container .menu-shortcuts__list {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 900px) {
  .menu-shortcuts-container .menu-shortcuts__list {
    display: flex;
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.menu-shortcuts-container .menu-shortcuts__list .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 .menu-shortcuts-container .menu-shortcuts__list .menu-link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .menu-shortcuts-container .menu-shortcuts__list .menu-link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.menu-shortcuts-container .menu-shortcuts__list .menu-link:active {
  color: var(--superskrypt-color--vivid);
}
.menu-shortcuts-container .button--shortcuts {
  pointer-events: none;
  cursor: auto;
  padding-right: 14px;
}
.menu-shortcuts-container .button--shortcuts .button__icon-wrapper {
  display: none;
}
@media screen and (max-width: 900px) {
  .menu-shortcuts-container .button--shortcuts {
    pointer-events: all;
    cursor: pointer;
  }
}
.menu-shortcuts-container--collapsed .menu-shortcuts {
  display: none;
}
.menu-shortcuts-container--collapsed .button--shortcuts {
  padding-right: calc(var(--horizontal-spacing-tiny) + 28px);
}
.menu-shortcuts-container--collapsed .button--shortcuts .button__icon-wrapper {
  display: flex;
}

.newsletter__cta {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  font-size: 24px;
  padding-bottom: calc(0.75 * (var(--global-unit)));
}
@media screen and (min-width: 1600px) {
  .newsletter__cta {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__cta {
    font-size: 21.6px;
  }
}
.newsletter__success {
  height: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  color: var(--superskrypt-color--contrast);
  transition-duration: 0.3s;
  transition-property: height;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .newsletter__success {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__success {
    font-size: 14.4px;
  }
}
.newsletter_success .newsletter__success {
  height: auto;
}
.newsletter__error {
  height: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  color: var(--superskrypt-color--vivid);
  transition-duration: 0.3s;
  transition-property: height;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .newsletter__error {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__error {
    font-size: 14.4px;
  }
}
.newsletter_error .newsletter__error {
  height: auto;
}
.newsletter__inputs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: calc(0.5 * (var(--global-unit)));
}
.newsletter_success .newsletter__inputs {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.newsletter__email {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-size: 16px;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
  border: 0;
  padding: calc(0.125 * (var(--global-unit))) calc(0.25 * (var(--global-unit)));
  width: 100%;
  height: calc(1.25 * (var(--global-unit)));
  visibility: hidden;
}
@media screen and (min-width: 1600px) {
  .newsletter__email {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__email {
    font-size: 14.4px;
  }
}
.revealed .newsletter__email {
  opacity: 1;
  visibility: visible;
}
.newsletter__button {
  min-width: max-content;
  height: 38px;
  visibility: hidden;
}
.revealed .newsletter__button {
  opacity: 1;
  visibility: visible;
}
.newsletter__placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  font-size: 12px;
  position: absolute;
  top: 4px;
  width: 100%;
  height: calc(1.25 * (var(--global-unit)));
  background-color: var(--superskrypt-color--contrast-inversed);
  color: var(--superskrypt-color--contrast);
  border-color: var(--superskrypt-color--delicate-inversed);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  text-align: left;
  opacity: 1;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1600px) {
  .newsletter__placeholder {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__placeholder {
    font-size: 10.8px;
  }
}
.revealed .newsletter__placeholder {
  opacity: 0;
  visibility: hidden;
}
.newsletter__rodo {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  font-size: 12px;
  display: flex;
  visibility: hidden;
  gap: 9px;
}
@media screen and (min-width: 1600px) {
  .newsletter__rodo {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__rodo {
    font-size: 10.8px;
  }
}
.newsletter.newsletter_success .newsletter__rodo {
  height: 0;
  overflow: hidden;
}
.revealed .newsletter__rodo {
  visibility: visible;
}
.newsletter__rodo__checkbox {
  flex-shrink: 0;
  appearance: none;
  background-color: transparent;
  margin: 2px 0;
  font: inherit;
  color: currentColor;
  width: calc(0.75 * (var(--global-unit)));
  height: calc(0.75 * (var(--global-unit)));
  background: var(--superskrypt-color--contrast-inversed);
  border: 1px solid var(--superskrypt-color--contrast);
  border-radius: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.newsletter__rodo__checkbox:focus {
  border-color: var(--superskrypt-color--contrast);
}
.newsletter__rodo__checkbox::before {
  content: "";
  width: calc(0.75 * (var(--global-unit)));
  height: calc(0.75 * (var(--global-unit)));
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: transform;
  background: var(--superskrypt-color--contrast);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.newsletter__rodo__checkbox:checked::before {
  transform: scale(0.75);
}
.newsletter__rodo__hidden {
  position: relative;
  transition-duration: 0.3s;
  height: 0;
  overflow: hidden;
}
.newsletter__rodo__button {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  display: block;
  text-align: left;
  opacity: 1;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  color: var(--superskrypt-color--contrast);
  border: none;
  padding: 0;
  cursor: pointer;
  margin-top: 6px;
}
@media screen and (min-width: 1600px) {
  .newsletter__rodo__button {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .newsletter__rodo__button {
    font-size: 12.6px;
  }
}

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

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