@font-face {
  font-family: Neureal;
  src: url('../fonts/Neureal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit;
  src: url('../fonts/ESKlarheitGrotesk-Md.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Klarheit;
  src: url('../fonts/ESKlarheitGrotesk-Bd.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme--background: white;
  --text-main--font-family: var(--font--primary-family);
  --theme--text: white;
  --text-main--font-size: var(--size--1rem);
  --text-main--line-height: var(--line-height--1-5em);
  --text-main--letter-spacing: var(--letter-spacing--0em);
  --display--font-family: var(--all-headings--heading-font-family);
  --display--font-size: var(--size--10rem);
  --display--line-height: var(--all-headings--heading-line-height);
  --display--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h1--font-family: var(--all-headings--heading-font-family);
  --h1--font-size: var(--size--8rem);
  --h1--line-height: var(--all-headings--heading-line-height);
  --h1--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h2--font-family: var(--all-headings--heading-font-family);
  --h2--font-size: var(--size--5-5rem);
  --h2--line-height: var(--all-headings--heading-line-height);
  --h2--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h3--font-family: var(--font--primary-family);
  --h3--font-size: var(--size--3rem);
  --h3--line-height: var(--line-height--1-1em);
  --h3--letter-spacing: var(--letter-spacing--0-02em);
  --h4--font-family: var(--text-main--font-family);
  --h4--font-size: var(--size--2rem);
  --h4--line-height: var(--line-height--1-1em);
  --h4--letter-spacing: var(--letter-spacing--0em);
  --h5--font-family: var(--text-main--font-family);
  --h5--font-size: var(--size--1-5rem);
  --h5--line-height: var(--line-height--1-1em);
  --h5--letter-spacing: var(--letter-spacing--0em);
  --h6--font-family: var(--text-main--font-family);
  --h6--font-size: var(--h2--font-size);
  --h6--line-height: var(--line-height--1-3em);
  --h6--letter-spacing: var(--letter-spacing--0em);
  --space--small: var(--padding-horizontal--main);
  --border-width--main: 1.5px;
  --theme--border: white;
  --radius--main: 1rem;
  --size--0-5rem: .5rem;
  --size--0-75rem: .75rem;
  --radius--small: .5rem;
  --line-height--1em: 1em;
  --space--extra-small: var(--size--0-75rem);
  --swatch--transparent: #fff0;
  --size--1-5rem: 1.5rem;
  --swatch--brand: #feffd9;
  --radius--round: 100vw;
  --size--3rem: 3rem;
  --text-large--font-size: var(--size--1-25rem);
  --text-large--line-height: var(--line-height--1-3em);
  --size--1-25rem: 1.25rem;
  --size--0-25rem: .25rem;
  --size--2rem: 2rem;
  --size--1rem: 1rem;
  --text-large--font-family: var(--text-main--font-family);
  --text-large--letter-spacing: var(--letter-spacing--0em);
  --button--border: white;
  --button--background: white;
  --button--text: white;
  --button--border-hover: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --size--5rem: 5rem;
  --space--large: var(--padding-vertical--large);
  --max-width--main: 120rem;
  --padding-vertical--main: var(--padding-horizontal--main);
  --padding-horizontal--main: var(--size--1-5rem);
  --text-small--font-family: var(--text-main--font-family);
  --text-small--font-size: .875rem;
  --text-small--line-height: var(--line-height--1-5em);
  --text-small--letter-spacing: var(--letter-spacing--0em);
  --padding-vertical--small: var(--size--1rem);
  --grid-gap--main: var(--padding-horizontal--main);
  --size--0rem: 0rem;
  --space--medium: var(--size--3rem);
  --size--0-125rem: .125rem;
  --size--15rem: 15rem;
  --all-headings--heading-font-family: var(--font--secondary-family);
  --all-headings--heading-line-height: var(--line-height--1em);
  --max-width--small: 0px;
  --swatch--dark-secondary: #7e7c77;
  --swatch--light-secondary: #eae8e4;
  --swatch--brand-text: var(--swatch--dark);
  --swatch--dark: #141414;
  --swatch--light: white;
  --max-width--none: 100vw;
  --padding-vertical--none: var(--size--0rem);
  --padding-vertical--large: var(--size--6-5rem);
  --svg-stroke-width--main: 1.5px;
  --all-headings--heading-font-weight: var(--font--secondary-regular);
  --all-headings--heading-letter-spacing: var(--letter-spacing--0-07);
  --all-headings--heading-text-transform: var(--text-transform--uppercase);
  --display--font-weight: var(--all-headings--heading-font-weight);
  --display--text-transform: var(--all-headings--heading-text-transform);
  --h1--font-weight: var(--all-headings--heading-font-weight);
  --h1--text-transform: var(--all-headings--heading-text-transform);
  --h2--font-weight: var(--all-headings--heading-font-weight);
  --h2--text-transform: var(--all-headings--heading-text-transform);
  --h3--font-weight: var(--font--primary-regular);
  --h3--text-transform: var(--text-transform--none);
  --h4--font-weight: var(--text-main--font-weight);
  --h4--text-transform: var(--all-headings--heading-text-transform);
  --h5--font-weight: var(--text-main--font-weight);
  --h5--text-transform: var(--all-headings--heading-text-transform);
  --h6--font-weight: var(--font--primary-bold);
  --h6--text-transform: var(--all-headings--heading-text-transform);
  --text-large--font-weight: var(--text-main--font-weight);
  --text-large--text-transform: var(--text-transform--inherit);
  --text-main--font-weight: var(--font--primary-regular);
  --text-main--text-transform: var(--text-transform--none);
  --text-small--font-weight: var(--text-main--font-weight);
  --text-small--text-transform: var(--text-transform--inherit);
  --font--primary-family: Klarheit, sans-serif;
  --font--primary-regular: var(--font-weight--500);
  --font--primary-bold: var(--font-weight--700);
  --font--secondary-family: Neureal, sans-serif;
  --font--secondary-regular: var(--font-weight--400);
  --font-weight--inherit: 0px;
  --font-weight--100: 0px;
  --font-weight--200: 0px;
  --font-weight--300: 0px;
  --font-weight--400: 0px;
  --font-weight--500: 0px;
  --font-weight--600: 0px;
  --font-weight--700: 0px;
  --font-weight--800: 0px;
  --font-weight--900: 0px;
  --letter-spacing--0em: 0em;
  --letter-spacing--0-02em: -.02em;
  --letter-spacing--0-07: -.03em;
  --letter-spacing--0-04em: -.04em;
  --line-height--1-5em: 1.5em;
  --line-height--1-3em: 1.3em;
  --line-height--1-1em: 1.1em;
  --size--2-5rem: 2.5rem;
  --size--3-5rem: 3.5rem;
  --size--4rem: 4rem;
  --size--4-5rem: 4.5rem;
  --size--5-5rem: 5.5rem;
  --size--6rem: 6rem;
  --size--6-5rem: 6.5rem;
  --size--7rem: 7rem;
  --size--7-5rem: 7.5rem;
  --size--8rem: 8rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--10rem: 10rem;
  --size--11rem: 11rem;
  --size--12rem: 12rem;
  --size--13rem: 13rem;
  --size--14rem: 14rem;
  --size--16rem: 16rem;
  --text-transform--inherit: 0px;
  --text-transform--none: 0px;
  --text-transform--uppercase: 0px;
  --text-transform--capitalize: 0px;
  --text-transform--lowercase: 0px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--theme--background);
  font-family: var(--text-main--font-family);
  color: var(--theme--text);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  overscroll-behavior: none;
}

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

ul, ol {
  margin: unset;
  padding: unset;
  list-style-type: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

blockquote {
  padding: unset;
  border-width: 0;
}

figure {
  margin: 0;
}

.u-text-display {
  font-family: var(--display--font-family);
  font-size: var(--display--font-size);
  line-height: var(--display--line-height);
  letter-spacing: var(--display--letter-spacing);
  font-weight: var(--display--font-weight);
  text-transform: var(--display--text-transform);
  text-wrap: balance;
}

.u-text-h1 {
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
  text-wrap: balance;
}

.u-text-h2 {
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
  text-wrap: balance;
}

.u-text-h3 {
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
  text-wrap: balance;
}

.u-text-h4 {
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
  text-wrap: balance;
}

.u-text-h5 {
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
  text-wrap: balance;
}

.u-text-h6 {
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-text-main {
  font-family: var(--text-main--font-family);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  font-weight: var(--text-main--font-weight);
  text-transform: var(--text-main--text-transform);
  text-wrap: pretty;
}

.styleguide_card_wrap {
  height: 100%;
  padding: var(--space--small);
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--theme--border);
  text-align: center;
}

.g_tag_wrap {
  min-width: 4rem;
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--small);
  background-color: var(--theme--text);
  color: var(--theme--background);
  line-height: var(--line-height--1em);
  text-align: center;
  display: inline-block;
}

.styleguide_font_item {
  border-bottom: var(--border-width--main) solid var(--theme--border);
}

.styleguide_font_item.u-grid-column-2 {
  padding-top: var(--space--small);
  padding-bottom: var(--space--small);
  grid-row-gap: var(--space--extra-small);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  align-items: center;
}

.form_main_field_wrap {
  text-align: left;
  width: 100%;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_list.u-vflex-left-center.u-gap-medium {
  flex-flow: row;
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  background-color: #0000;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  margin: 0px var(--space--extra-small) 0px 0px;
  border-width: var(--border-width--main);
  border-color: var(--theme--border);
  border-radius: var(--radius--small);
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand);
  background-size: 60%;
}

.form_main_option_link.radio {
  border-radius: var(--radius--round);
}

.form_main_field_input {
  height: var(--size--3rem);
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--theme--border);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  color: inherit;
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--theme--text);
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.form_main_field_input.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: var(--size--0-5rem);
}

