@charset "UTF-8";
/* FCS */
html {
  --body-font-size: 16px;
  --page-title-font-size: 96px;
  --section-title-font-size: 48px;
  --subtitle-font-size: 28px;
  --big-link-title-font-size: 48px;
  --post-title-font-size: 48px;
  --hero-title-font-size: 150px;
  --hero-lead-font-size: 24px;
  --card-title-font-size: 24px;
  --header-font-size: 12px;
  --microcopy-font-size: 14px;
  --menu-font-size: 48px;
  --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: 48px;
  --highlight-font-size: 48px;
  --highlight-small-font-size: 24px;
  --highlight-big-font-size: 240px;
  --body-line-height: 1.5em;
  --decorative-line-height: 1.2em;
  --caps-line-height: 1em;
}

@font-face {
  font-family: "Safiro Regular";
  src: url("../fonts/Safiro/Safiro-Regular.otf") format("opentype"), url("../fonts/Safiro/Safiro-Regular.woff2") format("woff2"), url("../fonts/Safiro/Safiro-Regular.woff") format("woff"), url("../fonts/Safiro/Safiro-Regular.ttf") format("truetype"), url("../fonts/Safiro/Safiro-Regular.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
  display: swap;
}
@font-face {
  font-family: "Safiro Medium";
  src: url("../fonts/Safiro/Safiro-Medium.otf") format("opentype"), url("../fonts/Safiro/Safiro-Medium.woff2") format("woff2"), url("../fonts/Safiro/Safiro-Medium.woff") format("woff"), url("../fonts/Safiro/Safiro-Medium.ttf") format("truetype"), url("../fonts/Safiro/Safiro-Medium.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 500;
  display: swap;
}
@font-face {
  font-family: "Safiro SemiBold";
  src: url("../fonts/Safiro/Safiro-SemiBold.otf") format("opentype"), url("../fonts/Safiro/Safiro-SemiBold.woff2") format("woff2"), url("../fonts/Safiro/Safiro-SemiBold.woff") format("woff"), url("../fonts/Safiro/Safiro-SemiBold.ttf") format("truetype"), url("../fonts/Safiro/Safiro-SemiBold.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 600;
  display: swap;
}
@font-face {
  font-family: "Safiro Bold";
  src: url("../fonts/Safiro/Safiro-Bold.otf") format("opentype"), url("../fonts/Safiro/Safiro-Bold.woff2") format("woff2"), url("../fonts/Safiro/Safiro-Bold.woff") format("woff"), url("../fonts/Safiro/Safiro-Bold.ttf") format("truetype"), url("../fonts/Safiro/Safiro-Bold.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: 700;
  display: swap;
}
@font-face {
  font-family: "Switzer-Variable";
  src: url("../fonts/Switzer/Switzer-Variable.woff2") format("woff2"), url("../fonts/Switzer/Switzer-Variable.woff") format("woff"), url("../fonts/Switzer/Switzer-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
html {
  --box-min-height: 450px;
  --heading-text-max-width: 800px;
  --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;
  --button-corner-radius: 48px;
  --box-corner-radius: 3px;
  --site-header-logo-height: 30px;
  --cube-translateZ: calc((100vw - (var(--grid-page-margin) * 2)) / 2);
  --hero-events-heading-max-width: 800px;
  --hero-events-content-max-width: 600px;
  --hero-front-animation-cube-side-width: 571px;
  --event-link-min-height: 450px;
}
@media screen and (min-width: 600px) {
  html {
    --cube-translateZ: calc(var(--hero-front-animation-cube-side-width) / 2);
  }
}
@media screen and (max-width: 900px) {
  html {
    --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: 4;
    --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;
    --button-corner-radius: 48px;
    --box-corner-radius: 3px;
    --site-header-logo-height: 30px;
    --hero-front-animation-cube-side-width: calc(100vw - (2 * var(--grid-page-margin)));
    --event-link-min-height: 400px;
  }
}
@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: 600px;
    --grid-gutter: 24px;
    --grid-column-number: 12;
    --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: 48px;
    --box-corner-radius: 3px;
  }
}
@media screen and (min-width: 900px) {
  html {
    --hero-front-animation-cube-side-width: 571px;
    --event-link-min-height: 450px;
    --cube-translateZ: calc((40vw - 70px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  html {
    --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: 600px;
    --grid-gutter: 36px;
    --grid-column-number: 12;
    --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: 48px;
    --box-corner-radius: 3px;
    --site-header-logo-height: 30px;
    --cube-translateZ: calc(var(--hero-front-animation-cube-side-width) / 2);
  }
}
@media screen and (min-width: 1920px) {
  html {
    --hero-front-animation-cube-side-width: 800px;
  }
}

html {
  --outline-width: 2px;
}

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

.color-mode--light {
  --superskrypt-color--vivid: #DC2850;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #000000;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FFFFFF;
  --superskrypt-color--vivid-inversed: #FF285A;
  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: #FF285A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #FFFFFF;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #000000;
  --superskrypt-color--vivid-inversed: #DC2850;
  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: #ffffff;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #000000;
  --superskrypt-color--contrast-inversed: #FF285A;
  --superskrypt-color--delicate-inversed: #FF285A;
  --superskrypt-color--vivid-inversed: #DC2850;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: var(--superskrypt-color--delicate-inversed);
  color: var(--superskrypt-color--contrast);
}

html {
  --column-width: calc(calc(min(100vw, var(--column-max-width)) - var(--grid-gutter) * 11) / 12);
  --column-width-percent: calc(calc(min(calc(100% - var(--grid-page-margin) * 2), var(--grid-gutter) ) - var(--grid-gutter) * 11) / 12);
}
@media screen and (max-width: 900px) {
  html {
    --column-width: calc(calc(100vw - 3 * var(--grid-gutter) + 2 * var(--grid-page-margin)) / 4);
    --column-width-percent: calc(calc(100vw - 3 * var(--grid-gutter) + 2 * var(--grid-page-margin)) / 4);
  }
}
/* === 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 */
/* === 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.
*/
/* 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;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: block;
  font-variant: common-ligatures;
  --superskrypt-color--vivid: #DC2850;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #000000;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FFFFFF;
  --superskrypt-color--vivid-inversed: #FF285A;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  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: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  h1, .page-title {
    font-size: calc(23.9421686747px + 5.2048192771vw);
  }
}
@media screen and (max-width: 370px) {
  h1, .page-title {
    font-size: 43.2px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .page-title {
    font-size: calc(28.8px + 4.8vw);
  }
}
@media screen and (min-width: 1600px) {
  h1, .page-title {
    font-size: 105.6px;
  }
}

h2, .heading {
  font-family: "Safiro Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  h2, .heading {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  h2, .heading {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .heading {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  h2, .heading {
    font-size: 52.8px;
  }
}

h3, .subheading {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  h3, .subheading {
    font-size: calc(6.9831325301px + 1.5180722892vw);
  }
}
@media screen and (max-width: 370px) {
  h3, .subheading {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .subheading {
    font-size: calc(8.4px + 1.4vw);
  }
}
@media screen and (min-width: 1600px) {
  h3, .subheading {
    font-size: 30.8px;
  }
}

.lead {
  font-family: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .lead {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .lead {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .lead {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .lead {
    font-size: 52.8px;
  }
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-body {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  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: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .text-page-title {
    font-size: calc(23.9421686747px + 5.2048192771vw);
  }
}
@media screen and (max-width: 370px) {
  .text-page-title {
    font-size: 43.2px;
  }
}
@media screen and (min-width: 1200px) {
  .text-page-title {
    font-size: calc(28.8px + 4.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-page-title {
    font-size: 105.6px;
  }
}

.text-section-title {
  font-family: "Safiro Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .text-section-title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .text-section-title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .text-section-title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-section-title {
    font-size: 52.8px;
  }
}

.text-subtitle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .text-subtitle {
    font-size: calc(6.9831325301px + 1.5180722892vw);
  }
}
@media screen and (max-width: 370px) {
  .text-subtitle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1200px) {
  .text-subtitle {
    font-size: calc(8.4px + 1.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-subtitle {
    font-size: 30.8px;
  }
}

.text-header {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  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: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .text-lead {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .text-lead {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .text-lead {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-lead {
    font-size: 52.8px;
  }
}

.text-highlight {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .text-highlight {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .text-highlight {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .text-highlight {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-highlight {
    font-size: 52.8px;
  }
}

.text-caption {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", 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: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .text-big-link-title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .text-big-link-title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .text-big-link-title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-big-link-title {
    font-size: 52.8px;
  }
}

.text-card-title {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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: "Safiro SemiBold", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 48px;
}
@media screen and (min-width: 1600px) {
  .text-menu {
    font-size: 52.8px;
  }
}
@media screen and (max-width: 900px) {
  .text-menu {
    font-size: 43.2px;
  }
}

.text-submenu {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  text-transform: none;
  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: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: var(--caps-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .text-hero-title {
    font-size: calc(37.4096385542px + 8.1325301205vw);
  }
}
@media screen and (max-width: 370px) {
  .text-hero-title {
    font-size: 67.5px;
  }
}
@media screen and (min-width: 1200px) {
  .text-hero-title {
    font-size: calc(45px + 7.5vw);
  }
}
@media screen and (min-width: 1600px) {
  .text-hero-title {
    font-size: 165px;
  }
}

.text-highlight-small {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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;
  }
}

.button--primary {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--goto {
    font-size: 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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--goto .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--goto .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
.button--goto::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.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: var(--superskrypt-color--contrast);
  }
  .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: var(--superskrypt-color--contrast);
  }
  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: var(--superskrypt-color--vivid);
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .button--goto-idle {
    font-size: 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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--goto-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
.button--goto-idle::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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);
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--cta .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--cta .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
@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-inversed);
  opacity: 1;
}
.button--cta .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}
.button--cta .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid-inversed);
}
@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: 1px;
  }
  .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: 1px;
  }
  html.tab-navigating .button--cta:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.button--cta:active {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta:active::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.button--cta:active .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.button--cta:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.button--cta-idle {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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);
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--cta-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--cta-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
@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-inversed);
  opacity: 1;
}
.button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}
.button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid-inversed);
}

.button--dropdown {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--dropdown .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--dropdown .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 0;
  height: 0;
}
.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: 0.2;
}
.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--vivid);
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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: 0.2;
}
.button--dropdown-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}

.button--dropdown-link {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--dropdown-link .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--dropdown-link-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
}
@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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--icon .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 0;
  height: 0;
}
.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;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--contrast);
}
.button--icon .button__icon-wrapper .button__icon {
  width: 38px;
  max-width: 12px;
  height: 38px;
  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--vivid-inversed);
  }
  .button--icon:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .button--icon:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--icon:focus::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .button--icon:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--vivid-inversed);
  }
}
.button--icon:active::before {
  opacity: 1;
  background-color: transparent;
}
.button--icon:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid-inversed);
}
.button--icon:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--vivid-inversed);
}
.button--icon-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
}
@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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--icon-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--contrast);
}
.button--icon-idle .button__icon-wrapper .button__icon {
  width: 38px;
  max-width: 12px;
  height: 38px;
  color: var(--superskrypt-color--contrast);
}

.button--icon-large {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1600px) {
  .button--icon-large {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large {
    font-size: 12.6px;
  }
}
.button--icon-large .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-large {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large {
    font-size: 12.6px;
  }
}
.button--icon-large .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--icon-large .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon-large .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 0;
  height: 0;
}
.button--icon-large .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-large .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 0.2;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon-large .button__icon-wrapper .button__icon {
  width: 26px;
  max-width: 26px;
  height: 26px;
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 901px) {
  .button--icon-large:hover .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .button--icon-large:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .button--icon-large:hover .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .button--icon-large:focus::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .button--icon-large:focus .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.button--icon-large:active::before {
  opacity: 1;
  background-color: transparent;
}
.button--icon-large:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid-inversed);
}
.button--icon-large:active .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--contrast-inversed);
}
.button--icon-large-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1600px) {
  .button--icon-large-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large-idle {
    font-size: 12.6px;
  }
}
.button--icon-large-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .button--icon-large-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .button--icon-large-idle {
    font-size: 12.6px;
  }
}
.button--icon-large-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.button--icon-large-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.button--icon-large-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 0;
  height: 0;
}
.button--icon-large-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--icon-large-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 0.2;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--vivid);
}
.button--icon-large-idle .button__icon-wrapper .button__icon {
  width: 26px;
  max-width: 26px;
  height: 26px;
  color: var(--superskrypt-color--contrast);
}

.focusable-box .button--primary-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--goto-idle {
    font-size: 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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--goto-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
.focusable-box .button--goto-idle::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.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: var(--superskrypt-color--contrast);
  }
  .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: var(--superskrypt-color--contrast);
  }
  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: var(--superskrypt-color--vivid);
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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);
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--cta-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--cta-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
@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-inversed);
  opacity: 1;
}
.focusable-box .button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box .button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast);
  stroke-width: 1px;
}
.focusable-box .button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid-inversed);
}
@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: 1px;
  }
  .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: 1px;
  }
  html.tab-navigating .focusable-box:focus .button--cta-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}
.focusable-box:active .button--cta-idle {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--cta-idle::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.focusable-box:active .button--cta-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast-inversed);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.focusable-box:active .button--cta-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
  stroke-width: 1px;
}
.focusable-box:active .button--cta-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--dropdown-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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: 0.2;
}
.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--vivid);
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--dropdown-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
}
@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: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--icon-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--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;
  width: 100%;
  width: 0;
  height: 0;
}
.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;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--contrast);
}
.focusable-box .button--icon-idle .button__icon-wrapper .button__icon {
  width: 38px;
  max-width: 12px;
  height: 38px;
  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--vivid-inversed);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .focusable-box:hover .button--icon-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--icon-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--vivid-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--vivid-inversed);
}
.focusable-box:active .button--icon-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--vivid-inversed);
}
.focusable-box .button--icon-large-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  padding: 0;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-large-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-large-idle {
    font-size: 12.6px;
  }
}
.focusable-box .button--icon-large-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .focusable-box .button--icon-large-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .focusable-box .button--icon-large-idle {
    font-size: 12.6px;
  }
}
.focusable-box .button--icon-large-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.focusable-box .button--icon-large-idle .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 0;
  height: 0;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.focusable-box .button--icon-large-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 0.2;
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--vivid);
}
.focusable-box .button--icon-large-idle .button__icon-wrapper .button__icon {
  width: 26px;
  max-width: 26px;
  height: 26px;
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 901px) {
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  .focusable-box:hover .button--icon-large-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .focusable-box:focus .button--icon-large-idle::before {
    opacity: 1;
    background-color: transparent;
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--vivid-inversed);
  }
  html.tab-navigating .focusable-box:focus .button--icon-large-idle .button__icon-wrapper::before {
    opacity: 1;
    background-color: var(--superskrypt-color--vivid);
    border-style: solid;
    border-width: 0px;
    border-color: var(--superskrypt-color--contrast-inversed);
  }
}
.focusable-box:active .button--icon-large-idle::before {
  opacity: 1;
  background-color: transparent;
}
.focusable-box:active .button--icon-large-idle .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--vivid-inversed);
}
.focusable-box:active .button--icon-large-idle .button__icon-wrapper::before {
  opacity: 1;
  background-color: var(--superskrypt-color--vivid);
  border-style: solid;
  border-width: 0px;
  border-color: var(--superskrypt-color--contrast-inversed);
}

.button--cta .button__icon-wrapper {
  width: 18px;
}
.button--cta .button__icon-wrapper .button__icon {
  height: 18px;
  width: 18px;
}
.button--cta:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button--cta:disabled:before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}

.button--dropdown .button__icon-wrapper {
  width: 18px;
}
.button--dropdown .button__icon-wrapper .button__icon {
  height: 18px;
  width: 18px;
}

.focusable-box .button__icon-wrapper::before {
  width: 100%;
  height: 100%;
}

.button--goto .button__icon-wrapper,
.button--goto-idle .button__icon-wrapper {
  height: 38px;
  width: 38px;
  min-height: 38px;
  min-width: 38px;
}
.button--goto .button__icon-wrapper::before,
.button--goto-idle .button__icon-wrapper::before {
  width: 100%;
  height: 100%;
}

.button--goto * {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.separator {
  background-color: currentColor;
  display: inline-block;
}
.separator--vertical {
  height: 100%;
  width: 1px;
}

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

@media screen and (min-width: 901px) {
  html.tab-navigating a:not(.card):not(.gallery-item):focus,
  html.tab-navigating .block-text a:focus {
    outline: none;
    box-shadow: 0 0 0 var(--outline-width) var(--superskrypt-color--contrast);
  }
}

.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  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: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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--vivid);
  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--vivid);
    opacity: 0.5;
  }
  a.card:hover::before {
    content: "";
    background-color: var(--superskrypt-color--vivid);
    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-cards {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  width: 100%;
}
.block-cards .block__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--card-min-width)), 1fr));
  grid-gap: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .block-cards .card {
    min-width: unset;
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cards .card:focus .card__image.img-container img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.block-cards .card .card__image.img-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.block-cards .card .card__image.img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link__text {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link__text {
    font-size: 10.8px;
  }
}
.block-quick-links .quick-link__button {
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-quick-links .quick-link__button {
  overflow: visible;
}
.block-quick-links .quick-link.focusable-box {
  transition: color 0.3s;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.block-quick-links .quick-link.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;
  width: 100%;
  width: 16px;
  height: 16px;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links .quick-link.focusable-box:focus .quick-link__button .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  .block-quick-links .quick-link.focusable-box:hover .quick-link__button .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
}
.block-quick-links .quick-link.focusable-box:active {
  color: var(--superskrypt-color--vivid);
}
.block-quick-links .quick-link.focusable-box:active .quick-link__button {
  color: var(--superskrypt-color--vivid);
}
.block-quick-links .quick-link.focusable-box:active .quick-link__button .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}

.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: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .big-link__title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .big-link__title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .big-link__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .big-link__title {
    font-size: 52.8px;
  }
}
.big-link.with-image .big-link__title {
  text-shadow: 0px 0px 50px var(--superskrypt-color--contrast-inversed);
}
.big-link__text {
  position: relative;
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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--vivid);
  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--vivid);
    opacity: 0.5;
  }
  a.big-link:hover::before {
    content: "";
    background-color: var(--superskrypt-color--vivid);
    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;
}
.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: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
  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(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .block-lead__lead {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .block-lead__lead {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-lead__lead {
    font-size: 52.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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  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-basic);
}
.block-cta.block {
  padding-top: var(--vertical-spacing-large);
  padding-bottom: var(--section-bottom-margin);
}
.block-cta__inner {
  max-width: var(--heading-text-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--vertical-spacing-basic);
  padding-left: 48px;
  padding-right: 48px;
  padding-top: var(--padding-box);
  padding-bottom: var(--padding-box);
}
.block-cta__title {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .block-cta__title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .block-cta__title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .block-cta__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .block-cta__title {
    font-size: 52.8px;
  }
}
.block-cta__text {
  flex-grow: 1;
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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-image .html-video {
  width: 100%;
  height: auto;
}

.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: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .block-highlight__text {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .block-highlight__text {
    font-size: calc(14.4px + 2.4vw);
  }
}
@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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  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-slider {
  width: 100%;
  position: relative;
  color: var(--superskrypt-color--contrast);
}
.block-slider.block {
  padding: 0;
}
.block-slider .slider-component {
  position: relative;
  height: 100%;
  width: 100%;
  padding: var(--padding-large) var(--grid-page-margin);
}
.block-slider__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.block-slider__navigation__btn-left, .block-slider__navigation__btn-right {
  pointer-events: all;
  z-index: 100;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--global-unit));
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
  visibility: hidden;
  transition: background-color, color, opacity, visibility;
  transition-duration: 0.3s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-slider__navigation__btn-left svg, .block-slider__navigation__btn-right svg {
  display: block;
  height: 32px;
  width: 32px;
  transform-origin: center;
  pointer-events: none;
}
.block-slider__navigation__btn-left.visible, .block-slider__navigation__btn-right.visible {
  opacity: 1;
  visibility: inherit;
}
.block-slider__navigation__btn-left {
  left: var(--global-unit);
}
.block-slider__navigation__btn-right {
  right: var(--global-unit);
}
.block-slider__slides {
  outline: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.block-slider__slide {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: calc(2 * (var(--global-unit)));
  padding-bottom: calc(2 * (var(--global-unit)));
  opacity: 1;
  visibility: visible;
  transition: transform 0.75s cubic-bezier(0.91, 0.9, 0.2, 0.99), opacity 0.75s ease-in-out, visibility 0.75s;
  transform: translateX(0);
}
.block-slider__slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.block-slider__slide__image {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.block-slider__slide__image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block-slider__slide.next {
  opacity: 1;
  visibility: hidden;
  transform: translateX(100%);
}
.block-slider__slide.prev {
  opacity: 1;
  visibility: hidden;
  transform: translateX(-100%);
}
.block-slider .slide-content {
  overflow: hidden;
  padding-left: calc(4 * (var(--global-unit)));
  padding-right: calc(4 * (var(--global-unit)));
}
.block-slider .slide-content--video {
  flex-direction: row;
  justify-content: center;
}
.block-slider .slide-content--video .video-player {
  width: 100%;
  height: 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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  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-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--vivid);
  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--vivid);
    opacity: 0.5;
  }
  .block-gallery .gallery-item:hover::before {
    content: "";
    background-color: var(--superskrypt-color--vivid);
    opacity: 0.5;
  }
}
.block-gallery .gallery-item-video {
  --superskrypt-color--vivid: #FF285A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #FFFFFF;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #000000;
  --superskrypt-color--vivid-inversed: #DC2850;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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: #FF285A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #FFFFFF;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #000000;
  --superskrypt-color--vivid-inversed: #DC2850;
  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-big-links {
  padding: var(--vertical-spacing-box);
  gap: var(--vertical-spacing-box);
  row-gap: var(--vertical-spacing-box);
}

.big-link {
  padding: var(--padding-large);
}
.big-link__content {
  flex: 1 0 0;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
}
.big-link__title, .big-link__text {
  text-align: left;
}
.big-link__title {
  text-transform: uppercase;
}
.big-link.with-image .big-link__background {
  box-shadow: 0px 0px 0px 0px var(--superskrypt-color--contrast-inversed, #000) inset;
}
.big-link.with-image .big-link__background.loaded {
  opacity: 0.4;
}
.big-link:not(.with-image) {
  background-color: var(--superskrypt-color--vivid-inversed);
}
.big-link:not(.with-image) .big-link__background {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-box);
}
.big-link__background, .big-link__background.lazy-img {
  transition: opacity 0.3s, transform 0.3s;
}

a.big-link:hover:before {
  opacity: 0.3;
}

a.big-link:not(.with-image):before {
  background-color: var(--superskrypt-color--delicate);
}

.block-cards {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  width: 100%;
}
.block-cards .block__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--card-min-width)), 1fr));
  grid-gap: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .block-cards .card {
    min-width: unset;
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-cards .card:focus .card__image.img-container img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.block-cards .card .card__image.img-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.block-cards .card .card__image.img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.block-lead {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 auto;
  max-width: var(--column-max-width);
  padding: 0 var(--grid-page-margin);
  width: 100%;
  padding-bottom: var(--padding-large);
  padding-top: var(--padding-large);
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1600px) {
  .block-lead {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
.block-lead__image-container {
  width: 100%;
  max-width: 400px;
  height: 200px;
  width: var(--big-link-min-width, 400px);
  min-width: var(--card-min-width, 300px);
  flex-basis: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.block-lead__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
}
.block-lead__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, var(--superskrypt-color--contrast-inversed) 0%, rgba(255, 255, 255, 0) 100%);
}
.block-lead__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translateY(50%);
}
.block-lead__lead {
  z-index: 1;
  max-width: var(--heading-text-max-width, 1092px);
  min-width: unset;
  padding-top: var(--vertical-spacing-large, 96px);
  padding-left: var(--grid-page-margin, 96px);
  padding-right: 0px var(--grid-page-margin, 96px);
  align-items: flex-end;
}
.block-lead__lead p {
  max-width: unset;
}

.block-image {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  max-width: unset;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  gap: var(--vertical-spacing-tiny);
}
.block-image__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90vh;
  overflow: hidden;
}
.block-image__texts {
  justify-content: flex-end;
  align-items: flex-end;
}
.block-image__description {
  flex: 0;
  width: 100%;
  text-align: right;
  padding-left: var(--padding-box);
  padding-right: var(--padding-box);
}
.block-image__description .block-image__caption {
  max-width: var(--heading-text-max-width, 800px);
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .block-image__description .block-image__caption {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-image__description .block-image__caption {
    font-size: 10.8px;
  }
}

.block-highlight {
  width: 100%;
}

.block-logos {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-large);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
}
.block-logos__header {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 1600px) {
  .block-logos__header {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .block-logos__header {
    font-size: 10.8px;
  }
}
.block-logos__logo-matrix {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gutter);
  justify-content: center;
}
.block-logos__logo-box {
  flex: 1 0 0;
  width: calc(200px + 2vw);
  min-width: calc(200px + 2vw);
  max-width: calc(200px + 2vw);
  height: calc(100px + 2vw);
  padding: var(--padding-small);
  mix-blend-mode: exclusion;
}
.block-logos__logo-box .img-background {
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) invert(1);
}
.block-logos__line {
  height: 1px;
  background-color: var(--superskrypt-color--contrast);
}

.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-quick-links .quick-link__button {
  overflow: visible;
}
.block-quick-links .quick-link.focusable-box {
  transition: color 0.3s;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .block-quick-links .quick-link.focusable-box .button--goto-idle {
    font-size: 12.6px;
  }
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.block-quick-links .quick-link.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;
  width: 100%;
  width: 16px;
  height: 16px;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
.block-quick-links .quick-link.focusable-box .button--goto-idle .button__icon-wrapper::before {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-quick-links .quick-link.focusable-box:focus .quick-link__button .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
  .block-quick-links .quick-link.focusable-box:hover .quick-link__button .button__icon-wrapper::before {
    background-color: var(--superskrypt-color--contrast);
    opacity: 1;
  }
}
.block-quick-links .quick-link.focusable-box:active {
  color: var(--superskrypt-color--vivid);
}
.block-quick-links .quick-link.focusable-box:active .quick-link__button {
  color: var(--superskrypt-color--vivid);
}
.block-quick-links .quick-link.focusable-box:active .quick-link__button .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--vivid);
  opacity: 1;
}

.event-wrapper::before, .event-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.5;
}
.event-wrapper::before {
  margin-bottom: var(--padding-small);
}
.event-wrapper::after {
  margin-top: var(--padding-small);
}

.event-link {
  min-height: var(--event-link-min-height);
}
.event-link .big-link__background {
  transition: opacity 0.3s, transform 0.3s;
}
.event-link .event-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  padding: 0;
  align-items: flex-start;
  gap: calc(var(--vertical-spacing-basic) / 2);
  align-self: stretch;
  width: 100%;
  z-index: 1;
  color: var(--superskrypt-color--contrast);
  height: 100%;
}
.event-link .event-content.with-tags .event-details,
.event-link .event-content.with-tags .event-tags-wrapper {
  width: 100%;
  max-width: 50%;
}
.event-link .event-content.with-tags .event-details {
  padding-right: var(--padding-small);
}
.event-link .event-content.without-tags .event-details {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .event-link .event-content {
    gap: var(--vertical-spacing-basic);
  }
}
.event-link .event-title {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 24px;
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .event-link .event-title {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .event-link .event-title {
    font-size: 21.6px;
  }
}
.event-link .event-text {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .event-link .event-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .event-link .event-text {
    font-size: 14.4px;
  }
}
.event-link .event-wrapper {
  width: 100%;
}
.event-link .event-data {
  display: flex;
  width: 100%;
  flex-direction: row;
  border-top: 1px solid rgba(var(--superskrypt-color--contrast), 0.5);
  border-bottom: 1px solid rgba(var(--superskrypt-color--contrast), 0.5);
}
.event-link .event-data .event-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: calc(var(--padding-small) - 1px);
}
.event-link .event-data .event-details__date {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  margin-bottom: calc(var(--padding-small) - 1);
}
@media screen and (min-width: 1600px) {
  .event-link .event-data .event-details__date {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .event-link .event-data .event-details__date {
    font-size: 10.8px;
  }
}
.event-link .event-data .event-details__date::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: calc(var(--padding-small) - 1px);
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.5;
}
.event-link .event-data .event-details__place {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .event-link .event-data .event-details__place {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .event-link .event-data .event-details__place {
    font-size: 14.4px;
  }
}
.event-link .event-data .event-tags-wrapper {
  display: flex;
  flex: 1;
}
.event-link .event-data .event-tags-wrapper::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.5;
}
.event-link .event-data .event-tags {
  padding-left: var(--padding-small);
}
.event-link .event-data .event-tags .event-tag {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  font-size: 12px;
  word-break: break-word;
}
@media screen and (min-width: 1600px) {
  .event-link .event-data .event-tags .event-tag {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .event-link .event-data .event-tags .event-tag {
    font-size: 10.8px;
  }
}
.event-link .event-data .event-tags .event-tag:not(:last-of-type) {
  margin-right: var(--padding-small);
}
.event-link .button-container {
  margin-top: auto;
  align-self: flex-end;
}
.event-link .event-button {
  padding: 0;
  color: var(--superskrypt-color--contrast);
  pointer-events: none;
}
.event-link .event-button .button__icon-wrapper::before {
  display: none;
}
.event-link .event-button .button__icon {
  width: 38px;
}
@media screen and (max-width: 900px) {
  .event-link {
    flex-basis: fit-content;
  }
}

.leaflet-black-and-white .leaflet-tile {
  filter: grayscale(100%) contrast(1.2);
}

.block-map {
  position: relative;
  padding-left: var(--vertical-spacing-box);
  padding-right: var(--vertical-spacing-box);
}
.block-map .map-container {
  position: relative;
  height: 85vh;
  width: 100%;
  transition: width 0.5s, flex-basis 0.25s;
  z-index: 1;
}

@keyframes activate {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.marker-icon {
  position: absolute;
  opacity: 0;
  animation-name: show;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
  cursor: default;
}
.marker-icon--default {
  pointer-events: auto;
}
.marker-icon--active {
  z-index: 500;
}
.marker-icon--active.leaflet-marker-icon {
  pointer-events: none;
}
.marker-icon--active svg {
  animation-name: activate;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.map-events-popup {
  position: absolute;
  top: var(--vertical-spacing-box);
  bottom: var(--vertical-spacing-box);
  right: calc((var(--big-link-min-width) + var(--vertical-spacing-box)) * -1);
  width: 100%;
  max-width: var(--big-link-min-width);
  background-color: var(--superskrypt-color--vivid-inversed);
  transition: right 0.25s ease-in-out;
  z-index: 1;
}
.map-events-popup.active {
  right: calc(2 * var(--vertical-spacing-box));
}
.map-events-popup .popup {
  height: 100%;
  overflow: hidden;
}
.map-events-popup .popup__header {
  display: flex;
  height: 52px;
  flex-direction: row;
}
.map-events-popup .popup__body {
  height: calc(100% - 52px);
}
.map-events-popup .popup__close-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: var(--vertical-spacing-box);
  right: var(--vertical-spacing-box);
  background: none;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.map-events-popup .popup .close-btn-line {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #000000;
}
.map-events-popup .popup .close-btn-line:first-of-type {
  transform: rotate(45deg) translateX(1px);
}
.map-events-popup .popup .close-btn-line:last-of-type {
  transform: rotate(-45deg);
}

.map-events-slider {
  height: 100%;
}
.map-events-slider .swiper {
  height: 100%;
}
.map-events-slider .swiper-slide {
  padding: var(--padding-box);
}
.map-events-slider .swiper-slide .button-container {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--padding-box);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--superskrypt-color--vivid-inversed);
}

.map-events-slider-nav {
  display: flex;
  padding-top: var(--padding-box);
  padding-right: var(--padding-box);
  padding-bottom: 0;
  padding-left: var(--padding-box);
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
}
.map-events-slider-nav.nav-disabled .slider-nav::before {
  content: unset;
}
.map-events-slider-nav.nav-disabled .slider-nav.slider-button-prev, .map-events-slider-nav.nav-disabled .slider-nav.slider-button-next {
  display: none;
}
.map-events-slider-nav .slider-nav {
  position: relative;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.map-events-slider-nav .slider-nav::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
  border-radius: 50%;
}
.map-events-slider-nav .slider-nav.slider-button-prev {
  transform: rotate(180deg);
}

.block-gallery__popup.popup--open {
  z-index: 100000;
}
.block-gallery__popup .block-gallery__popup__closer {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
.block-gallery__popup .block-gallery__popup__closer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--contrast);
  border-radius: inherit;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .block-gallery__popup .block-gallery__popup__closer::before {
    opacity: 0.8;
  }
  .block-gallery__popup .block-gallery__popup__closer .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery__popup .block-gallery__popup__closer:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .block-gallery__popup .block-gallery__popup__closer:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  .block-gallery__popup .block-gallery__popup__closer:hover::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  .block-gallery__popup .block-gallery__popup__closer:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-gallery__popup .block-gallery__popup__closer:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
  html.tab-navigating .block-gallery__popup .block-gallery__popup__closer:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
}

.block-slider__navigation__btn-left .button__icon-wrapper .button__icon, .block-slider__navigation__btn-right .button__icon-wrapper .button__icon {
  width: 32px;
  height: 32px;
  max-width: 32px;
}
.block-slider__navigation__btn-left::before, .block-slider__navigation__btn-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--contrast);
  border-radius: inherit;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  .block-slider__navigation__btn-left::before, .block-slider__navigation__btn-right::before {
    opacity: 0.8;
  }
  .block-slider__navigation__btn-left .button__icon-wrapper .button__icon, .block-slider__navigation__btn-right .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
}
.block-slider__navigation__btn-left:active::before, .block-slider__navigation__btn-right:active::before {
  background-color: var(--superskrypt-color--contrast);
}
.block-slider__navigation__btn-left:active .button__icon-wrapper .button__icon, .block-slider__navigation__btn-right:active .button__icon-wrapper .button__icon {
  color: var(--superskrypt-color--contrast-inversed);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-slider__navigation__btn-left:focus::before, html.tab-navigating .block-slider__navigation__btn-right:focus::before {
    opacity: 1;
  }
  html.tab-navigating .block-slider__navigation__btn-left:focus .button__icon-wrapper .button__icon, html.tab-navigating .block-slider__navigation__btn-right:focus .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
  .block-slider__navigation__btn-left:hover::before, .block-slider__navigation__btn-right:hover::before {
    opacity: 1;
  }
  .block-slider__navigation__btn-left:hover .button__icon-wrapper .button__icon, .block-slider__navigation__btn-right:hover .button__icon-wrapper .button__icon {
    color: var(--superskrypt-color--contrast-inversed);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .block-slider__navigation__btn-left:focus::before, html.tab-navigating .block-slider__navigation__btn-right:focus::before {
    opacity: 1;
    background-color: var(--superskrypt-color--contrast);
  }
}

.site-footer {
  background-color: var(--superskrypt-color--contrast-inversed);
  padding-top: var(--vertical-spacing-basic);
  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: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  height: auto;
  gap: var(--grid-gutter);
}
@media screen and (min-width: 1600px) {
  .site-footer__inner {
    margin: 0 auto;
  }
}
.site-footer__logo {
  grid-column: 1/span 3;
  padding-bottom: calc(4 * (var(--global-unit)));
}
.site-footer__logo .svg-icon--use {
  transition: color 0.3s;
}
.site-footer__logo a {
  width: 106px;
  height: 60px;
}
.site-footer__logo a:focus .svg-icon--use {
  color: var(--superskrypt-color--vivid);
}
@media screen and (max-width: 900px) {
  .site-footer__logo {
    grid-column: span 4;
    padding-bottom: calc(2 * (var(--global-unit)));
  }
}
.site-footer__menu {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  columns: 2;
  column-gap: var(--grid-gutter);
}
@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.cols-1 {
  columns: 1;
}
.site-footer__menu.cols-2 {
  columns: 2;
  min-width: calc(50% - var(--grid-gutter));
  flex-basis: calc(50% - var(--grid-gutter));
}
.site-footer__menu.cols-3 {
  columns: 3;
  min-width: calc(75% - var(--grid-gutter) * 2);
  flex-basis: calc(75% - var(--grid-gutter) * 2);
}
.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 {
    columns: 1;
    grid-column: 1/span 4;
    padding-bottom: 0;
  }
  .site-footer__menu, .site-footer__menu.cols-1, .site-footer__menu.cols-2, .site-footer__menu.cols-3 {
    columns: 1;
    width: 100%;
    flex-basis: 100%;
  }
}
.site-footer__menu .menu-item {
  transition-property: -webkit-text-stroke, text-stroke, color;
  transition-duration: 0.3s;
  padding: 0;
  width: fit-content;
}
.site-footer__menu .menu-item {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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) {
  .site-footer__menu .menu-item {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__menu .menu-item {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer__menu .menu-item {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__menu .menu-item {
    font-size: 12.6px;
  }
}
.site-footer__menu .menu-item .button__label {
  width: auto;
  text-align: left;
}
.site-footer__menu .menu-item {
  position: relative;
}
.site-footer__menu .menu-item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer__menu .menu-item:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .site-footer__menu .menu-item:hover {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .site-footer__menu .menu-item:hover {
    position: relative;
  }
  .site-footer__menu .menu-item:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:hover:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer__menu .menu-item:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__menu .menu-item:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .site-footer__menu .menu-item:focus {
    position: relative;
  }
  html.tab-navigating .site-footer__menu .menu-item:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .site-footer__menu .menu-item:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .site-footer__menu .menu-item:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.site-footer__menu .menu-item:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}
.site-footer .social_media_links {
  flex-direction: column;
  align-items: center;
}
.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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;
}
@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 {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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) {
  .site-footer .developer-info__link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .site-footer .developer-info__link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .developer-info__link {
    font-size: 12.6px;
  }
}
.site-footer .developer-info__link .button__label {
  width: auto;
  text-align: left;
}
.site-footer .developer-info__link {
  position: relative;
}
.site-footer .developer-info__link::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: inline-block;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.3s;
  transform: scaleY(1);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer .developer-info__link:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  .site-footer .developer-info__link:hover {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  .site-footer .developer-info__link:hover {
    position: relative;
  }
  .site-footer .developer-info__link:hover::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:hover:focus::before {
    transform: scaleY(1.5);
  }
  .site-footer .developer-info__link:hover:hover::before {
    transform: scaleY(1.5);
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus {
    color: var(--superskrypt-color--contrast);
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
    text-decoration: none;
  }
  html.tab-navigating .site-footer .developer-info__link:focus {
    position: relative;
  }
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    display: inline-block;
    bottom: 0;
    background-color: currentColor;
    transition: transform 0.3s;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  html.tab-navigating html.tab-navigating .site-footer .developer-info__link:focus:focus::before {
    transform: scaleY(1.5);
  }
  html.tab-navigating .site-footer .developer-info__link:focus:hover::before {
    transform: scaleY(1.5);
  }
}
.site-footer .developer-info__link:active {
  color: var(--superskrypt-color--vivid);
  -webkit-text-stroke: 0.04em currentColor;
  text-stroke: 0.04em currentColor;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: auto;
  padding-right: 0;
  z-index: 100;
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--superskrypt-color--contrast-inversed);
  opacity: 0.3;
}
.site-header__logo-wrapper {
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
  padding-left: var(--padding-box);
}
.site-header__logo-wrapper,
.site-header__logo-wrapper .logo-link {
  line-height: 0;
}
.site-header__logo-wrapper .svg-icon {
  height: var(--site-header-logo-height);
  transition: all 0.3s;
}
.site-header__logo-wrapper .svg-icon svg {
  height: fit-content;
  fill: currentColor;
}
.site-header__logo-wrapper svg {
  height: var(--site-header-logo-height);
  transition: all 0.3s;
  fill: currentColor;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .site-header__inner {
    margin: 0 auto;
  }
}
.site-header__navigation {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  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;
  }
}
@media screen and (max-width: 900px) {
  .site-header__navigation {
    display: none;
  }
}
.site-header__navigation > * {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header__navigation .language-switcher {
  z-index: 110;
}
.site-header__navigation .menu-link {
  transition: color 0.3s;
}
.site-header__menu {
  display: flex;
  gap: var(--horizontal-spacing-basic);
  padding-left: var(--horizontal-spacing-basic);
  padding-right: var(--horizontal-spacing-basic);
}
.site-header__menu .menu-link {
  text-decoration: underline;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__menu .menu-link:focus {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
  .site-header__menu .menu-link:hover {
    -webkit-text-stroke: 0.04em currentColor;
    text-stroke: 0.04em currentColor;
  }
}
.site-header__menu .menu-link:active {
  color: var(--superskrypt-color--vivid);
}
body.menu-opened .site-header__menu {
  display: none;
}
.site-header__burger {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
}
body.menu-opened .site-header {
  --superskrypt-color--vivid: #DC2850;
  --superskrypt-color--contrast: #000000;
  --superskrypt-color--delicate: #000000;
  --superskrypt-color--contrast-inversed: #ffffff;
  --superskrypt-color--delicate-inversed: #FFFFFF;
  --superskrypt-color--vivid-inversed: #FF285A;
  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: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .hero__title {
    font-size: calc(23.9421686747px + 5.2048192771vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__title {
    font-size: 43.2px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: calc(28.8px + 4.8vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__title {
    font-size: 105.6px;
  }
}
.hero__lead {
  font-family: "Safiro Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 1199px) {
  .hero__lead {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .hero__lead {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__lead {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero__lead {
    font-size: 52.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__content__inner:empty {
  display: none;
}
.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);
}

.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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Safiro SemiBold", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 48px;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .main-menu {
    font-size: 52.8px;
  }
}
@media screen and (max-width: 900px) {
  .main-menu {
    font-size: 43.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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--body-line-height);
  text-transform: none;
  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 .block-lead + .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: "Safiro Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 900px) {
  .page-section__header {
    grid-template-columns: repeat(var(--grid-column-number), 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .page-section__header {
    margin: 0 auto;
    width: var(--column-max-width);
  }
}
@media screen and (max-width: 1199px) {
  .page-section__header {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .page-section__header {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .page-section__header {
    font-size: calc(14.4px + 2.4vw);
  }
}
@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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-front {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}
.hero-front.hero-section {
  background-color: #ffffff;
}
.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;
  justify-content: flex-end;
  gap: var(--vertical-spacing-large);
  padding-top: 96px;
  padding-bottom: var(--vertical-spacing-large);
  height: 100%;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}
@media screen and (min-width: 900px) {
  .hero-front .hero__content {
    padding-top: var(--grid-page-margin);
    padding-bottom: var(--vertical-spacing-large);
  }
}
.hero-front .hero__content .hero__title {
  text-transform: uppercase;
}
@media screen and (max-width: 899px) {
  .hero-front .hero__content .hero__title {
    font-size: 16.6666666667vw;
  }
}
@media screen and (min-width: 900px) {
  .hero-front .hero__content .hero__title {
    font-family: "Safiro Regular", sans-serif;
    font-weight: 400;
    font-size: 150px;
    line-height: var(--caps-line-height);
    text-transform: none;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .hero-front .hero__content .hero__title {
    font-size: calc(37.4096385542px + 8.1325301205vw);
  }
}
@media screen and (min-width: 900px) and (max-width: 370px) {
  .hero-front .hero__content .hero__title {
    font-size: 67.5px;
  }
}
@media screen and (min-width: 900px) and (min-width: 1200px) {
  .hero-front .hero__content .hero__title {
    font-size: calc(45px + 7.5vw);
  }
}
@media screen and (min-width: 900px) and (min-width: 1600px) {
  .hero-front .hero__content .hero__title {
    font-size: 165px;
  }
}
.hero-front .hero__content .hero__description {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
.hero-front .hero__content .hero__introduction {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
@media screen and (min-width: 900px) {
  .hero-front .hero__content .hero__introduction {
    flex-direction: row;
  }
}
.hero-front .hero__content .hero__lead {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  width: 100%;
  max-width: 470px;
}
@media screen and (max-width: 1199px) {
  .hero-front .hero__content .hero__lead {
    font-size: calc(5.9855421687px + 1.3012048193vw);
  }
}
@media screen and (max-width: 370px) {
  .hero-front .hero__content .hero__lead {
    font-size: 10.8px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-front .hero__content .hero__lead {
    font-size: calc(7.2px + 1.2vw);
  }
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__lead {
    font-size: 26.4px;
  }
}
.hero-front .hero__content .hero__cta {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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: 0;
  color: var(--superskrypt-color--contrast);
  transition-property: background-color, color, border-color, text-shadow, -webkit-text-stroke, text-stroke;
  transition-duration: 0.3s;
  -webkit-text-stroke: 0.04em transparent;
  text-stroke: 0.04em transparent;
  box-shadow: inset 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__cta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .hero-front .hero__content .hero__cta {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__cta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .hero-front .hero__content .hero__cta {
    font-size: 12.6px;
  }
}
.hero-front .hero__content .hero__cta .button__label {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__content .hero__cta {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .hero-front .hero__content .hero__cta {
    font-size: 12.6px;
  }
}
.hero-front .hero__content .hero__cta .button__icon-wrapper {
  position: relative;
  line-height: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s, color 0.3s;
  border-radius: 50%;
  height: 0;
  right: 0;
}
.hero-front .hero__content .hero__cta .button__icon-wrapper::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50%;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  z-index: -1;
  transform: translateX(-50%);
}
.hero-front .hero__content .hero__cta .button__icon-wrapper .button__icon {
  position: absolute;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s, stroke-width 0.2s;
  height: inherit;
  width: 100%;
  width: 16px;
  height: 16px;
}
.hero-front .hero__content .hero__cta::before {
  opacity: 0.25;
  background-color: var(--superskrypt-color--contrast);
}
.hero-front .hero__content .hero__cta .button__icon-wrapper {
  color: var(--superskrypt-color--contrast);
  box-shadow: inset 0px 0px 0px 0px transparent;
}
.hero-front .hero__content .hero__cta .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.25;
}
.hero-front .hero__content .hero__cta .button__icon-wrapper .button__icon {
  stroke-width: 1px;
}
.hero-front .hero__content .hero__cta .button__icon-wrapper::before {
  width: 100%;
  height: 100%;
}
.hero-front .hero__heading {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .hero-front .hero__heading {
    display: flex;
    flex-direction: column;
    gap: var(--vertical-spacing-large);
  }
}
@media screen and (min-width: 900px) {
  .hero-front .hero__animation {
    position: absolute;
    top: var(--grid-page-margin);
    right: var(--grid-page-margin);
    bottom: 0;
    z-index: 0;
  }
}
.hero-front .hero__animation,
.hero-front .hero__animation-scene {
  width: 100%;
  height: calc(100vw - 2 * var(--grid-page-margin));
}
@media screen and (min-width: 600px) {
  .hero-front .hero__animation,
  .hero-front .hero__animation-scene {
    width: var(--hero-front-animation-cube-side-width);
    height: var(--hero-front-animation-cube-side-width);
  }
}
@media screen and (min-width: 900px) {
  .hero-front .hero__animation,
  .hero-front .hero__animation-scene {
    width: calc(40vw - 70px);
    height: calc(40vw - 70px);
  }
}
@media screen and (min-width: 1600px) {
  .hero-front .hero__animation,
  .hero-front .hero__animation-scene {
    width: var(--hero-front-animation-cube-side-width);
    height: var(--hero-front-animation-cube-side-width);
  }
}
.hero-front .hero__animation-wrapper {
  pointer-events: none;
  z-index: -1;
  perspective: 1000px;
}
.hero-front .hero__animation-scene {
  transform-style: preserve-3d;
  transform: translateZ(calc(var(--cube-translateZ) * -1));
}
.hero-front .hero__cube {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.hero-front .hero__cube-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.hero-front .hero__cube-side--front {
  transform: rotateY(0) translateZ(var(--cube-translateZ));
}
.hero-front .hero__cube-side--front .hero-img-box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-front .hero__cube-side--front .hero-img-box2 {
  width: 75%;
  height: 75%;
}
.hero-front .hero__cube-side--front .hero-img-box3 {
  width: 50%;
  height: 50%;
}
.hero-front .hero__cube-side--front .hero-img-box2,
.hero-front .hero__cube-side--front .hero-img-box3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-front .hero__cube-side--front .hero-img-box2 .hero-img,
.hero-front .hero__cube-side--front .hero-img-box3 .hero-img {
  transform: scale(0);
}
.hero-front .hero__cube-side--front .hero-img,
.hero-front .hero__cube-side--front .hero-img > img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-front .hero__cube-side--left {
  transform: rotateY(-90deg) translateZ(var(--cube-translateZ));
  background-color: #ffffff;
  backface-visibility: hidden;
}
.hero-front .hero__cube-side--left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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__content__inner {
  gap: var(--vertical-spacing-large);
}

.hero__heading {
  outline: none;
}
.hero .hero__content .hero__title {
  max-width: var(--heading-text-max-width);
}

.hero-standard.fullscreen {
  --superskrypt-color--vivid: #FF285A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #FFFFFF;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #000000;
  --superskrypt-color--vivid-inversed: #DC2850;
  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: relative;
  overflow: hidden;
  background-color: var(--superskrypt-color--contrast-inversed);
}
.hero-standard.fullscreen .hero__content {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .hero-standard.fullscreen .hero__content {
    min-height: unset;
  }
}
.hero-standard.fullscreen .hero__content__inner {
  height: 100%;
  gap: var(--vertical-spacing-basic);
  justify-content: space-between;
  min-height: 100%;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
}
.hero-standard.fullscreen .hero__content .hero__lead__frame {
  margin-top: auto;
}
.hero-standard.fullscreen .hero__content .hero__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
body.admin-bar .hero-standard.fullscreen {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}
body.admin-bar .hero-standard.fullscreen .hero__content {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}
@media screen and (max-width: 900px) {
  body.admin-bar .hero-standard.fullscreen .hero__content {
    min-height: unset;
  }
}
.hero-standard.fullscreen .hero__image {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
body.admin-bar .hero-standard.fullscreen .hero__image {
  height: 100%;
}
.hero-standard.fullscreen .hero__image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-standard.auto .hero__content {
  flex-direction: column;
  gap: var(--vertical-spacing-large);
}
.hero-standard.auto .hero__content .hero__title {
  max-width: var(--heading-text-max-width);
}
.hero-standard.auto .hero__content__inner {
  flex-direction: row;
  align-self: auto;
  width: 100%;
  flex-wrap: wrap;
  padding-top: var(--padding-large);
}
.hero-standard.auto .hero__content__inner:empty {
  display: none;
}
.hero-standard.auto .hero__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
.hero-standard.auto .hero__lead {
  max-width: var(--heading-text-max-width);
}
.hero-standard.auto .hero__image-wrapper {
  flex: 1;
}
.hero-standard.auto .hero__texts,
.hero-standard.auto .hero__image {
  flex: 1;
  min-width: var(--card-min-width);
}
.hero-standard.auto .hero__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-standard.auto .hero__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-standard .hero__lead {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 24px;
  max-width: var(--heading-text-max-width, 1092px);
}
@media screen and (min-width: 1600px) {
  .hero-standard .hero__lead {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .hero-standard .hero__lead {
    font-size: 21.6px;
  }
}

.single-news .hero.hero-news {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--vertical-spacing-basic);
  padding-top: calc(var(--vertical-spacing-large) + var(--section-top-margin));
  padding-bottom: var(--vertical-spacing-section);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
}
.single-news .hero.hero-news > * {
  flex: 1;
}
.single-news .hero.hero-news .hero__title {
  font-family: "Safiro Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .single-news .hero.hero-news .hero__title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .single-news .hero.hero-news .hero__title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .single-news .hero.hero-news .hero__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .single-news .hero.hero-news .hero__title {
    font-size: 52.8px;
  }
}
.single-news .hero.hero-news .hero__content {
  flex-direction: column;
  gap: var(--vertical-spacing-large);
  min-width: var(--big-link-min-width);
  padding: 0;
}
@media screen and (max-width: 900px) {
  .single-news .hero.hero-news .hero__content {
    min-width: unset;
  }
}
.single-news .hero.hero-news .hero__content__inner {
  flex-direction: column;
  align-self: auto;
  gap: var(--vertical-spacing-basic);
  width: 100%;
}
.single-news .hero.hero-news .hero__image-wrapper {
  flex: 1;
}
.single-news .hero.hero-news .hero__texts {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-basic);
}
.single-news .hero.hero-news .hero__lead {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 24px;
  max-width: var(--heading-text-max-width);
}
@media screen and (min-width: 1600px) {
  .single-news .hero.hero-news .hero__lead {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .single-news .hero.hero-news .hero__lead {
    font-size: 21.6px;
  }
}
.single-news .hero.hero-news .hero__texts,
.single-news .hero.hero-news .hero__image {
  flex: 1;
  min-width: var(--card-min-width);
}
.single-news .hero.hero-news .hero__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-news .hero.hero-news .hero__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-events .hero.hero-events {
  --superskrypt-color--vivid: #FF285A;
  --superskrypt-color--contrast: #ffffff;
  --superskrypt-color--delicate: #FFFFFF;
  --superskrypt-color--contrast-inversed: #000000;
  --superskrypt-color--delicate-inversed: #000000;
  --superskrypt-color--vivid-inversed: #DC2850;
  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: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--vertical-spacing-basic);
  padding-top: calc(var(--vertical-spacing-large) + var(--section-top-margin));
  padding-bottom: var(--vertical-spacing-section);
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  background-color: var(--superskrypt-color--contrast-inversed);
}
.single-events .hero.hero-events > * {
  flex: 1;
}
.single-events .hero.hero-events .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;
  opacity: 75%;
}
.single-events .hero.hero-events .hero__title {
  font-family: "Safiro Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  max-width: var(--hero-events-heading-max-width);
  color: var(--superskrypt-color--contrast);
}
@media screen and (max-width: 1199px) {
  .single-events .hero.hero-events .hero__title {
    font-size: calc(11.9710843373px + 2.6024096386vw);
  }
}
@media screen and (max-width: 370px) {
  .single-events .hero.hero-events .hero__title {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1200px) {
  .single-events .hero.hero-events .hero__title {
    font-size: calc(14.4px + 2.4vw);
  }
}
@media screen and (min-width: 1600px) {
  .single-events .hero.hero-events .hero__title {
    font-size: 52.8px;
  }
}
.single-events .hero.hero-events .hero__content {
  position: relative;
  flex-direction: column;
  gap: var(--vertical-spacing-large);
  min-width: var(--big-link-min-width);
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .single-events .hero.hero-events .hero__content {
    min-width: unset;
  }
}
.single-events .hero.hero-events .event-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--hero-events-content-max-width);
  row-gap: var(--padding-small);
}
.single-events .hero.hero-events .event-details__date {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  font-size: 24px;
  margin: 0;
}
@media screen and (min-width: 1600px) {
  .single-events .hero.hero-events .event-details__date {
    font-size: 26.4px;
  }
}
@media screen and (max-width: 900px) {
  .single-events .hero.hero-events .event-details__date {
    font-size: 21.6px;
  }
}
.single-events .hero.hero-events .event-details__place {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--body-line-height);
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .single-events .hero.hero-events .event-details__place {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 900px) {
  .single-events .hero.hero-events .event-details__place {
    font-size: 14.4px;
  }
}
.single-events .hero.hero-events .event-details__tag {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .single-events .hero.hero-events .event-details__tag {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .single-events .hero.hero-events .event-details__tag {
    font-size: 10.8px;
  }
}
.single-events .hero.hero-events .event-details__tag:not(:last-of-type) {
  margin-right: 9px;
}
.single-events .hero.hero-events .event-details__date, .single-events .hero.hero-events .event-details__place, .single-events .hero.hero-events .event-details__tag {
  color: var(--superskrypt-color--contrast);
}
.single-events .hero.hero-events .event-details > *::before {
  content: "";
  display: block;
  width: 100%;
  max-width: var(--hero-events-content-max-width);
  margin-bottom: var(--padding-small);
  height: 1px;
  background-color: var(--superskrypt-color--contrast);
  opacity: 0.5;
}
.single-events .hero.hero-events .hero__button {
  color: var(--superskrypt-color--contrast);
}
.single-events .hero.hero-events .hero__button .button__icon-wrapper::before {
  background-color: var(--superskrypt-color--contrast);
}
.single-events .hero.hero-events .event-label {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  color: var(--superskrypt-color--contrast);
}
@media screen and (min-width: 1600px) {
  .single-events .hero.hero-events .event-label {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .single-events .hero.hero-events .event-label {
    font-size: 12.6px;
  }
}

.page-section {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .page-section__header .section-header__inner {
    grid-column: 1/-1;
  }
}

.site-footer {
  margin-left: var(--vertical-spacing-box);
  margin-right: var(--vertical-spacing-box);
  padding-top: var(--vertical-spacing-section);
  padding-bottom: var(--vertical-spacing-section);
}
.site-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.site-footer__inner .site-footer__menu {
  flex-basis: calc(66.6666666667% - var(--grid-gutter) / 2);
  column-width: 250px;
  max-width: var(--column-max-width);
}
.site-footer__inner .site-footer__menu .menu-link-wrapper {
  margin-bottom: 0;
}
.site-footer__inner .site-footer__menu .menu-link-wrapper > .menu-link {
  margin-bottom: var(--vertical-spacing-box);
}
@media screen and (max-width: 370px) {
  .site-footer__inner .site-footer__menu .menu-link-wrapper > .menu-link::after {
    display: static;
  }
}
.site-footer__inner .site-footer__social-media {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-tiny);
}
.site-footer__inner .site-footer__social-media__title {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  font-size: 12px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .site-footer__inner .site-footer__social-media__title {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .site-footer__social-media__title {
    font-size: 10.8px;
  }
}
.site-footer__inner .social_media_links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.site-footer__inner .menu-link {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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) {
  .site-footer__inner .menu-link {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 900px) {
  .site-footer__inner .menu-link {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer__inner .menu-link:focus::before {
    background-color: transparent;
  }
  .site-footer__inner .menu-link:hover::before {
    background-color: transparent;
  }
}
.site-footer__inner .menu-item::before {
  content: none;
}
@media screen and (max-width: 900px) {
  .site-footer__inner {
    flex-direction: column;
  }
  .site-footer__inner .site-footer__social-media__title {
    text-align: left;
  }
  .site-footer__inner .social_media_links {
    justify-content: flex-start;
  }
}
.site-footer .developer-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: var(--vertical-spacing-section);
}
.site-footer .developer-info__link::before {
  background-color: transparent;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-footer .developer-info__link:focus::before {
    background-color: transparent;
  }
  .site-footer .developer-info__link:hover::before {
    background-color: transparent;
  }
}

.partners-logos {
  margin-left: var(--vertical-spacing-box);
  margin-right: var(--vertical-spacing-box);
  padding-top: var(--vertical-spacing-section);
  padding-bottom: var(--vertical-spacing-section);
  border-top: 1px solid var(--superskrypt-color--contrast);
}
.partners-logos__inner {
  padding-left: var(--grid-page-margin);
  padding-right: var(--grid-page-margin);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--grid-gutter);
}
@media screen and (max-width: 768px) {
  .partners-logos__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  html.tab-navigating .partners-logos__item__link:focus {
    color: var(--superskrypt-color--vivid);
  }
  .partners-logos__item__link:hover {
    color: var(--superskrypt-color--vivid);
  }
}
.partners-logos__item .icon.eu-poland25 {
  height: 39px;
  width: 119px;
}
.partners-logos__item .icon.mkidn-logo {
  width: 280px;
  height: 42px;
}
.partners-logos__item .icon.logo {
  width: 157px;
  height: 30px;
}
.partners-logos__item .icon svg {
  transition: color 0.3s;
}
@media screen and (max-width: 370px) {
  .partners-logos__item .icon.eu-poland25 {
    height: 29.25px;
    width: 89.25px;
  }
  .partners-logos__item .icon.mkidn-logo {
    width: 210px;
    height: 31.5px;
  }
  .partners-logos__item .icon.logo {
    width: 117.75px;
    height: 22.5px;
  }
}
@media screen and (min-width: 2400px) {
  .partners-logos__item .icon.eu-poland25 {
    height: 48.75px;
    width: 148.75px;
  }
  .partners-logos__item .icon.mkidn-logo {
    width: 350px;
    height: 52.5px;
  }
  .partners-logos__item .icon.logo {
    width: 196.25px;
    height: 37.5px;
  }
}

.site-menu {
  justify-content: space-between;
}
.site-menu__inner {
  padding-top: calc((var(--padding-small) * 2 + var(--site-header-logo-height) + var(--vertical-spacing-large)) * 2);
}
.site-menu .main-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: calc(var(--grid-gutter));
}
.site-menu .main-menu .menu-list .menu-item-box {
  min-width: var(--big-link-min-width);
  flex-basis: calc(50% - var(--grid-gutter));
  border-bottom: 1px solid var(--superskrypt-color--delicate);
}
.site-menu .main-menu .menu-list .menu-item-box .menu-link {
  text-decoration: none;
  border: none;
}
@media screen and (max-width: 900px) {
  .site-menu .main-menu .menu-list .menu-item-box {
    flex-basis: 100%;
    min-width: none;
  }
}
.site-menu .site-menu__footer {
  margin: 0;
  height: auto;
  width: 100%;
  justify-content: space-between;
  gap: var(--grid-gutter);
}
.site-menu .site-menu__footer .icon.eu-poland25 {
  color: var(--superskrypt-color--contrast);
  height: 39px;
  width: 119px;
}
.site-menu .site-menu__footer .social_media_links {
  flex-grow: 0;
}

.menu-item.current-menu-item {
  color: var(--superskrypt-color--vivid-inversed);
}

.site-header a,
.site-header .menu-toggle_button {
  padding: 3px;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header a:focus,
  html.tab-navigating .site-header .menu-toggle_button:focus {
    box-shadow: 0 0 0 3px var(--superskrypt-color--contrast-inversed), 0 0 0 calc(3px + var(--outline-width)) var(--superskrypt-color--contrast);
  }
}
.site-header::before {
  opacity: 1;
}
.site-header__logo-wrapper {
  display: flex;
}
.site-header__logo-wrapper .logo-link {
  display: flex;
  flex-direction: row;
  gap: var(--vertical-spacing-box);
}
@media screen and (min-width: 901px) {
  html.tab-navigating .site-header__logo-wrapper .logo-link:focus {
    color: var(--superskrypt-color--vivid);
  }
  .site-header__logo-wrapper .logo-link:hover {
    color: var(--superskrypt-color--vivid);
  }
}

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

.language-switcher {
  color: var(--superskrypt-color--vivid);
}
.language-switcher__link {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: var(--caps-line-height);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .language-switcher__link {
    font-size: 13.2px;
  }
}
@media screen and (max-width: 900px) {
  .language-switcher__link {
    font-size: 10.8px;
  }
}
.language-switcher__link::before {
  content: unset;
}
@media screen and (min-width: 901px) {
  html.tab-navigating .language-switcher__link:focus::before {
    content: unset;
  }
  .language-switcher__link:hover::before {
    content: unset;
  }
}

.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;
}

.data-consent-box {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 431px;
  width: 100%;
  background-color: var(--superskrypt-color--contrast-inversed);
  padding: var(--padding-box);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--vertical-spacing-box);
  color: var(--superskrypt-color--contrast);
  z-index: 80;
}
.data-consent-box__heading {
  font-family: "Safiro Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  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 {
  display: flex;
  flex-direction: column;
  gap: var(--vertical-spacing-box);
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: var(--body-line-height);
  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;
  }
}
@media screen and (max-width: 900px) {
  .data-consent-box__content {
    max-width: 38em;
  }
}
.data-consent-box .privacy-policy-link {
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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 .data-consent-box__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: var(--horizontal-spacing-tiny);
  flex-wrap: wrap;
}

/* 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: "Switzer-Variable", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: var(--decorative-line-height);
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-family: "Switzer-Variable", sans-serif;
  font-weight: 600;
  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;
}

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

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