@charset "UTF-8";
:root {
  --headerHeight: 4em;
  --scrollMarginTop: 50;
}
@media (max-width: 748px) {
  :root {
    --scrollMarginTop:	0;
  }
}

body.boilerplate {
  background: #ffffff;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  background: rgb(247.35, 247.35, 247.35);
  margin-bottom: 1.25em;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container {
  display: flex;
  align-items: center;
}
body.boilerplate .boilerplateHero .textarea .container .boilerplateIndexLogobar {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
body.boilerplate .boilerplateHero .textarea .container .boilerplateIndexLogobar .logo.is-dos {
  width: 5em;
}
body.boilerplate .boilerplateHero .textarea .container .boilerplateIndexLogobar .logo.is-eyye {
  width: 3em;
}
body.boilerplate .boilerplateHero .textarea .container .boilerplateIndexLogobar .logo.is-dqg {
  width: 3em;
}
body.boilerplate .boilerplateHero .textarea .container .boilerplateButton {
  margin-left: auto;
}
body.boilerplate .boilerplateOverview {
  padding-bottom: 4em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 749px) and (max-width: 960px) {
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns .column {
    width: 48%;
  }
}
@media (min-width: 961px) {
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns {
    display: flex;
    justify-content: space-between;
  }
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns .column {
    width: 32%;
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex.columns .column.dqgSites {
  background: rgb(247.35, 247.35, 247.35);
  border-radius: 0.2em;
  padding-inline: 1em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.2;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.spacer {
  height: 0.5em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new {
  font-weight: 600;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new a:after {
  background: #39C692;
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.modified a:after {
  background: #BA2B4E;
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.final a:after {
  background: #39C692;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  content: "";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.inprogress a:after {
  background: rgb(127.5, 127.5, 127.5);
  color: #fff;
  content: "Bezig";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a:after {
  background: #cccccc;
  color: #fff;
  content: "Todo";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.duplicate a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.duplicate a:after {
  background: #39C692;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  content: "";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0.5em 0.7em 0.7em;
  background: rgba(0, 0, 0, 0.04);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:after {
  padding: 3px 5px 4px;
  font-size: 0.6em;
  line-height: 1;
  border-radius: 4px;
  margin-left: 10px;
  margin-top: 2px;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a span {
  margin-right: auto;
  font-size: 0.6em;
  margin-top: 0.7em;
  margin-left: 1em;
  opacity: 0.5;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div {
  margin: 2em 0 0.5em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div strong {
  display: block;
  align-items: center;
  width: 100%;
  font-weight: 700;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div small {
  display: block;
  margin: 0.5em 0 0;
  opacity: 0.5;
}
body.boilerplate .contentBlocks {
  padding-bottom: 5em;
}
body.boilerplate code {
  display: block;
  font-size: 0.9em;
  margin-bottom: 1em;
}
body.boilerplate .scrollExampleHorizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5em;
  overflow: hidden;
}
body.boilerplate .scrollExampleHorizontal div {
  font-size: 3em;
  line-height: 0.8;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 748px) {
  body.boilerplate .scrollExampleHorizontal div {
    font-size: 1.5em;
  }
}
body.boilerplate .scrollExample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 5vw;
  text-align: center;
  overflow: hidden;
  margin: 0 !important;
}
body.boilerplate .scrollExample.is-low {
  height: auto;
  min-height: 25vh;
}
body.boilerplate .scrollExample > div:not(.textExample) {
  font-size: 5em;
  font-weight: 700;
}
@media (max-width: 748px) {
  body.boilerplate .scrollExample > div:not(.textExample) {
    font-size: 2em;
  }
}
body.boilerplate .scrollExample > div.textExample {
  width: 100%;
}
@media (max-width: 748px) {
  body.boilerplate .scrollExample > div.textExample .h1 {
    font-size: 1.75em;
  }
}
body.boilerplate .colorsBase {
  display: none;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
}
body.boilerplate .colorsBase.is-ready {
  display: flex;
}
body.boilerplate .colorsBase .colorCard {
  border-radius: 0.2em;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center;
  padding: 0.25em;
  overflow: hidden;
}
@media (max-width: 748px) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(25% - 0.6em);
  }
}
@media (min-width: 749px) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(20% - 0.6em);
  }
}
body.boilerplate .colorsBase .colorCard:hover {
  background: #000000;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .colorsBase .colorCard:active {
  cursor: progress;
}
body.boilerplate .colorsBase .colorCard .color {
  border: 1px solid rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
}
@supports not (aspect-ratio: auto) {
  body.boilerplate .colorsBase .colorCard .color {
    padding-top: 100%;
  }
}
body.boilerplate .colorsBase .colorCard .description {
  padding: 0.5em 0.5em 1em;
}
body.boilerplate .colorsBase .colorCard .description .colorName {
  font-weight: 600;
}
body.boilerplate .iconCollection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body.boilerplate .iconCollection svg:first-child {
  display: none;
}
body.boilerplate .iconCollection [class^=icon-],
body.boilerplate .iconCollection [class*=" icon-"] {
  border-radius: 0.1em;
  background: rgba(0, 0, 0, 0.05);
  width: 2.4em;
  height: 2.4em;
  padding: 0.3em;
}
body.boilerplate .iconCollection [class^=icon-]:hover,
body.boilerplate .iconCollection [class*=" icon-"]:hover {
  background: black;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .iconCollection [class^=icon-]:active,
body.boilerplate .iconCollection [class*=" icon-"]:active {
  cursor: progress;
}
body.boilerplate #buttonCollection .buttonColorCollection {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
body.boilerplate #buttonCollection .buttonColorCollection .block {
  padding: 1em;
  border-radius: 0.2em;
  background: rgb(247.35, 247.35, 247.35);
}
body.boilerplate #buttonCollection .buttonColorCollection .block.diap {
  background: #000000;
}
body.boilerplate #buttonCollection a.button:hover,
body.boilerplate #buttonCollection button.button:hover {
  cursor: copy;
}
body.boilerplate #buttonCollection a.button:active,
body.boilerplate #buttonCollection button.button:active {
  cursor: progress;
}
body.boilerplate #spacerCollection [class^=spacer] {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2em;
}
body.boilerplate #spacerCollection [class^=spacer]:after {
  display: block !important;
  position: absolute;
  left: 1rem;
  top: 50%;
  display: none;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-60%);
  content: "spacer";
}
body.boilerplate #spacerCollection .spacerTiny:after {
  font-size: 0.5rem;
  content: "spacerTiny";
}
body.boilerplate #spacerCollection .spacerMini:after {
  font-size: 0.7rem;
  content: "spacerMini";
}
body.boilerplate #spacerCollection .spacerSmall:after {
  font-size: 0.9rem;
  content: "spacerSmall";
}
body.boilerplate #spacerCollection .spacerMedium:after {
  font-size: 1.1rem;
  content: "spacerMedium";
}
body.boilerplate #spacerCollection .spacerLarge:after {
  font-size: 1.5rem;
  content: "spacerLarge";
}
body.boilerplate #spacerCollection .spacerXlarge:after {
  font-size: 1.8rem;
  content: "spacerXlarge";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html.lenis {
  height: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain !important;
}