.u-rich-text h1 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-rich-text p {
  margin-top: var(--space--extra-small);
  margin-bottom: var(--space--extra-small);
}

.u-rich-text h2 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-rich-text h3 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-rich-text h4 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
}

.u-rich-text h5 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-rich-text h6 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-rich-text figure {
  margin-top: var(--space--small);
  margin-bottom: var(--space--small);
}

.u-rich-text ul {
  margin-top: var(--size--0-75rem);
  margin-bottom: var(--size--0-75rem);
  padding-left: var(--size--1-25rem);
  list-style-type: disc;
}

.u-rich-text li {
  margin-top: var(--size--0-25rem);
  margin-bottom: var(--size--0-25rem);
}

.u-rich-text blockquote {
  margin-top: var(--size--2rem);
  margin-bottom: var(--size--2rem);
  padding-top: var(--size--0-5rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
  border-left-style: solid;
  border-left-width: .2rem;
}

.u-rich-text ol {
  padding-left: var(--size--1-25rem);
  list-style-type: decimal;
}

.btn_main_wrap {
  padding: var(--size--0-75rem) var(--size--1-5rem);
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.btn_main_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_main_icon {
  order: -1;
  width: .7rem;
  height: .9rem;
}

.btn_main_icon.is-default {
  order: 1;
}

.btn_main_text {
  z-index: 2;
  position: relative;
}

.btn_play_wrap {
  width: var(--size--5rem);
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
}

.btn_play_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_play_icon {
  width: 36%;
  height: 36%;
  margin-right: -7%;
}

.page_wrap {
  overflow: clip;
}

.page_code_wrap {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_group {
  padding-top: var(--space--large);
}

.styleguide_visual {
  width: 100%;
  max-height: 7rem;
  padding: var(--space--extra-small);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

.u-container {
  width: 100%;
  max-width: var(--max-width--main);
  padding: var(--padding-vertical--main) var(--padding-horizontal--main);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-text-large {
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
  text-wrap: pretty;
}

.u-text-small {
  font-family: var(--text-small--font-family);
  font-size: var(--text-small--font-size);
  line-height: var(--text-small--line-height);
  letter-spacing: var(--text-small--letter-spacing);
  font-weight: var(--text-small--font-weight);
  text-transform: var(--text-small--text-transform);
  text-wrap: pretty;
}

.hero_utility-page_contain.u-container {
  min-height: 100vh;
}

.hero_utility-page_content {
  text-align: center;
}

.styleguide_contain.u-container {
  padding-top: var(--padding-vertical--small);
  padding-bottom: var(--padding-vertical--small);
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  padding-bottom: 0;
  padding-right: 0;
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.g_visual_overlay {
  background-color: #000;
}

.u-grid-custom {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-1);
  display: grid;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
}

.u-grid-autofit {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-column-full {
  grid-column: 1 / -1;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-gap-none {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-main {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-xsmall {
  grid-column-gap: var(--space--extra-small);
  grid-row-gap: var(--space--extra-small);
}

.u-gap-small {
  grid-column-gap: var(--space--small);
  grid-row-gap: var(--space--small);
}

.u-gap-medium {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.u-gap-large {
  grid-column-gap: var(--space--large);
  grid-row-gap: var(--space--large);
}

.u-grid-column-4 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-4);
  display: grid;
}

.u-grid-column-2 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-2);
  display: grid;
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.u-weight-regular {
  font-weight: var(--font--primary-regular);
}

.u-weight-medium {
  font-weight: var(--font--primary-medium);
}

.u-weight-bold {
  font-weight: var(--font--primary-bold);
}

.u-column-indent {
  grid-column: 2 / -2;
}

.styleguide_scroll {
  padding-left: var(--padding-horizontal--main);
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  margin-left: calc(var(--padding-horizontal--main) * -1);
  scrollbar-color: var(--theme--text) transparent;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.styleguide_section {
  padding-top: var(--space--large);
}

.u-display-none {
  display: none;
}

.u-visual-wrap {
  aspect-ratio: 1;
  border-radius: var(--radius--main);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-height-screen {
  min-height: 100svh;
}

.u-grid-column-3 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first, .u-order-first-desktop, .u-order-first-tablet {
  order: -1;
}

.u-order-last, .u-order-last-desktop, .u-order-last-tablet {
  order: 1;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

.g_card-link_wrap {
  z-index: 3;
  opacity: 0;
}

.u-grid-breakout {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.u-max-width-none {
  max-width: none;
}

.g_clickable_wrap {
  z-index: 3;
  border-radius: inherit;
}

.g_clickable_link, .g_clickable_btn {
  border-radius: inherit;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.btn_main_layout {
  margin-left: auto;
  margin-right: auto;
}

.u-gap-row-none {
  grid-row-gap: var(--size--0rem);
}

.u-gap-row-main {
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-row-xsmall {
  grid-row-gap: var(--space--extra-small);
}

.u-gap-row-small {
  grid-row-gap: var(--space--small);
}

.u-gap-row-medium {
  grid-row-gap: var(--space--medium);
}

.u-gap-row-large {
  grid-row-gap: var(--space--large);
}

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

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

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

.u-text-wrap-wrap {
  text-wrap: wrap;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.styleguide_layout {
  align-items: start;
}

.styleguide_nav_wrap {
  padding-top: var(--size--1rem);
  padding-right: var(--size--1rem);
  padding-bottom: var(--size--1rem);
  padding-left: var(--size--1rem);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  max-height: calc(100vh - var(--padding-horizontal--main) * 2);
  top: var(--padding-horizontal--main);
  grid-column-start: 10;
  position: sticky;
  overflow: auto;
}

.styleguide_nav_list {
  border-left: var(--border-width--main) solid var(--theme--border);
}

.styleguide_nav_item {
  margin-left: calc(var(--border-width--main) * -.5);
}

.styleguide_nav_link {
  padding-top: var(--size--0-125rem);
  padding-bottom: var(--size--0-125rem);
  padding-left: var(--size--0-75rem);
  display: block;
}

.styleguide_nav_link.w--current {
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  padding-top: var(--size--0-125rem);
  padding-bottom: var(--size--0-125rem);
  padding-left: var(--size--1-25rem);
  opacity: .6;
  line-height: 1.3em;
  display: block;
}

.styleguide_nav_sub_link:hover, .styleguide_nav_sub_link.w--current {
  opacity: 1;
}

.styleguide_nav_sub_wrap {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.hero_layout.u-height-screen.u-grid-custom {
  height: 100vh;
  min-height: auto;
}

.u-ratio-1 {
  aspect-ratio: 1;
}

.u-ratio-vertical {
  aspect-ratio: 3 / 4;
}

.u-ratio-horizontal {
  aspect-ratio: 5 / 3;
}

.hero_elements.is-r.u-column-3 {
  grid-column: 4 / span 2;
}

.hero_elements.is-o.u-hflex-right-bottom.u-column-custom {
  grid-column: 10 / span 3;
}

.hero_elements.is-diagonal.u-column-3 {
  grid-column: 6 / span 3;
}

.hero_elements.u-column-custom {
  grid-column: auto / span 4;
  position: relative;
}

.hero_letters_single {
  width: auto;
  height: var(--size--15rem);
  object-fit: fill;
  overflow: visible;
}

.hero_content {
  width: 100%;
}

.hero_content.u-container.u-grid-custom {
  grid-template-columns: var(--grid-12);
}

.hero_content.u-grid-breakout {
  align-items: end;
}

.g-diagonal-line {
  border: var(--border-width--main) solid var(--theme--border);
  width: 100%;
  height: 100%;
  color: var(--theme--border);
}

.hero_image {
  width: 100%;
  position: relative;
}

.hero_image.u-column-custom {
  grid-column: 5 / span 4;
  position: relative;
}

.hero_image.u-ratio-horizontal.u-column-custom {
  grid-column: full / span 5;
}

.hero_image.u-ratio-vertical.u-column-custom {
  margin-top: calc(var(--column-width) * -2);
  grid-column: 8 / span 3;
}

.hero_text.u-column-custom {
  grid-column: auto / span 4;
  position: relative;
}

.hero_text.u-text-h6 {
  margin-bottom: -.2em;
}

.hero_text.u-text-h6.u-column-custom {
  font-family: var(--all-headings--heading-font-family);
  font-size: var(--size--1-5rem);
  line-height: var(--all-headings--heading-line-height);
  grid-column-end: span 2;
  font-weight: 400;
}

.hero_text.u-text-h5.u-column-custom {
  font-family: var(--h2--font-family);
  font-size: var(--h4--font-size);
  text-transform: uppercase;
  grid-column-end: span 3;
}

.info_text {
  max-width: 100%;
}

.info_adress_wrap {
  width: 100%;
}

.info_adress_wrap.u-hflex-between-top.u-gap-xsmall {
  grid-row-gap: 0rem;
}

.info_adress_wrap.u-hflex-between-top.u-gap-main {
  grid-row-gap: var(--space--small);
  flex-flow: wrap;
}

.g_circle {
  aspect-ratio: 1;
  border-radius: var(--radius--round);
  background-image: linear-gradient(180deg, var(--swatch--brand), #ffffee70 50%, var(--swatch--transparent) 90%);
  width: 100%;
}

.info_circle {
  z-index: -1;
  width: 30vw;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(50%);
}

.nl_contain.u-container, .info_contain.u-container {
  max-width: var(--max-width--small);
}

.nav_checkbox {
  cursor: pointer;
  border-radius: inherit;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_menu_list {
  container-type: inline-size;
}

.nav_menu_contain.u-container {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.nav_button {
  grid-column-gap: var(--padding-vertical--main);
  grid-row-gap: var(--padding-vertical--main);
  flex-flow: column;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.nav_contain.u-container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_menu_link {
  letter-spacing: -.03em;
  border-bottom: 1.5px solid #fff3;
  font-size: 12cqw;
  line-height: 1.2;
  display: block;
}

.nav_logo {
  width: 8rem;
}

.nav_menu_wrap {
  background-color: var(--swatch--dark-secondary);
  height: 100vh;
  transition: transform .4s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
  transform: translate(100%);
}

.nav_wrap {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_line {
  height: var(--border-width--main);
  background-color: var(--button--text);
  width: calc(var(--column-width)  - var(--grid-gap--main));
}

.u-hide {
  display: none;
}

.link-block {
  width: 50%;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  border: 1px solid var(--swatch--brand-text);
  color: #1e1a35;
  text-align: center;
  background-color: #0000;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  border-color: var(--swatch--brand-text);
  background-color: var(--swatch--brand-text);
  color: #fff;
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 3;
  max-width: 600px;
  padding: var(--grid-gap--main);
  background-color: var(--button--background);
  display: none;
  position: fixed;
  inset: auto 0% 0 0;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  background-color: var(--swatch--brand-text);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .3s;
}

.cw-button_primary:hover {
  background-color: var(--swatch--brand-text);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .u-grid-column-4 {
    grid-template-columns: var(--grid-2);
  }

  .styleguide_scroll {
    padding-right: var(--padding-horizontal--main);
    margin-right: calc(var(--padding-horizontal--main) * -1);
  }

  .u-order-first-desktop, .u-order-last-desktop {
    order: 0;
  }

  .u-grid-desktop {
    flex-flow: column;
    display: flex;
  }

  .styleguide_layout {
    justify-content: flex-start;
    align-items: stretch;
  }

  .styleguide_nav_wrap {
    max-height: none;
    position: relative;
    top: 0;
  }

  .styleguide_nav_sub_wrap {
    grid-template-rows: 1fr;
  }

  .hero_layout.u-height-screen.u-grid-custom {
    height: auto;
    min-height: 100svh;
  }

  .hero_elements.is-r.u-hflex-left-bottom.u-column-3 {
    grid-column: 3 / span 3;
  }

  .hero_elements.is-diagonal.u-column-3 {
    grid-column-end: span 4;
  }

  .hero_content.u-grid-breakout {
    place-items: end stretch;
  }

  .g-diagonal {
    width: 100%;
    height: 100%;
  }

  .hero_image.u-ratio-horizontal.u-column-custom {
    grid-column-end: span 5;
    display: none;
  }

  .hero_image.u-ratio-vertical.u-column-custom {
    margin-top: calc(var(--column-width) * -2);
    grid-column: auto / span 6;
  }

  .hero_text.u-text-h6.u-column-custom {
    grid-column-end: span 4;
  }

  .hero_text.u-text-h5.u-column-custom {
    grid-column-end: span 5;
  }

  .info_adress_wrap.u-hflex-between-top.u-gap-xsmall, .info_adress_wrap.u-hflex-between-top.u-gap-large.u-gap-row-none {
    flex-flow: column;
  }

  .info_adress_wrap.u-hflex-between-top.u-gap-main {
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .info_circle {
    width: 70vw;
    inset: 6% 0% auto auto;
  }

  .nl_contain.u-container.u-hflex-left-top.u-gap-main, .nl_contain.u-container.u-hflex-left-stretch.u-gap-main {
    flex-flow: column;
  }

  .link-block {
    width: 100%;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_font_item {
    grid-template-columns: 100%;
  }

  .u-grid-column-4, .u-grid-column-2, .u-grid-column-3 {
    grid-template-columns: var(--grid-1);
  }

  .u-order-first-tablet, .u-order-last-tablet {
    order: 0;
  }

  .u-grid-tablet {
    flex-flow: column;
    display: flex;
  }

  .hero_elements.is-r.u-hflex-left-bottom.u-column-3 {
    grid-column: auto / span 3;
  }

  .hero_elements.is-o.u-hflex-right-bottom.u-column-custom {
    grid-column: 9 / span 4;
  }

  .hero_elements.is-diagonal.u-column-3 {
    grid-column: 4 / span 5;
  }

  .hero_image.u-ratio-vertical.u-column-custom {
    grid-column-start: 1;
    margin-top: 0;
  }

  .hero_text.u-text-h6.u-column-custom {
    grid-column-end: span 6;
  }

  .hero_text.u-text-h5.u-column-custom {
    grid-column-end: span 7;
  }

  .nl_contain.u-container.u-height-screen.u-vflex-left-center.u-gap-medium, .nl_contain.u-container.u-hflex-left-stretch.u-gap-main, .info_contain.u-container.u-height-screen.u-vflex-left-center, .info_contain.u-container.u-vflex-left-center {
    max-width: var(--max-width--main);
  }

  .nav_menu_link {
    font-size: 20cqw;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .u-grid-landscape {
    flex-flow: column;
    display: flex;
  }

  .u-grid-breakout {
    grid-template-columns: var(--grid-breakout-single);
  }

  .hero_elements.is-r.u-hflex-left-bottom.u-column-3 {
    grid-column-end: span 5;
  }

  .hero_elements.is-o.u-hflex-right-bottom.u-column-custom {
    grid-column: 8 / span 5;
  }

  .hero_elements.u-column-custom {
    grid-column-end: span 5;
  }

  .hero_content.u-container.u-grid-custom {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .hero_content.u-grid-breakout {
    flex-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: end stretch;
  }

  .hero_image.u-ratio-horizontal.u-column-custom {
    grid-column: content / full;
  }

  .hero_image.u-ratio-vertical.u-column-custom {
    grid-column: content;
  }

  .hero_text.u-text-h6.u-column-custom {
    grid-column-start: content;
  }

  .hero_text.u-text-h5.u-column-custom {
    grid-column: content;
  }

  .info_text.u-text-h3 {
    font-size: var(--h4--font-size);
  }

  .info_circle {
    width: 100vw;
  }

  .nav_wrap.u-hide {
    color: var(--swatch--light-secondary);
    mix-blend-mode: difference;
    display: block;
  }

  .cw-button_secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}


@font-face {
  font-family: 'Neureal';
  src: url('../fonts/Neureal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit';
  src: url('../fonts/ESKlarheitGrotesk-Md.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Klarheit';
  src: url('../fonts/ESKlarheitGrotesk-Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}