.lenis.lenis-stopped {
  overflow: hidden !important;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none !important;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carouselBlock {
  overflow: hidden;
}

.splide.splide__cards {
  overflow: visible;
}
.splide.splide__cards .splide__slide {
  display: flex;
}
@media (max-width: 748px) {
  .splide.splide__cards .splide__slide {
    width: 90%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .splide.splide__cards .splide__slide {
    width: 45%;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .splide.splide__cards .splide__slide {
    width: 40%;
  }
}
@media (min-width: 1101px) {
  .splide.splide__cards .splide__slide {
    width: 40%;
  }
}
.splide.splide__cards .splide__slide .card {
  width: 100%;
  margin-bottom: 0;
}
.splide.splide__cards .splide__slide .card .h2 {
  margin-bottom: 0 !important;
}
.splide.splide__cards .splide__slide .card .description {
  display: none !important;
}
.splide.splide__cards .splide__arrows {
  top: calc(50% - 4em);
}
.splide.splide__cards ul.splide__pagination {
  justify-content: flex-start;
}

.splide.splide__carousel {
  width: 100%;
}
@media (max-width: 960px) {
  .splide.splide__carousel[data-splide-style=standard] .splide__slide {
    height: clamp(20em, 60vh, 45em);
    max-width: 90vw;
  }
}
@media (min-width: 961px) {
  .splide.splide__carousel[data-splide-style=standard] .splide__slide {
    height: clamp(30em, 70vh, 45em);
    max-width: 90vw;
  }
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure {
  position: relative;
  height: 100%;
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 0.2em;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure .media img {
  position: relative;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .splide.splide__carousel[data-splide-style=fullscreen] .splide__slide {
    height: clamp(20em, 50vh, 50em);
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  .splide.splide__carousel[data-splide-style=fullscreen] .splide__slide {
    height: clamp(30em, 100vh, 45em);
    max-width: 1600px;
  }
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure .media {
  width: 100%;
  height: 100%;
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide.splide__slideshow {
  background: #000000;
}
.splide.splide__slideshow .splide__slide {
  overflow: hidden;
}
.splide.splide__slideshow .splide__slide.is-active {
  opacity: 1 !important;
}
.splide.splide__slideshow .splide__slide.is-active figure {
  transform: scale(1.1);
}
.splide.splide__slideshow .splide__slide figure {
  height: 100%;
  overflow: hidden;
  transition: transform 7s linear;
  transform: scale(1);
}
.splide.splide__slideshow .splide__slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.splide.splide__slideshow .splide__slide figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide:not(.splide__slideshow):active .splide__track {
  cursor: grabbing !important;
}
.splide:not(.splide__slideshow) .splide__track {
  cursor: grab;
}
.splide:not(.splide__slideshow) a:active {
  cursor: grabbing !important;
}
.splide .splide__track {
  overflow: visible;
}
.splide .splide__track .splide__list .splide__slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  color: #ffffff;
  padding-top: 2.5em;
  padding-bottom: 1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-left: 5vw;
  padding-right: 5vw;
}
.splide .splide__arrows {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .splide .splide__arrows {
    width: 100%;
  }
  .theme-dos .splide .splide__arrows {
    margin-top: -0.6em;
  }
  .theme-eyye .splide .splide__arrows {
    margin-top: -0.6em;
  }
  .theme-subsites .splide .splide__arrows {
    margin-top: -0.6em;
  }
}
@media (min-width: 749px) {
  .splide .splide__arrows {
    margin-left: auto;
    margin-right: -0.5em;
  }
  .theme-dos .splide .splide__arrows {
    margin-bottom: -1.1em;
    align-self: flex-end;
  }
  .theme-eyye .splide .splide__arrows {
    margin-top: 0.5em;
    align-self: flex-start;
  }
  .theme-subsites .splide .splide__arrows {
    margin-top: 0.5em;
    align-self: flex-start;
  }
}
.splide .splide__arrows .button {
  opacity: 0.1;
  background: transparent;
}
@media (max-width: 748px) {
  .splide .splide__arrows .button {
    display: none;
  }
}
.splide .splide__arrows .button.splide__arrow--prev {
  display: none;
}
.splide .splide__arrows .button.splide__arrow--next {
  opacity: 0.6;
  margin-left: 1em;
}
.theme-eyye .splide .splide__arrows .button.splide__arrow--next {
  opacity: 1;
}
.splide .splide__arrows .button:hover {
  opacity: 1;
}
.splide .splide__arrows .button svg {
  width: 2em;
  height: 2em;
}
.splide ul.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination {
    width: 100%;
  }
}
.splide ul.splide__pagination li {
  display: flex;
  height: 100%;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li {
    flex-grow: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .splide ul.splide__pagination li:has(.is-active) {
    flex-grow: 2;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.25em;
  padding: 0.15em;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.15;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li button.splide__pagination__page {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .splide ul.splide__pagination li button.splide__pagination__page {
    width: 2em;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
  opacity: 1 !important;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li button.splide__pagination__page.is-active {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .splide ul.splide__pagination li button.splide__pagination__page.is-active {
    width: 5em;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page:hover {
  opacity: 0.5;
}
.splide ul.splide__pagination li button.splide__pagination__page:after {
  width: 100%;
  background: #000000;
  border-radius: 0.2em;
  content: "";
}
.theme-dos .splide ul.splide__pagination li button.splide__pagination__page:after {
  height: 0.1em;
}
.theme-eyye .splide ul.splide__pagination li button.splide__pagination__page:after {
  height: 0.15em;
}
.theme-subsites .splide ul.splide__pagination li button.splide__pagination__page:after {
  height: 0.15em;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 0.2em;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #000000)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__tooltip {
  z-index: 100;
}
@media (max-width: 748px) {
  .plyr__tooltip {
    display: none;
  }
}
.plyr__tooltip:before {
  display: none !important;
}

.plyr--video .plyr__controls {
  flex-wrap: wrap !important;
  justify-content: flex-start;
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls {
    padding: 3em 0.5em 0.5em 0.5em !important;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls {
    padding: 5em 1em 1em 1em !important;
  }
}
.plyr--video .plyr__controls > div,
.plyr--video .plyr__controls > button {
  position: relative;
  z-index: 10;
}
.plyr--video .plyr__controls .plyr__progress__container {
  width: calc(100% - 0.5em) !important;
  margin-left: 0.25em;
  flex: none;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls .plyr__progress__container {
    margin-bottom: 0.15em;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls .plyr__progress__container {
    margin-bottom: 0.2em;
  }
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=play] {
    margin-left: -0.2em;
  }
}
.plyr--video .plyr__controls button[data-plyr=rewind] {
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=rewind] {
    display: none;
  }
}
.plyr--video .plyr__controls button[data-plyr=rewind]:hover {
  opacity: 1;
}
.plyr--video .plyr__controls button[data-plyr=fast-forward] {
  opacity: 0.5;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=fast-forward] {
    display: none;
  }
}
.plyr--video .plyr__controls button[data-plyr=fast-forward]:hover {
  opacity: 1;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls .plyr__volume {
    display: none;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls .plyr__volume {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.plyr--video .plyr__controls .plyr__volume input[data-plyr=volume] {
  color: rgba(255, 255, 255, 0.5) !important;
}
.plyr--video .plyr__controls .plyr__time--duration {
  display: block !important;
  margin-right: auto;
}
.plyr--video .plyr__controls .plyr__time::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.plyr--video .plyr__controls button[data-plyr=settings] {
  opacity: 0.5;
}
.plyr--video .plyr__controls button[data-plyr=settings]:hover {
  opacity: 1;
}
.plyr--video .plyr__controls .plyr__menu__container:after {
  display: none !important;
}

.plyr__control--overlaid {
  z-index: 11;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  opacity: 1;
  border-radius: 0.2em;
}
@media (max-width: 748px) {
  .plyr__control--overlaid {
    width: 2.5em !important;
    height: 2.5em !important;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .plyr__control--overlaid {
    width: 3em !important;
    height: 3em !important;
  }
}
@media (min-width: 961px) {
  .plyr__control--overlaid {
    width: 4em !important;
    height: 4em !important;
    top: 44%;
  }
}
.plyr__control--overlaid svg {
  left: 0;
  width: 50%;
  height: 50%;
}
@media (max-width: 748px) {
  .plyr__control--overlaid svg {
    width: 75%;
    height: 75%;
  }
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background: #000000;
}

.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
  (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

*[data-scroll]:is([data-scroll=parallaxVert]) {
  will-change: transform;
  transform: translateY(var(--viewportProcent));
  transform: translateY(calc(var(--viewportProcent) * var(--speed)));
}
*[data-scroll]:is([data-scroll=parallaxHor]) {
  will-change: transform;
  transform: translateX(var(--viewportProcent));
}
@media (max-width: 748px) {
  *[data-scroll]:is([data-scroll=parallaxFramed]) img {
    will-change: transform;
    transform: scale(var(--scale)) translateY(var(--viewportProcent));
  }
}
@media (min-width: 749px) {
  *[data-scroll]:is([data-scroll=parallaxFramed]) img {
    will-change: transform;
    transform: scale(var(--scale)) translateY(var(--viewportProcent));
  }
}
*[data-scroll]:is([data-scroll=parallaxNodes]) > * {
  will-change: transform;
  transform: translateY(calc(var(--viewportProcent) * var(--speed)));
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) {
  position: relative;
  height: 500vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media {
  width: 100%;
  height: 100%;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: scale(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=reveal]) {
  --delay: 0s;
  will-change: opacity, transform;
  opacity: 0;
  transition: opacity 4s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay, 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=fade]).is-inviewport, *[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=slide]).is-inviewport {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=fadeIn]) {
  opacity: 0;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromTop]) {
  transform: translateY(-5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromBottom]) {
  transform: translateY(5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromLeft]) {
  transform: translateX(-5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromRight]) {
  transform: translateX(5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .word,
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .char {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsFadeIn]) .char {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--char-index) * 0.025s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeIn]) .word {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.1s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsFadeInFromBottom]) .char {
  opacity: 0;
  transform: translateY(0.25em);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--char-index) * 0.025s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottom]) .word {
  opacity: 0;
  transform: translateY(0.25em);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.05s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) {
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) .word {
  overflow: hidden;
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) .word .char {
  transform-origin: bottom left;
  transform: translateY(100%) rotate(10deg);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.15s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport .media {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport .media img {
  opacity: 1 !important;
  transform: scale(1) translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureZoomOut]) {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureZoomOut]) .media img {
  will-change: transform;
  transform: scale(1.2);
  transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) .media {
  will-change: clip-path;
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) .media img {
  will-change: transform;
  transform: scale(1.2);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromTop]) .media {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromRight]) .media {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromBottom]) .media {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromLeft]) .media {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.mf-cursor {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    display: block;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s, color 0.4s, margin-top 0.3s;
  }
  .mf-cursor:before {
    content: "";
    position: absolute;
    top: -1.25em;
    left: -1.25em;
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    transition: transform 0.25s ease-in-out, opacity 0.1s;
    background: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(0.5em);
            backdrop-filter: blur(0.5em);
    transform: scale(0);
  }
  .mf-cursor.-inverse {
    color: white;
  }
  @supports (mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
      mix-blend-mode: exclusion;
    }
    .mf-cursor.-exclusion:before {
      background: white;
    }
  }
  .mf-cursor.-pointer:before {
    transform: scale(0);
  }
  .mf-cursor.-text {
    opacity: 1;
    margin-top: 2em;
  }
  .mf-cursor.-text:before {
    opacity: 0.85;
    transform: scale(2);
    opacity: 1;
  }
  .mf-cursor.-text.-active:before {
    transform: scale(2);
    transition-duration: 0.2s;
  }
  .mf-cursor.-icon {
    opacity: 1;
    margin-top: 2em;
  }
  .mf-cursor.-icon:before {
    opacity: 0.85;
    transform: scale(1.4);
    opacity: 1;
  }
  .mf-cursor.-icon.-active:before {
    transform: scale(1.4);
    transition-duration: 0.2s;
  }
  .mf-cursor.-icon svg {
    width: 80%;
    height: 80%;
  }
  .mf-cursor.-hidden {
    opacity: 0;
  }
  .mf-cursor.-hidden:before {
    transform: scale(0);
  }
  .mf-cursor-icon {
    position: absolute;
    top: -1em;
  }
  .mf-cursor-text {
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
    transition: opacity 0.4s, transform 0.3s;
  }
  .mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
    opacity: 1;
    transform: scale(1);
  }
  .mf-cursor-media {
    position: absolute;
  }
  .mf-cursor-media img,
  .mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .mf-cursor-media img,
    .mf-cursor-media video {
      position: static;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transform: translateZ(0);
    }
  }
  .mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform 0.35s, opacity 0.2s 0.2s;
  }
  .mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(0.696);
    transition-duration: 0.4s, 0.4s;
    transition-delay: 0s, 0s;
  }
}

.cc_root {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  height: 100% !important;
  font-family: inherit !important;
  font-size: 1em !important;
}
.cc_root > div {
  border-radius: 0.2em !important;
  background: #000000 !important;
}
.theme-dos .cc_root > div {
  background: #24232E !important;
}
.theme-eyye .cc_root > div {
  background: #000000 !important;
}
.theme-eyye .cc_root > div .cc_text:before {
  font-family: "NeuzeitGroteskDQG", serif !important;
  font-weight: 600 !important;
}
.cc_root > div .cc_text {
  line-height: 1.5 !important;
  max-width: none !important;
  text-align: left !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
@media (max-width: 748px) {
  .cc_root > div .cc_text {
    padding: 5vw 5vw 0 5vw !important;
  }
}
@media (min-width: 749px) {
  .cc_root > div .cc_text {
    padding: 2em 2em 0 2em !important;
  }
}
.cc_root > div .cc_text:before {
  display: block !important;
  font-size: 2em !important;
  line-height: 1 !important;
  color: white !important;
  margin-bottom: 0.5em !important;
  content: "Cookies" !important;
}
.cc_root > div .cc_text span {
  width: 100% !important;
  font-size: 0.85em !important;
}
.cc_root > div .cc_text span[data-template-text=Notice] {
  display: block !important;
  margin-bottom: 1em !important;
}
.cc_root > div .cc_text span[data-template-text=NoticeMobileMessage] {
  display: none !important;
  margin-bottom: 1em !important;
}
.cc_root > div .cc_text a {
  display: none !important;
}
.cc_root > div .cc_text br {
  display: none !important;
}
.cc_root > div .cc_text > svg {
  display: none !important;
}
.cc_root > div .cc_buttons {
  display: flex !important;
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 748px) {
  .cc_root > div .cc_buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    padding: 0 5vw 5vw 5vw !important;
  }
}
@media (min-width: 749px) {
  .cc_root > div .cc_buttons {
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
    padding: 0 2em 2em 2em !important;
  }
}
.cc_root > div .cc_buttons button.cc_button_settings {
  font-weight: 400 !important;
  font-size: 0.85em !important;
  text-decoration: underline !important;
  padding: 0 !important;
  opacity: 0.5;
}
.cc_root > div .cc_buttons button.cc_button_settings:hover {
  opacity: 1;
}
.cc_root > div .cc_buttons button.cc_button_allowall {
  font-size: 0.9em !important;
  padding: 0.9em 1.5em 1em !important;
}
.cc_root > div .cc_buttons button.cc_button_allowall:before {
  display: block !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  content: "Akkoord" !important;
}
.cc_root > div .cc_buttons button.cc_button_allowall span {
  display: none;
}

@media (max-width: 748px) {
  .fui-row {
    flex-wrap: wrap !important;
  }
  .fui-row .fui-field {
    flex: auto !important;
  }
}
.fui-row:has([name="fields[magazineCheckbox]"]) .fui-field.fui-type-agree {
  margin-bottom: 0.25em !important;
}
.fui-row .fui-field.is-hidden {
  display: none !important;
}
.fui-row .fui-type-heading {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.fui-row textarea.fui-input {
  height: 10em;
}
.fui-row select {
  color: #000000;
}
.fui-row input::-webkit-file-upload-button {
  color: #000000;
}
.fui-row input::file-selector-button {
  color: #000000;
}

.fui-i {
  --fui-font: InterDQG, sans-serif;
  --fui-font-size: 1em;
  --fui-color: #000000;
  --fui-primary-color: #000000;
  --fui-primary-color-hover: #000000;
  --fui-error: #BA2B4E;
  --fui-success: #39C692;
  --fui-border-radius: 0.2em;
  --fui-alert-error-color: #BA2B4E;
  --fui-error-font-size: 0.8em;
  --fui-error-margin-top: 0.25em;
  --fui-label-font-size: 0.9em;
  --fui-label-font-weight: 400;
  --fui-label-margin: 0.5em;
  --fui-label-error-color: #000000;
  --fui-label-error-border-color: #BA2B4E;
  --fui-input-font-size: 0.9em;
  --fui-input-line-height: 1.5;
  --fui-input-width: 100%;
  --fui-input-padding: 0.5em 0.75em 0.65em;
  --fui-input-background-color: #fff;
  --fui-input-error-color: #BA2B4E;
  --fui-input-error-border-color: #BA2B4E;
  --fui-input-error-box-shadow-focus: 0 0 0 0.25em rgba(186, 43, 78, 0.15);
}

.has-background {
  position: relative;
}
.has-background:before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  border-radius: 0.2em;
  content: "";
}
@media (max-width: 748px) {
  .has-background:before {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .has-background:before {
    top: 6.25em;
    bottom: 7.5em;
  }
}
@media (min-width: 961px) {
  .has-background:before {
    top: 8.75em;
    bottom: 5em;
  }
}
.theme-dos .has-background:before {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .has-background:before {
  background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 748px) {
  .has-backgroundFull {
    padding-block: 2.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .has-backgroundFull {
    padding-block: 3.75em;
  }
}
@media (min-width: 961px) {
  .has-backgroundFull {
    padding-block: 5em;
  }
}
.theme-dos .has-backgroundFull {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .has-backgroundFull {
  background-color: rgba(0, 0, 0, 0.03);
}

.filterBar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .filterBar:has(.tab.is-popular .tabTrigger:checked) .dropdownBar {
    display: none;
  }
}
.filterBar:has(.tab.is-popular .tabTrigger:checked) .dropdownBar .dropdown.is-color {
  display: none;
}
.filterBar:has(.tab.is-popular .tabTrigger:checked) #materials {
  display: none;
}
.filterBar:has(.tab.is-fabric .tabTrigger:checked) .dropdown.is-leather-kind {
  display: none;
}
.filterBar:has(.tab.is-leather .tabTrigger:checked) .dropdown.is-fabric-kind {
  display: none;
}
.filterBar .tabBar {
  margin-bottom: 0.5em;
}
@media (max-width: 960px) {
  .filterBar .tabBar {
    width: 100%;
    justify-content: stretch;
  }
  .filterBar .tabBar .tab {
    flex-grow: 1;
  }
  .filterBar .tabBar .tab .tabButton {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.filterBar .dropdownBar {
  display: flex;
  align-items: center;
  margin-bottom: 0.9em !important;
}
@media (max-width: 960px) {
  .filterBar .dropdownBar {
    width: 100%;
    justify-content: stretch;
    gap: 0.25em;
  }
}
@media (min-width: 961px) {
  .filterBar .dropdownBar {
    gap: 0.5em;
    margin-left: 2em;
  }
}
.filterBar .dropdownBar .title {
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
}
@media (max-width: 960px) {
  .filterBar .dropdownBar .title {
    display: none;
  }
}
.filterBar .dropdownBar .dropdown > .button.lightgray {
  font-weight: 400;
}
@media (max-width: 960px) {
  .filterBar .dropdownBar .dropdown {
    flex-grow: 1;
  }
  .filterBar .dropdownBar .dropdown .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.filterBar .dropdownBar .dropdownMenu ul li:first-child .button.is-active {
  font-weight: 400;
}
.filterBar .dropdownBar .dropdownMenu ul li .button {
  justify-content: flex-start;
  white-space: nowrap;
  padding: 0.4em 0.5em 0.45em;
  transition: none;
  font-weight: 400;
}
.filterBar .dropdownBar .dropdownMenu ul li .button.is-active {
  font-weight: 700;
}

.tabBar {
  display: flex;
  align-items: flex-end;
}
@media (hover: hover) and (pointer: fine) {
  .tabBar .tab:hover .tabButton {
    opacity: 0.8;
  }
}
.tabBar .tab.is-hidden {
  display: none;
}
.tabBar .tab .tabTrigger {
  display: none;
}
.tabBar .tab .tabTrigger:checked ~ .tabButton {
  opacity: 1;
  transform: translateY(-0.25em);
  border-color: #cccccc;
}
.tabBar .tab .tabButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  border-radius: 0.2em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #ffffff;
  background-image: linear-gradient(to top, #ffffff, #F9F9F9);
  border: 0.1em solid #cccccc;
  border-bottom: 0;
  opacity: 0.4;
  line-height: 1.2;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .tabBar .tab .tabButton {
    font-size: 0.85em;
    padding: 0.75em;
  }
}
@media (min-width: 749px) {
  .tabBar .tab .tabButton {
    font-size: 0.95em;
    padding: 0.75em 1.5em 1em;
  }
}
.tabBar .tab .tabButton sup {
  opacity: 0.5;
}
.tabBar .tab .tabButton svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.tabBar .tab .tabButton .quantity {
  margin-left: 0.25em;
  opacity: 0.4;
}

.dropdowns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 748px) {
  .dropdowns {
    gap: 0.25em;
  }
}
@media (min-width: 749px) {
  .dropdowns {
    gap: 0.5em;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:focus-within.top .dropdownMenu {
  bottom: 100%;
}
.dropdown:focus-within.left .dropdownMenu {
  left: 0;
}
.dropdown:focus-within.right .dropdownMenu {
  right: 0;
}
.dropdown:focus-within .clickThroughStop {
  pointer-events: auto;
}
.dropdown:focus-within .dropdownMenu {
  display: block;
}
.dropdown > .button:focus {
  pointer-events: none !important;
}
.dropdown .clickThroughStop {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  cursor: pointer;
}
.dropdown .dropdownMenu {
  display: none;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  min-width: 100%;
  padding: 0.25em;
  margin: 0.1em 0;
  align-items: flex-start;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2em;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.dropdown .dropdownMenu:focus {
  outline-width: 0 !important;
  outline: none !important;
}
.dropdown .dropdownMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown .dropdownMenu ul li.line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.1 solid #cccccc;
  height: 0.5em;
}
.dropdown .dropdownMenu ul li.line span {
  width: 100%;
  height: 0.05em;
  background: rgb(229.5, 229.5, 229.5);
}
.dropdown .dropdownMenu ul li .button {
  width: 100%;
}

ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.checklist li {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9L14 23L7 16' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 0.35em;
  padding-left: 1.4em;
  background-size: 1em 1em;
}

ul.downloadsList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
@media (max-width: 748px) {
  ul.downloadsList {
    flex-direction: column;
  }
}

notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5em;
  margin: -0.2em 0 0 0.2em;
  width: 1.85em;
  height: 1.85em;
  border-radius: 3em;
  background: crimson;
  color: #ffffff;
  font-weight: 700;
}

.label {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.2em;
  padding: 0.1em 0.7em 0.25em;
  font-weight: 500;
}
.label.mini {
  font-size: 0.5rem;
}
.label.small {
  font-size: 0.6rem;
}
.label.medium {
  font-size: 0.7rem;
}
.label.large {
  font-size: 0.8rem;
}
.label.black {
  color: #ffffff;
}
.theme-dos .label.black {
  background: #24232E;
}
.theme-eyye .label.black {
  background: #000000;
}
.label.gray {
  background: rgb(178.5, 178.5, 178.5);
  color: #ffffff;
}
.label.white {
  background: #ffffff;
  color: #000000;
}
.label.whiteAlpha {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.headingBar {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 1.875em !important;
}
.headingBar h1, .headingBar .h1, .headingBar h2, .headingBar .h2, .headingBar h3, .headingBar .h3, .headingBar h4, .headingBar .h4, .headingBar h5, .headingBar .h5 {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.headingBar h1 .asterix, .headingBar .h1 .asterix, .headingBar h2 .asterix, .headingBar .h2 .asterix, .headingBar h3 .asterix, .headingBar .h3 .asterix, .headingBar h4 .asterix, .headingBar .h4 .asterix, .headingBar h5 .asterix, .headingBar .h5 .asterix {
  opacity: 0.25;
  margin-left: 0.2em;
}
@media (max-width: 748px) {
  .headingBar h1 .asterix, .headingBar .h1 .asterix, .headingBar h2 .asterix, .headingBar .h2 .asterix, .headingBar h3 .asterix, .headingBar .h3 .asterix, .headingBar h4 .asterix, .headingBar .h4 .asterix, .headingBar h5 .asterix, .headingBar .h5 .asterix {
    display: none;
  }
}
.headingBar small {
  opacity: 0.25;
  font-size: 0.75em;
}
.headingBar .alignRight {
  margin-left: auto;
}
.headingBar .searchBar {
  align-self: flex-start;
  margin-left: auto;
}
@media (max-width: 748px) {
  .headingBar .searchBar {
    margin-top: 1em;
  }
}
@media (min-width: 749px) {
  .theme-dos .headingBar .searchBar {
    margin-top: 0.3em;
  }
}
@media (min-width: 749px) {
  .theme-eyye .headingBar .searchBar {
    margin-top: -0.3em;
  }
}
.headingBar .searchBar .searchform {
  min-width: 0;
}
@media (max-width: 748px) {
  .headingBar .asterixDescription .asterix {
    display: none;
  }
}
@media (min-width: 749px) {
  .headingBar .asterixDescription {
    margin-left: auto;
  }
}

.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  width: 100%;
}
.socialChannels ul li a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 0.5em;
}
.socialChannels ul li a:hover svg {
  opacity: 1;
}
.socialChannels ul li a:hover span {
  opacity: 0.6;
}
.socialChannels ul li a svg {
  width: 1.5em !important;
  height: 1.5em !important;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
.socialChannels ul li a span {
  opacity: 0.7;
  font-size: 0.95em;
  opacity: 0.4;
  transition: all 0.15s ease-in-out 0s;
}

.socialShare.is-customShare ul li.is-nativeShare {
  display: none;
}
.socialShare.is-nativeShare ul li:not(.is-nativeShare) {
  display: none;
}
.socialShare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.socialShare ul li {
  margin: 0 0.35em 0 0;
}
.socialShare ul li.is-hidden {
  display: none;
}
.socialShare ul li .button:not(.js-copylink) {
  cursor: alias;
}
@media (max-width: 748px) {
  .socialShare ul li .button:not(.js-nativeShareButton) span {
    display: none;
  }
  .socialShare ul li .button:not(.js-nativeShareButton) svg {
    margin: 0;
    width: 1.6em;
    height: 1.6em;
  }
}
.socialShare ul li .js-copylink {
  cursor: copy;
}
.socialShare ul li .js-copylink:active {
  transform: scale(0.95);
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 2.5em;
}
.pagination ul li {
  display: flex;
}
.pagination ul li:first-child {
  margin-right: 1.5em;
}
@media (max-width: 748px) {
  .pagination ul li:first-child {
    margin-right: auto;
  }
}
.pagination ul li:last-child {
  margin-left: 1.5em;
}
@media (max-width: 748px) {
  .pagination ul li:last-child {
    margin-left: auto;
  }
}
@media (max-width: 748px) {
  .pagination ul li a {
    font-size: 0.8em !important;
  }
}
.pagination ul li a:not(.button) {
  display: block;
  padding: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul li a:not(.button):hover {
    text-decoration: underline;
  }
}
.pagination ul li a:not(.button) span {
  opacity: 0.5;
}
.pagination ul li a:not(.button).is-active {
  font-weight: 700;
}
.pagination ul li a:not(.button).is-active span {
  opacity: 1;
}

.theme-eyye .breadcrumb {
  margin-bottom: 0.5em;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-left: 0 !important;
}
.breadcrumb ol li:last-child() a, .breadcrumb ol li:last-child() div {
  opacity: 0.75;
}
.breadcrumb ol li:last-child() .divider {
  display: none;
}
.breadcrumb ol li a, .breadcrumb ol li div {
  color: inherit !important;
  opacity: 0.4;
  text-decoration: none !important;
  text-underline-offset: 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.breadcrumb ol li a:is(a):hover, .breadcrumb ol li div:is(a):hover {
  opacity: 1;
  text-decoration: underline !important;
}
.breadcrumb ol li .divider {
  opacity: 0.2;
  padding: 0 0.5em;
}

.notificationBar {
  position: relative;
  background: #fff3cd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  padding: 0.3em 0.5em;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.notificationBar.inline {
  display: inline-block;
  border-radius: 0.2em;
}
.notificationBar.wide {
  width: 100%;
  text-align: center;
}
.notificationBar.float {
  position: absolute;
  left: 50%;
  z-index: 10;
  border-radius: 0.2em;
  transform: translate(-50%, 0.3em);
  text-align: center;
}
@media (max-width: 748px) {
  .notificationBar.float {
    width: 90%;
  }
  .notificationBar.float .wrapper {
    overflow: auto;
  }
  .notificationBar.float .wrapper .message {
    white-space: nowrap;
    white-space: normal !important;
  }
  .notificationBar.float .wrapper .message:after {
    display: inline-block;
    height: 100%;
    width: 0.5em;
    content: "";
  }
}
.notificationBar .wrapper .message {
  font-size: 0.7em;
  line-height: 1.2;
  width: 100%;
}
.notificationBar .wrapper .message a {
  text-decoration: underline;
}
.notificationBar .wrapper .message svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.2em;
}

.sideText {
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 0;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-50%);
  color: #ffffff;
  mix-blend-mode: difference;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 748px) {
  .sideText {
    display: none;
  }
}
@media (min-width: 749px) {
  .sideText {
    padding: 0.5vw;
  }
}
.sideText .text {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.sideText .text:before, .sideText .text:after {
  display: block;
  width: 2em;
  height: 0.05em;
  background: #ffffff;
  margin-inline: 0.5em;
  opacity: 0.5;
  content: "";
}

[data-tooltip-confirm],
[data-tooltip-top],
[data-tooltip-right],
[data-tooltip-bottom],
[data-tooltip-left] {
  position: relative;
}
[data-tooltip-confirm]:before, [data-tooltip-confirm]:after,
[data-tooltip-top]:before,
[data-tooltip-top]:after,
[data-tooltip-right]:before,
[data-tooltip-right]:after,
[data-tooltip-bottom]:before,
[data-tooltip-bottom]:after,
[data-tooltip-left]:before,
[data-tooltip-left]:after {
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
[data-tooltip-confirm]:before,
[data-tooltip-top]:before,
[data-tooltip-right]:before,
[data-tooltip-bottom]:before,
[data-tooltip-left]:before {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.2em;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em 0.7em;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
[data-tooltip-confirm]:after,
[data-tooltip-top]:after,
[data-tooltip-right]:after,
[data-tooltip-bottom]:after,
[data-tooltip-left]:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
[data-tooltip-confirm]:not([data-tooltip-confirm]):hover:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):hover:after, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:after {
  z-index: 11;
  visibility: visible;
  opacity: 1;
}

[data-tooltip-confirm]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.4em);
  opacity: 0;
  content: attr(data-tooltip-confirm);
  transition: all 0.15s ease-in-out 0s;
}
[data-tooltip-confirm].show-confirm-tooltip:before {
  z-index: 11;
  visibility: visible;
  transform: translate(-50%, -0.8em);
  opacity: 1;
}

[data-tooltip-top]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.72em);
  content: attr(data-tooltip-top);
}
[data-tooltip-top]:after {
  bottom: 100%;
  left: 50%;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transform: translate(-50%, -0.2em);
}

[data-tooltip-bottom]:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.72em);
  content: attr(data-tooltip-bottom);
}
[data-tooltip-bottom]:after {
  top: 100%;
  left: 50%;
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  transform: translate(-50%, 0.2em);
}

[data-tooltip-left]:before {
  top: 50%;
  right: 100%;
  transform: translate(-0.72em, -50%);
  content: attr(data-tooltip-left);
}
[data-tooltip-left]:after {
  top: 50%;
  right: 100%;
  border-width: 0.4em 0 0.4em 0.4em;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  transform: translate(-0.2em, -50%);
}

[data-tooltip-right]:before {
  top: 50%;
  left: 100%;
  transform: translate(0.72em, -50%);
  content: attr(data-tooltip-right);
}
[data-tooltip-right]:after {
  top: 50%;
  left: 100%;
  border-width: 0.4em 0.4em 0.4em 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: translate(0.2em, -50%);
}

.floaterBlock {
  position: fixed;
  z-index: 60;
  right: 0.5em;
  bottom: 0.5em;
}
.floaterBlock .contactButton .dropdown .dropdownMenu {
  padding: 1.5em;
  font-size: 0.7em;
}
.floaterBlock .contactButton .dropdown .dropdownMenu p {
  margin-bottom: 1em;
}

/* Inter webfont (Google fonts) https://fonts.googleapis.com/css2?family=Inter:wght@100..900 */
@font-face {
  font-family: "InterDQG";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Inter/inter-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "InterDQG";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Inter/inter-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Neuzeit Grotesk
/* @license MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500 */
/* Copyright © 2023 Monotype Imaging Inc. All rights reserved.*/
@font-face {
  font-family: "NeuzeitGroteskDQG";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/NeuzeitGrotesk/NeuzeitGroteskLight.woff2") format("woff2");
}
@font-face {
  font-family: "NeuzeitGroteskDQG";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NeuzeitGrotesk/NeuzeitGroteskRegular.woff2") format("woff2");
}
@font-face {
  font-family: "NeuzeitGroteskDQG";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NeuzeitGrotesk/NeuzeitGroteskBold.woff2") format("woff2");
}
@media (max-width: 748px) {
  html {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }
  @supports not (font-size: clamp(1rem, 4vw, 1.5rem)) {
    html {
      font-size: min(max(1rem, 4vw), 1.5rem);
    }
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  html {
    font-size: 0.95rem;
  }
}
@media (min-width: 961px) {
  html {
    font-size: clamp(1rem, 1.1vw, 1.1rem);
  }
  @supports not (font-size: clamp(1rem, 1.1vw, 1.1rem)) {
    html {
      font-size: min(max(1rem, 1.1vw), 1.1rem);
    }
  }
}
html body {
  font-family: "InterDQG", sans-serif;
  line-height: 1.6;
  min-height: 1vw;
  letter-spacing: -0.03em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.preTitle {
  margin: 0 !important;
  line-height: 1.1;
  text-wrap: balance;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 748px) {
  .preTitle {
    font-size: 1em;
  }
}
@media (min-width: 749px) {
  .preTitle {
    font-size: 1.2em;
  }
}
.theme-dos .preTitle {
  margin-bottom: 0.3em !important;
}
.theme-eyye .preTitle {
  margin-bottom: 0.6em !important;
}

.theme-dos h1, .theme-dos .h1, .theme-dos h2, .theme-dos .h2 {
  font-family: "InterDQG", sans-serif;
  line-height: 1.2;
}
@media (max-width: 748px) {
  .theme-dos h1:not(.no-line), .theme-dos .h1:not(.no-line), .theme-dos h2:not(.no-line), .theme-dos .h2:not(.no-line) {
    padding-bottom: 0.25em;
  }
}
@media (min-width: 749px) {
  .theme-dos h1:not(.no-line), .theme-dos .h1:not(.no-line), .theme-dos h2:not(.no-line), .theme-dos .h2:not(.no-line) {
    padding-bottom: 0.5em;
  }
}
.theme-dos h1:not(.no-line):after, .theme-dos .h1:not(.no-line):after, .theme-dos h2:not(.no-line):after, .theme-dos .h2:not(.no-line):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 0.03em;
  background: currentColor;
  opacity: 0.2;
  content: "";
}
@media (min-width: 749px) {
  .theme-dos h1:not(.no-line):after, .theme-dos .h1:not(.no-line):after, .theme-dos h2:not(.no-line):after, .theme-dos .h2:not(.no-line):after {
    transform: translateX(-50%);
  }
}
.theme-dos h1 strong, .theme-dos .h1 strong, .theme-dos h2 strong, .theme-dos .h2 strong {
  font-weight: 500;
}

.theme-eyye h1, .theme-eyye .h1 {
  font-family: "NeuzeitGroteskDQG", serif;
  line-height: 1;
  font-weight: 700;
}
.theme-eyye h1 strong, .theme-eyye .h1 strong {
  font-weight: 700;
}
.theme-eyye h2, .theme-eyye .h2 {
  font-family: "NeuzeitGroteskDQG", serif;
  line-height: 1;
  font-weight: 400;
}
.theme-eyye h2 strong, .theme-eyye .h2 strong {
  font-weight: 700;
}

.theme-subsites h1, .theme-subsites .h1, .theme-subsites h2, .theme-subsites .h2 {
  font-family: "InterDQG", sans-serif;
  line-height: 1.2;
}
.theme-subsites h1 strong, .theme-subsites .h1 strong, .theme-subsites h2 strong, .theme-subsites .h2 strong {
  font-weight: 700;
}
.theme-subsites.brand-dqg h1, .theme-subsites.brand-dqg .h1, .theme-subsites.brand-dqg h2, .theme-subsites.brand-dqg .h2, .theme-subsites.brand-dqmih h1, .theme-subsites.brand-dqmih .h1, .theme-subsites.brand-dqmih h2, .theme-subsites.brand-dqmih .h2 {
  font-weight: 700;
}
.theme-subsites.brand-studioFoorumi h1, .theme-subsites.brand-studioFoorumi .h1, .theme-subsites.brand-studioFoorumi h2, .theme-subsites.brand-studioFoorumi .h2 {
  font-weight: 600;
}
.theme-subsites.brand-designLab21 h1, .theme-subsites.brand-designLab21 .h1, .theme-subsites.brand-designLab21 h2, .theme-subsites.brand-designLab21 .h2 {
  text-transform: uppercase;
  font-weight: 600;
}

h1, .h1 {
  display: block;
  position: relative;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.4em;
  letter-spacing: -0.035em;
  text-wrap: balance;
  font-weight: 200;
}
@media (max-width: 748px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 749px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 748px) {
  h1.small, .h1.small {
    font-size: 1.5rem;
  }
}
@media (min-width: 749px) {
  h1.small, .h1.small {
    font-size: 2rem;
  }
}
@media (max-width: 748px) {
  h1.medium, .h1.medium {
    font-size: 3rem;
  }
}
@media (min-width: 749px) {
  h1.medium, .h1.medium {
    font-size: 3.5rem;
  }
}
@media (max-width: 748px) {
  h1.large, .h1.large {
    font-size: 2.8rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  h1.large, .h1.large {
    font-size: 3.5rem;
  }
}
@media (min-width: 961px) {
  h1.large, .h1.large {
    font-size: 4rem;
  }
}

h2, .h2 {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 0.5em;
  margin-left: -0.025em;
  letter-spacing: -0.035em;
  text-wrap: balance;
  font-weight: 200;
}
@media (max-width: 748px) {
  h2, .h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 749px) {
  h2, .h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 748px) {
  h2.small, .h2.small {
    font-size: 1.2em;
  }
}
@media (min-width: 749px) {
  h2.small, .h2.small {
    font-size: 1.3em;
  }
}
@media (max-width: 748px) {
  h2.medium, .h2.medium {
    font-size: 2.5em;
  }
}
@media (min-width: 749px) {
  h2.medium, .h2.medium {
    font-size: 2.5em;
  }
}
@media (max-width: 748px) {
  h2.large, .h2.large {
    font-size: 2.25em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  h2.large, .h2.large {
    font-size: 2.75em;
  }
}
@media (min-width: 961px) {
  h2.large, .h2.large {
    font-size: 3.1em;
  }
}

h3, .h3 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  text-wrap: balance;
  font-weight: 500;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  text-wrap: balance;
  font-weight: 500;
}

.textFormatting .is-small {
  font-size: 0.8em;
  line-height: 1.52;
}
.textFormatting .is-large {
  opacity: 1;
  font-size: 1.3em;
  line-height: 1.36;
  color: #000000;
  text-wrap: balance;
  font-weight: 300;
}
.theme-dos .textFormatting .is-large {
  align-self: flex-end;
}
.theme-eyye .textFormatting .is-large {
  font-weight: 400;
}
.is-dark .textFormatting .is-large {
  color: #ffffff;
}
.textFormatting .is-balanced {
  text-wrap: balance;
}
.textFormatting h2:not(:first-child), .textFormatting h3:not(:first-child), .textFormatting h4:not(:first-child), .textFormatting h5:not(:first-child) {
  margin-top: 1.5em;
}
.textFormatting h2 a, .textFormatting h3 a, .textFormatting h4 a, .textFormatting h5 a {
  text-decoration: underline;
}
.textFormatting p, .textFormatting ol, .textFormatting ul, .textFormatting table {
  color: rgba(0, 0, 0, 0.65);
}
.dark .textFormatting p, .is-dark .textFormatting p, .dark .textFormatting ol, .is-dark .textFormatting ol, .dark .textFormatting ul, .is-dark .textFormatting ul, .dark .textFormatting table, .is-dark .textFormatting table {
  color: rgba(255, 255, 255, 0.85);
}
.textFormatting p:not(:last-child), .textFormatting ol:not(:last-child), .textFormatting ul:not(:last-child), .textFormatting table:not(:last-child) {
  margin-bottom: 1em;
}
.textFormatting p a:not(.button.solid, .button.pill, .button.round), .textFormatting ol a:not(.button.solid, .button.pill, .button.round), .textFormatting ul a:not(.button.solid, .button.pill, .button.round), .textFormatting table a:not(.button.solid, .button.pill, .button.round) {
  color: #000000;
  text-decoration: underline;
}
.is-dark .textFormatting p a:not(.button.solid, .button.pill, .button.round), .is-dark .textFormatting ol a:not(.button.solid, .button.pill, .button.round), .is-dark .textFormatting ul a:not(.button.solid, .button.pill, .button.round), .is-dark .textFormatting table a:not(.button.solid, .button.pill, .button.round) {
  color: #ffffff;
}
.textFormatting p a[href], .textFormatting ol a[href], .textFormatting ul a[href], .textFormatting table a[href] {
  white-space: nowrap;
}
.textFormatting p li a, .textFormatting ol li a, .textFormatting ul li a, .textFormatting table li a {
  white-space: normal !important;
}
.textFormatting p strong, .textFormatting ol strong, .textFormatting ul strong, .textFormatting table strong {
  color: rgba(0, 0, 0, 0.85);
}
.is-dark .textFormatting p strong, .is-dark .textFormatting ol strong, .is-dark .textFormatting ul strong, .is-dark .textFormatting table strong {
  color: rgba(255, 255, 255, 0.85);
}
.textFormatting ul:not([class]),
.textFormatting ol:not([class]) {
  padding-left: 1.3em;
  margin-bottom: 1em !important;
}
.textFormatting ul:not([class]) li,
.textFormatting ol:not([class]) li {
  margin-bottom: 0.2em;
  padding-left: 0.1em;
}
.textFormatting table {
  margin-bottom: 2em !important;
}
@media (max-width: 748px) {
  .textFormatting table {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
  }
}

figure {
  position: relative;
  padding: 0;
  margin: 0;
}
figure.is-productShot > .media {
  background: rgb(242.25, 242.25, 242.25);
  border-radius: 0.2em;
  overflow: hidden;
  isolation: isolate;
  padding: 5%;
}
figure.is-productShot > .media img {
  background: transparent;
  mix-blend-mode: darken;
}
figure .media {
  position: relative;
  overflow: hidden;
}
figure .media .zoomButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 748px) {
  figure .media .zoomButton.hide-onMobile {
    display: none;
  }
}
figure .media .zoomButton.no-zoom {
  display: none;
}
figure .media .zoomButton[data-cursor-icon=icon-zoom-in] {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5em;
}
figure .media .zoomButton[data-cursor-icon=icon-zoom-in] svg {
  opacity: 0.25;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) and (pointer: fine) {
  figure .media .zoomButton[data-cursor-icon=icon-zoom-in] svg {
    display: none;
  }
}
figure .media .zoomButton:not([data-cursor-icon=icon-zoom-in]) {
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
figure .media .zoomButton:not([data-cursor-icon=icon-zoom-in]) svg {
  width: 40%;
  height: 40%;
  max-width: 4em;
  max-height: 4em;
  min-width: 1.5em;
  min-height: 1.5em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  padding: 10%;
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  figure .media .zoomButton:not([data-cursor-icon=icon-zoom-in]):hover svg {
    opacity: 1;
  }
}
figure .media .autoplayVideo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
figure .media .autoplayVideo .poster {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-low-power-mode] figure .media .autoplayVideo .poster {
  display: none;
}
figure .media .autoplayVideo .poster img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
figure .media .autoplayVideo img {
  position: relative;
  z-index: 1;
}
figure .media .autoplayVideo video {
  width: 100%;
}
figure .media .autoplayVideo iframe {
  width: 100%;
  height: 100%;
}
figure video,
figure iframe {
  width: 100%;
}
figure figcaption.caption {
  line-height: 1.2;
  padding-top: 0.75em;
  padding-bottom: 1em;
  max-width: 60ch;
  color: rgba(0, 0, 0, 0.5);
}
figure figcaption.caption span {
  display: block;
  font-size: 0.9em;
  text-wrap: balance;
}
@media (max-width: 748px) {
  figure figcaption.caption span {
    font-size: 0.8em;
    text-align: left;
  }
}
figure figcaption.caption span strong {
  display: block;
  margin-bottom: 0.25em;
  color: black;
  text-wrap: balance;
}
figure figcaption.copyright {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 1.3;
  padding: 0.3rem 0.5rem;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  opacity: 0.75;
  font-size: clamp(0.5rem, 0.55em, 0.8rem);
}
@supports not (font-size: clamp(0.5rem, 0.55em, 0.8rem)) {
  figure figcaption.copyright {
    font-size: min(max(0.5rem, 0.55em), 0.8rem);
  }
}
figure figcaption.copyright span a {
  text-decoration: underline;
}
figure figcaption.copyright span + span {
  margin-left: 0.5em;
}

[class^=icon-]:not([class^=icon--]),
[class*=" icon-"]:not([class^=icon--]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  stroke-width: 2 !important;
  fill: currentColor;
}
[class^=icon-]:not([class^=icon--]) symbol,
[class*=" icon-"]:not([class^=icon--]) symbol {
  width: auto !important;
  height: auto !important;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  border: 0.1em solid transparent;
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.button[disabled] {
  opacity: 0.15;
  pointer-events: none;
}
.button [data-secondary] {
  display: none;
}
.button.is-confirmed span, .button.is-confirmed svg {
  display: none;
}
.button.is-confirmed span[data-secondary], .button.is-confirmed svg[data-secondary] {
  display: inline-flex;
}
.button input {
  margin-top: -0.1em !important;
  margin-bottom: -0.1em !important;
}
.button input + span {
  margin: 0 !important;
  margin-right: auto !important;
  padding-right: 0.5em !important;
}
.button .colorLabel {
  align-self: center;
  width: 2em;
  height: 2em;
  margin: -0.3em 0.25em -0.3em -0.3em;
  border-radius: 50%;
  background: red;
  border: 0.2em solid #ffffff;
}
.button .colorLabel + span {
  align-self: center;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover.textual span {
    text-decoration: underline;
  }
  .button:hover svg[class$=-right] {
    transform: translateX(0.15em);
  }
  .button:hover svg[class$=-left] {
    transform: translateX(-0.15em);
  }
  .button:hover svg[class$=-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=-down] {
    transform: translateY(0.15em);
  }
}
.button:active {
  transition: all 0;
  transform: translateY(0.04em);
}
.button.rectangular, .button.pill {
  border-radius: 0.2em;
  padding: 0.5em 0.5em 0.65em;
  align-items: flex-start;
}
.button.rectangular:not(.rectangular), .button.pill:not(.rectangular) {
  border-radius: 5em;
  padding-left: 1em;
  padding-right: 1em;
}
.button.rectangular.spaced span + svg, .button.pill.spaced span + svg {
  margin-left: 2em;
}
.button.rectangular span, .button.pill span {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.button.rectangular span ~ svg, .button.pill span ~ svg {
  margin-right: 0 !important;
}
.button.rectangular svg, .button.pill svg {
  width: 1.25em;
  height: 1.25em;
  margin: -0.15em 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.button.rectangular svg[class$=-right], .button.rectangular svg[class$=-left], .button.rectangular svg[class$=-up], .button.rectangular svg[class$=-down], .button.pill svg[class$=-right], .button.pill svg[class$=-left], .button.pill svg[class$=-up], .button.pill svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.3em -0.2em;
}
.button.rectangular svg:first-child, .button.pill svg:first-child {
  margin-left: 0 !important;
}
.button.rectangular.mini, .button.pill.mini {
  padding: 0.45em 0.6em 0.55em;
  font-size: 0.6rem !important;
}
.button.rectangular.mini svg, .button.pill.mini svg {
  stroke-width: 3 !important;
}
.button.rectangular.small, .button.pill.small {
  font-size: 0.8rem !important;
}
.button.rectangular.medium, .button.pill.medium {
  font-size: 0.9rem !important;
}
.button.rectangular.large, .button.pill.large {
  border-width: 0.1em;
  font-size: 1rem !important;
  padding: 0.7em 1em 0.9em;
  font-weight: 400;
}
.button.rectangular.fullWidth, .button.pill.fullWidth {
  width: 100%;
}
@media (max-width: 748px) {
  .button.rectangular.fullWidthMini, .button.pill.fullWidthMini {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .button.rectangular.fullWidthSmall, .button.pill.fullWidthSmall {
    width: 100%;
  }
}
.button.textual {
  align-items: flex-start;
  justify-content: flex-start;
  border: none;
  font-weight: 300;
}
.button.textual span {
  text-underline-offset: 0.3em;
  text-decoration: underline;
}
.button.textual span ~ svg {
  margin-left: 0.3em !important;
  margin-right: 0 !important;
  margin-top: -0.05em;
}
.button.textual svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  margin-top: -0.1em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
.button.textual svg[class$=-right], .button.textual svg[class$=-left], .button.textual svg[class$=-up], .button.textual svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
}
.button.textual svg:first-child {
  margin-left: -0.2em !important;
}
.button.textual svg ~ span {
  margin-left: 0;
}
.button.textual.mini {
  font-size: 0.6rem !important;
}
.button.textual.mini svg {
  stroke-width: 3 !important;
}
.button.textual.small {
  font-size: 0.8rem !important;
}
.button.textual.small svg {
  stroke-width: 2.5 !important;
}
.button.textual.medium {
  font-size: 1rem !important;
}
.button.textual.large {
  font-size: 1.2rem !important;
}
.button.round, .button.square {
  align-items: center;
  justify-content: center;
}
.button.round:not(.square), .button.square:not(.square) {
  border-radius: 50%;
}
.button.round:not(.round), .button.square:not(.round) {
  border-radius: 0.2em;
}
.button.round svg, .button.square svg {
  transition: all 0.15s ease-in-out 0s;
}
.button.round.mini, .button.square.mini {
  width: 1rem;
  height: 1rem;
}
.button.round.mini svg, .button.square.mini svg {
  stroke-width: 4 !important;
}
.button.round.small, .button.square.small {
  width: 1.5rem;
  height: 1.5rem;
}
.button.round.small svg, .button.square.small svg {
  stroke-width: 3 !important;
}
.button.round.medium, .button.square.medium {
  width: 2.3rem;
  height: 2.3rem;
}
.button.round.medium svg, .button.square.medium svg {
  stroke-width: 3 !important;
}
.button.round.large, .button.square.large {
  width: 3rem;
  height: 3rem;
}
.button.round.large svg, .button.square.large svg {
  stroke-width: 3 !important;
}
.button.round svg, .button.square svg {
  width: 65%;
  height: 65%;
}
.button.solid {
  border: 0 !important;
}
.button.solid.black {
  background: #000000;
  color: #ffffff;
}
.theme-dos .button.solid.black {
  background: #24232E;
}
.theme-eyye .button.solid.black {
  background: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.black:hover {
    background: rgb(25.5, 25.5, 25.5);
  }
}
.button.solid.black:active {
  background: #333333;
}
.button.solid.white {
  background: #ffffff;
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.white:hover {
    background: hsl(0, 0%, 195%);
  }
}
.button.solid.white:active {
  background: hsl(0, 0%, 190%);
}
.button.solid.copper {
  background: #D7BC93;
  color: #24232E;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.copper:hover {
    background: hsl(36.1764705882, 45.9459459459%, 165.9803921569%);
  }
}
.button.solid.copper:active {
  background: hsl(36.1764705882, 45.9459459459%, 160.9803921569%);
}
.button.solid.gray {
  background: rgb(178.5, 178.5, 178.5);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.gray:hover {
    background: #999999;
  }
}
.button.solid.gray:active {
  background: rgb(127.5, 127.5, 127.5);
}
.button.solid.whiteAlpha {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.whiteAlpha:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
.button.solid.whiteAlpha:active {
  background: rgba(255, 255, 255, 0.7);
}
.button.solid.blackAlpha {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.blackAlpha:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.button.solid.blackAlpha:active {
  background: rgba(0, 0, 0, 0.25);
}
.button.ghost.black {
  background: none;
  color: #000000;
  border-color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.black:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
.button.ghost.black:active {
  background: rgba(0, 0, 0, 0.1);
}
.button.ghost.white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.white:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.button.ghost.white:active {
  background: rgba(255, 255, 255, 0.3);
}
.button.ghost.copper {
  background: none;
  color: #D7BC93;
  border-color: #D7BC93;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.copper:hover {
    background: rgba(188, 178, 169, 0.2);
  }
}
.button.ghost.copper:active {
  background: rgba(188, 178, 169, 0.3);
}
.button.ghost.gray {
  background: none;
  color: rgb(127.5, 127.5, 127.5);
  border-color: rgb(127.5, 127.5, 127.5);
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.gray:hover {
    background: rgb(242.25, 242.25, 242.25);
  }
}
.button.ghost.gray:active {
  background: rgb(178.5, 178.5, 178.5);
}
.button.ghost.lightgray {
  border-color: rgb(229.5, 229.5, 229.5);
}
.theme-dos .button.ghost.lightgray {
  color: rgba(36, 35, 46, 0.7);
  background: rgba(36, 35, 46, 0.03);
}
@media (hover: hover) and (pointer: fine) {
  .theme-dos .button.ghost.lightgray:hover {
    background: rgba(36, 35, 46, 0.05);
  }
}
.theme-dos .button.ghost.lightgray:active {
  background: rgba(36, 35, 46, 0.07);
}
.theme-eyye .button.ghost.lightgray {
  color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.03);
}
@media (hover: hover) and (pointer: fine) {
  .theme-eyye .button.ghost.lightgray:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}
.theme-eyye .button.ghost.lightgray:active {
  background: rgba(0, 0, 0, 0.07);
}
.button.ghost.whiteAlpha {
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.whiteAlpha:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.button.ghost.whiteAlpha:active {
  background: rgba(255, 255, 255, 0.3);
}
.button.textual.black {
  color: #000000;
}
.button.textual.gray {
  color: rgb(127.5, 127.5, 127.5);
}
.button.textual.white {
  color: #ffffff;
}
.button.facebookColor {
  background: #4267B2;
  color: #ffffff;
}
.button.facebookColor:hover {
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836);
}
.button.twitterColor {
  background: #1DA1F2;
  color: #ffffff;
}
.button.twitterColor:hover {
  background: rgb(13.3535564854, 148.9435146444, 232.1464435146);
}
.button.emailColor {
  background: #C5221E;
  color: #ffffff;
}
.button.emailColor:hover {
  background: rgb(174.8700440529, 30.1806167401, 26.6299559471);
}
.button.linkedinColor {
  background: #0077b5;
  color: #ffffff;
}
.button.linkedinColor:hover {
  background: rgb(0, 102.2348066298, 155.5);
}
.button.pinterestColor {
  background: #e60023;
  color: #ffffff;
}
.button.pinterestColor:hover {
  background: rgb(204.5, 0, 31.1195652174);
}
.button.whatsappColor {
  background: #26B43D;
  color: #ffffff;
}
.button.whatsappColor:hover {
  background: rgb(33.5550458716, 158.9449541284, 53.8646788991);
}

.grecaptcha-badge {
  position: absolute !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.form .singleLineForm {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0.5em;
}
@media (max-width: 748px) {
  .form .singleLineForm {
    flex-direction: column;
  }
}
.form .singleLineForm .formfield {
  align-items: center;
}
@media (max-width: 748px) {
  .form .singleLineForm.overlap input {
    padding-right: 3.5em;
  }
}
@media (min-width: 749px) {
  .form .singleLineForm.overlap input {
    padding-right: 6.5em;
  }
}
.form .singleLineForm.overlap .button {
  position: absolute;
  right: 0;
  z-index: 3;
  height: 2.5em;
  margin: 0.25em;
}
.form .singleLineForm label {
  flex-grow: 1;
}
.form .singleLineForm label input {
  width: 100%;
  border-radius: 0.2em;
}
.form .singleLineForm .button {
  align-items: center;
}
@media (max-width: 748px) {
  .form .singleLineForm .button span {
    display: none;
  }
  .form .singleLineForm .button svg {
    margin: 0;
  }
}
.form .row {
  position: relative;
  display: flex;
  gap: 0 1em;
  margin-bottom: 1.5em;
}
@media (max-width: 748px) {
  .form .row {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
}
.form .row:has(.has-heading) {
  margin-bottom: 1em;
}
.form .row:has(.has-label) {
  margin-bottom: 2em;
}
.form .row.radiobuttons, .form .row.checkboxes {
  margin-top: 2em;
  margin-bottom: 2em;
}
.form .row .radiobutton input:required ~ .formlabel.note,
.form .row .checkbox input:required ~ .formlabel.note,
.form .row .lightswitch input:required ~ .formlabel.note {
  left: 0;
  opacity: 1;
}
.form .row label:has(:required).has-heading .formlabel.text:after {
  color: #BA2B4E;
  margin-left: 0.25em;
  content: "*";
}
.form .row .has-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}
.form .row .has-heading .formlabel.text {
  order: 1;
  margin-bottom: 0.25em;
  opacity: 0.5;
}
.form .row .has-heading .formlabel.error-message {
  order: 2;
  color: #BA2B4E;
  font-size: 0.7em;
  margin-left: 0.5em;
}
.form .row .has-heading .formlabel.note {
  display: none;
}
.form .row .has-heading input,
.form .row .has-heading textarea,
.form .row .has-heading select {
  order: 3;
}
.form .row .has-label .formlabel {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 1;
  font-size: 0.7em;
  padding: 0.2em 0.5em 0.3em;
  border-radius: 0.2em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.form .row .has-label .formlabel.text {
  z-index: 3;
  background: #39C692;
  color: #ffffff;
}
.form .row .has-label .formlabel.note {
  z-index: 2;
  background: rgb(247.35, 247.35, 247.35);
  color: #cccccc;
}
.form .row .has-label .formlabel.error-message {
  z-index: 3;
  background: #BA2B4E;
  color: #ffffff;
}
.form .row.inline {
  flex-direction: row;
  flex-wrap: wrap;
}
.form .row.stacked {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form .row label {
  line-height: 1.4;
}
.form .row label.size-15 {
  width: 15%;
}
.form .row label.size-20 {
  width: 20%;
}
.form .row label.size-25 {
  width: 25%;
}
.form .row label.size-30 {
  width: 30%;
}
.form .row label.size-33 {
  width: 33.333333%;
}
.form .row label.size-35 {
  width: 35%;
}
.form .row label.size-40 {
  width: 40%;
}
.form .row label.size-45 {
  width: 45%;
}
.form .row label.size-50 {
  width: 50%;
}
.form .row label.size-75 {
  width: 75%;
}
.form .row label.size-100 {
  width: 100%;
}
@media (max-width: 748px) {
  .form .row label[class*=size] {
    width: 100% !important;
  }
}
.form .description {
  margin-bottom: 1.6em;
}
.form .description p {
  font-size: 0.8em;
}

.formfield {
  display: flex;
  align-items: baseline;
  position: relative;
}
@media (max-width: 748px) {
  .formfield + .formfield,
  .formfield + .selectfield {
    margin-top: 1em;
  }
}
.formfield.has-label input:required,
.formfield.has-label textarea:required {
  border-top-left-radius: 0;
}
.formfield.has-label input:required ~ .formlabel.note,
.formfield.has-label textarea:required ~ .formlabel.note {
  opacity: 1;
}
.formfield.has-label input:not(:required),
.formfield.has-label textarea:not(:required) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:required) ~ .formlabel.note,
.formfield.has-label textarea:not(:required) ~ .formlabel.note {
  opacity: 1;
  background: none;
}
.formfield.has-label input:not(:-moz-placeholder), .formfield.has-label textarea:not(:-moz-placeholder) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:placeholder-shown),
.formfield.has-label textarea:not(:placeholder-shown) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:-moz-placeholder) ~ .formlabel.text, .formfield.has-label textarea:not(:-moz-placeholder) ~ .formlabel.text {
  opacity: 1;
}
.formfield.has-label input:not(:placeholder-shown) ~ .formlabel.text,
.formfield.has-label textarea:not(:placeholder-shown) ~ .formlabel.text {
  opacity: 1;
}
.formfield.has-label input:not(:-moz-placeholder) ~ .formlabel.note, .formfield.has-label textarea:not(:-moz-placeholder) ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield.has-label input:not(:placeholder-shown) ~ .formlabel.note,
.formfield.has-label textarea:not(:placeholder-shown) ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield input,
.formfield textarea {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 0.075em solid rgb(127.5, 127.5, 127.5);
  padding: 0.6em 0.8em 0.75em;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.01);
  transition: all 0.15s ease-in-out 0s;
}
.formfield input[type=search],
.formfield textarea[type=search] {
  -webkit-appearance: none;
}
.formfield input:disabled,
.formfield textarea:disabled {
  opacity: 0.5;
  background: rgb(127.5, 127.5, 127.5);
  cursor: not-allowed !important;
}
.formfield input:disabled ~ .formlabel.text,
.formfield textarea:disabled ~ .formlabel.text {
  background: rgb(127.5, 127.5, 127.5) !important;
}
.formfield input::-moz-placeholder, .formfield textarea::-moz-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.formfield input::placeholder,
.formfield textarea::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.formfield .preIcon {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.formfield .preIcon svg {
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.2em;
}
.formfield .preIcon + input {
  padding-left: 2.75em;
}

.selectfield {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
.selectfield.has-label select:required {
  border-top-left-radius: 0;
}
.selectfield.has-label select:required ~ .formlabel.note {
  opacity: 1;
}
.selectfield.has-label select:valid {
  border-top-left-radius: 0;
}
.selectfield.has-label select:valid ~ .formlabel.text {
  opacity: 1;
}
.selectfield.has-label select:valid ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.selectfield select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0.075em solid rgb(127.5, 127.5, 127.5);
  padding: 0.8em 0.8em 0.9em;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.01);
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000000;
  font-size: 0.9em;
  transition: border-color 0.15s ease-in-out 0s;
}
.selectfield select:focus {
  outline: none;
}
.selectfield select[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.selectfield:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1em;
  bottom: 0.8em;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L16 22L27 11' stroke='rgb(178.5, 178.5, 178.5)' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

label.radiobutton {
  display: inline-flex;
  padding: 0.25em 0;
  border-radius: 0.2em;
}
label.radiobutton input[type=radio] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  margin: 0;
  width: 1.2em;
  height: 1.2em;
  background: #333333;
  border-radius: 50%;
}
label.radiobutton input[type=radio]:not([disabled]) {
  cursor: pointer;
}
label.radiobutton input[type=radio]::before {
  content: "";
  width: 63%;
  height: 63%;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 1em 1em #333333;
  background-color: CanvasText;
  transition: 120ms transform ease-in-out;
}
label.radiobutton input[type=radio]:checked {
  border-color: #000000;
}
label.radiobutton input[type=radio]:checked + .text {
  opacity: 1;
  font-weight: 500;
}
label.radiobutton input[type=radio]:checked:before {
  transform: scale(1);
}
label.radiobutton input[type=radio][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.radiobutton input[type=radio][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.radiobutton input[type=radio]:valid ~ .formlabel.text {
  opacity: 1;
}
label.radiobutton input[type=radio]:valid ~ .formlabel.note {
  opacity: 0 !important;
  transform: translateY(0) !important;
}
label.radiobutton .text {
  padding-left: 0.5em;
  opacity: 0.5;
  cursor: pointer;
}
label.radiobutton .formlabel {
  display: none;
}

label.checkbox {
  display: inline-flex;
  padding: 0.25em 0;
}
label.checkbox input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  background-color: #ffffff;
  margin: 0;
  width: 1.25em;
  height: 1.25em;
  border: 0.075em solid rgb(127.5, 127.5, 127.5);
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out 0s;
}
label.checkbox input[type=checkbox]:not([disabled]) {
  cursor: pointer;
}
label.checkbox input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9L14 23L7 16' stroke='%23ffffff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
label.checkbox input[type=checkbox]:checked {
  background-color: #333333;
}
label.checkbox input[type=checkbox]:checked + .text {
  opacity: 1;
  font-weight: 500;
}
label.checkbox input[type=checkbox]:checked::before {
  transform: scale(0.7);
}
label.checkbox input[type=checkbox][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.checkbox input[type=checkbox][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.checkbox input[type=checkbox]:valid ~ .formlabel.text {
  opacity: 1;
}
label.checkbox input[type=checkbox]:valid ~ .formlabel.note {
  opacity: 0 !important;
  transform: translateY(0) !important;
}
label.checkbox .text {
  padding-left: 0.5em;
  opacity: 0.5;
  cursor: pointer;
}
label.checkbox .text a {
  text-decoration: underline;
}
label.checkbox .formlabel {
  display: none;
}

.lightswitch {
  position: relative;
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch.small .switch {
  font-size: 0.5rem;
}
.lightswitch.medium .switch {
  font-size: 0.75rem;
}
.lightswitch.is-required {
  pointer-events: none;
}
.lightswitch.is-required .text .is-on {
  display: none !important;
}
.lightswitch.is-required .text .is-off {
  display: none !important;
}
.lightswitch.is-required .switch {
  opacity: 0.5;
}
.lightswitch input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  order: 1;
}
.lightswitch input:checked ~ .switch {
  background: rgb(127.5, 127.5, 127.5);
}
.lightswitch input:checked ~ .switch:before {
  left: 100%;
  transform: translateX(100%) scale(0.8);
  background-image: #39C692;
}
.lightswitch input:checked ~ .text .is-on {
  display: block;
}
.lightswitch input:checked ~ .text .is-off {
  display: none;
}
.lightswitch .switch {
  order: 2;
  position: relative;
  display: flex;
  border-radius: 2em;
  width: 4em;
  height: 2em;
  background: rgb(127.5, 127.5, 127.5);
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .switch:before {
  display: block;
  background: white;
  border: 0.1em solid #ffffff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  transform: translateX(0) scale(0.8);
  transition: all 0.15s;
  content: "";
}
.lightswitch .text {
  order: 3;
  margin-left: 0.75em;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .text .is-on {
  display: none;
}
.lightswitch .text .is-off {
  display: block;
}

.fileupload {
  border: 0.075em solid rgb(127.5, 127.5, 127.5);
  padding: 1em;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.01);
}
.fileupload input {
  font-size: 0.8em;
  width: 100%;
}
.fileupload input::-webkit-file-upload-button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  border-radius: 0.2em;
  padding: 0.75em 1em 0.9em;
  font-size: 0.7rem;
  background: #000000;
  color: #ffffff;
  margin-right: 1em;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.fileupload input::file-selector-button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  border-radius: 0.2em;
  padding: 0.75em 1em 0.9em;
  font-size: 0.7rem;
  background: #000000;
  color: #ffffff;
  margin-right: 1em;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.fileupload input:required {
  border-top-left-radius: 0;
}
.fileupload input:required ~ .formlabel.note {
  opacity: 1;
}
.fileupload input:valid {
  border-top-left-radius: 0;
}
.fileupload input:valid ~ .formlabel.text {
  opacity: 1;
}
.fileupload input:valid ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}

input.is-error,
textarea.is-error,
select.is-error {
  border-color: #BA2B4E !important;
}
input.is-error:valid,
textarea.is-error:valid,
select.is-error:valid {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}
input.is-error:valid ~ .error-message,
textarea.is-error:valid ~ .error-message,
select.is-error:valid ~ .error-message {
  display: none;
}
.has-label input.is-error:not(:valid) ~ .error-message,
.has-label textarea.is-error:not(:valid) ~ .error-message,
.has-label select.is-error:not(:valid) ~ .error-message {
  opacity: 1 !important;
  transform: translateY(-100%) !important;
}

.radiobuttons:has(.is-error):has(input:checked) input:not(:checked),
.checkboxes:has(.is-error):has(input:checked) input:not(:checked) {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}
.radiobuttons:has(.is-error):has(input:checked) .error-message,
.checkboxes:has(.is-error):has(input:checked) .error-message {
  display: none;
}

:focus {
  outline: none;
}

input:not([disabled]):focus, input:not([disabled]):active,
select:not([disabled]):focus,
select:not([disabled]):active,
textarea:not([disabled]):focus,
textarea:not([disabled]):active {
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.3), 0 0 1em 0.25em rgba(0, 0, 0, 0.2);
}
input:not([disabled]):focus.is-error, input:not([disabled]):active.is-error,
select:not([disabled]):focus.is-error,
select:not([disabled]):active.is-error,
textarea:not([disabled]):focus.is-error,
textarea:not([disabled]):active.is-error {
  box-shadow: 0 0 0 0.1em rgba(186, 43, 78, 0.3), 0 0 1em 0.25em rgba(186, 43, 78, 0.2);
}
input:not([disabled]):focus ~ .formlabel.note, input:not([disabled]):active ~ .formlabel.note,
select:not([disabled]):focus ~ .formlabel.note,
select:not([disabled]):active ~ .formlabel.note,
textarea:not([disabled]):focus ~ .formlabel.note,
textarea:not([disabled]):active ~ .formlabel.note {
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  box-shadow: 0 0 0.25em 0.15em rgba(0, 0, 0, 0.2);
}

.button:not(.textual):not([tabindex="-1"], [tabindex="0"], .popup .window .closeButton):focus-visible,
summary:not([tabindex="-1"], [tabindex="0"], .popup .window .closeButton):focus-visible,
[tabindex]:not(body):not([tabindex="-1"], [tabindex="0"], .popup .window .closeButton):focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.5), 0 0 1em 0.25em rgba(0, 0, 0, 0.3);
}

.js-focus-visible .button:not(.textual).focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.5), 0 0 1em 0.25em rgba(0, 0, 0, 0.3);
}

a[href]:not(.button):focus-visible,
.button.textual:focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(0, 0, 0, 0.5), 0 0 1em 0.25em rgba(0, 0, 0, 0.3);
  border-radius: 0.1em;
}

.js-focus-visible a[href]:not(.button).focus-visible,
.js-focus-visible .button.textual.focus-visible,
.js-focus-visible summary.focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(0, 0, 0, 0.5), 0 0 1em 0.25em rgba(0, 0, 0, 0.3);
  border-radius: 0.1em;
}

.skiplink a {
  position: absolute;
  z-index: 130;
  left: -100vw;
  top: 0;
  margin: 0.2em 0 0 0.2em;
  transition: none;
}
.skiplink a:focus {
  left: 0 !important;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 1101px) {
  .container {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media print {
  .container {
    padding: 0 !important;
    max-width: none !important;
  }
}
.container[data-print], [data-print] .container {
  padding: 0 !important;
  max-width: none !important;
}

.containerMid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.containerInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes glow {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
:root {
  interpolate-size: allow-keywords;
}

@view-transition {
  navigation: auto;
}
html body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: background 4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print {
  html body {
    background: #ffffff;
    width: 100%;
    min-height: 0;
    font-size: 16px;
  }
}
html body[data-print], [data-print] html body {
  background: #ffffff;
  width: 100%;
  min-height: 0;
  font-size: 16px;
}
html body.theme-dos {
  background: var(--pageColor, #F9F9F9);
  color: #24232E;
}
html body.theme-eyye {
  background: var(--pageColor, #ffffff);
  color: #000000;
}
html body.theme-subsites {
  background: #ffffff;
  color: #000000;
}
html body.theme-subsites.is-dark {
  background: #000000;
  color: #ffffff;
}
html body.theme-subsites.brand-studioFoorumi {
  background: #F4F3EF;
}
html body.backgroundBlack {
  background: #1A1921;
}
html body.backgroundBlack .pageNavigation {
  opacity: 0;
}
html body *[id] {
  scroll-margin-top: var(--scrollMarginTop);
}
html body ::-moz-selection {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
html body ::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

strong, b {
  font-weight: 700;
}

button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 0.16em;
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

hr {
  border: none;
  width: 100%;
  border-top: 0.1em solid rgb(229.5, 229.5, 229.5);
}
@media (max-width: 748px) {
  hr {
    margin-block: 3.75em;
  }
}
@media (min-width: 749px) {
  hr {
    margin-block: 3.75em;
  }
}
.theme-subsites.is-dark hr {
  border-color: rgba(255, 255, 255, 0.25);
}
hr.small {
  margin: 1em 0;
}
hr.large {
  margin: 5em 0;
}

p {
  margin: 0 0 1em 0;
}

address {
  font-style: normal;
}

table:not([class]) {
  width: 100%;
  margin: 0;
  vertical-align: top;
  text-align: left;
  border-color: rgb(229.5, 229.5, 229.5);
}
table:not([class]) > * > * > * {
  padding: 0.5em 1em;
  border-bottom: 0.1em solid rgb(242.25, 242.25, 242.25);
}
table:not([class]) > tbody {
  vertical-align: inherit;
}
table:not([class]) > tbody tr:nth-of-type(odd) > * {
  background: rgb(249.9, 249.9, 249.9);
}
table:not([class]) > thead {
  vertical-align: bottom;
}
table:not([class]) > :not(:first-child) {
  border-top: 0.1em solid #000000;
}

.has-margin:not(:last-child) {
  margin-bottom: 2.5em;
}
@media (min-width: 749px) {
  .theme-subsites .has-margin:not(:last-child) {
    margin-bottom: 3.75em;
  }
}

.has-lessMargin:not(:last-child) {
  margin-bottom: 1.25em;
}

.has-moreMargin:not(:last-child) {
  margin-bottom: 5em;
}

.has-noMargin {
  margin-bottom: 0;
}

@media (max-width: 748px) {
  .has-noMarginOnMobile {
    margin-bottom: 0 !important;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

@media (min-width: 749px) {
  .is-centered,
  .is-centered .textFormatting {
    text-align: center;
  }
  .is-centered h1:after, .is-centered .h1:after, .is-centered h2:after, .is-centered .h2:after, .is-centered h4:after, .is-centered .h4:after, .is-centered h5:after, .is-centered .h5:after, .is-centered h6:after, .is-centered .h6:after,
  .is-centered .textFormatting h1:after,
  .is-centered .textFormatting .h1:after,
  .is-centered .textFormatting h2:after,
  .is-centered .textFormatting .h2:after,
  .is-centered .textFormatting h4:after,
  .is-centered .textFormatting .h4:after,
  .is-centered .textFormatting h5:after,
  .is-centered .textFormatting .h5:after,
  .is-centered .textFormatting h6:after,
  .is-centered .textFormatting .h6:after {
    left: 50% !important;
  }
  .is-centered .breadcrumb ol,
  .is-centered .textFormatting .breadcrumb ol {
    justify-content: center;
  }
  .is-centered ol:not(.breadcrumbItems),
  .is-centered .textFormatting ol:not(.breadcrumbItems) {
    margin-left: auto;
    margin-right: auto;
    list-style-position: inside;
  }
  .is-centered ul,
  .is-centered .textFormatting ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is-centered table,
  .is-centered .textFormatting table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
  }
  .is-centered .flowInline,
  .is-centered .textFormatting .flowInline {
    justify-content: center;
  }
  .is-centered .flowInline > *,
  .is-centered .textFormatting .flowInline > * {
    margin: 0 0.25em 0.5em;
  }
}

.flowInline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  width: 100%;
}
.flowInline .button.textual:not(:first-child) {
  margin-right: 1em;
}

.spacerTiny {
  width: 100%;
  height: 0.3125em;
}
@media (max-width: 748px) {
  .spacerTiny.has-noMarginOnMobile {
    display: none;
  }
}

.spacerMini {
  width: 100%;
  height: 0.625em;
}
@media (max-width: 748px) {
  .spacerMini.has-noMarginOnMobile {
    display: none;
  }
}

.spacerSmall {
  width: 100%;
  height: 1.25em;
}
@media (max-width: 748px) {
  .spacerSmall.has-noMarginOnMobile {
    display: none;
  }
}

.spacerMedium {
  width: 100%;
  height: 1.875em;
}
@media (max-width: 748px) {
  .spacerMedium.has-noMarginOnMobile {
    display: none;
  }
}

.spacerLarge {
  width: 100%;
  height: 2.5em;
}
@media (max-width: 748px) {
  .spacerLarge.has-noMarginOnMobile {
    display: none;
  }
}

.spacerXlarge {
  width: 100%;
  height: 5em;
}
@media (max-width: 748px) {
  .spacerXlarge.has-noMarginOnMobile {
    display: none;
  }
}

header.headerPrint {
  display: none;
}
@media print {
  header.headerPrint {
    display: block;
    margin-bottom: 2em;
  }
}
header.headerPrint[data-print], [data-print] header.headerPrint {
  display: block;
  margin-bottom: 2em;
}
header.headerPrint .brand .logo {
  position: relative;
  display: none;
}
.theme-dos header.headerPrint .brand .logo.is-dos {
  display: block;
  width: 6.5em;
}
.theme-eyye header.headerPrint .brand .logo.is-eyye {
  display: block;
  width: 5em;
}
header.headerPrint .brand .logo img {
  display: block;
}

header.header {
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 748px) {
  header.header {
    position: -webkit-sticky;
    position: sticky;
    height: var(--headerHeight);
  }
}
@media (min-width: 749px) {
  header.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: var(--headerHeight);
  }
}
@media print {
  header.header {
    display: none;
  }
}
header.header[data-print], [data-print] header.header {
  display: none;
}
.theme-dos header.header {
  background: #1A1921;
  color: #ffffff;
}
.theme-eyye header.header {
  background: var(--pageColor, rgba(255, 255, 255, 0.95));
  -webkit-backdrop-filter: blur(0.25em);
          backdrop-filter: blur(0.25em);
  color: #000000;
}
header.header[data-hideOnScroll=true] {
  transition: transform 0.3s ease-in-out;
}
[data-scroll-direction=initial] header.header[data-hideOnScroll=true] {
  transform: translateY(0);
}
[data-scroll-direction=up] header.header[data-hideOnScroll=true] {
  transform: translateY(0);
}
[data-scroll-direction=down] header.header[data-hideOnScroll=true] {
  transform: translateY(-100%);
}
header.header .mainBar {
  height: 100%;
}
header.header .mainBar .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
}
@media (max-width: 748px) {
  header.header .mainBar .container {
    padding-left: 0;
    padding-right: 5vw;
  }
  .theme-dos header.header .mainBar .container {
    padding-left: 0;
  }
  .theme-eyye header.header .mainBar .container {
    padding-left: 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  header.header .mainBar .container {
    padding-right: 2.5vw;
  }
  .theme-dos header.header .mainBar .container {
    padding-left: 0;
  }
  .theme-eyye header.header .mainBar .container {
    padding-left: 2.5vw;
  }
}
@media (min-width: 1101px) {
  header.header .mainBar .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
header.header .mainBar .container .brand {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  position: relative;
}
@media (min-width: 749px) {
  header.header .mainBar .container .brand {
    margin-right: 1em;
  }
}
.theme-dos header.header .mainBar .container .brand {
  align-self: flex-start;
  height: 100%;
}
header.header .mainBar .container .brand .logo {
  position: relative;
  display: none;
}
.theme-dos header.header .mainBar .container .brand .logo.is-dos {
  display: block;
}
@media (max-width: 748px) {
  .theme-dos header.header .mainBar .container .brand .logo.is-dos {
    width: 6.5em;
  }
}
@media (min-width: 749px) {
  .theme-dos header.header .mainBar .container .brand .logo.is-dos {
    width: 8em;
  }
}
.theme-eyye header.header .mainBar .container .brand .logo.is-eyye {
  display: block;
}
@media (max-width: 748px) {
  .theme-eyye header.header .mainBar .container .brand .logo.is-eyye {
    width: 3em;
  }
}
@media (min-width: 749px) {
  .theme-eyye header.header .mainBar .container .brand .logo.is-eyye {
    width: 3em;
  }
}
header.header .mainBar .container .brand .logo img {
  display: block;
}
header.header .mainBar .container nav {
  line-height: 1;
}
header.header .mainBar .container nav.mainNav {
  margin-right: 1vw;
  font-weight: 400;
}
header.header .mainBar .container nav.mainNav ul {
  flex-direction: row;
}
@media (max-width: 748px) {
  header.header .mainBar .container nav.mainNav ul li:not(.only-mobile) {
    display: none;
  }
}
.theme-dos header.header .mainBar .container nav.mainNav ul li.only-mobile {
  color: #D7BC93;
  margin-left: 0.5em;
}
.theme-eyye header.header .mainBar .container nav.mainNav ul li.only-mobile {
  margin-left: 1em;
  font-weight: 600;
}
@media (min-width: 749px) {
  header.header .mainBar .container nav.mainNav ul li.only-mobile {
    display: none;
  }
}
@media (max-width: 748px) {
  header.header .mainBar .container nav.mainNav ul li a:not(.button) {
    font-size: 0.9em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.header .mainBar .container nav.mainNav ul li a:not(.button) {
    font-size: 0.9em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  header.header .mainBar .container nav.mainNav ul li a:not(.button) {
    font-size: 1em;
  }
}
@media (min-width: 1101px) {
  header.header .mainBar .container nav.mainNav ul li a:not(.button) {
    font-size: 1.05em;
  }
}
header.header .mainBar .container nav.secondaryNav {
  margin-left: auto;
}
.theme-dos header.header .mainBar .container nav.secondaryNav {
  font-weight: 300;
}
.theme-eyye header.header .mainBar .container nav.secondaryNav {
  font-weight: 400;
}
header.header .mainBar .container nav.secondaryNav ul {
  flex-direction: row;
}
@media (max-width: 960px) {
  header.header .mainBar .container nav.secondaryNav ul li:not(.has-button) {
    display: none;
  }
}
header.header .mainBar .container nav.secondaryNav ul li.has-button {
  margin-left: 1vw;
}
@media (min-width: 961px) and (max-width: 1100px) {
  header.header .mainBar .container nav.secondaryNav ul li a:not(.button) {
    font-size: 0.9em;
  }
}
@media (min-width: 1101px) {
  header.header .mainBar .container nav.secondaryNav ul li a:not(.button) {
    font-size: 0.95em;
  }
}
header.header .mainBar .container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.header .mainBar .container nav ul li.divider {
  color: rgba(0, 0, 0, 0.1);
}
header.header .mainBar .container nav ul li a:not(.button) {
  display: flex;
  align-items: center;
  position: relative;
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  header.header .mainBar .container nav ul li a:not(.button) {
    opacity: 1;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.header .mainBar .container nav ul li a:not(.button) {
    padding: 0 1vw;
    opacity: 0.5;
  }
}
@media (min-width: 961px) {
  header.header .mainBar .container nav ul li a:not(.button) {
    padding: 0 0.75vw;
    opacity: 0.5;
  }
}
header.header .mainBar .container nav ul li a:not(.button) svg {
  width: 1.5em;
  height: 1.5em;
  opacity: 0.5;
}
@media (max-width: 748px) {
  header.header .mainBar .container nav ul li a:not(.button) svg {
    opacity: 0.25;
  }
}
header.header .mainBar .container nav ul li a:not(.button) .text {
  position: relative;
  display: block;
  padding: 0.6em 0;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar .container nav ul li a:not(.button) .text:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 0.05em;
  width: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scaleX(0);
  background-color: currentColor;
  content: "";
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar .container nav ul li a:not(.button) svg {
  fill: currentColor;
}
header.header .mainBar .container nav ul li a:not(.button):hover {
  opacity: 1;
}
header.header .mainBar .container nav ul li a:not(.button):hover .text:after {
  transform: translate(-50%, -50%) scaleX(1);
}
header.header .mainBar .container nav ul li a:not(.button).is-active {
  opacity: 1;
  font-weight: 600;
}
@media (max-width: 748px) {
  header.header .mainBar .container nav ul li .button.is-searchButton {
    display: none;
  }
}
.theme-dos header.header .mainBar .container nav ul li .button.is-searchButton {
  opacity: 0.5;
}
.theme-dos header.header .mainBar .container nav ul li .button.is-searchButton:hover {
  opacity: 1;
}
@media (max-width: 340px) {
  header.header .mainBar .container nav ul li .button.is-storesButton {
    display: none;
  }
}
@media (max-width: 748px) {
  header.header .mainBar .container nav ul li .button.is-storesButton {
    font-size: 0.75em !important;
  }
}
.theme-dos header.header .mainBar .container nav ul li .button.is-storesButton {
  background: rgba(255, 255, 255, 0.1);
  color: #D7BC93;
}
.theme-dos header.header .mainBar .container nav ul li .button.is-storesButton:hover {
  background: rgba(255, 255, 255, 0.15);
}
.theme-eyye header.header .mainBar .container nav ul li .button.is-storesButton {
  background: black;
  color: #ffffff;
}
header.header .mainBar .container .menuButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  margin-left: 1em;
  margin-right: -0.5em;
  width: 2.4em;
  height: 2.4em;
}
.theme-eyye header.header .mainBar .container .menuButton {
  color: #000000;
}
@media (min-width: 961px) {
  header.header .mainBar .container .menuButton {
    display: none;
  }
}
header.header .mainBar .container .menuButton svg {
  width: 100%;
  height: 100%;
}

header.headerSubsites[data-hasnav=true] nav.mainNav {
  display: flex !important;
}
header.headerSubsites[data-hasnav=true] .is-redirect {
  display: none !important;
}
header.headerSubsites[data-hasnav=false] nav.mainNav {
  display: none !important;
}
header.headerSubsites[data-hasnav=false] .is-redirect {
  display: inline-flex !important;
}
header.headerSubsites .container {
  display: flex;
  align-items: flex-start;
  max-width: none;
  width: 100%;
}
@media (max-width: 748px) {
  header.headerSubsites .container {
    margin-bottom: 1em;
  }
}
@media (max-width: 1100px) {
  header.headerSubsites .container {
    gap: 2.5vw;
    padding: 2.5vw;
  }
}
@media (min-width: 1101px) {
  header.headerSubsites .container {
    gap: 2em;
    padding: 2em;
  }
}
.brand-studioFoorumi header.headerSubsites .container {
  margin-bottom: 3em !important;
}
header.headerSubsites .container .brand .logo.is-dqg {
  border: 0.075em solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 748px) {
  header.headerSubsites .container .brand .logo.is-dqg {
    width: 4em;
  }
}
@media (min-width: 749px) {
  header.headerSubsites .container .brand .logo.is-dqg {
    width: 6em;
  }
}
header.headerSubsites .container .brand .logo.is-dqmih {
  border: 0.075em solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 748px) {
  header.headerSubsites .container .brand .logo.is-dqmih {
    width: 4em;
  }
}
@media (min-width: 749px) {
  header.headerSubsites .container .brand .logo.is-dqmih {
    width: 6em;
  }
}
header.headerSubsites .container .brand .logo.is-studioFoorumi, header.headerSubsites .container .brand .logo.is-designLab21 {
  border: 0.075em solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 748px) {
  header.headerSubsites .container .brand .logo.is-studioFoorumi, header.headerSubsites .container .brand .logo.is-designLab21 {
    width: 6em;
  }
}
@media (min-width: 749px) {
  header.headerSubsites .container .brand .logo.is-studioFoorumi, header.headerSubsites .container .brand .logo.is-designLab21 {
    width: 8em;
  }
}
header.headerSubsites .container nav.mainNav {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  width: 100%;
}
@media (max-width: 748px) {
  header.headerSubsites .container nav.mainNav {
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  header.headerSubsites .container nav.mainNav {
    flex-direction: row;
    gap: 2.5vw;
  }
}
@media (min-width: 1101px) {
  header.headerSubsites .container nav.mainNav {
    gap: 2em;
  }
}
header.headerSubsites .container nav.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  header.headerSubsites .container nav.mainNav ul {
    gap: 2.5vw;
    order: 2;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  header.headerSubsites .container nav.mainNav ul {
    gap: 2.5vw;
    margin-right: auto;
  }
}
@media (min-width: 1101px) {
  header.headerSubsites .container nav.mainNav ul {
    gap: 2em;
    margin-right: auto;
  }
}
@media (max-width: 748px) {
  header.headerSubsites .container nav.mainNav ul + ul {
    margin-right: auto;
  }
}
@media (min-width: 749px) {
  header.headerSubsites .container nav.mainNav ul + ul {
    margin-left: auto;
  }
}
header.headerSubsites .container nav.mainNav ul li a:not(.button) {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  header.headerSubsites .container nav.mainNav ul li a:not(.button) {
    opacity: 1;
    font-size: 0.85em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerSubsites .container nav.mainNav ul li a:not(.button) {
    padding-block: 0 1vw;
    opacity: 0.75;
  }
}
@media (min-width: 961px) {
  header.headerSubsites .container nav.mainNav ul li a:not(.button) {
    padding-block: 0 0.75vw;
    opacity: 0.75;
  }
}
header.headerSubsites .container nav.mainNav ul li a:not(.button) .text {
  position: relative;
  display: block;
  padding: 0.6em 0;
  transition: all 0.15s ease-in-out 0s;
}
header.headerSubsites .container nav.mainNav ul li a:not(.button) .text:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 0.05em;
  width: 50%;
  opacity: 0.75;
  transform: translate(-50%, -50%) scaleX(0);
  background-color: currentColor;
  content: "";
  transition: all 0.15s ease-in-out 0s;
}
header.headerSubsites .container nav.mainNav ul li a:not(.button):hover {
  opacity: 1;
}
header.headerSubsites .container nav.mainNav ul li a:not(.button):hover .text:after {
  transform: translate(-50%, -50%) scaleX(1);
}
header.headerSubsites .container nav.mainNav ul li a:not(.button).is-active {
  opacity: 1;
  font-weight: 600;
}
header.headerSubsites .container nav.mainNav ul li a:not(.button).is-active .text:after {
  transform: translate(-50%, -50%) scaleX(1);
}
@media (max-width: 748px) {
  header.headerSubsites .container nav.mainNav .button.rectangular {
    font-size: 0.8em !important;
    order: 1;
    margin-left: auto;
  }
}
.theme-subsites.is-dark header.headerSubsites .container nav.mainNav .button.rectangular {
  filter: invert(1);
}
header.headerSubsites .container .button.is-redirect {
  margin-left: auto;
}
header.headerSubsites .container .button.is-redirect span {
  font-weight: 500;
}

@media (max-width: 748px) {
  html[data-navigation] {
    overflow: hidden;
  }
  html[data-navigation] .navigationBlock {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (max-width: 748px) {
  .navigationBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .theme-dos .navigationBlock {
    background: #24232E;
  }
  .theme-eyye .navigationBlock {
    background: #000000;
  }
  .navigationBlock .mobileNavHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2.5vw;
    margin-bottom: 10vw;
  }
  .navigationBlock .mobileNavHeader .button {
    color: #ffffff;
  }
  .navigationBlock .mobileNavLinks nav {
    margin-bottom: 2em;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li a {
    font-size: 2em;
    padding: 0.25em 0;
    opacity: 0.7;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li a {
    font-size: 1.25em;
    padding: 0.5em 0;
    opacity: 0.7;
  }
  .navigationBlock .mobileNavLinks nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav ul li {
    display: block;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(1) {
    transition-delay: 0.05s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(3) {
    transition-delay: 0.15s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(5) {
    transition-delay: 0.25s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(6) {
    transition-delay: 0.3s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(7) {
    transition-delay: 0.35s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(8) {
    transition-delay: 0.4s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(9) {
    transition-delay: 0.45s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(10) {
    transition-delay: 0.5s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(11) {
    transition-delay: 0.55s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(12) {
    transition-delay: 0.6s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(13) {
    transition-delay: 0.65s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(14) {
    transition-delay: 0.7s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(15) {
    transition-delay: 0.75s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(16) {
    transition-delay: 0.8s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(17) {
    transition-delay: 0.85s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(18) {
    transition-delay: 0.9s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(19) {
    transition-delay: 0.95s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(20) {
    transition-delay: 1s;
  }
  .navigationBlock .mobileNavLinks nav ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .navigationBlock .mobileNavLinks nav ul li a:active {
    opacity: 1;
  }
  .navigationBlock .mobileNavLinks nav ul li a.is-active {
    opacity: 1;
    font-weight: 700;
  }
  .navigationBlock .mobileNavLinks .storesButton {
    margin-bottom: 3em;
    opacity: 0;
    width: 100%;
  }
  [data-navigation] .navigationBlock .mobileNavLinks .storesButton {
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition-delay: 0.3s;
  }
  .navigationBlock .mobileNavLinks .storesButton .button {
    width: 100%;
    justify-content: center;
    font-weight: 700;
  }
  .theme-dos .navigationBlock .mobileNavLinks .storesButton .button {
    background: rgba(255, 255, 255, 0.1);
    color: #D7BC93;
  }
  .theme-eyye .navigationBlock .mobileNavLinks .storesButton .button {
    background: #ffffff;
    color: #000000;
  }
  .navigationBlock .mobileNavLinks .socialMedia {
    opacity: 0;
  }
  [data-navigation] .navigationBlock .mobileNavLinks .socialMedia {
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition-delay: 0.5s;
  }
}
@media (min-width: 749px) {
  .navigationBlock {
    display: none;
  }
}

@media (min-width: 749px) {
  .pageNavigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 70;
    -webkit-backdrop-filter: blur(0.25em);
            backdrop-filter: blur(0.25em);
    height: var(--headerHeight);
  }
}
.theme-dos .pageNavigation {
  background: #24232e;
  color: #ffffff;
  width: 100%;
}
.theme-dos .pageNavigation .line {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 748px) {
  .theme-eyye .pageNavigation {
    background: rgba(0, 0, 0, 0.05);
    margin: 2.5vw;
    width: calc(100% - 5vw);
    border-radius: 0.2em;
  }
  .theme-eyye .pageNavigation .line {
    border-color: rgba(0, 0, 0, 0.05) !important;
  }
}
@media (min-width: 749px) {
  .theme-eyye .pageNavigation {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
  }
  .theme-eyye .pageNavigation .line {
    border-color: rgba(0, 0, 0, 0.05) !important;
  }
}
.theme-subsites .pageNavigation {
  background: white;
  color: #000000;
  width: 100%;
}
.theme-subsites .pageNavigation .line {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.brand-designLab21 .pageNavigation {
  background: none !important;
}
.pageNavigation .container {
  height: 100%;
}
.pageNavigation .container .nav {
  height: 100%;
}
.pageNavigation .container .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2.5vw 0 3.75vw;
  }
}
@media (min-width: 749px) {
  .pageNavigation .container .nav ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
  }
}
@media (max-width: 960px) {
  .pageNavigation .container .nav ul li.pageTitle {
    display: none;
  }
}
@media (min-width: 961px) {
  .pageNavigation .container .nav ul li.pageTitle {
    margin-right: 1em;
    font-size: 1.6em;
    margin-top: -0.15em;
  }
  .theme-dos .pageNavigation .container .nav ul li.pageTitle {
    font-weight: 300;
  }
  .theme-eyye .pageNavigation .container .nav ul li.pageTitle {
    font-family: "NeuzeitGroteskDQG", serif;
    font-weight: 700;
  }
}
.pageNavigation .container .nav ul li.editDate {
  line-height: 1.3;
}
@media (max-width: 960px) {
  .pageNavigation .container .nav ul li.editDate {
    width: 100%;
    margin-bottom: 0.5em;
    opacity: 0.5;
    font-size: 0.8em;
  }
}
@media (min-width: 961px) {
  .pageNavigation .container .nav ul li.editDate {
    margin-right: 1em;
    margin-top: -0.25em;
  }
}
.pageNavigation .container .nav ul li.editDate span {
  font-size: 0.7em;
}
@media (max-width: 960px) {
  .pageNavigation .container .nav ul li.editDate span {
    width: 100%;
    text-align: right;
    font-size: 1em;
    margin-right: 0.5em;
  }
}
@media (min-width: 961px) {
  .pageNavigation .container .nav ul li.editDate span {
    opacity: 0.5;
    display: block;
  }
}
@media (max-width: 960px) {
  .pageNavigation .container .nav ul li.line {
    display: none;
  }
}
@media (min-width: 961px) {
  .pageNavigation .container .nav ul li.line {
    border-bottom: 0.1em solid transparent;
    flex-grow: 1;
    margin-top: 0.2em;
  }
  .pageNavigation .container .nav ul li.line + .navItem {
    margin-left: 0.5em;
  }
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul li.navItem {
    width: 50%;
  }
  .pageNavigation .container .nav ul li.navItem a {
    display: flex;
    align-items: center;
    padding: 0.4em 5vw 0.4em 0;
    line-height: 1.2;
    width: 100%;
    font-size: 0.9em;
  }
  .pageNavigation .container .nav ul li.navItem a.pill {
    font-size: 1em;
    font-weight: 300;
  }
  .pageNavigation .container .nav ul li.navItem a.pill.is-active {
    font-weight: 700;
  }
  .pageNavigation .container .nav ul li.navItem a svg {
    width: 1.5em;
    height: 1.5em;
    margin-left: -0.5em;
    opacity: 0.25;
  }
  .pageNavigation .container .nav ul li.navItem a .text.sizer {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .pageNavigation .container .nav ul li.navItem {
    margin-left: -0.6em;
    margin-right: 0.6em;
  }
}
@media (min-width: 749px) {
  .pageNavigation .container .nav ul li.navItem a {
    display: block;
    position: relative;
    color: currentColor;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.15s ease-in-out 0s;
  }
}
@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .pageNavigation .container .nav ul li.navItem a {
    padding: 0 1vw;
    font-size: 1em;
  }
}
@media (min-width: 749px) and (min-width: 961px) {
  .pageNavigation .container .nav ul li.navItem a {
    padding: 0 0.75vw;
    font-size: 1em;
  }
}
@media (min-width: 749px) {
  .theme-dos .pageNavigation .container .nav ul li.navItem a {
    opacity: 0.7;
  }
  .theme-eyye .pageNavigation .container .nav ul li.navItem a {
    opacity: 0.6;
  }
  .pageNavigation .container .nav ul li.navItem a svg {
    display: none;
  }
  .pageNavigation .container .nav ul li.navItem a .text {
    position: relative;
    display: block;
    text-align: center;
    padding: 0.5em 0;
    transition: all 0.15s ease-in-out 0s;
  }
  .pageNavigation .container .nav ul li.navItem a .text.sizer {
    opacity: 0;
    font-weight: 600;
  }
  .pageNavigation .container .nav ul li.navItem a .text.visible {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pageNavigation .container .nav ul li.navItem a .text:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 0.05em;
    width: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scaleX(0);
    background-color: currentColor;
    content: "";
    transition: all 0.15s ease-in-out 0s;
  }
  .pageNavigation .container .nav ul li.navItem a:hover {
    opacity: 1;
  }
  .pageNavigation .container .nav ul li.navItem a:hover .text:after {
    transform: translate(-50%, -50%) scaleX(1);
  }
  .pageNavigation .container .nav ul li.navItem a.is-active {
    opacity: 1;
    font-weight: 600;
  }
  .pageNavigation .container .nav ul li.navItem a.is-active.pill {
    padding-top: 0.4em;
    padding-bottom: 0.5em;
  }
  .theme-dos .pageNavigation .container .nav ul li.navItem a.is-active.pill {
    border: 0.1em solid rgba(255, 255, 255, 0.5) !important;
  }
  .theme-eyye .pageNavigation .container .nav ul li.navItem a.is-active.pill {
    background: #000000;
    color: #ffffff;
  }
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul li.buttonItem {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .pageNavigation .container .nav ul li.buttonItem {
    margin-left: auto;
  }
}
@media (min-width: 961px) {
  .pageNavigation .container .nav ul li.buttonItem {
    margin-left: 1em;
  }
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul li.buttonItem .button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul li.buttonItem .button span.shortTitle {
    display: none;
  }
}
@media (min-width: 749px) {
  .pageNavigation .container .nav ul li.buttonItem .button span.shortTitle {
    display: flex;
  }
}
@media (max-width: 748px) {
  .pageNavigation .container .nav ul li.buttonItem .button span.longTitle {
    display: flex;
  }
}
@media (min-width: 749px) {
  .pageNavigation .container .nav ul li.buttonItem .button span.longTitle {
    display: none;
  }
}
.theme-dos .pageNavigation .container .nav ul li.buttonItem .button {
  background: rgba(255, 255, 255, 0.1);
  color: #D7BC93;
}
.theme-dos .pageNavigation .container .nav ul li.buttonItem .button:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 748px) {
  .theme-eyye .pageNavigation .container .nav ul li.buttonItem .button {
    background: white;
    color: #000000;
  }
}

.spyNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spyNav .spyLink.is-active {
  font-weight: 700;
}

.floatingNav {
  position: fixed;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
}
.floatingNav nav .spyNav .spyLink.is-active {
  background: red;
}

footer.footer {
  position: relative;
  margin-top: auto;
}
@media print {
  footer.footer {
    display: none;
  }
}
footer.footer[data-print], [data-print] footer.footer {
  display: none;
}
footer.footer .toTopBar {
  display: flex;
  width: 100%;
  margin-bottom: 2em;
}
footer.footer .toTopBar .button {
  margin-left: auto;
}
@media (max-width: 748px) {
  footer.footer .toTopBar .button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 748px) {
  footer.footer .footerBlock {
    padding: 3.75em 0 7.5em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBlock {
    padding: 7.5em 0 2.5em;
  }
}
.theme-dos footer.footer .footerBlock {
  background: #24232E;
  color: #ffffff;
}
.theme-eyye footer.footer .footerBlock {
  background-color: #ffffff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01) 25%, #ffffff);
  border-top: 0.1em solid rgba(0, 0, 0, 0.05);
  color: #000000;
}
footer.footer .footerBlock .footerTop {
  margin-bottom: 2.5em;
}
footer.footer .footerBlock .footerTop .footerColumns {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerTop .footerColumns {
    flex-direction: column;
    width: 100%;
  }
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerTop .footerColumns .conversionColumn {
    width: 100%;
    gap: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBlock .footerTop .footerColumns .conversionColumn {
    gap: 1em;
  }
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn h2 {
  margin-bottom: 0.75em;
  white-space: nowrap;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter {
    width: 100%;
  }
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page {
  position: relative;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row {
  margin: 0 !important;
  padding: 0 !important;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field {
  margin: 0 !important;
  padding: 0 !important;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input {
  font-size: 1em !important;
  padding: 0.45em 2.65em 0.65em 1em !important;
  width: 100% !important;
  border-radius: 0.2em !important;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 0.1em solid rgba(255, 255, 255, 0.1) !important;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.theme-eyye footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input {
  color: #000000 !important;
  background: #ffffff !important;
  border: 0.1em solid rgb(229.5, 229.5, 229.5) !important;
}
.theme-eyye footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.theme-eyye footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-page-container .fui-row .fui-field input::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-alert {
  margin-top: 0.5em;
  padding: 0.45em 1em 0.65em 1em !important;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-alert {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1) !important;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-btn-wrapper .button {
  margin: 0;
  height: 3.4em;
  width: 3em;
  background: transparent;
  opacity: 0.4;
  transition: all 0.15s ease-in-out 0s;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 2em 2em;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-btn-wrapper .button {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM3.5 6C3.5 5.72386 3.72386 5.5 4 5.5H20C20.2761 5.5 20.5 5.72386 20.5 6V6.86625L12 11.775L3.5 6.86625V6ZM12.7501 13.074L20.5 8.59841V18C20.5 18.2761 20.2761 18.5 20 18.5H4C3.72386 18.5 3.5 18.2761 3.5 18V8.59841L11.2499 13.074C11.714 13.342 12.286 13.342 12.7501 13.074Z' fill='%23ffffff' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.theme-eyye footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-btn-wrapper .button {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM3.5 6C3.5 5.72386 3.72386 5.5 4 5.5H20C20.2761 5.5 20.5 5.72386 20.5 6V6.86625L12 11.775L3.5 6.86625V6ZM12.7501 13.074L20.5 8.59841V18C20.5 18.2761 20.2761 18.5 20 18.5H4C3.72386 18.5 3.5 18.2761 3.5 18V8.59841L11.2499 13.074C11.714 13.342 12.286 13.342 12.7501 13.074Z' fill='%23000000' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .newsletter .fui-page .fui-btn-wrapper .button:hover {
  opacity: 1;
}
footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .magazine .button {
  justify-content: center;
  width: 100%;
}
.theme-dos footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .magazine .button {
  background: #D7BC93;
  color: #24232E;
  font-weight: 700;
}
.theme-eyye footer.footer .footerBlock .footerTop .footerColumns .conversionColumn .magazine .button {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn {
  display: flex;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerTop .footerColumns .navigationColumn {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBlock .footerTop .footerColumns .navigationColumn {
    justify-content: flex-end;
    gap: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.2em;
  }
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn nav.mainNav {
  font-weight: 600;
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn nav ul li a:not(.button) {
  display: inline-flex;
  color: currentColor;
  text-decoration: none;
  padding-bottom: 0.25em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn nav ul li a:not(.button):hover {
  opacity: 1;
}
footer.footer .footerBlock .footerTop .footerColumns .navigationColumn nav ul li a:not(.button).is-active {
  opacity: 1;
  font-weight: 600;
}
footer.footer .footerBlock .footerTop .socialMedia {
  width: 100%;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerTop .socialMedia {
    font-size: 0.9em;
  }
}
footer.footer .footerBlock .footerBottom .footerColumns {
  display: flex;
  padding-top: 2.5em;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns {
  border-top: 0.1em solid rgba(255, 255, 255, 0.1);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns {
  border-top: 0.1em solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerBottom .footerColumns {
    flex-direction: column;
  }
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerBottom .footerColumns .brandColumn {
    align-items: flex-start;
    order: 2;
    gap: 3em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBlock .footerBottom .footerColumns .brandColumn {
    align-items: center;
    gap: 2em;
  }
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .brand {
  display: flex;
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .brand .logo {
  display: none;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .brand .logo.is-dos {
  display: block;
  width: 5em;
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .brand .logo.is-eyye {
  display: block;
  width: 3em;
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .brand .logo img {
  display: block;
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal {
  line-height: 1.4;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal {
    width: 100%;
  }
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright {
  width: 100%;
  font-size: 0.8em;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright {
  color: rgba(255, 255, 255, 0.5);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright {
  color: rgba(0, 0, 0, 0.5);
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright span {
  margin-inline: 0.5em;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright span {
  color: rgba(255, 255, 255, 0.25);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright span {
  color: rgba(0, 0, 0, 0.25);
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.15s ease-in-out 0s;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright a:hover {
  color: #ffffff;
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright a {
  color: rgba(0, 0, 0, 0.5);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .copyright a:hover {
  color: #000000;
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul {
    align-items: flex-start;
  }
}
footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul li a {
  font-size: 0.75em;
  transition: all 0.15s ease-in-out 0s;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul li a {
  color: rgba(255, 255, 255, 0.3);
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul li a {
  color: rgba(0, 0, 0, 0.3);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .brandColumn .legal .footerNav ul li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 748px) {
  footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn {
    position: absolute;
    right: 5vw;
    order: 1;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn {
    margin-left: auto;
  }
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn .button {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.theme-dos footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn .button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn .button {
  background: black;
  color: white;
}
.theme-eyye footer.footer .footerBlock .footerBottom .footerColumns .dealerColumn .button:hover {
  background: rgba(0, 0, 0, 0.8);
}

footer.footerDqg .container {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 748px) {
  footer.footerDqg .container {
    flex-wrap: wrap;
    gap: 2.5vw;
    padding-block: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  footer.footerDqg .container {
    gap: 2.5vw;
    padding-block: 5vw;
  }
}
@media (min-width: 1101px) {
  footer.footerDqg .container {
    gap: 2em;
    padding-block: 4em;
  }
}
@media (max-width: 748px) {
  footer.footerDqg .container .brand {
    order: 1;
  }
}
footer.footerDqg .container .brand .logo.is-dqg {
  border: 0.075em solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 748px) {
  footer.footerDqg .container .brand .logo.is-dqg {
    width: 4em;
  }
}
@media (min-width: 749px) {
  footer.footerDqg .container .brand .logo.is-dqg {
    width: 4em;
  }
}
footer.footerDqg .container .legal {
  display: flex;
}
@media (max-width: 748px) {
  footer.footerDqg .container .legal {
    flex-direction: row;
    justify-content: space-between;
    order: 3;
    gap: 1em;
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (min-width: 749px) {
  footer.footerDqg .container .legal {
    flex-direction: column;
    white-space: nowrap;
  }
}
@media (max-width: 748px) {
  footer.footerDqg .container .legal a,
  footer.footerDqg .container .legal span {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  footer.footerDqg .container .legal a,
  footer.footerDqg .container .legal span {
    font-size: 0.8em;
  }
}
footer.footerDqg .container .legal span {
  font-weight: 600;
}
footer.footerDqg .container .legal a {
  text-decoration: underline;
}
footer.footerDqg .container nav {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
@media (max-width: 748px) {
  footer.footerDqg .container nav {
    order: 2;
    gap: 2.5vw;
    margin-left: auto;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  footer.footerDqg .container nav {
    width: 100%;
    gap: 2.5vw;
  }
}
@media (min-width: 1101px) {
  footer.footerDqg .container nav {
    width: 100%;
    gap: 2em;
  }
}
footer.footerDqg .container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1100px) {
  footer.footerDqg .container nav ul {
    gap: 2.5vw;
  }
}
@media (min-width: 1101px) {
  footer.footerDqg .container nav ul {
    gap: 2em;
  }
}
footer.footerDqg .container nav ul li a:not(.button) {
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  footer.footerDqg .container nav ul li a:not(.button) {
    opacity: 1;
    font-size: 0.85em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footerDqg .container nav ul li a:not(.button) {
    padding-block: 0 1vw;
    opacity: 0.75;
  }
}
@media (min-width: 961px) {
  footer.footerDqg .container nav ul li a:not(.button) {
    padding-block: 0 0.75vw;
    opacity: 0.75;
  }
}
footer.footerDqg .container nav ul li a:not(.button) .text {
  position: relative;
  display: block;
  padding: 0.6em 0;
  transition: all 0.15s ease-in-out 0s;
}
footer.footerDqg .container nav ul li a:not(.button) .text:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 0.05em;
  width: 50%;
  opacity: 0.75;
  transform: translate(-50%, -50%) scaleX(0);
  background-color: currentColor;
  content: "";
  transition: all 0.15s ease-in-out 0s;
}
footer.footerDqg .container nav ul li a:not(.button):hover {
  opacity: 1;
}
footer.footerDqg .container nav ul li a:not(.button):hover .text:after {
  transform: translate(-50%, -50%) scaleX(1);
}
footer.footerDqg .container nav ul li a:not(.button).is-active {
  opacity: 1;
  font-weight: 600;
}
@media (max-width: 748px) {
  footer.footerDqg .container nav .button.rectangular {
    font-size: 0.8em !important;
  }
}

footer.footerSubsites .theme-subsites.brand-studioFoorumi {
  background-color: #ffffff;
}
footer.footerSubsites .container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 748px) {
  footer.footerSubsites .container {
    flex-wrap: wrap;
    gap: 2.5vw;
    padding-block: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  footer.footerSubsites .container {
    gap: 2.5vw;
    padding-block: 5vw;
  }
}
@media (min-width: 1101px) {
  footer.footerSubsites .container {
    gap: 2em;
    padding-block: 4em;
  }
}
footer.footerSubsites .container:before {
  position: absolute;
  width: 100%;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
}
@media (max-width: 748px) {
  footer.footerSubsites .container:before {
    left: 5vw;
    width: calc(100% - 10vw);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  footer.footerSubsites .container:before {
    left: 5vw;
    top: 2.5vw;
    width: calc(100% - 10vw);
  }
}
@media (min-width: 1101px) {
  footer.footerSubsites .container:before {
    left: 4em;
    top: 2em;
    width: calc(100% - 8em);
  }
}
footer.footerSubsites .container .legal {
  display: flex;
}
@media (max-width: 748px) {
  footer.footerSubsites .container .legal {
    flex-direction: row;
    justify-content: space-between;
    order: 3;
    gap: 1em;
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (min-width: 749px) {
  footer.footerSubsites .container .legal {
    flex-direction: column;
    white-space: nowrap;
  }
}
@media (max-width: 748px) {
  footer.footerSubsites .container .legal a,
  footer.footerSubsites .container .legal span {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  footer.footerSubsites .container .legal a,
  footer.footerSubsites .container .legal span {
    font-size: 0.8em;
  }
}
footer.footerSubsites .container .legal span {
  font-weight: 600;
}
footer.footerSubsites .container .legal a {
  text-decoration: underline;
}
@media (max-width: 748px) {
  footer.footerSubsites .container .brand {
    order: 1;
  }
}
@media (min-width: 749px) {
  footer.footerSubsites .container .brand {
    margin-left: auto;
  }
}
footer.footerSubsites .container .brand .logo.is-dqg {
  border: 0.075em solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 748px) {
  footer.footerSubsites .container .brand .logo.is-dqg {
    width: 4em;
  }
}
@media (min-width: 749px) {
  footer.footerSubsites .container .brand .logo.is-dqg {
    width: 4em;
  }
}

@media (max-width: 748px) {
  .backgroundBlock {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (min-width: 749px) {
  .backgroundBlock {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}
@media (max-width: 748px) {
  .theme-subsites .backgroundBlock {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-subsites .backgroundBlock {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-top: 7.5em;
  }
}
@media (min-width: 961px) {
  .theme-subsites .backgroundBlock {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    margin-top: 7.5em;
  }
}
.theme-dos .backgroundBlock.light {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .backgroundBlock.light {
  background-color: rgba(0, 0, 0, 0.03);
}
.theme-subsites .backgroundBlock.light {
  background-color: #ffffff;
}
.backgroundBlock.dark {
  color: #ffffff;
}
.theme-dos .backgroundBlock.dark {
  background-color: #24232E;
}
.theme-eyye .backgroundBlock.dark {
  background-color: #000000;
}
.theme-subsites .backgroundBlock.dark {
  background: #000000;
}
.backgroundBlock.dark .splide ul.splide__pagination li button.splide__pagination__page {
  opacity: 0.25;
}
.backgroundBlock.dark .splide ul.splide__pagination li button.splide__pagination__page:after {
  background: #ffffff;
}
.backgroundBlock.bodyBackgroundBlack {
  color: #000000;
  transition: all 0.15s ease-in-out 0s;
}
.backgroundBlock.bodyBackgroundBlack.is-inviewport {
  color: #ffffff;
}

.carouselBlock .carouselHeadingBar {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar h2, .carouselBlock .carouselHeadingBar .h2 {
    font-size: 2em;
  }
}
@media (max-width: 748px) {
  .theme-dos .carouselBlock .carouselHeadingBar {
    margin-bottom: 1.25em;
  }
}
@media (min-width: 749px) {
  .theme-dos .carouselBlock .carouselHeadingBar {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 748px) {
  .theme-dos .carouselBlock .carouselHeadingBar h2, .theme-dos .carouselBlock .carouselHeadingBar .h2 {
    margin-bottom: 0.5em;
  }
  .theme-dos .carouselBlock .carouselHeadingBar h2:after, .theme-dos .carouselBlock .carouselHeadingBar .h2:after {
    display: none;
  }
}
@media (min-width: 749px) {
  .theme-dos .carouselBlock .carouselHeadingBar h2, .theme-dos .carouselBlock .carouselHeadingBar .h2 {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
.theme-eyye .carouselBlock .carouselHeadingBar {
  margin-bottom: 1.25em;
}
.textBlock.is-large + .textBlock {
  margin-top: -1.25em;
}
.textBlock.full .block {
  max-width: none !important;
}
.textBlock .block p:last-child, .textBlock .block ul:last-child, .textBlock .block ol:last-child, .textBlock .block table:last-child {
  margin-bottom: 0;
}
.textBlock .block.is-collapsible {
  position: relative;
  margin-bottom: 3.75em;
}
.textBlock .block.is-collapsible .collapseTrigger {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span, .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span[data-secondary], .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .textArea {
  height: auto !important;
  -webkit-mask-image: none;
}
.textBlock .block.is-collapsible .collapseButton {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5em);
}
.textBlock .block.is-collapsible .textArea {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  height: calc(var(--rows, 5) * 1em * 1.6);
  -webkit-mask-image: linear-gradient(#000000 25%, transparent);
}

.buttonBlock + .buttonBlock {
  margin-top: -2.5em;
}
.buttonBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

@media (max-width: 748px) {
  .theme-dos .quoteBlock, .theme-eyye .quoteBlock {
    margin-block: 7.5em !important;
  }
}
@media (min-width: 749px) {
  .theme-dos .quoteBlock, .theme-eyye .quoteBlock {
    margin-block: 7.5em !important;
  }
}
.theme-subsites .quoteBlock {
  margin-block: 3.75em !important;
}
.quoteBlock .block .text {
  text-wrap: balance;
  text-align: center;
}
@media (max-width: 748px) {
  .quoteBlock .block .text {
    font-size: 2em;
  }
}
.theme-dos .quoteBlock .block .text {
  font-weight: 200;
}
.theme-eyye .quoteBlock .block .text {
  font-weight: 400;
}
.quoteBlock .block cite {
  display: block;
  font-size: 0.9em;
  font-style: normal;
  margin-top: 0.5em;
  text-align: center;
  opacity: 0.5;
}
.quoteBlock .block cite a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.quoteBlock .block cite a:hover {
  opacity: 1;
}
.quoteBlock .block cite .cite1 + .cite2 {
  margin-left: -0.2em;
}
.quoteBlock .block cite .cite1 + .cite2:before {
  display: inline-block;
  margin-right: 0.25em;
  content: ", ";
}

.magazineBannerBlock:nth-last-child(2) + .spacerXlarge {
  display: none;
}
.magazineBannerBlock .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--magazineGap);
}
@media (max-width: 748px) {
  .magazineBannerBlock .container {
    flex-direction: column;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .magazineBannerBlock .container {
    --magazineGap: 3em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .magazineBannerBlock .container {
    --magazineGap: 3em;
  }
}
@media (min-width: 1101px) {
  .magazineBannerBlock .container {
    --magazineGap: 5em;
  }
}
.magazineBannerBlock .container .column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--magazineGap);
  width: 100%;
  max-width: 32ch;
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column {
    align-items: flex-start;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .magazineBannerBlock .container .column:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column:nth-child(1) .cover {
    width: 80%;
    margin-top: -5vw;
  }
}
@media (min-width: 749px) {
  .magazineBannerBlock .container .column:nth-child(1) .cover {
    width: 90%;
  }
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column:nth-child(1) .portrait-01 {
    position: absolute;
    right: 0;
    bottom: -2em;
    width: 50%;
  }
}
@media (min-width: 749px) {
  .magazineBannerBlock .container .column:nth-child(1) .portrait-01 {
    width: 60%;
  }
}
.magazineBannerBlock .container .column:nth-child(2) {
  flex-shrink: 0;
}
@media (min-width: 749px) and (max-width: 960px) {
  .magazineBannerBlock .container .column:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column:nth-child(2) .text {
    order: 1;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 749px) {
  .magazineBannerBlock .container .column:nth-child(2) .text {
    margin-bottom: 2em;
  }
}
.magazineBannerBlock .container .column:nth-child(2) .text .flowInline {
  gap: 1.5em;
  margin-top: 2em;
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column:nth-child(2) .landscape-01 {
    order: 2;
    width: 90%;
  }
}
@media (min-width: 749px) {
  .magazineBannerBlock .container .column:nth-child(2) .landscape-01 {
    width: 80%;
  }
}
@media (max-width: 748px) {
  .magazineBannerBlock .container .column:nth-child(2) .landscape-02 {
    order: 3;
    position: absolute;
    right: 0;
    bottom: -3em;
    width: 50%;
  }
}
@media (min-width: 749px) {
  .magazineBannerBlock .container .column:nth-child(2) .landscape-02 {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .magazineBannerBlock .container .column:nth-child(3) {
    display: none;
  }
}
.magazineBannerBlock .container .column:nth-child(3) .portrait-02 {
  width: 80%;
}
.magazineBannerBlock .container .column:nth-child(3) .portrait-03 {
  width: 60%;
}
.magazineBannerBlock .container .column figure img {
  border-radius: 0.2em;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
}

.bannerBlock .banner {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: auto;
  background: rgb(247.35, 247.35, 247.35);
}
@media (max-width: 748px) {
  .bannerBlock .banner {
    flex-direction: column;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner {
    align-items: stretch;
  }
}
.bannerBlock .banner .text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 748px) {
  .bannerBlock .banner .text {
    width: 100%;
    padding: 5vw;
    order: 2;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 5vw;
  }
}
@media (min-width: 1101px) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 4em;
  }
}
.bannerBlock .banner .visual {
  overflow: hidden;
}
@media (max-width: 748px) {
  .bannerBlock .banner .visual {
    width: 100%;
    height: 75vw;
    order: 1;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner .visual {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
  }
}
.bannerBlock .banner .visual .splide,
.bannerBlock .banner .visual .splide__track,
.bannerBlock .banner .visual .splide__list,
.bannerBlock .banner .visual .splide__slide {
  height: 100%;
  width: 100%;
}
.bannerBlock .banner .visual figure {
  height: 100%;
  width: 100%;
}
.bannerBlock .banner .visual figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerBlock .banner .visual figure figcaption {
  display: none;
}

.accordionBlock .block details {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordionBlock .block details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordionBlock .block details summary.title {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
  font-size: 1.1em;
  padding-block: 0.8em;
  padding-left: 0;
  padding-right: 2em;
  cursor: pointer;
  font-weight: 400;
}
.accordionBlock .block details summary.title::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .accordionBlock .block details summary.title:hover span {
    text-decoration: underline;
  }
}
.accordionBlock .block details summary.title span {
  text-underline-offset: 0.2em;
}
.accordionBlock .block details summary.title svg {
  position: absolute;
  right: 0;
  top: 0.8em;
  margin-top: 0.1em;
  width: 1em;
  height: 1em;
  transition: all 0.15s ease-in-out 0s;
}
.accordionBlock .block details .detailContent {
  padding-bottom: 1em;
  padding-right: 2em;
}
.accordionBlock .block details[open] summary.title {
  font-weight: 500;
}
.accordionBlock .block details[open] summary.title svg {
  transform: rotate(180deg);
}

.mediaBlock .container:not(.headingBar) {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.mediaBlock .container:not(.headingBar) break-flow {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.mediaBlock .container:not(.headingBar) figure .media {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure .media {
    border-radius: 0.2em;
  }
}
.mediaBlock .container:not(.headingBar) figure .media .videoPlayer {
  margin: auto;
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure .media .videoPlayer .plyr {
    border-radius: 0.2em;
  }
}
.mediaBlock .container:not(.headingBar) figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 748px) {
  .mediaBlock .container:not(.headingBar) figure.default {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure.default {
    margin-left: auto;
    margin-right: auto;
    width: 60ch;
  }
}
@media (max-width: 748px) {
  .mediaBlock .container:not(.headingBar) figure.quarter {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure.quarter {
    width: calc(25% - 0.75em);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container:not(.headingBar) figure.third {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure.third {
    width: calc(33.3333333333% - 0.75em);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container:not(.headingBar) figure.half {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container:not(.headingBar) figure.half {
    width: calc(50% - 0.5em);
  }
}
.mediaBlock .container:not(.headingBar) figure.full {
  width: 100%;
  max-width: 1600px;
  max-width: calc(1600px - 8em);
}
.mediaBlock .container:not(.headingBar) figure.full .media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.mediaBlock .container:not(.headingBar) figure.full figcaption.caption {
  margin: auto;
  text-align: center;
}
.mediaBlock .container:not(.headingBar) figure.is-magazineCover {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
}

.highlightMediaBlock {
  position: relative;
  overflow: hidden;
}
@media (max-width: 748px) {
  .highlightMediaBlock {
    height: 80vh;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .highlightMediaBlock {
    height: 100vh;
    max-height: 70em;
  }
}
@media (min-width: 961px) {
  .highlightMediaBlock {
    height: 100vh;
    max-height: 70em;
  }
}
.theme-eyye .highlightMediaBlock {
  border-radius: 0.2em;
  overflow: hidden;
}
@media (max-width: 748px) {
  .theme-eyye .highlightMediaBlock {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .highlightMediaBlock {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .highlightMediaBlock {
    margin-inline: 5vw;
  }
}
@media (min-width: 1101px) {
  .theme-eyye .highlightMediaBlock {
    margin-inline: 2em;
  }
}
.highlightMediaBlock[data-position=topLeft] .textFloater {
  align-items: flex-start;
  justify-content: flex-start;
}
.highlightMediaBlock[data-position=topLeft] .gradientOverlay {
  background-image: linear-gradient(to right bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.highlightMediaBlock[data-position=topRight] .textFloater {
  align-items: flex-start;
  justify-content: flex-end;
}
.highlightMediaBlock[data-position=topRight] .gradientOverlay {
  background-image: linear-gradient(to left bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (max-width: 748px) {
  .highlightMediaBlock[data-position=topRight] .gradientOverlay {
    background-image: linear-gradient(to right bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  }
}
.highlightMediaBlock[data-position=bottomRight] .textFloater {
  align-items: flex-end;
  justify-content: flex-end;
}
.highlightMediaBlock[data-position=bottomRight] .gradientOverlay {
  background-image: linear-gradient(to left top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (max-width: 748px) {
  .highlightMediaBlock[data-position=bottomRight] .gradientOverlay {
    background-image: linear-gradient(to right top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  }
}
.highlightMediaBlock[data-position=bottomLeft] .textFloater {
  align-items: flex-end;
  justify-content: flex-start;
}
.highlightMediaBlock[data-position=bottomLeft] .gradientOverlay {
  background-image: linear-gradient(to right top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.highlightMediaBlock figure {
  height: 100%;
  width: 100%;
}
.highlightMediaBlock figure .media {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  width: 100%;
  height: 100%;
}
.highlightMediaBlock figure .media .videoPlayer {
  margin: auto;
}
@media (min-width: 749px) {
  .highlightMediaBlock figure .media .videoPlayer .plyr {
    border-radius: 0.2em;
  }
}
.highlightMediaBlock figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
.highlightMediaBlock figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlightMediaBlock .textFloater {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .highlightMediaBlock .textFloater {
    padding: 10vw 5vw;
    font-size: 0.9em !important;
  }
}
@media (min-width: 961px) {
  .highlightMediaBlock .textFloater {
    padding: 7.5vw;
  }
}
.highlightMediaBlock .textFloater .block {
  margin: 0;
  color: #ffffff;
  max-width: 40ch;
}
.highlightMediaBlock .textFloater .block h2 {
  line-height: 1.1;
}
.highlightMediaBlock .textFloater .block p {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 748px) {
  .highlightMediaBlock .textFloater .block p {
    color: white;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  }
}
.highlightMediaBlock .textFloater .block p a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-bottom: 0.1em solid rgba(255, 255, 255, 0.9);
  transition: all 0.15s ease-in-out 0s;
}
.highlightMediaBlock .textFloater .block p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.highlightMediaBlock .gradientOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.columnsBlock {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.columnsBlock > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.columnsBlock > * .container {
  padding: 0 !important;
}
.columnsBlock > * .block {
  margin-left: 0;
}
.columnsBlock > * .containerInner {
  margin-left: 0;
}
.columnsBlock > * figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
.columnsBlock > * figure figcaption.caption {
  width: 100% !important;
  max-width: none !important;
}
.columnsBlock[data-align=top] {
  align-items: flex-start;
}
.columnsBlock[data-align=middle] {
  align-items: center;
}
.columnsBlock[data-align=bottom] {
  align-items: flex-end;
}
@media (min-width: 749px) {
  .columnsBlock .stickyContainer {
    align-self: stretch;
  }
  .columnsBlock .stickyContainer > * {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--scrollMarginTop) * 1px);
  }
}
@media (min-width: 749px) {
  .columnsBlock[data-gap=false][data-columns="2"] {
    gap: 0 !important;
  }
  .columnsBlock[data-gap=false][data-columns="2"] > * {
    width: 50% !important;
  }
  .columnsBlock[data-gap=false][data-columns="2"] > *:nth-child(odd) section:not(.mediaBlock) {
    padding-right: 5vw;
  }
  .columnsBlock[data-gap=false][data-columns="2"] > *:nth-child(even):not(.mediaBlock) {
    padding-left: 5vw !important;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="2"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.75em 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="2"] {
    gap: 5vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="2"] {
    gap: 4em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="2"] > * {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="2"] > * {
    width: calc(50% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="2"] > * {
    width: calc(50% - 2em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="3"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="3"] {
    gap: 3.75vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="3"] {
    gap: 3em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="3"] > * {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="3"] > * {
    width: calc(33.333333% - 2.4999975vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="3"] > * {
    width: calc(33.333333% - 1.999998em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="4"] {
    flex-direction: row !important;
    gap: 10vw 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="4"] {
    gap: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="4"] {
    gap: 2em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="4"] > * {
    width: calc(50% - 2.5vw);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="4"] > * {
    width: calc(25% - 1.875vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="4"] > * {
    width: calc(25% - 1.5em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="5"] {
    flex-direction: row !important;
    gap: 1em 0.5em;
  }
}
@media (min-width: 749px) {
  .columnsBlock[data-columns="5"] {
    gap: 1em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="5"] > * {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 749px) {
  .columnsBlock[data-columns="5"] > * {
    width: calc(20% - 0.8em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="6"] {
    flex-direction: row !important;
    gap: 1em 0.5em;
  }
}
@media (min-width: 749px) {
  .columnsBlock[data-columns="6"] {
    gap: 1em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="6"] > * {
    width: calc(33.3333333333% - 0.5em / 3 * 2);
  }
}
@media (min-width: 749px) {
  .columnsBlock[data-columns="6"] > * {
    width: calc(16.6666666667% - 1em / 5 * 5);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-2"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .columnsBlock[data-columns="1-2"] {
    gap: 3.75vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-2"] {
    gap: 3vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-2"] {
    gap: 2.4em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="1"] {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="1"] {
    width: calc(33.333333% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="1"] {
    width: calc(33.333333% - 2em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="2"] {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="2"] {
    width: calc(66.666666% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-2"] > *[data-column-span="2"] {
    width: calc(66.666666% - 2em);
  }
}
.columnsBlock[data-columns="1-2"] > *[data-column-span="2"] .containerInner {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-3"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-3"] {
    gap: 3.75vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-3"] {
    gap: 3em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="1"] {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="1"] {
    width: calc(25% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="1"] {
    width: calc(25% - 2em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="3"] {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="3"] {
    width: calc(75% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="1-3"] > *[data-column-span="3"] {
    width: calc(75% - 2em);
  }
}
.columnsBlock[data-columns="1-3"] > *[data-column-span="3"] .containerInner {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="2-3"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="2-3"] {
    gap: 3.75vw;
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="2-3"] {
    gap: 3em;
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="2"] {
    width: 100%;
    order: 1;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="2"] {
    width: calc(40% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="2"] {
    width: calc(40% - 2em);
  }
}
@media (max-width: 748px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="3"] {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="3"] {
    width: calc(60% - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .columnsBlock[data-columns="2-3"] > *[data-column-span="3"] {
    width: calc(60% - 2em);
  }
}
.columnsBlock[data-columns="2-3"] > *[data-column-span="3"] .containerInner {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (max-width: 748px) {
  .compositionBlock + .mediaBlock {
    margin-top: calc(-5em + 2.5vw);
  }
}
.compositionBlock[data-grid=default] .columns .column:nth-child(1) {
  order: 1;
}
.compositionBlock[data-grid=default] .columns .column:nth-child(2) {
  order: 2;
}
.compositionBlock[data-grid=reversed] .columns .column:nth-child(1) {
  order: 2;
}
.compositionBlock[data-grid=reversed] .columns .column:nth-child(2) {
  order: 1;
}
@media (max-width: 748px) {
  .compositionBlock[data-grid=reversed] .columns .column:nth-child(2) .textBlock {
    order: 2;
  }
}
@media (max-width: 748px) {
  .compositionBlock[data-grid=reversed] .columns .column:nth-child(2) .mediaBlock {
    order: 1;
  }
}
.compositionBlock .container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 748px) {
  .theme-dos .compositionBlock .container {
    padding: 0;
  }
}
.compositionBlock .container .background {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 0.6em;
}
@media (max-width: 748px) {
  .compositionBlock .container .background {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .compositionBlock .container .background {
    top: 6.25em;
    bottom: 7.5em;
  }
}
@media (min-width: 961px) {
  .compositionBlock .container .background {
    top: 8.75em;
    bottom: 5em;
  }
}
.theme-dos .compositionBlock .container .background {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .compositionBlock .container .background {
  background-color: rgba(0, 0, 0, 0.03);
}
.compositionBlock .container .columns {
  position: relative;
  z-index: 2;
  display: flex;
}
@media (max-width: 748px) {
  .compositionBlock .container .columns {
    flex-direction: column;
    gap: 0 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .compositionBlock .container .columns {
    gap: 0 2.5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .compositionBlock .container .columns {
    gap: 0 5vw;
  }
}
@media (min-width: 1101px) {
  .compositionBlock .container .columns {
    gap: 0 4em;
  }
}
.compositionBlock .container .columns .column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 749px) {
  .compositionBlock .container .columns .column:nth-child(2) {
    margin-top: 12.5em;
    min-width: 45%;
  }
}
.compositionBlock .container .columns .column .textBlock {
  margin-bottom: 0 !important;
  max-width: 50ch;
}
@media (max-width: 748px) {
  .compositionBlock .container .columns .column .textBlock {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}
@media (max-width: 748px) and (max-width: 748px) {
  .theme-dos .compositionBlock .container .columns .column .textBlock {
    padding-inline: 10vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .compositionBlock .container .columns .column .textBlock {
    padding-bottom: 7.5em;
  }
}
@media (min-width: 961px) {
  .compositionBlock .container .columns .column .textBlock {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}
.theme-eyye .compositionBlock .container .columns .column .textBlock h2, .theme-eyye .compositionBlock .container .columns .column .textBlock .h2 {
  font-weight: 700;
}
.compositionBlock .container .columns .column .textBlock p a {
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
.compositionBlock .container .columns .column .textBlock p a:hover {
  opacity: 1;
}
.compositionBlock .container .columns .column .mediaBlock .container {
  max-width: none;
  padding: 0;
}
@media (max-width: 748px) {
  .theme-dos .compositionBlock .container .columns .column .mediaBlock .container {
    padding: 0;
  }
  .theme-eyye .compositionBlock .container .columns .column .mediaBlock .container {
    width: calc(100% + 5vw);
    margin-inline: -2.5vw;
  }
}
.compositionBlock .container .columns .column .mediaBlock .container figure {
  width: 100%;
}
.compositionBlock .container .columns .column .mediaBlock .container figure .media {
  border-radius: 0.2em;
}
@media (max-width: 748px) {
  .theme-dos .compositionBlock .container .columns .column .mediaBlock .container figure .media {
    border-radius: 0;
  }
}

.masonryBlock .container {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
@media (max-width: 748px) {
  .masonryBlock .container {
    flex-wrap: wrap;
  }
}
.masonryBlock .container .column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 748px) {
  .masonryBlock .container .column:nth-child(1), .masonryBlock .container .column:nth-child(2) {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 749px) {
  .masonryBlock .container .column {
    width: 33.3333333333%;
  }
}
.masonryBlock .container .column > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.masonryBlock .container .column > * .container {
  padding: 0 !important;
}
.masonryBlock .container .column > * .block {
  margin-left: 0;
}
.masonryBlock .container .column > * .containerInner {
  margin-left: 0;
}
.masonryBlock .container .column > * figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
.masonryBlock .container .column > * figure figcaption.caption {
  width: 100% !important;
  max-width: none !important;
}
.masonryBlock .container .column .infoBlock {
  background: #ffffff;
  padding: 5%;
  border-radius: 0.2em;
  width: 100%;
}
.masonryBlock .container .column .infoBlock .textFormatting {
  font-size: 0.9em;
}
@media (min-width: 749px) and (max-width: 960px) {
  .masonryBlock .container .column .infoBlock .textFormatting {
    font-size: 0.9em;
  }
}
.logosBlock .container .logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  .logosBlock .container .logos .logo {
    max-width: 33.333333%;
    padding: 0 0.5em;
    margin: 1.5em 0;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 1em;
    margin: 1.5em 0;
  }
}
@media (min-width: 961px) {
  .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 2em;
    margin: 1.5em 0;
  }
}
.logosBlock .container .logos .logo a {
  display: block;
}
.logosBlock .container .logos .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 748px) {
  .logosBlock .container .logos .logo img {
    max-height: 2.3em;
  }
}
@media (min-width: 749px) {
  .logosBlock .container .logos .logo img {
    max-height: 2.8em;
  }
}

@media (max-width: 748px) {
  .introBar {
    padding-block: 3.125em;
  }
}
@media (min-width: 749px) {
  .introBar {
    padding-block: 5em;
  }
}
.introBar #filter {
  scroll-margin-top: 2.5em !important;
}
.theme-dos .introBar {
  background: #24232E;
  color: #ffffff;
}
.theme-dos .introBar h2 {
  color: #D7BC93;
}
.theme-dos .introBar h2 strong {
  color: #ffffff;
}
.theme-dos .introBar p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
}
.theme-dos .introBar p strong {
  color: #ffffff !important;
}
.introBar .container {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .introBar .container {
    flex-direction: column;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .introBar .container {
    gap: 5vw;
  }
}
@media (min-width: 1101px) {
  .introBar .container {
    gap: 8em;
  }
}
@media (max-width: 748px) {
  .introBar .container .block {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .introBar .container .block.description {
    font-size: 1.2em;
    max-width: 40ch;
  }
  .theme-dos .introBar .container .block.description {
    margin-bottom: 0.25em;
  }
  .theme-eyye .introBar .container .block.description {
    margin-bottom: 0.5em;
  }
}
.introBar .container .block h2 {
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 748px) {
  .introBar .container .block h2 {
    margin-bottom: 0.5em;
  }
}
.introBar .container .block p {
  margin: 0;
}

@media (min-width: 749px) and (max-width: 1100px) {
  .linkBlock {
    padding: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .linkBlock {
    padding: 2em;
  }
}
.linkBlock .block {
  border-radius: 0.2em;
}
@media (max-width: 748px) {
  .linkBlock .block {
    padding: 20vw 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .linkBlock .block {
    padding: 10vw 5vw;
  }
}
@media (min-width: 1101px) {
  .linkBlock .block {
    padding: 8em 4em;
  }
}
.theme-dos .linkBlock .block {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .linkBlock .block {
  background-color: rgba(0, 0, 0, 0.03);
}
.linkBlock .block nav {
  line-height: 1;
}
.linkBlock .block nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
}
@media (max-width: 748px) {
  .linkBlock .block nav ul {
    gap: 0 1.5em;
  }
}
@media (min-width: 749px) {
  .linkBlock .block nav ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5em 2em;
  }
}
.linkBlock .block nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: currentColor;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .linkBlock .block nav ul li a {
    font-size: 1.25em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .linkBlock .block nav ul li a {
    font-size: 1.5em;
  }
}
@media (min-width: 961px) {
  .linkBlock .block nav ul li a {
    font-size: 1.5em;
  }
}
.linkBlock .block nav ul li a .text {
  position: relative;
  display: block;
  padding: 0.3em 0;
  transition: all 0.15s ease-in-out 0s;
}
.linkBlock .block nav ul li a .text:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 0.05em;
  width: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scaleX(0);
  background-color: currentColor;
  content: "";
  transition: all 0.15s ease-in-out 0s;
}
.linkBlock .block nav ul li a:hover {
  opacity: 1;
}
.linkBlock .block nav ul li a:hover .text:after {
  transform: translate(-50%, -50%) scaleX(1);
}

.formBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

.googleMapsBlock {
  position: relative;
}
.googleMapsBlock .googleMapsSearch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 749px) and (max-width: 1100px) {
  .googleMapsBlock .googleMapsSearch .container {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .googleMapsBlock .googleMapsSearch .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.googleMapsBlock .googleMapsSearch .container .form {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 748px) {
  .googleMapsBlock .googleMapsSearch .container .form {
    padding-top: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .googleMapsBlock .googleMapsSearch .container .form {
    padding-top: 2.5vw;
    max-width: 25em;
  }
}
@media (min-width: 1101px) {
  .googleMapsBlock .googleMapsSearch .container .form {
    padding-top: 2em;
    max-width: 25em;
  }
}
.googleMapsBlock .googleMapsSearch .container .form .singleLineForm .formfield {
  flex-grow: 1;
  pointer-events: auto;
}
.googleMapsBlock .googleMapsSearch .container .form .singleLineForm .formfield input {
  background: #ffffff;
  padding-left: 2.25em;
}
@media (max-width: 748px) {
  .googleMapsBlock .googleMapsSearch .container .form .singleLineForm .formfield input {
    font-size: 16px;
    width: 100%;
  }
}
@media (min-width: 749px) {
  .googleMapsBlock .googleMapsSearch .container .form .singleLineForm .formfield input {
    font-size: 0.95em;
  }
}
.googleMapsBlock .googleMapsSearch .container .form .singleLineForm .formfield svg {
  width: 1.1em;
  height: 1.1em;
  opacity: 0.4;
}
.googleMapsBlock .googleMapsSearch .container .form .button {
  align-items: center;
  pointer-events: auto;
}
@media (max-width: 748px) {
  .googleMapsBlock .googleMapsSearch .container .form .button {
    padding: 0.65em;
  }
}
@media (min-width: 749px) {
  .googleMapsBlock .googleMapsSearch .container .form .button {
    padding-top: 0.8em;
    padding-bottom: 0.9em;
  }
}
.googleMapsBlock .googleMapsSearch .container .form .button span {
  font-size: 0.8em !important;
}
@media (max-width: 748px) {
  .googleMapsBlock .googleMapsSearch .container .form .button span {
    display: none;
  }
}
@media (max-width: 748px) {
  .googleMapsBlock .googleMapsSearch .container .form .button svg {
    margin: 0;
  }
}
.googleMapsBlock .map {
  height: 80vh;
  max-height: 70rem;
  width: 100%;
  background: rgb(229.5, 229.5, 229.5);
}
@media (min-width: 749px) {
  .googleMapsBlock .map {
    border-radius: 0.2em;
  }
}
.googleMapsBlock .map *:focus {
  outline: 0;
}
.googleMapsBlock .map .gm-style-iw {
  max-width: 14em !important;
  max-height: none !important;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 0.2em;
  padding: 0 !important;
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1.3;
  box-shadow: 0 1em 5em rgba(0, 0, 0, 0.4);
}
.googleMapsBlock .map .gm-style-iw > div {
  width: 100%;
  overflow: auto !important;
  font-size: 1em !important;
}
.googleMapsBlock .map .gm-style-iw .infoWindow {
  padding: 1.5em;
  width: 100%;
}
.googleMapsBlock .map .gm-style-iw .infoWindow h3 {
  padding-right: 1.5em;
  line-height: 1.1;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.googleMapsBlock .map .gm-style-iw .infoWindow p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.85em;
}
.googleMapsBlock .map .gm-style-iw .infoWindow p a[href^="tel:"]:hover {
  text-decoration: underline;
}
.googleMapsBlock .map .gm-style-iw .infoWindow .flowInline {
  margin-top: auto;
}
.googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  padding: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 50%;
  background: rgb(229.5, 229.5, 229.5) !important;
  transition: all 0.15s ease-in-out 0s;
}
.googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect span {
  display: flex;
  background: none;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}
.googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect span:before, .googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000000;
  width: 50%;
  height: 0.075em;
  content: "";
}
.googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.googleMapsBlock .map .gm-style-iw button.gm-ui-hover-effect span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pac-container {
  padding: 0 !important;
  font-family: "InterDQG", sans-serif !important;
  font-size: 1rem !important;
}
.pac-container .pac-item {
  font-size: 1em !important;
  padding: 0.25em 1em !important;
}
.pac-container .pac-item .pac-icon {
  display: none;
}
.pac-container .pac-item .pac-item-query {
  font-size: 0.9em !important;
}
.pac-container .pac-item > span:last-child {
  font-size: 0.75em !important;
  opacity: 0.5;
}
.pac-container:after {
  display: none !important;
}

.hero.default {
  margin-bottom: 0.625em;
}
.hero.default.is-left .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0 !important;
}
.hero.default.is-inspiration .innerSection {
  position: relative;
  width: 100%;
  padding-top: 2.5em;
}
.hero.default.is-inspiration .innerSection .preTitle {
  font-size: 1.75em !important;
}
.theme-dos .hero.default.is-inspiration .innerSection .preTitle {
  margin-bottom: 0 !important;
}
.theme-eyye .hero.default.is-inspiration .innerSection .preTitle {
  margin-top: 0.25em !important;
  margin-bottom: 0.2em !important;
}
.hero.default.is-inspiration .innerSection .label {
  margin-top: -1em;
}
.hero.default.has-noBackground .innerSection {
  position: relative;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
}
@media (max-width: 1100px) {
  .theme-eyye .hero.default.has-backgroundColor {
    padding-inline: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.default.has-backgroundColor {
    padding-inline: 2em;
  }
}
.hero.default.has-backgroundColor .innerSection {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 3.75em;
  padding-bottom: 4.375em;
}
.theme-dos .hero.default.has-backgroundColor .innerSection {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .hero.default.has-backgroundColor .innerSection {
  background-color: rgba(0, 0, 0, 0.03);
}
.hero.default.has-backgroundColor .innerSection input {
  background: #ffffff;
}
.hero.default.has-backgroundColor .innerSection h1:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .theme-eyye .hero.default.has-backgroundImage {
    padding-inline: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.default.has-backgroundImage {
    padding-inline: 2em;
  }
}
.hero.default.has-backgroundImage .innerSection {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  max-height: 30em;
  min-height: 23em;
  width: 100%;
  padding-bottom: 0 !important;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 748px) {
  .hero.default.has-backgroundImage .innerSection {
    text-align: center;
  }
  .hero.default.has-backgroundImage .innerSection h1:after, .hero.default.has-backgroundImage .innerSection .h1:after, .hero.default.has-backgroundImage .innerSection h2:after, .hero.default.has-backgroundImage .innerSection .h2:after, .hero.default.has-backgroundImage .innerSection h4:after, .hero.default.has-backgroundImage .innerSection .h4:after, .hero.default.has-backgroundImage .innerSection h5:after, .hero.default.has-backgroundImage .innerSection .h5:after, .hero.default.has-backgroundImage .innerSection h6:after, .hero.default.has-backgroundImage .innerSection .h6:after {
    left: 50% !important;
  }
  .hero.default.has-backgroundImage .innerSection .breadcrumb ol {
    justify-content: center;
  }
  .hero.default.has-backgroundImage .innerSection ol:not(.breadcrumbItems) {
    margin-left: auto;
    margin-right: auto;
    list-style-position: inside;
  }
  .hero.default.has-backgroundImage .innerSection ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero.default.has-backgroundImage .innerSection table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
  }
  .hero.default.has-backgroundImage .innerSection .flowInline {
    justify-content: center;
  }
  .hero.default.has-backgroundImage .innerSection .flowInline > * {
    margin: 0 0.25em 0.5em;
  }
}
.theme-dos .hero.default.has-backgroundImage .innerSection {
  background: #1A1921;
}
.theme-eyye .hero.default.has-backgroundImage .innerSection {
  border-radius: 0.2em;
  overflow: hidden !important;
}
.hero.default.has-backgroundImage .innerSection .textBlock {
  color: #ffffff;
}
.hero.default.has-backgroundImage .innerSection .textBlock .preTitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.default.has-backgroundImage .innerSection .textBlock p, .hero.default.has-backgroundImage .innerSection .textBlock ol, .hero.default.has-backgroundImage .innerSection .textBlock ul, .hero.default.has-backgroundImage .innerSection .textBlock table {
  color: rgba(255, 255, 255, 0.7);
}
.hero.default.has-backgroundImage .innerSection .textBlock p strong, .hero.default.has-backgroundImage .innerSection .textBlock ol strong, .hero.default.has-backgroundImage .innerSection .textBlock ul strong, .hero.default.has-backgroundImage .innerSection .textBlock table strong {
  color: rgba(255, 255, 255, 0.9);
}
.hero.default.has-backgroundImage .innerSection .textBlock a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}
.hero.default.has-backgroundImage .innerSection .textBlock a:not(.button):hover {
  color: rgba(255, 255, 255, 0.9);
}
.hero.default.has-backgroundImage .innerSection .mediaBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.theme-eyye .hero.default.has-backgroundImage .innerSection .mediaBlock {
  background: #000000;
}
.hero.default.has-backgroundImage .innerSection .mediaBlock .container {
  max-width: none;
  padding: 0;
  height: 100%;
  opacity: 0.4;
}
.hero.default.has-backgroundImage .innerSection .mediaBlock figure {
  height: 100%;
  width: 100%;
}
.hero.default.has-backgroundImage .innerSection .mediaBlock figure .media {
  height: 100%;
  border-radius: 0;
}
.hero.default.has-backgroundImage .innerSection .mediaBlock figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero.default.has-backgroundImage .innerSection .textBlock {
  position: relative;
  z-index: 2;
}
.hero.highlight {
  position: relative;
}
.hero.highlight[data-type=none] .is-image {
  display: none !important;
}
.hero.highlight[data-type=none] .is-slideshow {
  display: none !important;
}
.hero.highlight[data-type=none] .is-video {
  display: none !important;
}
@media (max-width: 748px) {
  .hero.highlight[data-type=image] .mediaBlock {
    order: 2;
    height: 100%;
  }
}
.theme-dos .hero.highlight[data-type=image] .mediaBlock {
  background: #1A1921;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-dos .hero.highlight[data-type=image] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-dos .hero.highlight[data-type=image] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight) - 6vw);
  }
}
@media (min-width: 1101px) {
  .theme-dos .hero.highlight[data-type=image] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight));
  }
}
.theme-eyye .hero.highlight[data-type=image] .mediaBlock {
  border-radius: 0.2em;
  overflow: hidden !important;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .hero.highlight[data-type=image] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .hero.highlight[data-type=image] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.highlight[data-type=image] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2em);
  }
}
.hero.highlight[data-type=image] .is-slideshow {
  display: none !important;
}
.hero.highlight[data-type=image] .is-video {
  display: none !important;
}
.hero.highlight[data-type=slideshow] .mediaBlock {
  position: static;
  width: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .hero.highlight[data-type=slideshow] .mediaBlock {
    order: 2;
    height: 100%;
  }
}
.theme-dos .hero.highlight[data-type=slideshow] .mediaBlock {
  background: #1A1921;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-dos .hero.highlight[data-type=slideshow] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-dos .hero.highlight[data-type=slideshow] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight) - 6vw);
  }
}
@media (min-width: 1101px) {
  .theme-dos .hero.highlight[data-type=slideshow] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight));
  }
}
.theme-eyye .hero.highlight[data-type=slideshow] .mediaBlock {
  border-radius: 0.2em;
  overflow: hidden !important;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .hero.highlight[data-type=slideshow] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .hero.highlight[data-type=slideshow] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.highlight[data-type=slideshow] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2em);
  }
}
.hero.highlight[data-type=slideshow] .is-image {
  display: none !important;
}
.hero.highlight[data-type=slideshow] .is-video {
  display: none !important;
}
.hero.highlight[data-type=video] .mediaBlock {
  position: static;
  width: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .hero.highlight[data-type=video] .mediaBlock {
    order: 2;
    height: calc(100vh - var(--headerHeight) - 5em);
  }
}
.theme-dos .hero.highlight[data-type=video] .mediaBlock {
  background: #1A1921;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-dos .hero.highlight[data-type=video] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-dos .hero.highlight[data-type=video] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight) - 6vw);
  }
}
@media (min-width: 1101px) {
  .theme-dos .hero.highlight[data-type=video] .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight));
  }
}
.theme-eyye .hero.highlight[data-type=video] .mediaBlock {
  border-radius: 0.2em;
  overflow: hidden !important;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .hero.highlight[data-type=video] .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .hero.highlight[data-type=video] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.highlight[data-type=video] .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2em);
  }
}
.hero.highlight[data-type=video] .is-image {
  display: none !important;
}
.hero.highlight[data-type=video] .is-slideshow {
  display: none !important;
}
.hero.highlight[data-style=dark] {
  color: #ffffff;
}
.hero.highlight[data-style=dark] .gradientOverlay:before {
  background-image: linear-gradient(to right bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.theme-dos .hero.highlight[data-style=light] {
  color: #24232E;
}
.theme-eyye .hero.highlight[data-style=light] {
  color: #000000;
}
.hero.highlight[data-style=light] .gradientOverlay:before {
  background-image: linear-gradient(to right bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.738) 19%, hsla(0, 0%, 100%, 0.541) 34%, hsla(0, 0%, 100%, 0.382) 47%, hsla(0, 0%, 100%, 0.278) 56.5%, hsla(0, 0%, 100%, 0.194) 65%, hsla(0, 0%, 100%, 0.126) 73%, hsla(0, 0%, 100%, 0.075) 80.2%, hsla(0, 0%, 100%, 0.042) 86.1%, hsla(0, 0%, 100%, 0.021) 91%, hsla(0, 0%, 100%, 0.008) 95.2%, hsla(0, 0%, 100%, 0.002) 98.2%, hsla(0, 0%, 100%, 0) 100%);
}
.hero.highlight[data-breadcrumb=false] .breadcrumb {
  display: none;
}
.theme-eyye .hero.highlight header.header {
  border: 0;
}
.hero.highlight .innerSection {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .theme-eyye .hero.highlight .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .hero.highlight .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .hero.highlight .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.highlight .innerSection {
    margin-inline: 2em;
  }
}
.hero.highlight .innerSection .textBlock {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 960px) {
  .hero.highlight .innerSection .textBlock {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 961px) {
  .hero.highlight .innerSection .textBlock {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    height: 50vh;
    margin-top: -50vh;
  }
}
.theme-eyye .hero.highlight .innerSection .textBlock {
  border-radius: 0.2em;
  overflow: hidden !important;
}
.hero.highlight .innerSection .textBlock .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media (max-width: 748px) {
  .hero.highlight .innerSection .textBlock .container {
    padding-top: 1.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero.highlight .innerSection .textBlock .container {
    padding-top: 3em;
  }
}
@media (min-width: 961px) {
  .hero.highlight .innerSection .textBlock .container {
    padding-top: 7em;
  }
}
.hero.highlight .innerSection .textBlock .container .block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: auto;
  width: 100%;
}
@media (max-width: 748px) {
  .hero.highlight .innerSection .textBlock .container .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
.hero.highlight .innerSection .textBlock .container .block .breadcrumb {
  width: 100%;
  color: currentColor;
}
.theme-dos .hero.highlight .innerSection .textBlock .container .block .breadcrumb {
  margin-bottom: 0;
}
.theme-eyye .hero.highlight .innerSection .textBlock .container .block .breadcrumb {
  margin-bottom: 0.5em;
}
.hero.highlight .innerSection .textBlock .container .block:has(.label:empty) .label {
  display: none;
}
.hero.highlight .innerSection .textBlock .container .block .labelContainer {
  display: flex;
  width: 100%;
}
.hero.highlight .innerSection .textBlock .container .block .labelContainer .label {
  position: relative;
}
@media (max-width: 748px) {
  .hero.highlight .innerSection .textBlock .container .block .labelContainer .label {
    font-size: 0.7em !important;
  }
}
.hero.highlight .innerSection .textBlock .container .block .preTitleBlock {
  width: 100%;
}
.hero.highlight .innerSection .textBlock .container .block .preTitleBlock .preTitle {
  opacity: 0.7;
}
.hero.highlight .innerSection .textBlock .container .block .preTitleBlock .preTitle:empty {
  display: none;
}
.hero.highlight .innerSection .textBlock .container .block h1 {
  max-width: 20ch;
  margin-bottom: 0;
}
@media (max-width: 748px) {
  .hero.highlight .innerSection .textBlock .container .block .button.only-mobile {
    margin-left: auto;
    margin-top: -1em;
    margin-right: -0.5em;
  }
}
@media (min-width: 749px) {
  .hero.highlight .innerSection .textBlock .container .block .button.only-mobile {
    display: none;
  }
}
.hero.highlight .innerSection .textBlock .container .block h1, .hero.highlight .innerSection .textBlock .container .block h2, .hero.highlight .innerSection .textBlock .container .block h3, .hero.highlight .innerSection .textBlock .container .block h4 {
  color: currentColor;
  width: 100%;
}
@media (max-width: 748px) {
  .hero.highlight .innerSection .textBlock .container .block h1, .hero.highlight .innerSection .textBlock .container .block h2, .hero.highlight .innerSection .textBlock .container .block h3, .hero.highlight .innerSection .textBlock .container .block h4 {
    width: 100% !important;
  }
}
.hero.highlight .innerSection .textBlock .container .block h1:after, .hero.highlight .innerSection .textBlock .container .block h2:after, .hero.highlight .innerSection .textBlock .container .block h3:after, .hero.highlight .innerSection .textBlock .container .block h4:after {
  color: #D7BC93;
  opacity: 1;
}
@media (max-width: 748px) {
  .theme-dos .hero.highlight .innerSection .textBlock .container .block h1, .theme-dos .hero.highlight .innerSection .textBlock .container .block h2, .theme-dos .hero.highlight .innerSection .textBlock .container .block h3, .theme-dos .hero.highlight .innerSection .textBlock .container .block h4 {
    margin: 0;
  }
}
.hero.highlight .innerSection .textBlock .container .block p {
  color: currentColor;
  font-weight: 600;
}
.hero.highlight .innerSection .textBlock .container .gradientOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(#000000, transparent);
}
.hero.highlight .innerSection .textBlock .container .gradientOverlay:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  content: "";
}
.hero.highlight .infoPopinBlock {
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  top: 0;
  height: 100vh;
  margin-top: -100vh;
}
.hero.highlight .infoPopinBlock .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-left: 0 !important;
  max-width: none;
}
@media (max-width: 748px) {
  .hero.highlight .infoPopinBlock .container {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (min-width: 749px) {
  .hero.highlight .infoPopinBlock .container {
    padding-bottom: 1em;
    padding-right: 1em;
  }
}
.hero.highlight .infoPopinBlock .container .infoPopin {
  position: relative;
}
.hero.highlight .mediaBlock {
  position: static;
  width: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .hero.highlight .mediaBlock {
    order: 2;
    height: 100%;
  }
}
@media (max-width: 748px) {
  .hero.highlight .mediaBlock {
    order: 2;
    height: calc(100vh - var(--headerHeight) - 5em);
  }
}
.theme-dos .hero.highlight .mediaBlock {
  background: #1A1921;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-dos .hero.highlight .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-dos .hero.highlight .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight) - 6vw);
  }
}
@media (min-width: 1101px) {
  .theme-dos .hero.highlight .mediaBlock {
    min-height: 40em;
    height: calc(100vh - var(--headerHeight));
  }
}
.theme-eyye .hero.highlight .mediaBlock {
  border-radius: 0.2em;
  overflow: hidden !important;
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-eyye .hero.highlight .mediaBlock {
    height: 70vh;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-eyye .hero.highlight .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2.5vw);
  }
}
@media (min-width: 1101px) {
  .theme-eyye .hero.highlight .mediaBlock {
    height: calc(100vh - var(--headerHeight) - 2em);
  }
}
.hero.highlight .mediaBlock .container {
  max-width: none;
  padding: 0;
  height: 100%;
}
.hero.highlight .mediaBlock .splide,
.hero.highlight .mediaBlock .splide__track,
.hero.highlight .mediaBlock .splide__list {
  height: 100%;
  width: 100%;
}
.hero.highlight .mediaBlock figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero.highlight .mediaBlock figure .media {
  height: 100%;
}
@media (max-width: 748px) {
  .hero.highlight .mediaBlock figure .media[data-scroll=parallaxVert] {
    transform: none;
  }
}
.hero.highlight .mediaBlock figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left 75%;
     object-position: left 75%;
}
.hero.highlight .mediaBlock figure .media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.subsites {
  position: relative;
}
@media (max-width: 960px) {
  .hero.subsites:has(.is-video) .textBlock {
    position: relative !important;
  }
}
.hero.subsites .innerSection {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .theme-subsites .hero.subsites .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .theme-subsites .hero.subsites .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .theme-subsites .hero.subsites .innerSection {
    margin-inline: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .theme-subsites .hero.subsites .innerSection {
    margin-inline: 2em;
  }
}
.hero.subsites .innerSection .textBlock {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 960px) {
  .hero.subsites .innerSection .textBlock {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 961px) {
  .hero.subsites .innerSection .textBlock {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
  }
}
.hero.subsites .innerSection .textBlock:last-child {
  margin-bottom: 0 !important;
}
.hero.subsites .innerSection .textBlock .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media (max-width: 1100px) {
  .hero.subsites .innerSection .textBlock .container {
    padding-bottom: 5vw;
  }
}
@media (min-width: 1101px) {
  .hero.subsites .innerSection .textBlock .container {
    padding-bottom: 4em;
  }
}
.hero.subsites .innerSection .textBlock .container .block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  pointer-events: auto;
}
@media (max-width: 748px) {
  .hero.subsites .innerSection .textBlock .container .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
.hero.subsites .innerSection .textBlock .container .block .preTitleBlock {
  width: 100%;
}
.hero.subsites .innerSection .textBlock .container .block .preTitleBlock .preTitle {
  opacity: 0.75;
}
.hero.subsites .innerSection .textBlock .container .block .preTitleBlock .preTitle:empty {
  display: none;
}
.hero.subsites .innerSection .textBlock .container .block h1 {
  max-width: 20ch;
  margin-bottom: 0;
}
.hero.subsites .innerSection .textBlock .container .block h1, .hero.subsites .innerSection .textBlock .container .block h2, .hero.subsites .innerSection .textBlock .container .block h3, .hero.subsites .innerSection .textBlock .container .block h4 {
  color: currentColor;
  width: 100%;
}
@media (max-width: 748px) {
  .hero.subsites .innerSection .textBlock .container .block h1, .hero.subsites .innerSection .textBlock .container .block h2, .hero.subsites .innerSection .textBlock .container .block h3, .hero.subsites .innerSection .textBlock .container .block h4 {
    width: 100% !important;
  }
}
.hero.subsites .innerSection .textBlock .container .block p {
  color: currentColor;
  font-weight: 600;
}
.hero.subsites .innerSection .textBlock .container .gradientOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero.subsites .innerSection .textBlock .container .gradientOverlay:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  content: "";
}
.hero.subsites .mediaBlock {
  position: static;
  width: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .hero.subsites .mediaBlock {
    order: 2;
    height: 100%;
  }
}
.hero.subsites .mediaBlock .container {
  max-width: none;
  padding: 0;
  height: 100%;
}
.hero.subsites .mediaBlock.is-image figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero.subsites .mediaBlock.is-image figure .media {
  height: 100%;
}
.hero.subsites .mediaBlock.is-video figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero.subsites .mediaBlock.is-video figure .media {
  height: 100%;
}

#materialsOverview {
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}
#materialsOverview.is-shown {
  opacity: 1;
}
#materialsOverview:has(.tab.is-popular .tabTrigger:checked) .dropdownBar {
  display: none;
}
#materialsOverview:has(.tab.is-popular .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-popular=true] {
  display: flex;
}
#materialsOverview:has(.tab.is-popular .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-popular=false] {
  display: none;
}
#materialsOverview:has(.tab.is-fabric .tabTrigger:checked) .dropdown.is-leather-kind,
#materialsOverview:has(.tab.is-fabric .tabTrigger:checked) .dropdown.is-leather-color {
  display: none;
}
#materialsOverview:has(.tab.is-fabric .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-type=fabric] {
  display: flex;
}
#materialsOverview:has(.tab.is-fabric .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-type=leather] {
  display: none;
}
#materialsOverview:has(.tab.is-leather .tabTrigger:checked) .dropdown.is-fabric-kind,
#materialsOverview:has(.tab.is-leather .tabTrigger:checked) .dropdown.is-fabric-color {
  display: none;
}
#materialsOverview:has(.tab.is-leather .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-type=fabric] {
  display: none;
}
#materialsOverview:has(.tab.is-leather .tabTrigger:checked) #materials .materialCard:not(.not-available)[data-material-type=leather] {
  display: flex;
}
#materialsOverview .filterBar .dropdownBar .is-fabric-kind .dropdownItem,
#materialsOverview .filterBar .dropdownBar .is-leather-kind .dropdownItem {
  display: none;
}
#materialsOverview .filterBar .dropdownBar .is-fabric-kind .dropdownItem[data-material-kind=all],
#materialsOverview .filterBar .dropdownBar .is-leather-kind .dropdownItem[data-material-kind=all] {
  display: flex !important;
}
#materialsOverview .filterBar .dropdownBar .is-fabric-kind .dropdownItem.is-active,
#materialsOverview .filterBar .dropdownBar .is-leather-kind .dropdownItem.is-active {
  font-weight: 700;
}
#materialsOverview .filterBar .dropdownBar .is-fabric-kind .dropdownItem.is-available,
#materialsOverview .filterBar .dropdownBar .is-leather-kind .dropdownItem.is-available {
  display: flex;
}

.backButton {
  margin-top: 2.5em;
  margin-bottom: 0.5em;
}
@media print {
  .backButton {
    display: none;
  }
}
.backButton[data-print], [data-print] .backButton {
  display: none;
}

.materialDetailPage {
  display: flex;
  justify-content: center;
}

.materials {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .materials {
    gap: 0.5em;
  }
}
@media (min-width: 749px) {
  .materials {
    gap: 1em;
  }
}
.materials.is-numeralCards {
  position: relative;
  width: 100%;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.materials.is-numeralCards .title {
  opacity: 0;
}
@media (max-width: 748px) {
  .materials[data-columns=mini] .materialCard {
    width: 2.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .materials[data-columns=mini] .materialCard {
    width: 3em;
  }
}
@media (min-width: 961px) {
  .materials[data-columns=mini] .materialCard {
    width: 3em;
  }
}
@media (max-width: 748px) {
  .materials[data-columns="4"] .materialCard {
    width: calc(33.3333333333% - 0.5em / 3 * 2);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .materials[data-columns="4"] .materialCard {
    width: calc(25% - 1em / 4 * 3);
  }
}
@media (min-width: 961px) {
  .materials[data-columns="4"] .materialCard {
    width: calc(25% - 1em / 4 * 3);
  }
}
@media (max-width: 748px) {
  .materials[data-columns="6"] .materialCard {
    width: calc(33.3333333333% - 0.5em / 3 * 2);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .materials[data-columns="6"] .materialCard {
    width: calc(25% - 1em / 4 * 3);
  }
}
@media (min-width: 961px) {
  .materials[data-columns="6"] .materialCard {
    width: calc(16.6666666667% - 1em / 6 * 5);
  }
}

.materialDetail {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  max-width: 1024px;
}
@media (max-width: 748px) {
  .materialDetail {
    flex-direction: column;
    width: 100%;
    padding: 1em;
    padding-top: 0.75em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .materialDetail {
    flex-direction: column;
    padding: 1em;
    width: 60vw;
  }
}
@media (min-width: 961px) {
  .materialDetail {
    flex-direction: row;
    padding: 1em 0 1em 1em;
  }
}
@media print {
  .materialDetail {
    padding: 0;
  }
}
.materialDetail[data-print], [data-print] .materialDetail {
  padding: 0;
}
.materialDetailPage .materialDetail {
  background: transparent;
}
.materialDetail .header {
  width: 100%;
}
@media (min-width: 749px) and (max-width: 960px) {
  .materialDetail .header.top {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 961px) {
  .materialDetail .header.top {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .materialDetail .header.right {
    display: none !important;
  }
}
.materialDetail .header .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 2em);
  font-weight: 600;
}
@media (max-width: 748px) {
  .materialDetail .header .title {
    font-size: 1.1em;
  }
}
@media (min-width: 749px) {
  .materialDetail .header .title {
    font-size: 1.3em;
  }
}
.materialDetail .header .title a {
  display: flex;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-bottom: -0.1em;
  opacity: 0.3;
  transition: all 0.15s ease-in-out 0s;
}
.materialDetail .header .title a:hover {
  opacity: 1;
}
.materialDetailPage .materialDetail .header .title a {
  display: none;
}
.materialDetail .header .title svg {
  width: 100%;
  height: 100%;
}
.materialDetail .header .closeButton {
  position: absolute;
  top: -0.6em;
  font-size: 1.1em;
}
@media (max-width: 748px) {
  .materialDetail .header .closeButton {
    right: -1em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .materialDetail .header .closeButton {
    right: -1em;
  }
}
@media (min-width: 961px) {
  .materialDetail .header .closeButton {
    right: 0.5em;
  }
}
.materialDetailPage .materialDetail .header .closeButton {
  display: none;
}
@media (max-width: 960px) {
  .materialDetail .materialCard {
    width: 100%;
    margin-top: -0.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 961px) {
  .materialDetail .materialCard {
    width: 50%;
  }
}
.materialDetail .materialCard .image {
  height: 100%;
  width: 100%;
}
@media (max-width: 960px) {
  .materialDetail .materialCard .image {
    aspect-ratio: 2/1;
    margin-inline: -0.5em;
    width: auto;
  }
}
.materialDetail .materialCard .image figure {
  height: 100%;
  width: 100%;
}
.materialDetail .materialCard .image figure .media {
  height: 100%;
  width: 100%;
}
.materialDetail .materialCard .image figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 748px) {
  .materialDetail .materialCard .image figure .media .likeButton {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 961px) {
  .materialDetail .materialCard .image figure .media .likeButton {
    font-size: 1.3em;
  }
}
@media print {
  .materialDetail .materialCard .image figure .media .likeButton {
    display: none;
  }
}
.materialDetail .materialCard .image figure .media .likeButton[data-print], [data-print] .materialDetail .materialCard .image figure .media .likeButton {
  display: none;
}
.materialDetail .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 960px) {
  .materialDetail .content {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .materialDetail .content {
    width: 50%;
    padding-left: 2em;
  }
}
.materialDetail .content .description {
  width: 100%;
  margin-bottom: 0.5em;
}
@media (min-width: 961px) {
  .materialDetail .content .description {
    padding-right: 2em;
  }
}
.materialDetail .content .description p {
  font-size: 0.9em;
  line-height: 1.4;
}
@media (max-width: 748px) {
  .materialDetail .content .description p {
    font-size: 0.8em;
  }
}
.materialDetail .content .summary {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.2em;
  padding: 1em;
  margin-bottom: 1em;
  vertical-align: top;
  text-align: left;
  width: 100%;
  border: 0;
  margin-bottom: auto;
}
@media (min-width: 961px) {
  .materialDetail .content .summary {
    margin-left: -1em;
  }
}
.materialDetail .content .summary td {
  vertical-align: top;
  line-height: 1.2;
  padding: 0.1em;
}
@media (max-width: 748px) {
  .materialDetail .content .summary td {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .materialDetail .content .summary td {
    font-size: 0.9em;
  }
}
.materialDetail .content .summary td:first-child {
  opacity: 0.5;
  padding-right: 1em;
}
.materialDetail .content .summary td:last-child {
  font-weight: 500;
}
.materialDetail .content .summary td small {
  display: block;
  margin-top: 0.5em;
  opacity: 0.5;
}
.materialDetail .content .flowInline {
  margin-top: 1em;
}
@media (min-width: 961px) {
  .materialDetail .content .flowInline {
    margin-inline: -1em;
  }
}
@media print {
  .materialDetail .content .flowInline {
    display: none;
  }
}
.materialDetail .content .flowInline[data-print], [data-print] .materialDetail .content .flowInline {
  display: none;
}
.materialDetail .content .flowInline .button {
  justify-content: center;
  margin: 0;
}

.materialCard {
  display: none;
  flex-direction: column;
  width: 100%;
}
.materialCard.is-available {
  display: flex;
}
.materialCard.is-shown {
  display: flex;
}
.materialCard.is-hidden {
  display: none !important;
}
.materialCard.not-available {
  display: none !important;
}
.materialCard.is-numeral {
  display: block !important;
}
.materialCard.is-numeral .numeral {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.2em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.materialCard.is-numeral .numeral span {
  opacity: 0.1;
  font-size: 2em;
  font-weight: 700;
}
.materialCard .image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.2em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.materialCard .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
}
.materialCard .image .likeButton,
.materialCard .image .removeButton,
.materialCard .image .orderButton {
  position: absolute;
  z-index: 4;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 748px) {
  .materialCard .image .likeButton,
  .materialCard .image .removeButton,
  .materialCard .image .orderButton {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .materialCard .image .likeButton,
  .materialCard .image .removeButton,
  .materialCard .image .orderButton {
    font-size: 1em;
  }
}
.materialCard .image .likeButton svg,
.materialCard .image .removeButton svg,
.materialCard .image .orderButton svg {
  transition: all 0.15s ease-in-out 0s;
}
.materialCard .image .likeButton svg.icon-solid-heart,
.materialCard .image .removeButton svg.icon-solid-heart,
.materialCard .image .orderButton svg.icon-solid-heart {
  opacity: 0.2;
}
.materialCard .image .likeButton svg.icon-heart,
.materialCard .image .removeButton svg.icon-heart,
.materialCard .image .orderButton svg.icon-heart {
  position: absolute;
}
.materialCard .image .likeButton svg.check,
.materialCard .image .removeButton svg.check,
.materialCard .image .orderButton svg.check {
  position: absolute;
}
.materialCard .image .likeButton:hover svg.icon-solid-heart,
.materialCard .image .removeButton:hover svg.icon-solid-heart,
.materialCard .image .orderButton:hover svg.icon-solid-heart {
  color: rgba(255, 255, 255, 0.5);
}
.materialCard .image .likeButton:hover svg.icon-heart,
.materialCard .image .removeButton:hover svg.icon-heart,
.materialCard .image .orderButton:hover svg.icon-heart {
  color: white;
}
.materialCard .image .likeButton:hover svg.icon-solid-bin-x,
.materialCard .image .removeButton:hover svg.icon-solid-bin-x,
.materialCard .image .orderButton:hover svg.icon-solid-bin-x {
  color: white;
}
.materialCard .image .likeButton:hover svg.icon-basket,
.materialCard .image .removeButton:hover svg.icon-basket,
.materialCard .image .orderButton:hover svg.icon-basket {
  color: white;
}
.materialCard .image .likeButton:active svg,
.materialCard .image .removeButton:active svg,
.materialCard .image .orderButton:active svg {
  transform: scale(1.2);
}
.materialCard .image .likeButton {
  right: 0;
  bottom: 0;
  padding: 0.5em;
}
.materialCard .image .likeButton.is-liked .icon-solid-heart {
  opacity: 1 !important;
  color: #ffffff !important;
}
.materialCard .image .likeButton.is-liked .icon-heart {
  position: absolute;
  color: #ffffff;
}
.materialCard .image .likeButton svg {
  width: 1.75em;
  height: 1.75em;
}
.materialCard .image .likeButton svg.icon-solid-heart {
  opacity: 0.2;
}
.materialCard .image .likeButton svg.icon-heart {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
}
.materialCard .image .orderButton {
  display: none;
  right: 0;
  top: 0;
  padding: 0.5em;
}
.materialCard .image .orderButton.is-confirmed {
  pointer-events: none;
}
.materialCard .image .orderButton.is-confirmed .icon-check {
  opacity: 1 !important;
  color: #ffffff !important;
}
.materialCard .image .orderButton.is-confirmed .icon-basket {
  position: absolute;
  color: #ffffff;
  opacity: 0 !important;
}
.materialCard .image .orderButton svg {
  width: 1.5em;
  height: 1.5em;
}
.materialCard .image .orderButton svg.icon-check {
  opacity: 0;
}
.materialCard .image .orderButton svg.icon-basket {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
}
.materialCard .image .removeButton {
  display: none;
  right: 0;
  top: 0;
  padding: 0.5em;
}
.materialCard .image .removeButton svg {
  width: 1.5em;
  height: 1.5em;
}
.materialCard .image .removeButton svg.icon-solid-bin-x {
  color: rgba(255, 255, 255, 0.7);
}
.materialCard .title {
  opacity: 0.4;
  padding-top: 0.25em;
  padding-right: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .materialCard .title {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  .materialCard .title {
    font-size: 0.95em;
  }
}
.materialCard .title span {
  font-weight: 500;
}

@media print {
  .materialMiniCart {
    display: none;
  }
}
.materialMiniCart[data-print], [data-print] .materialMiniCart {
  display: none;
}
.materialMiniCart .miniCart {
  position: fixed;
  z-index: 110;
  display: flex;
  background: #000000;
  color: #ffffff;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 960px) {
  .materialMiniCart .miniCart {
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    gap: 2em;
    width: 100%;
    padding: 0.75em 5vw;
    transform: translate(0, 110%);
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .materialMiniCart .miniCart {
    right: 0;
    top: 50vh;
    flex-direction: column;
    transform: translate(0, -50%);
    border-radius: 0.2em 0 0 0.2em;
    min-width: calc(5vw - 1em);
    padding: 0.5em;
    transform: translate(110%, -50%);
  }
}
@media (min-width: 1101px) {
  .materialMiniCart .miniCart {
    right: 0;
    top: 50vh;
    flex-direction: column;
    transform: translate(0, -50%);
    border-radius: 0.2em 0 0 0.2em;
    min-width: calc(4em - 1.5em);
    padding: 0.5em;
    transform: translate(110%, -50%);
  }
}
.theme-dos .materialMiniCart .miniCart {
  background: #24232E;
}
@media (max-width: 960px) {
  .theme-dos .materialMiniCart .miniCart {
    background: #1A1921;
  }
}
.theme-eyye .materialMiniCart .miniCart {
  background: #000000;
}
@media (max-width: 960px) {
  .materialMiniCart .miniCart:has(.cartButton.has-value) {
    transform: translate(0, 0);
  }
}
@media (min-width: 961px) {
  .materialMiniCart .miniCart:has(.cartButton.has-value) {
    transform: translate(0, -50%);
  }
}
.materialMiniCart .miniCart .title {
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 960px) {
  .materialMiniCart .miniCart .title {
    display: none;
  }
}
@media (min-width: 961px) {
  .materialMiniCart .miniCart .title {
    flex-direction: column;
    font-size: 0.6em;
    text-align: center;
    width: 100%;
    margin-bottom: 0.75em;
    opacity: 0.4;
  }
}
.materialMiniCart .miniCart .cartButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0.3;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 960px) {
  .materialMiniCart .miniCart .cartButton {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: -0.1em;
  }
}
@media (min-width: 961px) {
  .materialMiniCart .miniCart .cartButton {
    flex-direction: column;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 961px) {
  .materialMiniCart .miniCart .cartButton.is-order .quantity {
    margin-bottom: 0.2em;
  }
}
.materialMiniCart .miniCart .cartButton.has-value {
  opacity: 1;
}
.materialMiniCart .miniCart .cartButton:hover {
  opacity: 1 !important;
}
.materialMiniCart .miniCart .cartButton:hover .quantity {
  opacity: 1;
}
.materialMiniCart .miniCart .cartButton .description {
  align-self: center;
  font-size: 0.8em;
  margin-right: 0.5em;
  line-height: 1;
  opacity: 0.6;
}
@media (min-width: 961px) {
  .materialMiniCart .miniCart .cartButton .description {
    display: none;
  }
}
.materialMiniCart .miniCart .cartButton .quantity {
  font-size: 0.7em;
  font-weight: 700;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 960px) {
  .materialMiniCart .miniCart .cartButton .quantity {
    order: 2;
    margin-left: 0.25em;
  }
}
.materialMiniCart .miniCart .cartButton .quantity:empty:before {
  font-weight: 400;
}
.materialMiniCart .miniCart .cartButton svg {
  width: 1.5em;
  height: 1.5em;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 748px) {
  .cards {
    flex-direction: column;
    gap: 5vw;
  }
}
@media (min-width: 749px) {
  .cards[data-gap-size=small] {
    gap: 0.5em;
  }
  .cards[data-gap-size=medium] {
    gap: 1em;
  }
  .cards[data-gap-size=large] {
    gap: 2em;
  }
}

.card {
  position: relative;
}
@media (max-width: 960px) {
  .card.mini:not(.is-pageLink) {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: none;
  }
  .card.mini:not(.is-pageLink) .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .card.mini:not(.is-pageLink) .textarea {
    width: 65% !important;
    padding-left: 1em;
  }
  .card.mini:not(.is-pageLink) .textarea .description {
    font-size: 0.7em !important;
  }
}
@media (max-width: 748px) {
  .card.is-pageLink {
    width: 100%;
    margin-bottom: -0.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .card.is-pageLink {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (min-width: 961px) {
  .card.mini {
    width: calc(25% - 1em / 4 * 3);
  }
}
@media (max-width: 748px) {
  .card.small {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .card.small {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (min-width: 961px) {
  .card.small {
    width: calc(33.3333333333% - 1em / 3 * 2);
  }
}
@media (max-width: 748px) {
  .card.medium {
    width: 100%;
  }
}
@media (min-width: 749px) {
  [data-gap-size=medium] .card.medium {
    width: calc(50% - 0.5em / 2 * 1);
  }
  [data-gap-size=medium] .card.medium {
    width: calc(50% - 1em / 2 * 1);
  }
  [data-gap-size=large] .card.medium {
    width: calc(50% - 2em / 2 * 1);
  }
}
.card.large {
  width: 100%;
}
.card.large .image {
  width: 100%;
}
@media (min-width: 749px) {
  .card.large .image {
    aspect-ratio: 2/1 !important;
  }
}
.card.is-pageLink {
  display: flex;
  flex-direction: column;
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .card.is-pageLink {
    padding: 1em 1em 1.5em;
  }
}
@media (min-width: 749px) {
  .card.is-pageLink {
    text-align: center;
    padding: 2em 1em;
  }
}
.theme-dos .card.is-pageLink {
  background-color: rgba(188, 178, 169, 0.15);
}
.theme-eyye .card.is-pageLink {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (hover: hover) and (pointer: fine) {
  .card.is-pageLink:hover {
    transform: translateY(-0.1em);
  }
  .theme-dos .card.is-pageLink:hover {
    background-color: rgba(188, 178, 169, 0.3);
  }
  .theme-eyye .card.is-pageLink:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.card.is-pageLink .title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 748px) {
  .card.is-pageLink .title {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 749px) {
  .card.is-pageLink .title {
    margin-bottom: 0.5em;
  }
}
.card.is-pageLink .description {
  line-height: 1.2;
  font-size: 0.9em;
  opacity: 0.5;
  word-wrap: balance;
}
.card.is-pageLink .button {
  margin-top: auto;
}
.card.is-listCard {
  display: flex;
  flex-direction: column;
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .card.is-listCard {
    padding: 1em 1em 1.5em;
  }
}
@media (min-width: 749px) {
  .card.is-listCard {
    padding: 2em;
  }
}
.theme-dos .card.is-listCard {
  background-color: rgba(188, 178, 169, 0.15);
}
.theme-eyye .card.is-listCard {
  background-color: rgba(0, 0, 0, 0.05);
}
.card.is-listCard .title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 748px) {
  .card.is-listCard .title {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 749px) {
  .card.is-listCard .title {
    margin-bottom: 0.5em;
  }
}
.card.is-listCard .description ul a {
  white-space: normal !important;
}
.card.is-listCard .button {
  margin-top: auto;
}
.card.is-productDetail {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .card.is-productDetail:hover .image .media {
    background: rgb(237.15, 237.15, 237.15);
  }
  .card.is-productDetail:hover .image .media img {
    transform: scale(1.01);
  }
}
.card.is-productDetail .image {
  flex-grow: 1;
}
.card.is-productDetail .image figure {
  height: 100%;
}
.card.is-productDetail .image figure .media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
  overflow: hidden;
  isolation: isolate;
  background: rgb(242.25, 242.25, 242.25);
  transition: all 0.15s ease-in-out 0s;
}
.card.is-productDetail .image figure .media.default {
  padding: 2em 2em;
}
@media (max-width: 748px) {
  .card.is-productDetail .image figure .media.small {
    padding: 2em 4em;
  }
}
@media (min-width: 749px) {
  .card.is-productDetail .image figure .media.small {
    padding: 2em 4em;
  }
}
@media (max-width: 748px) {
  .card.is-productDetail .image figure .media.smaller {
    padding: 2em 5em;
  }
}
@media (min-width: 749px) {
  .card.is-productDetail .image figure .media.smaller {
    padding: 2em 6em;
  }
}
@media (max-width: 748px) {
  .card.is-productDetail .image figure .media.mini {
    padding: 2em 6em;
  }
}
@media (min-width: 749px) {
  .card.is-productDetail .image figure .media.mini {
    padding: 2em 8em;
  }
}
.card.is-productDetail .image figure .media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card.is-productDetail .image figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  mix-blend-mode: darken;
  transition: all 0.15s ease-in-out 0s;
}
.card.is-productDetail .title {
  opacity: 0.4;
  padding-top: 0.5em;
  padding-right: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .card.is-productDetail .title {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  .card.is-productDetail .title {
    font-size: 0.8em;
  }
}
.card.is-productDetail .title span {
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .card.is-productMain:hover .image:after {
    opacity: 0.6;
  }
  .card.is-productMain:hover .image .media img {
    transform: scale(1.01);
  }
  .card.is-productMain:hover .textarea .text {
    margin-right: auto;
  }
  .card.is-productMain:hover .textarea .text .label {
    transform: translateY(-1em);
  }
  .card.is-productMain:hover .textarea .text .h2 {
    transform: translateY(-0.1em);
  }
  .card.is-productMain:hover .textarea .text .description {
    transform: translateY(-0.05em);
    opacity: 1 !important;
  }
}
.card.is-productMain .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  isolation: isolate;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.05);
}
.card.is-productMain .image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  opacity: 0.4;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 748px) {
  .card.is-productMain .image:after {
    opacity: 0.6;
    height: 70%;
  }
}
.card.is-productMain .image figure {
  height: 100%;
}
.card.is-productMain .image figure .media {
  height: 100%;
}
.card.is-productMain .image figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card.is-productMain .textarea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 748px) {
  .card.is-productMain .textarea {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .card.is-productMain .textarea {
    padding: 2em;
  }
}
.card.is-productMain .textarea .text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: auto;
}
.card.is-productMain .textarea .text:has(.label:empty) .label {
  display: none;
}
.card.is-productMain .textarea .text .label {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme-eyye .card.is-productMain .textarea .text .label {
  margin-bottom: 0.5em;
}
.card.is-productMain .textarea .text .h2 {
  margin-bottom: 0.1em;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 749px) and (max-width: 960px) {
  .card.is-productMain .textarea .text .h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .card.is-productMain .textarea .text .h2 {
    font-size: 3em;
  }
}
.card.is-productMain .textarea .text .description {
  line-height: 1.4;
  opacity: 0.6;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 748px) {
  .card.is-productMain .textarea .text .description {
    font-size: 0.8em;
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card.is-inspiration:hover .image:after {
    opacity: 0.6;
  }
  .card.is-inspiration:hover .image .media img {
    transform: scale(1.01);
  }
  .card.is-inspiration:hover .textarea .text {
    margin-right: auto;
  }
  .card.is-inspiration:hover .textarea .text .label {
    transform: translateY(-1em);
  }
  .card.is-inspiration:hover .textarea .text .h2 {
    transform: translateY(-0.1em);
  }
  .card.is-inspiration:hover .textarea .text .description {
    transform: translateY(-0.05em);
    opacity: 1 !important;
  }
}
.card.is-inspiration .image {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 748px) {
  .card.is-inspiration .image {
    aspect-ratio: 1;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .card.is-inspiration .image {
    aspect-ratio: 1;
  }
}
@media (min-width: 961px) {
  .card.is-inspiration .image {
    aspect-ratio: 4/3;
  }
}
.card.is-inspiration .image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 748px) {
  .card.is-inspiration .image:after {
    opacity: 0.6;
    height: 70%;
  }
}
.card.is-inspiration .image figure {
  height: 100%;
}
.card.is-inspiration .image figure .media {
  height: 100%;
}
.card.is-inspiration .image figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card.is-inspiration .textarea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 748px) {
  .card.is-inspiration .textarea {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .card.is-inspiration .textarea {
    padding: 2em;
  }
}
.card.is-inspiration .textarea .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: auto;
  width: 100%;
}
.card.is-inspiration .textarea .text:has(.label:empty) .label {
  display: none;
}
.card.is-inspiration .textarea .text .label {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme-dos .card.is-inspiration .textarea .text .label {
  margin-bottom: 0.25em;
}
.theme-eyye .card.is-inspiration .textarea .text .label {
  margin-bottom: 1em;
}
.card.is-inspiration .textarea .text .h2 {
  margin-bottom: 0.1em;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
@media (min-width: 749px) and (max-width: 960px) {
  .card.is-inspiration .textarea .text .h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .card.is-inspiration .textarea .text .h2 {
    font-size: 3em;
  }
}
.theme-dos .card.is-inspiration .textarea .text .h2 {
  margin-bottom: 0.25em;
  font-weight: 300;
}
.theme-eyye .card.is-inspiration .textarea .text .h2 {
  font-weight: 700;
}
.card.is-inspiration .textarea .text .description {
  line-height: 1.4;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  text-wrap: balance;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 748px) {
  .card.is-inspiration .textarea .text .description {
    font-size: 0.8em;
    opacity: 0.8;
  }
}
.card.is-brand {
  background: #ffffff;
}
.card.is-brand .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
  isolation: isolate;
  background: rgba(0, 0, 0, 0.05);
}
.card.is-brand .image figure {
  height: 100%;
}
.card.is-brand .image figure .media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 748px) {
  .card.is-brand .image figure .media {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .card.is-brand .image figure .media {
    padding: 2em;
  }
}
.card.is-brand .image figure .media img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 60%;
  max-width: 60%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card.is-brand .textarea {
  width: 100%;
  color: #000000;
}
@media (max-width: 748px) {
  .card.is-brand .textarea {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .card.is-brand .textarea {
    padding: 2em;
  }
}
.card.is-brand .textarea .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.card.is-brand .textarea .text .h2 {
  margin-bottom: 0.25em;
  width: 100%;
}
@media (max-width: 748px) {
  .card.is-brand .textarea .text .h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 749px) {
  .card.is-brand .textarea .text .h2 {
    font-size: 2em;
  }
}
.card.is-brand .textarea .text .description {
  line-height: 1.4;
}
@media (max-width: 748px) {
  .card.is-brand .textarea .text .description {
    font-size: 0.9em;
  }
}
@media (min-width: 749px) {
  .card.is-brand .textarea .text .description {
    font-size: 0.9em;
  }
}
.card.is-brand .textarea .text .button {
  margin-top: auto;
}
.card.is-career {
  display: flex;
  flex-direction: column;
}
.card.is-career .image {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.card.is-career .image figure {
  height: 100%;
}
.card.is-career .image figure .media {
  height: 100%;
}
@media (max-width: 748px) {
  .card.is-career .image figure .media {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .card.is-career .image figure .media {
    padding: 2em;
  }
}
.card.is-career .image figure .media img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  width: 35%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card.is-career .textarea {
  display: flex;
  width: 100%;
  color: #000000;
  flex-grow: 1;
}
@media (max-width: 748px) {
  .card.is-career .textarea {
    padding: 5vw;
    padding-top: 0;
  }
}
@media (min-width: 749px) {
  .card.is-career .textarea {
    padding: 2em;
    padding-top: 0;
  }
}
.card.is-career .textarea .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  gap: 0.5em;
}
.card.is-career .textarea .text .h2 {
  width: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .card.is-career .textarea .text .h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 749px) {
  .card.is-career .textarea .text .h2 {
    font-size: 2em;
  }
}
.card.is-career .textarea .text .description {
  line-height: 1.4;
  display: block !important;
  margin-top: auto;
  font-weight: 700;
}
.card.is-career.is-beige {
  background: #C7BCA6;
}
.card.is-career.is-mint {
  background: #A8C4C2;
}
.card.is-career.is-green {
  background: #BACCA8;
}
.card.is-career.is-gray {
  background: #B7B7B7;
}
.card.is-career.is-pink {
  background: #CAB0AA;
}
.card.is-career.is-creme {
  background: #D9CCB4;
}
.card.is-career.is-blue {
  background: #A8B5C4;
}
.card.is-career.is-offwhite {
  background: #DDD9D9;
}
.card.is-career.is-graydark {
  background: #9F9F9F;
}

.cardsProductDealer {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cardProductDealer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0.2em;
  padding: 1em;
}
@media (max-width: 748px) {
  .cardProductDealer {
    flex-direction: column;
    gap: 1em;
  }
}
@media (min-width: 749px) {
  .cardProductDealer {
    flex-direction: row;
    gap: 2em;
  }
}
.theme-dos .cardProductDealer {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .cardProductDealer {
  background-color: rgba(0, 0, 0, 0.03);
}
.cardProductDealer .label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.cardProductDealer .label:empty {
  display: none;
}
.cardProductDealer .image {
  display: flex;
}
@media (max-width: 748px) {
  .cardProductDealer .image {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 749px) {
  .cardProductDealer .image {
    width: 50%;
    height: 100%;
  }
}
.cardProductDealer .image figure {
  display: flex;
  width: 100%;
  height: 100%;
}
.cardProductDealer .image figure .media {
  display: flex;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.cardProductDealer .image figure .media picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.cardProductDealer .image figure .media picture img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 11em;
}
.cardProductDealer .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .cardProductDealer .text {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .cardProductDealer .text {
    width: 50%;
  }
}
.cardProductDealer .text .title {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0.1em;
}
.cardProductDealer .text .title:hover {
  text-decoration: underline;
}
.cardProductDealer .text .description {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.4;
  opacity: 0.5;
}
.cardProductDealer .text .downloads {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.cardProductDealer .text .downloads .button {
  font-size: 0.9em !important;
}

.cardProductBlock.is-white .block {
  background: #ffffff;
  border-radius: 0.2em;
  overflow: hidden;
}
@media (min-width: 749px) {
  .cardProductBlock[data-imageposition=left] .productShot {
    order: 1;
  }
  .cardProductBlock[data-imageposition=left] .contentBlock {
    order: 2;
  }
}
@media (min-width: 749px) {
  .cardProductBlock[data-imageposition=right] .productShot {
    order: 2;
  }
  .cardProductBlock[data-imageposition=right] .contentBlock {
    order: 1;
  }
}
.brand-designLab21 .cardProductBlock {
  mix-blend-mode: darken;
}
.cardProductBlock .container .block {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 748px) {
  .cardProductBlock .container .block {
    flex-direction: column;
  }
}
.cardProductBlock .container .block .productShot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.2em;
  overflow: hidden;
  align-self: stretch;
}
.brand-designLab21 .cardProductBlock .container .block .productShot {
  background: none !important;
}
@media (max-width: 748px) {
  .cardProductBlock .container .block .productShot {
    order: 1;
    padding: 2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProductBlock .container .block .productShot {
    width: 40%;
    padding: 3em;
  }
}
@media (min-width: 961px) {
  .cardProductBlock .container .block .productShot {
    width: 50%;
    padding: 4em;
  }
}
.cardProductBlock .container .block .productShot .media {
  background: none !important;
}
.cardProductBlock .container .block .productShot .media figure img {
  width: 100%;
  height: 100%;
  max-height: 20em;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  mix-blend-mode: darken;
}
@media (max-width: 748px) {
  .cardProductBlock .container .block .contentBlock {
    order: 2;
    padding: 2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProductBlock .container .block .contentBlock {
    width: 60%;
    padding: 3em;
  }
}
@media (min-width: 961px) {
  .cardProductBlock .container .block .contentBlock {
    width: 50%;
    padding: 4em;
  }
}

.infoPopin {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  max-width: 25em;
  pointer-events: auto;
}
.infoPopin.is-dark summary .button {
  background: rgba(255, 255, 255, 0.3);
}
.infoPopin.is-dark summary .button span.icon-info {
  color: #000000;
}
.infoPopin.is-dark summary .button svg.icon-close {
  color: #ffffff;
  opacity: 0.5;
}
.infoPopin.is-dark summary .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.infoPopin.is-dark content .window {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.infoPopin.is-dark content .window .description h2, .infoPopin.is-dark content .window .description .h2, .infoPopin.is-dark content .window .description h3, .infoPopin.is-dark content .window .description .h3, .infoPopin.is-dark content .window .description h4, .infoPopin.is-dark content .window .description .h4, .infoPopin.is-dark content .window .description h5, .infoPopin.is-dark content .window .description .h5, .infoPopin.is-dark content .window .description h6, .infoPopin.is-dark content .window .description .h6, .infoPopin.is-dark content .window .description strong {
  color: rgba(255, 255, 255, 0.9) !important;
}
.infoPopin.is-dark content .window .description p {
  color: #ffffff;
}
.infoPopin.is-dark content .window .description a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.infoPopin.is-dark content .window .description .mainText {
  color: rgba(255, 255, 255, 0.8);
}
.infoPopin.is-dark content .window .description .subText {
  color: rgba(255, 255, 255, 0.6);
}
.infoPopin.is-dark[open] summary .button {
  color: #ffffff;
}
.infoPopin.is-light summary .button {
  background: rgba(0, 0, 0, 0.15);
}
.infoPopin.is-light summary .button span.icon-info {
  color: #ffffff;
}
.infoPopin.is-light summary .button svg.icon-close {
  color: #000000;
  opacity: 0.5;
}
.infoPopin.is-light summary .button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.infoPopin.is-light content .window {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.infoPopin.is-light content .window .description h2, .infoPopin.is-light content .window .description .h2, .infoPopin.is-light content .window .description h3, .infoPopin.is-light content .window .description .h3, .infoPopin.is-light content .window .description h4, .infoPopin.is-light content .window .description .h4, .infoPopin.is-light content .window .description h5, .infoPopin.is-light content .window .description .h5, .infoPopin.is-light content .window .description h6, .infoPopin.is-light content .window .description .h6, .infoPopin.is-light content .window .description strong {
  color: rgba(0, 0, 0, 0.9) !important;
}
.infoPopin.is-light content .window .description p {
  color: #000000;
}
.infoPopin.is-light content .window .description a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.infoPopin.is-light content .window .description .mainText {
  color: rgba(0, 0, 0, 0.9);
}
.infoPopin.is-light content .window .description .subText {
  color: rgba(0, 0, 0, 0.7);
}
.infoPopin.is-light[open] summary .button {
  color: #ffffff;
}
.infoPopin[open]:has(.collapseTrigger:checked) {
  height: 100%;
}
.infoPopin[open]:has(.collapseTrigger:checked) content {
  max-height: 100%;
  overflow: auto;
}
.infoPopin[open]:has(.collapseTrigger:checked) content .window .materials .materialCard {
  display: flex;
}
.infoPopin:has(.subText:empty) .collapseButton {
  display: none;
}
.infoPopin summary {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.5em;
  list-style: none;
}
.infoPopin summary::-webkit-details-marker {
  display: none;
}
.infoPopin summary .button {
  background: rgba(255, 255, 255, 0.4);
}
.infoPopin summary .button span.icon-info {
  color: #000000;
}
.infoPopin summary .button svg.icon-close {
  display: none;
  color: #ffffff;
  opacity: 0.5;
}
.infoPopin summary .button:hover {
  background: white;
  transform: scale(1.1);
}
.infoPopin summary .button:hover svg {
  opacity: 1;
}
.infoPopin content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (min-width: 961px) {
  .infoPopin content {
    font-size: 0.9em;
  }
}
.infoPopin content .window {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 0.2em;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.25);
}
@media (max-width: 748px) {
  .infoPopin content .window {
    margin: 1.25vw;
    padding: 1.25vw;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window {
    margin: 0.5em;
    padding: 0.5em;
    padding-right: 2em;
  }
}
.infoPopin content .window:has([src=""]) .materials, .infoPopin content .window:not(:has(img)) .materials {
  display: none;
}
.infoPopin content .window:has([src=""]) .description, .infoPopin content .window:not(:has(img)) .description {
  width: 100% !important;
}
.infoPopin content .window .materials {
  gap: 0.5em;
  align-self: flex-start;
}
@media (max-width: 748px) {
  .infoPopin content .window .materials {
    width: 25%;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window .materials {
    width: 23%;
  }
}
.infoPopin content .window .materials .materialCard {
  display: flex;
}
.infoPopin content .window .materials .materialCard .likeButton {
  display: none;
}
.infoPopin content .window .materials .materialCard:not(:first-child) {
  display: none;
  width: calc(50% - 0.5em / 2 * 1);
}
.infoPopin content .window .materials .materialCard .title {
  display: none;
}
.infoPopin content .window .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .infoPopin content .window .description {
    width: 75%;
    padding-block: 0.15em;
    padding-left: 0.75em;
    padding-right: 2em;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window .description {
    padding-block: 0.15em;
    padding-inline: 1em;
    width: 75%;
  }
}
.infoPopin content .window .description h2, .infoPopin content .window .description .h2, .infoPopin content .window .description h3, .infoPopin content .window .description .h3, .infoPopin content .window .description h4, .infoPopin content .window .description .h4, .infoPopin content .window .description h5, .infoPopin content .window .description .h5, .infoPopin content .window .description h6, .infoPopin content .window .description .h6, .infoPopin content .window .description strong {
  display: block;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.infoPopin content .window .description a {
  text-decoration: underline;
  transition: all 0.15s ease-in-out 0s;
}
.infoPopin content .window .description a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.infoPopin content .window .description p:empty {
  display: none;
}
.infoPopin content .window .description .title {
  font-size: 1em !important;
  line-height: 1.1;
  margin-bottom: 0.25em;
  order: 1;
}
.infoPopin content .window .description .title:is(a) {
  font-size: 1.1em !important;
  font-weight: 600;
}
.infoPopin content .window .description .title:last-child {
  margin-bottom: 0;
}
.infoPopin content .window .description .mainText {
  order: 2;
  line-height: 1.4;
}
@media (max-width: 748px) {
  .infoPopin content .window .description .mainText {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window .description .mainText {
    font-size: 0.9em;
  }
}
.infoPopin content .window .description .mainText p {
  margin-bottom: 0.5em;
}
.infoPopin content .window .description .mainText p:not(:first-child) {
  margin-top: 0.5em;
}
.infoPopin content .window .description .mainText:last-child p {
  margin-bottom: 0;
}
.infoPopin content .window .description .collapseTrigger {
  display: none;
}
.infoPopin content .window .description .collapseTrigger:checked ~ .collapseButton span, .infoPopin content .window .description .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.infoPopin content .window .description .collapseTrigger:checked ~ .collapseButton span[data-secondary], .infoPopin content .window .description .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.infoPopin content .window .description .collapseTrigger:checked ~ .subText {
  display: block;
}
.infoPopin content .window .description .collapseButton {
  order: 4;
  margin-bottom: 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 500;
}
@media (max-width: 748px) {
  .infoPopin content .window .description .collapseButton {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window .description .collapseButton {
    font-size: 0.9em;
  }
}
.infoPopin content .window .description .collapseButton:hover {
  opacity: 1;
}
.infoPopin content .window .description .subText {
  display: none;
  order: 3;
}
@media (max-width: 748px) {
  .infoPopin content .window .description .subText {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .infoPopin content .window .description .subText {
    font-size: 0.9em;
  }
}
.infoPopin content .window .description .subText p {
  margin-bottom: 0.25em !important;
}
.infoPopin[open] summary .button {
  background: transparent !important;
  color: #ffffff;
}
.infoPopin[open] summary .button span.icon-info {
  display: none;
}
.infoPopin[open] summary .button svg.icon-close {
  display: block;
}

html[data-popup] {
  overflow: hidden;
}

@media (max-width: 960px) {
  body:has(.cartButton.has-value) .popup {
    padding-bottom: calc(5vw + 2.5em);
  }
}

[data-popup-id] {
  cursor: pointer;
}

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media (max-width: 748px) {
  .popup {
    padding: 2.5vw;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .popup {
    padding: 2.5vw;
    background: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .popup {
    padding: 2.5vw;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1101px) {
  .popup {
    padding: 2em;
    background: rgba(0, 0, 0, 0.6);
  }
}
.popup.is-active {
  pointer-events: auto;
  opacity: 1;
}
.popup.is-active .window {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, opacity 0.1s ease-in-out 0.1s;
}
.popup .window {
  position: relative;
  z-index: 100;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  border-radius: 0.2em;
  overflow: hidden;
  box-shadow: 0 0 5em rgba(0, 0, 0, 0.5);
  transition: transform 0.05s ease-in-out 0s, opacity 0.05s ease-in-out 0s;
  will-change: transform;
}
.popup .window .header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.1;
  width: 100%;
}
.popup .window .header .text {
  padding: 0.5em 0 0.6em 0.75em;
}
.popup .window .header .text span.title {
  font-size: 0.9em;
  font-weight: 600;
}
.popup .window .header .text span.title + .description:before {
  display: inline-block;
  margin-inline: 0.5em;
  opacity: 0.5;
  content: "|";
}
.popup .window .header .text span.description {
  font-size: 0.8em;
  opacity: 0.7;
}
.popup .window .header .closeButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5em;
  opacity: 0.5;
  margin-left: auto;
  transition: all 0.15s ease-in-out 0s;
}
.popup .window .header .closeButton:hover {
  opacity: 1;
}
.popup .window .header .closeButton svg {
  width: 1.25em;
  height: 1.25em;
}

.popup .window.popupImage {
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #000000;
}
.theme-dos .popup .window.popupImage {
  background: #24232E;
}
.theme-eyye .popup .window.popupImage {
  background: #000000;
}
.popup .window.popupImage .header {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
}
.theme-dos .popup .window.popupImage .header {
  background: #24232E;
}
.theme-eyye .popup .window.popupImage .header {
  background: #000000;
}
.popup .window.popupImage .image {
  height: 100%;
  width: 100%;
}
.popup .window.popupImage .image figure {
  height: 100%;
  width: 100%;
}
.popup .window.popupImage .image figure .media {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.popup .window.popupImage .image figure .media img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup .window.popupProductDetail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
  padding-bottom: 0.75em;
  max-width: 1600px;
}
@media (max-width: 748px) {
  .popup .window.popupProductDetail {
    width: 100%;
    height: 70vh;
  }
}
@media (min-width: 749px) {
  .popup .window.popupProductDetail {
    width: 100%;
    height: 100%;
    max-height: 45em;
  }
}
.popup .window.popupProductDetail:has(.thumbnails .thumbnail:nth-child(1) .thumbnailTrigger:checked) .imageLarge img:nth-child(1) {
  opacity: 1;
  z-index: 2;
}
.popup .window.popupProductDetail:has(.thumbnails .thumbnail:nth-child(2) .thumbnailTrigger:checked) .imageLarge img:nth-child(2) {
  opacity: 1;
  z-index: 2;
}
.popup .window.popupProductDetail:has(.thumbnails .thumbnail:nth-child(3) .thumbnailTrigger:checked) .imageLarge img:nth-child(3) {
  opacity: 1;
  z-index: 2;
}
.popup .window.popupProductDetail:has(.thumbnails .thumbnail:nth-child(4) .thumbnailTrigger:checked) .imageLarge img:nth-child(4) {
  opacity: 1;
  z-index: 2;
}
.popup .window.popupProductDetail:has(.thumbnails .thumbnail:nth-child(5) .thumbnailTrigger:checked) .imageLarge img:nth-child(5) {
  opacity: 1;
  z-index: 2;
}
.popup .window.popupProductDetail .imageLarge {
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline: 0.75em;
  flex-grow: 1;
  flex-shrink: 1;
}
.popup .window.popupProductDetail .imageLarge .materials {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  padding: 0.75em 1.5em;
  gap: 0.5em;
  justify-content: flex-end;
  width: auto !important;
}
.popup .window.popupProductDetail .imageLarge .materials .materialCard {
  display: none;
}
.popup .window.popupProductDetail .imageLarge .materials .materialCard:has(img[src*="."]) {
  display: block;
}
.popup .window.popupProductDetail .imageLarge > figure {
  height: 100%;
  width: 100%;
}
.popup .window.popupProductDetail .imageLarge > figure > .media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.2em;
  overflow: hidden;
  isolation: isolate;
  background: rgb(242.25, 242.25, 242.25);
  transition: all 0.15s ease-in-out 0s;
}
.popup .window.popupProductDetail .imageLarge > figure > .media > img {
  position: absolute;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  mix-blend-mode: darken;
}
@media (max-width: 748px) {
  .popup .window.popupProductDetail .imageLarge > figure > .media > img {
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 95%;
  }
}
@media (min-width: 749px) {
  .popup .window.popupProductDetail .imageLarge > figure > .media > img {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
  }
}
.popup .window.popupProductDetail .thumbnails {
  display: none;
  justify-content: center;
  padding-inline: 0.75em;
  padding-top: 0.75em;
}
@media (max-width: 748px) {
  .popup .window.popupProductDetail .thumbnails {
    height: 5rem;
    gap: 0.25em;
  }
}
@media (min-width: 749px) {
  .popup .window.popupProductDetail .thumbnails {
    height: 7rem;
    gap: 0.5em;
  }
}
.popup .window.popupProductDetail .thumbnails:has(.thumbnail:nth-child(2) img[src*="."]) {
  display: flex;
}
.popup .window.popupProductDetail .thumbnails .thumbnail {
  height: 100%;
  display: none;
}
.popup .window.popupProductDetail .thumbnails .thumbnail:has(img[src*="."]) {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .popup .window.popupProductDetail .thumbnails .thumbnail:hover .thumbnailButton {
    opacity: 0.7;
  }
  .popup .window.popupProductDetail .thumbnails .thumbnail:hover img {
    scale: 1.01;
  }
}
.popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailTrigger {
  display: none;
}
.popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailTrigger:checked ~ .thumbnailButton {
  opacity: 1;
  border: 0.1em solid rgba(0, 0, 0, 0.25);
}
.popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  max-width: 10em;
  border-radius: 0.2em;
  overflow: hidden;
  isolation: isolate;
  background: rgb(242.25, 242.25, 242.25);
  opacity: 0.4;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailButton {
    padding: 0.25em;
  }
}
@media (min-width: 749px) {
  .popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailButton {
    padding: 1em;
  }
}
.popup .window.popupProductDetail .thumbnails .thumbnail .thumbnailButton img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  mix-blend-mode: darken;
  transition: all 0.15s ease-in-out 0s;
}

.popup .window.popupCart {
  width: 100%;
  max-width: 45em;
  min-height: 80vh;
  background: #ffffff;
}
.popup .window.popupCart:has(.tab.is-favorites .tabTrigger:checked) .tabPanel.is-favorites {
  display: block;
}
.popup .window.popupCart:has(.tab.is-order .tabTrigger:checked) .tabPanel.is-orders {
  display: block;
}
.popup .window.popupCart .header {
  background: rgb(242.25, 242.25, 242.25);
  padding: 0.5em;
  padding-bottom: 0;
  border-bottom: 0.1em solid #cccccc;
}
.popup .window.popupCart .header .tabBar {
  width: 100%;
}
.popup .window.popupCart .header .tabBar .tab .tabTrigger {
  display: none;
}
.popup .window.popupCart .header .tabBar .tab .tabTrigger:checked ~ .tabButton {
  opacity: 1;
  transform: translateY(0.1em);
  border-color: rgb(178.5, 178.5, 178.5);
}
.popup .window.popupCart .header .closeButton {
  position: absolute;
  right: 0.5em;
}
.popup .window.popupCart .tabPanel {
  display: none;
}
@media (max-width: 748px) {
  .popup .window.popupCart .tabPanel {
    padding: 1em;
  }
}
@media (min-width: 749px) {
  .popup .window.popupCart .tabPanel {
    padding: 1em;
  }
}
.popup .window.popupCart .tabPanel.is-favorites .materialCard:has(.likeButton.is-liked) {
  display: flex;
}
.popup .window.popupCart .tabPanel.is-favorites .materialCard .orderButton {
  display: flex;
}
.popup .window.popupCart .tabPanel.is-orders .materialCard.is-ordered {
  display: flex !important;
}
.popup .window.popupCart .tabPanel.is-orders .materialCard .removeButton {
  display: flex;
}
.popup .window.popupCart .tabPanel .materials {
  opacity: 1;
}
@media (min-width: 749px) {
  .popup .window.popupCart .tabPanel .materials {
    gap: 0.5em;
  }
}
.popup .window.popupCart .tabPanel .materials[data-columns="4"] .materialCard {
  display: none;
}
@media (max-width: 748px) {
  .popup .window.popupCart .tabPanel .materials[data-columns="4"] .materialCard {
    width: calc(50% - 0.5em / 2 * 1);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .popup .window.popupCart .tabPanel .materials[data-columns="4"] .materialCard {
    width: calc(25% - 0.5em / 4 * 3);
  }
}
@media (min-width: 961px) {
  .popup .window.popupCart .tabPanel .materials[data-columns="4"] .materialCard {
    width: calc(25% - 0.5em / 4 * 3);
  }
}
.popup .window.popupCart .tabPanel .materials[data-columns="4"] .materialCard .title {
  font-size: 0.8em;
}
.popup .window.popupCart .tabPanel .materialsOrderContainer {
  position: relative;
}
@media (max-width: 748px) {
  .popup .window.popupCart .tabPanel .materialsOrderContainer {
    aspect-ratio: 1/1.05;
  }
}
@media (min-width: 749px) {
  .popup .window.popupCart .tabPanel .materialsOrderContainer {
    aspect-ratio: 4/1.1;
  }
}
.popup .window.popupCart .tabPanel .materialsOrderContainer .materials.is-numeralCards {
  position: absolute;
  width: 100%;
}
.popup .window.popupCart .tabPanel .materialsOrderContainer .materials .materialCard .likeButton {
  display: none;
}
@media (min-width: 749px) {
  .popup .window.popupCart .tabPanel .orderForm {
    margin: auto;
    padding-inline: 2em;
  }
}

.popup .window.popupDialog {
  width: auto;
  min-width: 10em;
  max-width: 25em;
}
.popup .window.popupDialog .dialog {
  padding: 0 1.5em 1.5em 1.5em;
  margin-top: -0.5em;
}
.popup .window.popupDialog .dialog h2 {
  font-size: 1.75em;
  line-height: 1.2;
}
.popup .window.popupDialog .dialog p {
  font-size: 0.9em;
  line-height: 1.4;
}
.popup .window.popupDialog .dialog .flowInline {
  margin-top: 1.5em;
  justify-content: space-between;
}

.productIntroBlock {
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .productIntroBlock .textBlock {
    order: 2;
    margin-bottom: 7.5em;
  }
}
@media (min-width: 749px) {
  .productIntroBlock .textBlock {
    margin-bottom: 2.5em;
  }
}
.productIntroBlock .textBlock .container {
  padding-inline: 10vw;
}
.productIntroBlock .productShot {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  mix-blend-mode: darken;
}
@media (max-width: 748px) {
  .productIntroBlock .productShot {
    order: 1;
    margin-bottom: 3.75em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .productIntroBlock .productShot {
    max-width: 75vw;
    height: 15em;
    margin-bottom: 5em;
  }
}
@media (min-width: 961px) {
  .productIntroBlock .productShot {
    max-width: 75vw;
    height: 21.25em;
    margin-bottom: 7.5em;
  }
}
.productIntroBlock .productShot .media {
  height: 100%;
}
.productIntroBlock .productShot .media figure {
  height: 100%;
}
.productIntroBlock .productShot .media figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 748px) {
  .productIntroBlock .productShot .media figure img {
    max-height: 18em;
  }
}

.productshotHeadingBar {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .productshotHeadingBar {
    flex-wrap: wrap;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 749px) {
  .productshotHeadingBar {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 748px) {
  .productshotHeadingBar h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .productshotHeadingBar h2::after {
    display: none;
  }
}
@media (min-width: 749px) {
  .productshotHeadingBar h2 {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.productshotHeadingBar .productShot {
  mix-blend-mode: darken;
}
@media (max-width: 748px) {
  .productshotHeadingBar .productShot {
    width: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .productshotHeadingBar .productShot {
    margin-left: auto;
    height: 10em;
    width: 20em;
  }
}
@media (min-width: 961px) {
  .productshotHeadingBar .productShot {
    margin-left: auto;
    height: 10em;
    width: 25em;
  }
}
.productshotHeadingBar .productShot.is-flipped img {
  transform: scaleX(-1);
}
@media (min-width: 961px) {
  .productshotHeadingBar .productShot.is-flipped img {
    -o-object-position: left !important;
       object-position: left !important;
  }
}
.productshotHeadingBar .productShot .media {
  height: 100%;
  width: 100%;
}
.productshotHeadingBar .productShot .media figure {
  height: 100%;
  width: 100%;
}
.productshotHeadingBar .productShot .media figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 748px) {
  .productshotHeadingBar .productShot .media figure img {
    max-height: 10em;
  }
}
@media (min-width: 961px) {
  .productshotHeadingBar .productShot .media figure img {
    -o-object-position: right;
       object-position: right;
  }
}

@media (max-width: 960px) {
  .downloadsBlock {
    padding-top: 3.75em;
    padding-bottom: 5em;
  }
}
@media (min-width: 961px) {
  .downloadsBlock {
    padding-top: 3.75em;
    padding-bottom: 7.5em;
  }
}

@media (max-width: 960px) {
  .relatedBlock {
    padding-top: 3.75em;
    padding-bottom: 5em;
  }
}
@media (min-width: 961px) {
  .relatedBlock {
    padding-top: 5em;
    padding-bottom: 7.5em;
  }
}
.theme-dos .relatedBlock {
  background-color: rgba(188, 178, 169, 0.1);
}
.theme-eyye .relatedBlock {
  background-color: rgba(0, 0, 0, 0.03);
}
.theme-subsites .relatedBlock {
  background-color: rgba(0, 0, 0, 0.03);
}
.theme-subsites.is-dark .relatedBlock {
  background-color: #ffffff;
  color: #000000;
}

.retailLocationsBlock:has(.tab.is-map .tabTrigger:checked) .tabPanel.is-map {
  display: block;
}
.retailLocationsBlock:has(.tab.is-list .tabTrigger:checked) .tabPanel.is-list {
  display: block;
}
.retailLocationsBlock .tabBar {
  margin-bottom: 0.5em;
}
.retailLocationsBlock .tabPanel {
  display: none;
  padding: 0;
  border-radius: 0.2em;
  overflow: hidden;
}
@media (min-width: 749px) and (max-width: 1100px) {
  .retailLocationsBlock .tabPanel.is-map {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .retailLocationsBlock .tabPanel.is-map {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.retailLocationsBlock .tabPanel.is-list details {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.retailLocationsBlock .tabPanel.is-list details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.retailLocationsBlock .tabPanel.is-list details summary.title {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
  padding: 0.8em 1em;
  padding-right: 3em;
  cursor: pointer;
  font-weight: 600;
}
.retailLocationsBlock .tabPanel.is-list details summary.title::-webkit-details-marker {
  display: none;
}
.retailLocationsBlock .tabPanel.is-list details summary.title:hover {
  background: rgba(255, 255, 255, 0.5);
}
.retailLocationsBlock .tabPanel.is-list details summary.title svg {
  position: absolute;
  right: 1em;
  margin-top: 0.1em;
  width: 1em;
  height: 1em;
  transition: all 0.15s ease-in-out 0s;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent details summary.title {
  padding-left: 2em !important;
  font-weight: 400;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent details .detailcontent {
  background: rgba(0, 0, 0, 0.025);
  padding: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  border-radius: 0.2em;
}
@media (max-width: 748px) {
  .retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address {
    width: calc(33.3333333333% - 1em);
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address {
    width: calc(25% - 1em);
  }
}
@media (min-width: 1101px) {
  .retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address {
    width: calc(20% - 1em);
  }
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address h3 {
  padding-right: 1.5em;
  line-height: 1.1;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address p a[href^="tel:"]:hover {
  text-decoration: underline;
}
.retailLocationsBlock .tabPanel.is-list details .detailcontent .addresses .address .flowInline {
  margin-top: auto;
}
.retailLocationsBlock .tabPanel.is-list details[open] {
  background: rgba(0, 0, 0, 0.025);
}
.retailLocationsBlock .tabPanel.is-list details[open] > summary.title {
  font-weight: 600 !important;
}
.retailLocationsBlock .tabPanel.is-list details[open] > summary.title svg {
  transform: rotate(180deg);
}

.productShotImagesBlock {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .productShotImagesBlock {
    flex-direction: row !important;
    gap: 5vw 2.5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .productShotImagesBlock {
    gap: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .productShotImagesBlock {
    gap: 2em;
  }
}
@media (max-width: 748px) {
  .productShotImagesBlock > * {
    width: calc(50% - 2.5vw / 2 * 1);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .productShotImagesBlock > * {
    width: calc(25% - 2.5vw / 4 * 3);
  }
}
@media (min-width: 1101px) {
  .productShotImagesBlock > * {
    width: calc(25% - 2em / 4 * 3);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .productShotImagesBlock:has(figure:nth-child(3)) > * {
    width: calc(33.3333333333% - 2.5vw / 3 * 2);
  }
}
@media (min-width: 1101px) {
  .productShotImagesBlock:has(figure:nth-child(3)) > * {
    width: calc(33.3333333333% - 2em / 3 * 2);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .productShotImagesBlock:has(figure:nth-child(4)) > * {
    width: calc(25% - 2.5vw / 4 * 3);
  }
}
@media (min-width: 1101px) {
  .productShotImagesBlock:has(figure:nth-child(4)) > * {
    width: calc(25% - 2em / 4 * 3);
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .productShotImagesBlock:has(figure:nth-child(5)) > * {
    width: calc(20% - 2.5vw / 5 * 4) !important;
  }
}
@media (min-width: 1101px) {
  .productShotImagesBlock:has(figure:nth-child(5)) > * {
    width: calc(20% - 2em / 5 * 4) !important;
  }
}
.productShotImagesBlock figure {
  mix-blend-mode: darken;
}
.productShotImagesBlock figure .media {
  display: flex;
  aspect-ratio: 1/1;
}
.productShotImagesBlock figure .media picture {
  width: 100%;
  height: 100%;
}
.productShotImagesBlock figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productShotImagesBlock figure figcaption.caption {
  text-align: center;
  text-wrap: pretty;
}
.productShotImagesBlock figure figcaption.caption span {
  text-align: center;
}

details.collapsibleSection {
  display: block;
}
details.collapsibleSection summary.sectionTitle {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  font-weight: 200;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 748px) {
  details.collapsibleSection summary.sectionTitle {
    padding-block: 0.5em;
  }
}
@media (min-width: 749px) {
  details.collapsibleSection summary.sectionTitle {
    padding-block: 1em;
  }
}
details.collapsibleSection summary.sectionTitle::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  details.collapsibleSection summary.sectionTitle:hover .numeral {
    transform: scale(1.3);
  }
  details.collapsibleSection summary.sectionTitle:hover .title {
    opacity: 1;
  }
  details.collapsibleSection summary.sectionTitle:hover .line {
    opacity: 0.3 !important;
  }
  details.collapsibleSection summary.sectionTitle:hover .icons {
    opacity: 1;
  }
}
details.collapsibleSection summary.sectionTitle .numeral {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  width: 1.7em;
  height: 1.7em;
  font-size: 0.8em;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  details.collapsibleSection summary.sectionTitle .numeral {
    margin-right: 0.75em;
  }
}
@media (min-width: 749px) {
  details.collapsibleSection summary.sectionTitle .numeral {
    margin-right: 1.25em;
  }
}
details.collapsibleSection summary.sectionTitle .title {
  margin-right: 1em;
  opacity: 0.6;
  font-weight: 300;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  details.collapsibleSection summary.sectionTitle .title {
    font-size: 1.3em;
  }
}
@media (min-width: 749px) {
  details.collapsibleSection summary.sectionTitle .title {
    font-size: 1.5em;
  }
}
details.collapsibleSection summary.sectionTitle .line {
  border-bottom: 0.1em solid #000000;
  opacity: 0.1;
  margin-block: auto;
  flex-grow: 1;
  transition: all 0.15s ease-in-out 0s;
}
details.collapsibleSection summary.sectionTitle .icons {
  margin-left: 1em;
  margin-right: -0.4em;
  opacity: 0.2;
  transition: all 0.15s ease-in-out 0s;
}
details.collapsibleSection summary.sectionTitle .icons svg {
  width: 1.5em;
  height: 1.5em;
  transition: all 0.15s ease-in-out 0s;
}
details.collapsibleSection summary.sectionTitle .icons svg.icon-plus {
  display: block;
}
details.collapsibleSection summary.sectionTitle .icons svg.icon-minus {
  display: none;
}
details.collapsibleSection content {
  display: block;
}
@media (max-width: 748px) {
  details.collapsibleSection content {
    margin-top: 2.5em;
    margin-bottom: 5em;
  }
}
@media (min-width: 749px) {
  details.collapsibleSection content {
    margin-top: 3.75em;
    margin-bottom: 7.5em;
  }
}
@media (max-width: 748px) {
  details.collapsibleSection content .columnsBlock aside h2 {
    margin-bottom: 0;
    font-size: 2ggem;
  }
}
@media (min-width: 749px) {
  details.collapsibleSection content .columnsBlock .textColumn {
    max-width: 60ch;
  }
  .theme-dos details.collapsibleSection content .columnsBlock .textColumn {
    padding-top: 0.5em;
  }
  .theme-eyye details.collapsibleSection content .columnsBlock .textColumn {
    padding-top: 0;
  }
}
details.collapsibleSection content .columnsBlock .textColumn .flowInline .button.textual {
  margin-right: 1.5em;
}
details.collapsibleSection[open] summary.sectionTitle .title {
  opacity: 1;
}
.theme-dos details.collapsibleSection[open] summary.sectionTitle .title {
  font-weight: 500;
}
details.collapsibleSection[open] summary.sectionTitle .line {
  opacity: 0.1;
}
details.collapsibleSection[open] summary.sectionTitle .icons {
  opacity: 1;
}
details.collapsibleSection[open] summary.sectionTitle .icons svg.icon-plus {
  transform: rotate(45deg);
}
@media (max-width: 748px) {
  .section-inspiration {
    padding-block: 3.75em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .section-inspiration {
    padding-block: 6.25em;
  }
}
@media (min-width: 961px) {
  .section-inspiration {
    padding-block: 7.5em;
  }
}

.productsDealer details.collapsibleSection content {
  margin-block: 1.25em !important;
}

body.theme-subsites {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.theme-subsites footer {
  margin-top: auto;
}
body.theme-subsites .circleBackground {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
}
body.theme-subsites .circleBackground .container {
  padding: 0 !important;
}
body.theme-subsites .circleBackground .container .circle {
  aspect-ratio: 1;
  background: rgb(247.35, 247.35, 247.35);
  border-radius: 50%;
  margin: auto;
  margin-top: 2.5em;
}
@media (max-width: 748px) {
  body.theme-subsites .circleBackground .container .circle {
    width: 150vw;
    margin-left: -25vw;
  }
}
@media (min-width: 749px) {
  body.theme-subsites .circleBackground .container .circle {
    width: 100%;
  }
}
body.theme-subsites .magazineBlock {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  body.theme-subsites .magazineBlock {
    margin-top: 4em !important;
    margin-bottom: -2em !important;
  }
}
body.theme-subsites .magazineBlock figure {
  width: 55% !important;
}
body.theme-subsites .magazineBlock figure:nth-child(1) {
  margin-top: -25% !important;
}
body.theme-subsites .magazineBlock figure:nth-child(2) {
  margin-left: -10% !important;
}
body.theme-subsites .magazineBlock figure .media {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.25) !important;
}
body.theme-subsites .magazineBlock figure .media img {
  border-radius: 0.2em;
}
body.theme-subsites .magazineBlock figure .text {
  width: 75%;
  padding-top: 1.5em;
}
@media (max-width: 748px) {
  body.theme-subsites .magazineBlock figure .text {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  body.theme-subsites .magazineBlock figure .text {
    font-size: 0.9em;
  }
}

.searchResultsBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}

@media (max-width: 748px) {
  .searchform {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .searchform {
    min-width: 60ch;
  }
}
@media (max-width: 748px) {
  .searchform .button {
    display: none;
  }
}

.searchResults {
  margin-bottom: 2.5em;
}
.searchResults .cardProductDealer {
  margin-bottom: 2em;
}
.searchResults .searchResult {
  display: flex;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 0.075em solid rgba(0, 0, 0, 0.1);
}
.searchResults .searchResult .description {
  margin-right: auto;
}
.searchResults .searchResult .description h3 {
  margin-bottom: 0.3em;
  text-decoration: underline;
}
.searchResults .searchResult .description .siteStructure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.searchResults .searchResult .description .siteStructure li {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: rgb(178.5, 178.5, 178.5);
}
.searchResults .searchResult .description .siteStructure li:last-child svg.icon-chevron-right {
  display: none;
}
.searchResults .searchResult .description .siteStructure li svg.icon-caret-right {
  width: 1em;
  height: 1em;
  margin: 0.1em 0.3em 0;
}
.searchResults .searchResult .description p {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 0.9em;
}
@media (max-width: 748px) {
  .searchResults .searchResult .description p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.searchResults .searchResult figure {
  margin-left: 2em;
  flex-shrink: 0;
}
@media (max-width: 748px) {
  .searchResults .searchResult figure {
    width: 30%;
  }
}
@media (min-width: 749px) {
  .searchResults .searchResult figure {
    width: 35%;
  }
}
.searchResults .searchResult figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 6.5em;
}

.offline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  padding-inline: 5vw;
}
.offline .offlineHeader {
  position: absolute;
  left: 0;
  top: 0;
}
.offline .offlineHeader .brand {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  position: relative;
}
.theme-dos .offline .offlineHeader .brand {
  align-self: flex-start;
  height: 100%;
}
.offline .offlineHeader .brand .logo {
  position: relative;
  display: none;
}
.theme-dos .offline .offlineHeader .brand .logo.is-dos {
  display: block;
}
@media (max-width: 748px) {
  .theme-dos .offline .offlineHeader .brand .logo.is-dos {
    width: 6.5em;
  }
}
@media (min-width: 749px) {
  .theme-dos .offline .offlineHeader .brand .logo.is-dos {
    width: 8em;
  }
}
.theme-eyye .offline .offlineHeader .brand .logo.is-eyye {
  display: block;
  padding: 1em;
}
@media (max-width: 748px) {
  .theme-eyye .offline .offlineHeader .brand .logo.is-eyye {
    width: 5.5em;
  }
}
@media (min-width: 749px) {
  .theme-eyye .offline .offlineHeader .brand .logo.is-eyye {
    width: 6em;
  }
}
.offline .offlineHeader .brand .logo img {
  display: block;
}
.offline .block {
  position: relative;
  margin: auto;
  max-width: 60ch;
  padding-block: 2em;
}
.offline .block p:last-child {
  margin-bottom: 0;
}

.theme-contentserver {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background: #000000;
  padding-inline: 5vw;
}
.theme-contentserver .siteSelector {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
}
.theme-contentserver .siteSelector .brand {
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}
.theme-contentserver .siteSelector .brand .logo {
  position: relative;
  width: 10em;
}
.theme-contentserver .siteSelector .brand .logo img {
  display: block;
}
.theme-contentserver .siteSelector .pageTitle {
  animation-name: "glow";
  animation-duration: 3.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  margin-top: -0.5em;
}
.theme-contentserver .siteSelector .pageTitle h1 {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  opacity: 0.4;
  font-weight: 400;
}
.theme-contentserver .siteSelector .dashboardLink {
  text-align: center;
}
.theme-contentserver .siteSelector .dashboardLink a {
  font-size: 0.85em;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: underline;
  transition: all 0.15s ease-in-out 0s;
}
.theme-contentserver .siteSelector .dashboardLink a:hover {
  opacity: 1;
}
.theme-contentserver .siteSelector .sites {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.theme-contentserver .siteSelector .sites .button {
  font-weight: 700;
}

.devtoolsMenu {
  position: fixed;
  z-index: 140;
  bottom: 40px;
  left: 10px;
  color: #ffffff;
  mix-blend-mode: difference;
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .devtoolsMenu {
    opacity: 0;
  }
  .devtoolsMenu:hover {
    opacity: 1;
  }
}
@media print {
  .devtoolsMenu {
    display: none;
  }
}
.devtoolsMenu[data-print], [data-print] .devtoolsMenu {
  display: none;
}
.devtoolsMenu * {
  outline: 0 !important;
}

.toolButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  opacity: 0.5;
  font-size: 13px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  border-radius: 3px;
}
@media print {
  .toolButton {
    display: none;
  }
}
.toolButton[data-print], [data-print] .toolButton {
  display: none;
}
.toolButton:hover {
  opacity: 1;
}
.toolButton:hover span {
  display: block;
}
.toolButton svg {
  width: 40px;
  height: 40px;
}
.toolButton span {
  display: none;
  padding: 0 10px;
}

.editPageLink {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 150;
  background: #ffffff;
}
.editPageLink svg {
  color: #E5422B;
}
@media (max-width: 748px) {
  .editPageLink {
    opacity: 0;
  }
  .editPageLink:hover {
    opacity: 1;
  }
}
@media print {
  .editPageLink {
    display: none;
  }
}
.editPageLink[data-print], [data-print] .editPageLink {
  display: none;
}

.fpsMeter {
  position: fixed;
  z-index: 140;
  right: 0;
  top: 0;
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  mix-blend-mode: difference;
}
@media print {
  .fpsMeter {
    display: none;
  }
}
.fpsMeter[data-print], [data-print] .fpsMeter {
  display: none;
}
[data-fps] .fpsMeter {
  display: block;
}

[data-wireframe] *:not(.devtoolsMenu, .devtoolsMenu *, .currentMQ, *.gridLine, .fpsMeter, .fpsMeter *) {
  outline: solid 1px blue !important;
}
[data-wireframe]:before, [data-wireframe]:after {
  position: fixed;
  z-index: 140;
  left: 0;
  top: 0;
  display: block;
  pointer-events: none;
  content: "";
}
[data-wireframe]:before {
  height: 100vh;
  width: 50%;
  border-right: 2px dashed darkred;
}
[data-wireframe]:after {
  height: 50vh;
  width: 100%;
  border-bottom: 2px dashed darkred;
}
[data-wireframe] figure:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 50%;
  width: 100%;
  border-bottom: 1px solid yellow;
  pointer-events: none;
  content: "";
}

[data-gridview] .gridView {
  display: block;
  position: fixed;
  z-index: 141;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 749px) {
  [data-gridview] .gridView {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media print {
  [data-gridview] .gridView {
    display: none;
  }
}
[data-gridview] .gridView[data-print], [data-print] [data-gridview] .gridView {
  display: none;
}
[data-gridview] .gridView .currentMQ {
  position: absolute;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  bottom: 10px;
  left: 3em;
  padding: 0.4em 1em 0.5em;
  opacity: 1;
}
@media (max-width: 748px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini";
  }
}
@media (max-width: 340px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Tiny";
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Small";
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Medium";
  }
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Large";
  }
}
[data-gridview] .gridView .container {
  position: relative;
  height: 100%;
  line-height: 1;
  outline: 1px solid red !important;
}
[data-gridview] .gridView .container:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: red;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container";
}
[data-gridview] .gridView .container .gutter {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.05);
  width: 5vw;
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .container .gutter {
    width: 4em;
  }
}
[data-gridview] .gridView .container .gutter:nth-child(2) {
  left: auto;
  right: 0;
}
[data-gridview] .gridView .container .containerMid {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid green !important;
}
[data-gridview] .gridView .container .containerMid:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: green;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container mid";
}
[data-gridview] .gridView .container .containerMid .containerInner {
  position: relative;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid orange !important;
}
[data-gridview] .gridView .container .containerMid .containerInner:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: orange;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container inner";
}
[data-gridview] .gridView .container .gridLines {
  position: absolute;
  top: 0;
  left: 5vw;
  right: 5vw;
  display: flex;
  height: 100%;
  max-width: calc(1600px - 20vw);
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .container .gridLines {
    left: 4em;
    right: 4em;
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  outline: 1px solid purple;
}

div[id^=ck] {
  display: none !important;
}
