/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/frontend.scss ***!
  \*******************************************************************************************************************************************/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! purgecss start ignore */
/***
    The new CSS reset - version 1.7.2 (last updated 23.6.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
html *:where(:not(html, iframe, canvas, img, svg, video, .pell-editor *):not(svg *, symbol *)) {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 2.4vw;
  background-color: #f3efed;
}
html:has(body.preview-mode) body {
  height: 100vh;
  overflow: hidden;
}
html:has(body.preview-mode) main {
  height: 100vh;
  overflow: hidden;
}
html:has(body.preview-mode) main .fc-module:nth-child(n+3) {
  display: none;
}
html:has(body.preview-mode) footer {
  display: none;
}

main {
  position: relative;
  z-index: 2;
  background-color: #f3efed;
}

@media (min-width: 768px) {
  html {
    font-size: calc(11.6px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 992px) {
  html {
    font-size: calc(5.4px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 2500px) {
  html {
    font-size: calc(3.4px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 3000px) {
  html {
    font-size: calc(0px + (100vw - 992px) * 0.0056532258);
  }
}
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: flex;
}
picture:not(:has(.svg-image)) {
  background-color: #e09f8e;
}
picture:not(:has(.svg-image)):has(.lazyloaded) {
  background-color: transparent;
}
picture:not(:has(.svg-image)) img {
  width: 100%;
}
picture:not(:has(.svg-image)) img.lazyload, picture:not(:has(.svg-image)) img.lazyloading {
  opacity: 0;
}
picture:not(:has(.svg-image)) img.lazyloaded {
  opacity: 1;
}

p {
  margin: 0;
}

em {
  font-style: italic;
}

*, *:active, *:focus {
  outline: none !important;
}

ul {
  list-style: disc;
  padding-left: 2.4rem;
}

.skip-header-footer {
  position: relative;
}
.skip-header-footer .main-logo {
  position: absolute;
  left: 3.4rem;
  top: 3.2rem;
}

@font-face {
  font-family: ABCWhyteInktrap;
  src: url("../../assets/fonts/ABCWhyteInktrap-Regular.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: ABCWhyteInktrap;
  src: url("../../assets/fonts/ABCWhyteInktrap-Medium.woff2") format("woff2");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Marfa Mono";
  src: url("../../assets/fonts/ERDENMarfaMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Marfa Mono";
  src: url("../../assets/fonts/ERDENMarfaMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Marfa Mono";
  src: url("../../assets/fonts/ERDENMarfaMono-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice";
  src: url("../../assets/fonts/BeatriceRegular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice";
  src: url("../../assets/fonts/BeatriceMedium.otf") format("opentype");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice";
  src: url("../../assets/fonts/BeatriceSemiBold.otf") format("opentype");
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beatrice";
  src: url("../../assets/fonts/BeatriceBold.otf") format("opentype");
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Alpina";
  src: url("../../assets/fonts/GT-Alpina-Standard-Regular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Alpina";
  src: url("../../assets/fonts/GT-Alpina-Standard-Regular-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTE";
  src: url("../../assets/fonts/LTE.woff?sssb1o") format("woff"), url("../../assets/fonts/LTE.svg?sssb1o#LTE") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "LTE" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fullscreen:before {
  content: "\e93d";
}

.icon-social-instagram:before {
  content: "\e93e";
}

.icon-social-facebook:before {
  content: "\e93f";
}

.icon-social-whatsapp:before {
  content: "\e940";
}

.icon-social-newlink:before {
  content: "\e941";
}

.icon-reg-minus:before {
  content: "\e942";
}

.icon-service-art-conception:before {
  content: "\e943";
}

.icon-service-rd:before {
  content: "\e944";
}

.icon-service-mockup:before {
  content: "\e945";
}

.icon-service-machine-rental:before {
  content: "\e946";
}

.icon-service-machine-development:before {
  content: "\e947";
}

.icon-service-know-how:before {
  content: "\e948";
}

.icon-service-feasibility:before {
  content: "\e949";
}

.icon-service-logistic:before {
  content: "\e94a";
}

.icon-service-recipe:before {
  content: "\e94b";
}

.icon-service-field-facotry:before {
  content: "\e94c";
}

.icon-service-prefabricated:before {
  content: "\e94d";
}

.icon-product-keramik:before {
  content: "\e94e";
}

.icon-product-kunst:before {
  content: "\e94f";
}

.icon-product-lehmkasein:before {
  content: "\e950";
}

.icon-product-lehmo:before {
  content: "\e951";
}

.icon-product-decke:before {
  content: "\e952";
}

.icon-product-vorsatzschale:before {
  content: "\e953";
}

.icon-product-boden:before {
  content: "\e954";
}

.icon-product-wand:before {
  content: "\e955";
}

.icon-arrow-extern:before {
  content: "\e900";
}

.icon-chevron-down:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-right:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-lehmit-arrow-down:before {
  content: "\e905";
}

.icon-lehmit-arrow-left:before {
  content: "\e906";
}

.icon-lehmit-arrow-right:before {
  content: "\e907";
}

.icon-lehmit-arrow-up:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e909";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-arrow-up:before {
  content: "\e90c";
}

.icon-chevron-down1:before {
  content: "\e90d";
}

.icon-chevron-left1:before {
  content: "\e90e";
}

.icon-chevron-right1:before {
  content: "\e90f";
}

.icon-chevron-up1:before {
  content: "\e910";
}

.icon-arrow-down-circle:before {
  content: "\e911";
}

.icon-arrow-right-circle:before {
  content: "\e912";
}

.icon-bookmark-full:before {
  content: "\e913";
}

.icon-bookmark-outline:before {
  content: "\e914";
}

.icon-burger-close-light:before {
  content: "\e915";
}

.icon-burger-close:before {
  content: "\e916";
}

.icon-burger-light:before {
  content: "\e917";
}

.icon-burger:before {
  content: "\e918";
}

.icon-check-circle:before {
  content: "\e919";
}

.icon-check:before {
  content: "\e91a";
}

.icon-copy:before {
  content: "\e91b";
}

.icon-dropdown:before {
  content: "\e91c";
}

.icon-dropup:before {
  content: "\e91d";
}

.icon-email:before {
  content: "\e91e";
}

.icon-gallery:before {
  content: "\e91f";
}

.icon-heart-active:before {
  content: "\e920";
}

.icon-heart-inactive:before {
  content: "\e921";
}

.icon-important-box:before {
  content: "\e922";
}

.icon-important:before {
  content: "\e923";
}

.icon-index:before {
  content: "\e924";
}

.icon-keyboard-esc:before {
  content: "\e925";
}

.icon-keyboard-next:before {
  content: "\e926";
}

.icon-keyboard-prev:before {
  content: "\e927";
}

.icon-loading:before {
  content: "\e928";
}

.icon-location-pin:before {
  content: "\e929";
}

.icon-minus-reg:before {
  content: "\e92a";
}

.icon-play-circle:before {
  content: "\e92b";
}

.icon-play:before {
  content: "\e92c";
}

.icon-plus-bold-circle:before {
  content: "\e92d";
}

.icon-plus-bold:before {
  content: "\e92e";
}

.icon-plus-reg:before {
  content: "\e92f";
}

.icon-product-benefit-acoustic-transmission:before {
  content: "\e930";
}

.icon-product-benefit-passive-climate:before {
  content: "\e931";
}

.icon-product-stove:before {
  content: "\e932";
}

.icon-product-wall:before {
  content: "\e933";
}

.icon-reset:before {
  content: "\e934";
}

.icon-search:before {
  content: "\e935";
}

.icon-service-consulting:before {
  content: "\e936";
}

.icon-service-in-situ:before {
  content: "\e937";
}

.icon-share:before {
  content: "\e938";
}

.icon-social-linkedin:before {
  content: "\e939";
}

.icon-x-bold-circle:before {
  content: "\e93a";
}

.icon-x-bold:before {
  content: "\e93b";
}

.icon-x-reg:before {
  content: "\e93c";
}

.editor-styles__text-indent--none {
  text-indent: 0;
}

@media screen and (min-width: 992px) {
  .editor-styles__text-indent--small {
    text-indent: 1.6em;
  }
  .editor-styles__text-indent--large {
    position: relative;
    text-indent: 5.6rem;
  }
}
.hide-scrollbars {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

.story-preview {
  cursor: pointer;
}
.story-preview.horizontal .story-preview__image picture img {
  aspect-ratio: 3/2;
}
.story-preview.vertical .story-preview__image picture img {
  aspect-ratio: 4/5;
}
.story-preview__image {
  margin-bottom: 0.8rem;
}
.story-preview__image figcaption {
  display: none;
}
.story-preview__image picture img {
  object-fit: cover;
}
.story-preview__title {
  font-family: "GT Alpina";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 0.8rem;
}
.story-preview__meta {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on;
  text-transform: uppercase;
  opacity: 0.4;
}

@media (min-width: 992px) {
  .story-preview__image {
    margin-bottom: 1.6rem;
  }
  .story-preview__title {
    padding: 0 1.6rem;
    font-family: "GT Alpina";
    font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .story-preview__meta {
    padding: 0 1.6rem;
  }
}
.accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}
.accordion__item:has(input:checked) .accordion__item-content {
  grid-template-rows: 1fr;
}
.accordion__item:has(input:checked) .accordion__item-headline .icon {
  transform: rotate(0deg);
}
.accordion__item-headline {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
.accordion__item-headline .icon {
  font-size: 2rem;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.accordion__item-headline input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.accordion__item-title {
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}
.accordion__item-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.accordion__item-content-wrapper {
  overflow: hidden;
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  color: #444444;
}
.accordion__item-content-inner {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .accordion__item-title {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .accordion__item-content-wrapper {
    font-family: "Beatrice";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .accordion__item-content-inner {
    padding-top: 0.4rem;
  }
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay.side .overlay__close-button {
  display: flex;
}
.overlay.original {
  display: none;
}
.overlay.opened .overlay__background {
  opacity: 1;
}
.overlay__close-button {
  position: absolute;
  top: 5.6rem;
  right: 1.6rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  cursor: pointer;
  z-index: 3;
  display: none;
}
.overlay__close-button .icon {
  color: #ffffff;
  font-size: 1.4rem;
}
.overlay__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay__content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.overlay__content {
  position: relative;
}
.overlay__content > * {
  max-width: 100%;
}

@media (max-width: 992px) {
  .overlay.opened .overlay__content-wrapper {
    transform: translateY(0);
  }
  .overlay__content-wrapper {
    overflow: auto;
    height: calc(100% - 4rem);
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .overlay__content {
    height: 100%;
  }
  .overlay__content > * {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .overlay.side .overlay__background {
    left: 6.4rem;
    background: transparent;
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    transform: translateX(calc(100% + 6.4rem));
    box-shadow: -5.6rem 0px 8rem 0px rgba(0, 0, 0, 0.3), -5.6rem 0px 8rem 0px rgba(0, 0, 0, 0.3), -5.6rem 0px 8rem 0px rgba(0, 0, 0, 0.3);
    width: calc(100% - 6.4rem);
  }
  .overlay.side .overlay__content-wrapper {
    left: 6.4rem;
    top: 0;
    bottom: unset;
    width: calc(100% - 6.4rem);
    height: 100%;
    transform-origin: right bottom;
    padding: 0;
    max-width: unset;
    transform: translateX(calc(100% + 6.4rem));
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    border-radius: 0;
  }
  .overlay.side .overlay__content {
    width: 100%;
    height: 100%;
  }
  .overlay.side .overlay__content > * {
    width: 100%;
    height: 100%;
  }
  .overlay.side.opened .overlay__background {
    transform: translateX(0);
    opacity: 1;
  }
  .overlay.side.opened .overlay__content-wrapper {
    transform: translateX(0);
  }
  .overlay.side.opened .overlay__close-button {
    transform: translateX(0);
  }
  .overlay__close-button {
    top: 1.6rem;
    transform: translateX(100vw);
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .overlay__content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    max-width: 75vw;
    width: max-content;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.project-page__info-items-overlay {
  padding: 1.2rem 2rem;
  background-color: #dac8c7;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.project-page__info-items-overlay-close {
  display: flex;
  justify-content: flex-end;
}
.project-page__info-items-overlay-close .icon {
  font-size: 1.6rem;
  padding: 1.2rem;
  background-color: #000000;
  border-radius: 0.4rem;
  color: #ffffff;
}
.project-page__info-items-overlay-content {
  display: flex;
  overflow: hidden;
}
.project-page__info-items-overlay-item {
  flex: 0 0 100%;
}
.project-page__info-items-overlay-item-title {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.project-page__info-items-overlay-item-text {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
}
.project-page__info-items-overlay-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: auto;
}
.project-page__info-items-overlay-pagination-item {
  padding: 1.2rem;
  border-radius: 0.4rem;
  background-color: #000000;
  color: #ffffff;
}
.project-page__info-items-overlay-pagination-item .icon {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .project-page__info-items-overlay-content {
    margin-top: 16rem;
    margin-left: 22rem;
    width: 92.6rem;
  }
  .project-page__info-items-overlay-item-title {
    font-family: "Beatrice";
    font-size: 6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .project-page__info-items-overlay-item-text {
    font-family: "Beatrice";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .project-page__info-items-overlay-pagination-item, .project-page__info-items-overlay-close {
    cursor: pointer;
  }
}
.publication-preview {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
}
.publication-preview__image {
  display: flex;
  align-items: flex-start;
  width: 10rem;
  aspect-ratio: 160/226;
}
.publication-preview__image:not(:has(.anim-cover)) picture {
  width: 100%;
}
.publication-preview__image picture img {
  width: 100%;
  box-shadow: 0px 71.066px 60.914px 0px rgba(0, 0, 0, 0.13), 0px 29.69px 27.912px 0px rgba(0, 0, 0, 0.09), 0px 15.874px 15.598px 0px rgba(0, 0, 0, 0.08), 0px 8.899px 8.803px 0px rgba(0, 0, 0, 0.06), 0px 4.726px 4.573px 0px rgba(0, 0, 0, 0.05), 0px 1.967px 1.814px 0px rgba(0, 0, 0, 0.04);
}
.publication-preview__title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 1.725rem */
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.publication-preview__author {
  color: var(--black--100, #444);
  font-family: Beatrice;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 1.54rem */
  margin-bottom: 1.6rem;
}
.publication-preview__info {
  color: var(--black--100, #444);
  font-family: Beatrice;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.68rem */
  margin-bottom: 1.2rem;
}
.publication-preview__link {
  position: relative;
  display: block;
  margin-top: auto;
  width: max-content;
  max-width: 100%;
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.publication-preview__link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

@media (min-width: 992px) {
  .publication-preview {
    flex-direction: column;
    gap: 4rem;
  }
  .publication-preview__image {
    width: 16rem;
    align-items: flex-end;
  }
  .publication-preview__title {
    font-family: Beatrice;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 1.84rem */
    text-transform: uppercase;
  }
  .publication-preview__link {
    font-family: "ABC Marfa Mono";
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
.anim-cover {
  position: relative;
  width: max-content;
  max-width: 100%;
}
.anim-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
  transform-origin: 0 50%;
  transition: all 0.45s ease;
  background-image: url("./../../assets/img/Effects.svg");
  background-size: cover;
}
.anim-cover picture {
  width: max-content;
  max-width: 100%;
  position: relative;
  justify-content: center;
  display: flex;
  background: rgb(255, 255, 255);
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.anim-cover picture:not(:has(img.lazyloaded)) {
  width: 100%;
}
.anim-cover picture:not(:has(img.lazyloaded)) img:not(.effect) {
  width: 100%;
}
.anim-cover picture:not(:has(img.lazyloaded))::before, .anim-cover picture:not(:has(img.lazyloaded))::after, .anim-cover picture:not(:has(img.lazyloaded)) .effect {
  display: none;
}
.anim-cover picture::after, .anim-cover picture::before {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
}
.anim-cover picture::before {
  left: -3px;
}
.anim-cover picture::after {
  left: -6px;
}
.anim-cover picture:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.anim-cover picture:hover img:not(.effect) {
  transform: rotateY(-25deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.anim-cover picture:hover img.effect {
  transform: rotateY(-25deg);
}
.anim-cover picture img:not(.effect) {
  height: auto;
  object-position: center;
  object-fit: contain;
  width: auto;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.animline {
  position: relative;
  width: max-content;
  max-width: 100%;
}
.animline:before, .animline:after {
  content: "";
  position: absolute;
  top: calc(100% + 0.1rem);
  border-top: 0.1rem solid #000000;
  transition: width 0.3s ease;
  pointer-events: none;
}
.animline:before {
  left: 0;
  width: 100%;
  transition-delay: 0.3s;
}
.animline:after {
  width: 0;
  right: 0;
}
.animline--black:before, .animline--black:after {
  border-color: #000000;
}
.animline--single:after {
  transition-delay: 0s !important;
}
.animline--single:before {
  display: none;
}

@media (min-width: 992px) {
  .animline:before, .animline:after {
    top: calc(100% + 2px);
    border-top: 2px solid #000000;
    transition: width 0.3s ease;
    pointer-events: none;
  }
}
@media (hover: hover) {
  .animline {
    cursor: pointer;
  }
  .animline:hover:before {
    right: 0;
    width: 0;
    left: unset;
    transition-delay: 0s;
  }
  .animline:hover:after {
    width: 100%;
    right: unset;
    left: 0;
    transition-delay: 0.3s;
  }
}
.contact {
  background-color: #dac8c7;
  padding: 1.6rem;
  border-radius: 0.4rem;
}
.contact.success .contact__success-message {
  display: flex;
}
.contact.success form {
  display: none;
}
.contact__success-message {
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 15rem;
  font-family: ABCWhyteInktrap;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: "ordn" on, "ss04" on;
}
.contact__success-message strong {
  display: block;
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "ss04" on;
  margin-bottom: 0.8rem;
}
.contact__form-input-wrapper {
  position: relative;
}
.contact__form-input-wrapper.error input, .contact__form-input-wrapper.error select, .contact__form-input-wrapper.error textarea {
  border-bottom-color: #ff0000;
}
.contact__form-input-wrapper.error label {
  color: #ff0000;
}
.contact__form-input-wrapper.error .error {
  visibility: visible;
  pointer-events: auto;
}
.contact__form-input-wrapper.error a:before, .contact__form-input-wrapper.error a:after {
  border-color: #ff0000 !important;
}
.contact__form-input-wrapper.checkbox {
  margin-top: 2.4rem;
}
.contact__form-input-wrapper.checkbox label {
  padding: 0.4rem 0;
  display: flex;
}
.contact__form-input-wrapper.select:after {
  content: "\e91c";
  font-family: "lte";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
}
.contact__form-input-wrapper.select label {
  pointer-events: none;
}
.contact__form-input-wrapper.textarea label {
  top: 2.4rem;
  transform: translateY(0);
}
.contact__form-input-wrapper input[type=text], .contact__form-input-wrapper input[type=tel], .contact__form-input-wrapper input[type=email], .contact__form-input-wrapper select, .contact__form-input-wrapper textarea {
  width: 100%;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.6);
  padding: 2.8rem 0 1.6rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: "dlig" on, "salt" on;
  font-size: 1.6rem;
}
.contact__form-input-wrapper input[type=text]::placeholder, .contact__form-input-wrapper input[type=tel]::placeholder, .contact__form-input-wrapper input[type=email]::placeholder, .contact__form-input-wrapper select::placeholder, .contact__form-input-wrapper textarea::placeholder {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: "dlig" on, "salt" on;
  font-size: 1.6rem;
  opacity: 0;
}
.contact__form-input-wrapper input[type=text]:focus, .contact__form-input-wrapper input[type=text]:not(:placeholder-shown), .contact__form-input-wrapper input[type=tel]:focus, .contact__form-input-wrapper input[type=tel]:not(:placeholder-shown), .contact__form-input-wrapper input[type=email]:focus, .contact__form-input-wrapper input[type=email]:not(:placeholder-shown), .contact__form-input-wrapper textarea:focus, .contact__form-input-wrapper textarea:not(:placeholder-shown) {
  border-bottom-color: #181818;
}
.contact__form-input-wrapper input[type=text]:focus + label, .contact__form-input-wrapper input[type=text]:not(:placeholder-shown) + label, .contact__form-input-wrapper input[type=tel]:focus + label, .contact__form-input-wrapper input[type=tel]:not(:placeholder-shown) + label, .contact__form-input-wrapper input[type=email]:focus + label, .contact__form-input-wrapper input[type=email]:not(:placeholder-shown) + label, .contact__form-input-wrapper textarea:focus + label, .contact__form-input-wrapper textarea:not(:placeholder-shown) + label {
  transform: translateY(calc(-50% - 1.2rem)) scale(0.8);
}
.contact__form-input-wrapper select[data-value]:not([data-value=""]) + label {
  transform: translateY(calc(-50% - 1rem)) scale(0.8);
}
.contact__form-input-wrapper input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  transform: scale(0);
  overflow: hidden;
}
.contact__form-input-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background-color: #ffffff;
  border-color: #ffffff;
}
.contact__form-input-wrapper input[type=checkbox]:checked + .custom-checkbox:before {
  opacity: 1;
}
.contact__form-input-wrapper input[type=checkbox] ~ .custom-checkbox {
  width: 1.8rem;
  flex: 0 0 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 2px solid rgba(255, 255, 255, 0.5490196078);
  margin-right: 0.8rem;
}
.contact__form-input-wrapper input[type=checkbox] ~ .custom-checkbox:before {
  content: "\e91a";
  font-family: "lte";
  font-size: 1rem;
  opacity: 0;
}
.contact__form-input-wrapper input[type=checkbox] ~ .custom-checkbox__label {
  font-family: "ABC Marfa Mono";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: "dlig" on, "salt" on;
}
.contact__form-input-wrapper textarea:focus + label, .contact__form-input-wrapper textarea:not(:placeholder-shown) + label {
  font-family: "ABC Marfa Mono";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: "dlig" on, "salt" on;
  transform: translateY(-1.8rem);
}
.contact__form-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, font-size 0.3s ease;
  transform-origin: left;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.contact__form-label .error {
  visibility: hidden;
  pointer-events: none;
}
.contact__form-submit-button {
  width: 100%;
  padding: 1.2rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.4rem;
  margin-top: 2.4rem;
}
.contact__form-submit-button .process, .contact__form-submit-button .success {
  display: none;
}

@media (min-width: 992px) {
  .contact {
    padding: 4rem;
  }
  .contact__form-label {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .contact__form-input-wrapper input[type=text], .contact__form-input-wrapper input[type=tel], .contact__form-input-wrapper input[type=email], .contact__form-input-wrapper select, .contact__form-input-wrapper textarea {
    padding: 3.1rem 0 1rem;
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .contact__form-input-wrapper input[type=text]::placeholder, .contact__form-input-wrapper input[type=tel]::placeholder, .contact__form-input-wrapper input[type=email]::placeholder, .contact__form-input-wrapper select::placeholder, .contact__form-input-wrapper textarea::placeholder {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .contact__form-input-wrapper textarea {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (hover: hover) {
  .contact__form-input-wrapper.checkbox label {
    cursor: pointer;
  }
  .contact__form-submit-button {
    cursor: pointer;
  }
}
body.loading {
  cursor: progress;
}
body.loading * {
  cursor: progress;
}
body.loading .loader {
  display: flex;
}

.loader {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  width: max-content;
  z-index: 999999;
  mix-blend-mode: difference;
  display: none;
}
.loader svg path,
.loader svg rect {
  fill: #ffffff;
  mix-blend-mode: color-dodge;
}

@media (min-width: 768px) {
  .loader {
    display: none !important;
  }
}
.post-preview {
  display: flex;
  gap: 1.2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--black--400-opacity-20, rgba(0, 0, 0, 0.2));
}
.post-preview__image {
  flex: 0 0 12rem;
  width: 12rem;
}
.post-preview__image picture img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.post-preview__image figcaption {
  display: none;
}
.post-preview__main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.post-preview__title {
  color: var(--black--300, #181818);
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}
.post-preview__meta {
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.post-preview__external-link {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}

@media (min-width: 992px) {
  .post-preview {
    align-items: center;
    padding: 2.4rem 0 3.2rem;
    gap: 4rem;
  }
  .post-preview__title {
    font-family: "Beatrice";
    font-size: 2.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .post-preview__main {
    gap: 0.4rem;
  }
  .post-preview__image {
    flex: 0 0 16rem;
    width: 16rem;
  }
  .post-preview__meta {
    font-family: "ABC Marfa Mono";
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on;
  }
  .post-preview__external-link {
    font-family: "ABC Marfa Mono";
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
.share-row {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.share-row__label {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on;
  text-transform: uppercase;
}
.share-row__item {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}

@media (min-width: 992px) {
  .share-row {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }
}
.gallery-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #f3efed;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
}
.gallery-overlay.opened {
  opacity: 1;
  pointer-events: auto;
}
.gallery-overlay.opened .gallery-overlay__item > a {
  pointer-events: auto;
}
.gallery-overlay__pagination {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
.gallery-overlay__content {
  width: 100%;
  height: 100%;
}
.gallery-overlay__content .swiper {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery-overlay__content .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-overlay__content .swiper .swiper-wrapper .swiper-slide img, .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide video {
  width: calc(100vw - 4rem);
  height: calc(100dvh - 10rem);
  object-fit: contain;
  object-position: center;
}
.gallery-overlay__content .swiper .swiper-wrapper .swiper-slide figcaption {
  display: none;
}
.gallery-overlay__item > a {
  display: flex;
}
.gallery-overlay__navigation {
  position: absolute;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  bottom: 0;
  height: 6rem;
}
.gallery-overlay__navigation .icon {
  font-size: 3.2rem;
  color: #000000;
}
.gallery-overlay__navigation.disabled {
  cursor: no-drop;
}
.gallery-overlay__navigation.disabled .icon {
  color: rgba(0, 0, 0, 0.4);
}
.gallery-overlay__navigation.prev {
  left: 0;
}
.gallery-overlay__navigation.next {
  right: 0;
}
.gallery-overlay__close-icon {
  z-index: 100;
  position: absolute;
  right: 2rem;
  top: 1.6rem;
}
.gallery-overlay__close-icon .icon {
  font-size: 2.4rem;
}

@media (min-width: 992px) {
  .gallery-overlay {
    height: 100%;
  }
  .gallery-overlay__pagination {
    bottom: 2vh;
  }
  .gallery-overlay__navigation {
    bottom: unset;
    top: 0;
    height: 100%;
  }
  .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide img, .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide video {
    width: 117.4rem;
    height: 78.1rem;
    max-height: 90vh;
    max-width: 90vw;
  }
  .gallery-overlay__close-icon {
    right: 2rem;
    cursor: pointer;
  }
  .gallery-overlay__close-icon .icon {
    font-size: 3.2rem;
  }
}
.product-intro {
  margin-bottom: 8rem;
}
.product-intro__sticky-container {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17.4rem;
}
.product-intro__title-wrapper {
  position: relative;
  color: var(--black--400, #000);
  text-align: center;
  font-family: Beatrice;
  font-size: 11.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 13.49rem */
}
.product-intro__title-wrapper.reduce-size {
  font-size: 8rem;
}
.product-intro__title-row {
  clip-path: inset(-0.1em -0.5em -0.2em -0.5em);
}
.product-intro__title-row-content {
  display: inline-block;
  transform: translate3d(0, calc(100% + 0.25em), 0);
}
.product-intro__title {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 0;
  overflow: hidden;
}
.product-intro__illustration {
  position: relative;
  margin-top: -8rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.product-intro__illustration picture {
  transform: translateY(100vh);
  opacity: 0;
  width: 100%;
  background-color: transparent !important;
}
.product-intro__illustration picture img {
  width: 100%;
}
.product-intro__poi {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, top 0.3s ease, left 0.3s ease;
  z-index: 1;
}
.product-intro__poi.opened {
  z-index: 2;
}
.product-intro__poi.opened .product-intro__poi-content {
  transform: scale(1) translate(-1.8rem, -1.8rem);
}
.product-intro__poi.visible {
  opacity: 1;
  pointer-events: auto;
}
.product-intro__poi-label {
  position: relative;
  padding: 0.6rem;
  background: var(--black--400, #000);
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  z-index: 2;
}
.product-intro__poi-content {
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  padding: 5.8rem 2.4rem 2.4rem;
  z-index: 1;
  width: max(100% + 4rem, 30rem);
  border-radius: 0.4rem;
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  transform-origin: left top;
  transition: transform 0.3s ease;
  transform: scale(0);
}
.product-intro__poi-content-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
}
.product-intro__poi-content-close .icon {
  font-size: 1.4rem;
  color: #ffffff;
}

@media (max-width: 992px) {
  .product-intro__illustration {
    width: calc(100% - 4rem) !important;
  }
  .product-intro__poi {
    transition: opacity 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
    transition-delay: 0.15s;
  }
  .product-intro__poi.opened {
    top: 50% !important;
    left: 15% !important;
    transform: translate(0, -50%) !important;
    transition-delay: 0s;
  }
  .product-intro__poi.opened .product-intro__poi-content {
    transition-delay: 0.15s;
  }
  .product-intro__poi-content {
    transition-delay: 0s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-intro__illustration {
    width: 70% !important;
  }
}
@media (min-width: 992px) {
  .product-intro__title-wrapper {
    color: var(--black--400, #000);
    text-align: center;
    font-family: Beatrice;
    font-size: 36rem;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 38rem */
    letter-spacing: -1.2rem;
  }
  .product-intro__title-wrapper.reduce-size {
    font-size: 28rem;
  }
  .product-intro__sticky-container {
    padding-top: 26.2rem;
  }
  .product-intro__illustration {
    width: 80rem;
    margin-top: -17rem;
  }
  .product-intro__space-bottom {
    height: 40rem;
    margin-bottom: -24rem;
  }
}
.product-navigation {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.2rem;
  border: 1px solid var(--gray--150, #CBCBCB);
  background: var(--white, #FFF);
  padding: 1.2rem 1.2rem 0;
  z-index: 1000;
}
.product-navigation__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #bbbbbb;
}
.product-navigation__title {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
.product-navigation__caption {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #444444;
}
.product-navigation__top-right {
  flex: 0 0 auto;
}
.product-navigation__top-right .button {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  padding: 1.2rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  color: #ffffff;
  white-space: nowrap;
  display: flex;
}
.product-navigation__items {
  width: calc(100% + 2.4rem);
  position: relative;
  left: -1.2rem;
  overflow: hidden;
}
.product-navigation__items ul {
  width: 100%;
  display: flex;
  list-style: none;
  overflow: auto;
  margin: 0;
  padding: 1.6rem 0;
}
.product-navigation__items ul li {
  padding: 0 1.2rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #bbbbbb;
  transition: color 0.3s ease;
}
.product-navigation__items ul li.active {
  color: #000000;
}
.product-navigation__items ul li a {
  vertical-align: text-top;
  white-space: nowrap;
  text-decoration: underline;
}
.product-navigation__items-sides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-navigation__items-sides:before, .product-navigation__items-sides:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.6rem;
  z-index: 10;
}
.product-navigation__items-sides:before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 75%);
}
.product-navigation__items-sides:after {
  right: 0;
  background: linear-gradient(270deg, #FFF 25%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
  .product-navigation {
    bottom: 2rem;
    right: 2rem;
    width: 51.2rem;
  }
}
@media (min-width: 992px) {
  .product-navigation {
    padding: 1.6rem 1.6rem 0;
  }
  .product-navigation__top-left {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .product-navigation__top-right .button {
    padding: 0.8rem;
    font-family: "ABC Marfa Mono";
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .product-navigation__items {
    width: calc(100% + 3.2rem);
    left: -1.6rem;
  }
  .product-navigation__items ul {
    padding: 1.6rem 0.4rem;
  }
  .product-navigation__items ul li a {
    text-decoration: none;
  }
}
.projects-grid__cursor {
  display: none;
}
.projects-grid__grid {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 300vw;
  display: grid;
  height: 387.5vw;
  grid-template-columns: repeat(5, 1fr);
  pointer-events: none;
}
.projects-grid__grid:has(.projects-page__nothing-found) {
  pointer-events: auto;
  z-index: 2;
  opacity: 1;
}
.projects-grid__grid-item {
  position: relative;
  backface-visibility: hidden;
  padding: 1.6rem;
  min-width: 0;
}
.projects-grid__grid-figure {
  aspect-ratio: 1/1.25;
  width: 100%;
  pointer-events: none;
}
.projects-grid__renderer {
  position: fixed;
  top: 0;
  left: 0;
  width: 300vw;
  height: 387.5vw;
  cursor: grab;
}
.projects-grid__renderer canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
}
.projects-grid__preview {
  display: none;
}

@media (min-width: 768px) {
  .projects-grid__grid {
    width: 200vw;
    height: 250vw;
    grid-template-columns: repeat(5, 1fr);
  }
  .projects-grid__grid-item {
    padding: 3.2rem;
  }
  .projects-grid__renderer {
    width: 200vw;
    height: 250vw;
  }
}
@media (min-width: 992px) {
  .projects-grid__grid {
    width: 150vw;
    height: 187.5vw;
    grid-template-columns: repeat(5, 1fr);
  }
  .projects-grid__renderer {
    width: 150vw;
    height: 187.5vw;
  }
  .projects-grid__grid-item {
    padding: 4.4rem;
  }
}
span.animated-char {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.4;
  position: relative;
}
span.animated-char[data-fill-level="0.1"] {
  opacity: 0.1 !important;
}
span.animated-char[data-fill-level="0.2"] {
  opacity: 0.2 !important;
}
span.animated-char[data-fill-level="0.3"] {
  opacity: 0.3 !important;
}
span.animated-char[data-fill-level="0.4"] {
  opacity: 0.4 !important;
}
span.animated-char[data-fill-level="0.5"] {
  opacity: 0.5 !important;
}
span.animated-char[data-fill-level="0.6"] {
  opacity: 0.6 !important;
}
span.animated-char[data-fill-level="0.7"] {
  opacity: 0.7 !important;
}
span.animated-char[data-fill-level="0.8"] {
  opacity: 0.8 !important;
}
span.animated-char[data-fill-level="0.9"] {
  opacity: 0.9 !important;
}
span.animated-char[data-fill-level="1"] {
  opacity: 1 !important;
}

/*===== yeoman hook: content-modules/index.scss =====*/
.headline {
  margin-bottom: 8rem;
}
.headline__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--black--400, #000);
  margin-bottom: 1.2rem;
}
.headline__description {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--black--400, #000);
}
.headline__description a {
  text-decoration: underline;
}
.headline__additional-text {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  margin-top: 1.2rem;
  color: var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
}

@media (min-width: 992px) {
  .headline.double-margin {
    margin-bottom: 16rem;
  }
  .headline__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .headline__description {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .headline__additional-text {
    font-family: "Beatrice";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: 2.4rem;
  }
}
.template-stories_grid:last-child .project-page__related-stories {
  margin-bottom: 0;
}

.stories-grid .row {
  row-gap: 8rem;
}
.stories-grid .row:has(> *:nth-child(4)) > *:nth-child(3) {
  margin-top: 4rem;
}
.stories-grid__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
  .stories-grid .row {
    row-gap: 16rem;
  }
  .stories-grid .row:has(> *:nth-child(4)) > *:nth-child(3) {
    margin-top: 8rem;
  }
  .stories-grid__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 5.6rem;
  }
}
.links-slider {
  margin-bottom: 8rem;
  padding-top: 75vw;
}
.links-slider__list {
  position: relative;
}
.links-slider__list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #cbcbcb;
}
.links-slider__list-item.active:before, .links-slider__list-item:hover:before {
  width: var(--randVal, 50%);
}
.links-slider__list-item.active:after, .links-slider__list-item:hover:after {
  width: calc(100% - var(--randVal, 50%));
}
.links-slider__list-item:before, .links-slider__list-item:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}
.links-slider__list-item:before {
  left: 0;
}
.links-slider__list-item:after {
  right: 0;
}
.links-slider__list-item .icon {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.8);
}
.links-slider__list-item-left {
  display: flex;
  flex-direction: column;
}
.links-slider__list-item-left span:first-child {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.7rem */
}
.links-slider__list-item-left span:last-child {
  color: var(--black--100, #444);
  font-family: Beatrice;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.links-slider__images-wrapper {
  position: absolute;
  top: -75vw;
  right: -2rem;
  width: 60%;
  height: calc(100% + 120vw);
  z-index: 10;
}
.links-slider__images {
  position: relative;
  width: 100%;
  aspect-ratio: 51/120;
  overflow: hidden;
  position: sticky;
  top: 10rem;
}
.links-slider__images-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.links-slider__images-image.active {
  z-index: 2;
}
.links-slider__images-image.active ~ .links-slider__images-image {
  z-index: 3;
}
.links-slider__images-image.active ~ .links-slider__images-image picture img {
  transform: scale(1) rotate(-50deg);
}
.links-slider__images-image figcaption {
  display: none;
}
.links-slider__images-image picture {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.links-slider__images-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1) translateX(30%) rotate(0);
  transform-origin: 350% 0;
  transition: transform 0.3s ease-in-out;
  aspect-ratio: 51/71;
}

@media (min-width: 768px) {
  .links-slider__images-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .links-slider {
    padding-top: 25rem;
    padding-bottom: 60rem;
    margin-bottom: -35rem;
  }
  .links-slider__images {
    aspect-ratio: 51/71;
    overflow: visible;
  }
  .links-slider__images-wrapper {
    top: -25rem;
    right: -69.2rem;
    height: calc(100% + 25rem);
    width: 51.6rem;
  }
  .links-slider__images-image {
    padding-right: 13.9rem;
    width: calc(100% + 13.9rem);
    height: 100vh;
    overflow: hidden;
  }
  .links-slider__images-image picture {
    width: 100%;
    height: auto;
    aspect-ratio: 51/71;
  }
}
@media (min-width: 2500px) {
  .links-slider__images-image {
    padding-right: 23.5rem;
    width: calc(100% + 23.5rem);
  }
}
@media (min-width: 3000px) {
  .links-slider__images-image {
    padding-right: 39.8rem;
    width: calc(100% + 39.8rem);
  }
}
.info-columns {
  margin-bottom: 8rem;
}
.info-columns__grid-item {
  padding: 4rem 2.4rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.info-columns__grid-item-label {
  color: var(--black--300, #181818);
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.info-columns__grid-item-text {
  color: var(--black--100, #444);
  font-variant-numeric: ordinal;
  font-family: Beatrice;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.95rem */
}
.info-columns__grid-item-text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (min-width: 992px) {
  .info-columns__grid {
    display: flex;
    justify-content: space-between;
    grid-gap: 3.2rem;
  }
  .info-columns__grid-item {
    padding: 3.2rem;
    flex: 1 1 auto;
    border-bottom: none;
    text-align: left;
  }
  .info-columns__grid-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .info-columns__grid-item-label {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 0.8rem;
  }
  .info-columns__grid-item-text {
    font-variant-numeric: ordinal;
    font-family: Beatrice;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 2.08rem */
  }
}
.fc-module.template-contact_block:last-child .contact-block {
  margin-bottom: 0;
}

.contact-block {
  margin-bottom: 14rem;
  overflow: hidden;
}
.contact-block__contact-info {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.contact-block__contact-info a:before, .contact-block__contact-info a:after {
  top: calc(100% - 0.2rem);
}
.contact-block__form-wrapper {
  margin-bottom: 11.6rem;
}

@media (min-width: 992px) {
  .contact-block__form-wrapper {
    margin-bottom: 0;
  }
}
.fc-module.template-faq:has(+ .template-faq) .faq {
  margin-bottom: 8rem;
}

.faq {
  margin-bottom: 8rem;
}
.faq__title {
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.faq__item {
  border-bottom: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
}
.faq__item:has(input:checked) .faq__item-headline .icon {
  transform: rotate(0);
}
.faq__item:has(input:checked) .faq__item-content-wrapper {
  grid-template-rows: 1fr;
}
.faq__item-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem 0;
  cursor: pointer;
}
.faq__item-headline .icon {
  transform: rotate(45deg);
  display: block;
  transition: transform 0.3s ease;
  font-size: 2rem;
}
.faq__item-headline input {
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}
.faq__item-title {
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}
.faq__item-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.faq__item-content {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  min-height: 0;
  overflow: hidden;
}
.faq__item-content p:not(:last-child) {
  margin-bottom: 1em;
}
.faq__item-content-inner {
  padding-bottom: 2rem;
}
.faq__item-content-inner a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (min-width: 992px) {
  .faq {
    margin-bottom: 16rem;
  }
  .faq__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    padding-top: 1.6rem;
    margin-bottom: 0;
  }
  .faq__item-title {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .faq__item-headline {
    gap: 2.4rem;
  }
  .faq__item-headline .icon {
    font-size: 1.6rem;
  }
  .faq__item-content {
    font-family: "Beatrice";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .faq__item-content-inner {
    padding-top: 0.4rem;
  }
}
.accordion-image {
  margin-bottom: 8rem;
}
.accordion-image__images {
  display: none;
}
.accordion-image__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.accordion-image__image.active {
  opacity: 1;
}
.accordion-image__image picture {
  width: 100%;
  height: 100%;
}
.accordion-image__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-image__image figcaption {
  display: none;
}
.accordion-image__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.accordion-image__item {
  border-bottom: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
}
.accordion-image__item:has(input:checked) .accordion-image__item-headline .icon {
  transform: scale(-1);
}
.accordion-image__item:has(input:checked) .accordion-image__item-content-wrapper {
  grid-template-rows: 1fr;
}
.accordion-image__item-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2.4rem 0;
  cursor: pointer;
}
.accordion-image__item-headline .icon {
  display: block;
  transition: transform 0.3s ease;
  font-size: 1.8rem;
}
.accordion-image__item-headline input {
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}
.accordion-image__item-title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 2.75rem */
}
.accordion-image__item-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion-image__item-content {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  min-height: 0;
  overflow: hidden;
}
.accordion-image__item-content-inner {
  padding-bottom: 2.4rem;
}
.accordion-image__item-content-inner img {
  margin-top: 1.8rem;
}
.accordion-image__item-content-inner a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (min-width: 992px) {
  .accordion-image {
    margin-bottom: 16rem;
  }
  .accordion-image__images {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
  }
  .accordion-image__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .accordion-image__item-title {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .accordion-image__item-content {
    font-family: "Beatrice";
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .accordion-image__item-content-inner {
    padding-top: 0.4rem;
  }
  .accordion-image__item-content-inner img {
    display: none;
  }
}
.text-blocks {
  margin-bottom: 8rem;
}
.text-blocks__title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 3.25rem */
}
.text-blocks__grid-item {
  flex: 0 0 calc(50% - 2rem);
  border-bottom: 1px solid var(--gray--150, #CBCBCB);
  padding: 4.8rem 0;
  height: auto;
}
.text-blocks__grid-item-title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 2.31rem */
  margin-bottom: 0.8rem;
  width: 50%;
  text-wrap: balance;
}
.text-blocks__grid-item-text {
  font-family: Beatrice;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 2.175rem */
  color: rgba(0, 0, 0, 0.8);
}
.text-blocks__read-more {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}

@media (max-width: 992px) {
  .text-blocks__grid:has(.text-blocks__read-more) .text-blocks__grid-item:nth-child(3) {
    border-bottom: none;
  }
  .text-blocks__grid:has(.text-blocks__read-more) .text-blocks__grid-item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 992px) {
  body:has(.headroom--pinned) .text-blocks__title {
    top: 8.2rem;
  }
  .text-blocks {
    margin-bottom: 16rem;
  }
  .text-blocks__grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4rem;
  }
  .text-blocks__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    position: sticky;
    top: 3.2rem;
    transition: top 0.3s ease;
  }
  .text-blocks__grid-item {
    padding: 2.4rem 0;
  }
  .text-blocks__grid-item-title {
    font-family: "Beatrice";
    font-size: 2.2rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
  .text-blocks__grid-item-text {
    font-family: "Beatrice";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.45;
  }
  .text-blocks__read-more {
    display: none;
  }
}
.product-info-items {
  margin-bottom: 8rem;
}
.product-info-items__title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 3.25rem */
  margin-bottom: 1.2rem;
}
.product-info-items__description {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 2.25rem */
}
.product-info-items__description a {
  text-decoration: underline;
}
.product-info-items__description-small {
  font-family: Beatrice;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.2rem;
}
.product-info-items__grid {
  margin-top: 5.6rem;
}
.product-info-items__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
  padding: 2.4rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 8.2rem;
  border-top: 1px solid var(--gray--150, #CBCBCB);
}
.product-info-items__grid-item:last-child {
  border-bottom: 1px solid var(--gray--150, #CBCBCB);
}
.product-info-items__grid-item-text {
  font-family: "Beatrice";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
}
.product-info-items__grid-item-text strong {
  font-weight: 700;
  color: #181818;
}
.product-info-items__grid-item-text a {
  text-decoration: underline;
}
.product-info-items__grid-item-media {
  width: 18.2rem;
}

@media (min-width: 992px) {
  .product-info-items {
    margin-bottom: 16rem;
  }
  .product-info-items__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .product-info-items__description {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .product-info-items__description-small {
    font-family: "Beatrice";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: 2.4rem;
  }
  .product-info-items__grid {
    margin-top: 8rem;
    display: flex;
  }
  .product-info-items__grid:has(> *:nth-child(1)) .product-info-items__grid-item {
    aspect-ratio: 2/1;
  }
  .product-info-items__grid:has(> *:nth-child(2)) .product-info-items__grid-item {
    aspect-ratio: 37/30;
  }
  .product-info-items__grid:has(> *:nth-child(3)) .product-info-items__grid-item {
    aspect-ratio: 37/42;
  }
  .product-info-items__grid:has(> *:nth-child(4)) .product-info-items__grid-item {
    aspect-ratio: 37/52;
  }
  .product-info-items__grid-item {
    flex: 1 1 auto;
    aspect-ratio: 37/42;
    border-top: 1px solid var(--gray--150, #CBCBCB);
    border-right: 1px solid var(--gray--150, #CBCBCB);
  }
  .product-info-items__grid-item:last-child {
    border-right: none;
    border-bottom: none;
  }
  .product-info-items__grid-item-media {
    position: absolute;
    bottom: 8.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
  }
}
.wide-image {
  margin-bottom: 8rem;
}

@media (min-width: 992px) {
  .wide-image {
    margin-bottom: 8rem;
  }
}
.quote {
  margin-bottom: 8rem;
  text-align: center;
}
.quote__text {
  font-family: "GT Alpina";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.quote__author {
  font-family: "GT Alpina";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--black--200, #222);
}

@media (min-width: 992px) {
  .quote {
    margin-bottom: 16rem;
  }
  .quote__text {
    width: 120rem;
    font-family: "GT Alpina";
    font-size: 4.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    font-feature-settings: "ordn" on, "dlig" on;
    margin-left: auto;
    margin-right: auto;
  }
  .quote__author {
    font-family: "GT Alpina";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
.team {
  --progress: 0;
  margin-bottom: 8rem;
}
.team__members {
  display: flex;
  flex-wrap: wrap;
}
.team__member {
  width: var(--memberWidth);
  flex: 0 0 var(--memberWidth);
}
.team__member-image {
  margin-bottom: 1.2rem;
}
.team__member-image picture img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.team__member-info {
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.team__member-name {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}
.team__member-position {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}
.team__member-contact {
  font-family: "Beatrice";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
  max-width: 100%;
}
.team__member-contact:before, .team__member-contact:after {
  top: calc(100% - 2px);
  border-width: 1px;
}

@media (min-width: 992px) {
  .team {
    margin-bottom: 16rem;
  }
  .team__member-image {
    margin-bottom: 1.6rem;
  }
  .team__member-name {
    font-family: "Beatrice";
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .team__member-position {
    font-family: "Beatrice";
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .team__member-contact {
    font-family: "Beatrice";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .team__members {
    gap: 2rem;
  }
  .team__member {
    --memberWidth: calc(100% / 2 - 2rem / 2);
  }
  .team__member:nth-child(2n) {
    margin-top: 5.6rem;
    transform: translateY(calc(-11.2rem * var(--progress)));
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .team__members {
    gap: 3.2rem;
  }
  .team__member {
    --memberWidth: calc(100% / 3 - 3.2rem * 2 / 3);
  }
  .team__member:nth-child(3n+2) {
    margin-top: 3.2rem;
    transform: translateY(calc(-6.4rem * var(--progress)));
  }
  .team__member:not(:nth-child(3n+2)) {
    transform: translateY(calc(6.4rem * var(--progress) / 2));
  }
}
@media (min-width: 992px) {
  .team__members {
    gap: 5.6rem 4rem;
  }
  .team__member {
    --memberWidth: calc(100% / 5 - 4rem * 4 / 5);
  }
  .team__member:nth-child(5n+2), .team__member:nth-child(5n+4) {
    margin-top: 5.6rem;
  }
  .team__member:nth-child(5n+2) {
    transform: translateY(calc(-11.2rem * var(--progress)));
  }
  .team__member:nth-child(5n+4) {
    transform: translateY(calc(-11.2rem * var(--progress) / 2));
  }
  .team__member:not(:nth-child(5n+2)):not(:nth-child(5n+4)) {
    transform: translateY(calc(5.6rem * var(--progress)));
  }
}
.fc-module.template-gallery {
  padding: 32rem 0;
  margin: -32rem 0;
  overflow: hidden;
}

.production-process {
  background-color: #e7dfdd;
  padding: 4rem 2rem;
  margin-bottom: 8rem;
}
.production-process__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 5.6rem;
}
.production-process__navigation-item .project-page__linked-item-preview {
  transition: background 0.3s ease, color 0.3s ease;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #F3EFED;
  color: #000000;
}
.production-process__navigation-item.active .project-page__linked-item-preview {
  background: #000000;
  color: #ffffff;
}
.production-process__timeline-container {
  display: none;
}
.production-process__right-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.6rem;
}
.production-process__right-content-wrapper.show-more .production-process__right-content-show-more .less {
  display: inline;
}
.production-process__right-content-wrapper.show-more .production-process__right-content-show-more .more {
  display: none;
}
.production-process__step-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  display: none;
}
.production-process__step-content.mobile-active {
  display: flex;
}
.production-process__step-content-number {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.3368rem;
  background: var(--black--400, #000);
  color: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "salt" on, "ss01" on, "ss02" on;
  font-family: "ABC Marfa Mono";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 1.68rem */
}
.production-process__step-content-title {
  text-align: center;
  font-family: "Beatrice";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: #181818;
}
.production-process__step-content-image {
  width: 28rem;
}
.production-process__step-content-image picture img {
  aspect-ratio: 280/186;
  object-fit: contain;
}
.production-process__step-content-image figcaption {
  display: none;
}
.production-process__step-content-text {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  color: #444444;
  text-align: center;
}
.production-process__right-content-show-more {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-decoration: underline;
}
.production-process__right-content-show-more .less {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .production-process__right-content-wrapper {
    width: calc(100% - 14rem);
    margin-left: 7rem;
  }
}
@media (min-width: 992px) {
  .production-process {
    height: calc(100vh + 3000px);
    background-color: transparent;
    padding: 0;
    margin-bottom: 16rem;
  }
  .production-process__sticky-container {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
  }
  .production-process__left, .production-process__right {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
  }
  .production-process__left {
    height: 100%;
    background-color: #e7dfdd;
    position: relative;
  }
  .production-process__navigation {
    position: absolute;
    left: 3.2rem;
    top: 3.2rem;
    flex-direction: column;
    z-index: 10;
    margin-bottom: 0;
  }
  .production-process__navigation-item {
    cursor: pointer;
  }
  .production-process__timeline-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .production-process__timeline {
    position: absolute;
    left: 5rem;
    top: 3.6rem;
    width: calc(100% - 10rem);
    height: calc(100% - 7.2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .production-process__timeline.active {
    opacity: 1;
    pointer-events: auto;
  }
  .production-process__timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3019607843);
  }
  .production-process__timeline-step {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .production-process__timeline-step:nth-child(2n) .production-process__timeline-step-label {
    right: calc(100% + 1.2rem);
    left: unset;
    text-align: right;
  }
  .production-process__timeline-step.active .production-process__timeline-step-number {
    background: var(--black--400, #000);
    color: #ffffff;
  }
  .production-process__timeline-step.active .production-process__timeline-step-label {
    color: #000000;
  }
  .production-process__timeline-step-number {
    width: 3.8rem;
    height: 3.8rem;
    background-color: #f3efed;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray--200, #BBB);
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "salt" on, "ss01" on, "ss02" on;
    font-family: "ABC Marfa Mono";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.92rem */
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .production-process__timeline-step-label {
    position: absolute;
    top: 50%;
    left: calc(100% + 1.2rem);
    transform: translateY(-50%);
    font-family: "Beatrice";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.2);
    transition: color 0.3s ease;
    width: max-content;
    max-width: 30rem;
  }
  .production-process__right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16rem;
  }
  .production-process__right-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }
  .production-process__step-content {
    display: flex;
    gap: 0.8rem;
    grid-area: 1/1/1/1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .production-process__step-content.active {
    opacity: 1;
    pointer-events: auto;
  }
  .production-process__step-content-number {
    display: none;
  }
  .production-process__step-content-title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .production-process__step-content-image {
    width: 40rem;
  }
  .production-process__step-content-text {
    text-align: left;
  }
  .production-process__right-content-show-more {
    display: none;
  }
}
@media (hover: hover) {
  .production-process__navigation.mouse-in .project-page__linked-item-list-popup {
    opacity: 1;
  }
}
.share-cta__share-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--black--400-opacity-40, rgba(0, 0, 0, 0.4));
}
.share-cta__share-row-label {
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
}
.share-cta__share-row-items {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.share-cta__share-row-items .copy-link {
  cursor: pointer;
}
.share-cta__share-row-items a:before, .share-cta__share-row-items a:after {
  display: none !important;
}
.share-cta__share-row-items .icon {
  font-size: 2.4rem;
}
.share-cta__cta {
  margin-top: 5.6rem;
}
.share-cta__cta-label {
  font-family: Beatrice;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 3.78rem */
  margin-bottom: 2.4rem;
}
.share-cta__cta-button {
  width: max-content;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  display: flex;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}

@media (min-width: 992px) {
  .share-cta__share-row {
    padding: 2.4rem 0;
  }
  .share-cta__cta-label {
    font-family: "Beatrice";
    font-size: 6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
}
.projects-slider {
  padding: 0 2rem;
  margin-bottom: 12rem;
}
.projects-slider__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.projects-slider__slider {
  position: relative;
}
.projects-slider__slider .swiper {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  padding: 0 2rem;
}
.projects-slider__slider .swiper .swiper-wrapper .swiper-slide {
  width: max-content;
}
.projects-slider__slider .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 2rem;
}
.projects-slider__project {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 24.7rem;
}
.projects-slider__project-image picture img {
  aspect-ratio: 4/5;
  object-fit: cover;
  overflow: hidden;
}
.projects-slider__project-title {
  font-family: "Beatrice";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}
.projects-slider__slider-nav {
  display: none;
}

@media (min-width: 992px) {
  .projects-slider {
    padding: 0 17rem;
    margin-bottom: 16rem;
  }
  .projects-slider__slider-nav {
    position: absolute;
    left: -17rem;
    top: 21.7rem;
    padding: 0 3.2rem;
    width: calc(100% + 34rem);
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    overflow: hidden;
  }
  .projects-slider__slider-nav-item {
    flex: 0 0 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease 2s;
    pointer-events: auto;
    cursor: pointer;
  }
  .projects-slider__slider-nav-item .icon {
    font-size: 2rem;
    color: #ffffff;
  }
  .projects-slider__slider-nav-item.prev {
    transform: translateX(calc(-100% - 3.2rem));
  }
  .projects-slider__slider-nav-item.next {
    transform: translateX(calc(100% + 3.2rem));
  }
  .projects-slider__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .projects-slider__slider .swiper {
    left: -17rem;
    width: calc(100% + 34rem);
    padding: 0 17rem;
  }
  .projects-slider__slider .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 4rem;
  }
  .projects-slider__project {
    gap: 1.6rem;
    width: 37.4rem;
  }
  .projects-slider__project-title {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
}
@media (hover: hover) {
  .projects-slider:hover .projects-slider__slider-nav:not(.start) .prev {
    transform: none;
  }
  .projects-slider:hover .projects-slider__slider-nav:not(.end) .next {
    transform: none;
  }
  .projects-slider:hover .projects-slider__slider-nav-item {
    transition-delay: 0s;
  }
}
.home-hero__media-wrapper {
  position: relative;
  background-color: gray;
}
.home-hero__media {
  display: flex;
}
.home-hero__media video {
  height: auto;
  width: 100%;
  object-fit: cover;
  min-height: 150vh;
}
.home-hero__media video.desktop {
  display: none;
}
.home-hero__bottom-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-hero__bottom-sticky {
  width: 100%;
  position: sticky;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-hero__title {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
.home-hero__marquee-text {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  white-space: nowrap;
  display: flex;
  gap: 0.6rem;
  width: 24.6rem;
  overflow: hidden;
}
.home-hero__marquee-text span {
  animation: marquee-anim-intro-home 12s linear infinite forwards;
}
@keyframes marquee-anim-intro-home {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-hero__intro-text {
  margin-top: 8rem;
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 2.99rem */
}

@media (min-width: 992px) {
  .home-hero__media video {
    min-height: 200vh;
  }
  .home-hero__media video.mobile {
    display: none;
  }
  .home-hero__media video.desktop {
    display: initial;
  }
  .home-hero__bottom-text {
    padding: 0 3.2rem 5.6rem;
  }
  .home-hero__bottom-sticky {
    flex-direction: row;
    align-items: flex-end;
    bottom: 3.2rem;
  }
  .home-hero__title {
    flex: 0 0 65rem;
    font-family: "Beatrice";
    font-size: 3.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-right: 3.7rem;
  }
  .home-hero__marquee-text {
    width: 24.2rem;
    flex: 0 0 24.2rem;
  }
  .home-hero__intro-text {
    margin-top: 9.6rem;
    font-family: "Beatrice";
    font-size: 3.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
}
.latest-news__headline {
  margin-bottom: 2.4rem;
}
.latest-news__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.latest-news__desktop-link {
  display: none;
}
.latest-news__grid .swiper {
  padding: 0 2rem;
}
.latest-news__grid .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
  margin-right: 0.8rem;
}
.latest-news__grid .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.latest-news__news-preview {
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.6rem;
  border-radius: 0.4rem;
  background: var(--ebb, #E7DFDD);
  backdrop-filter: blur(15px);
  height: 100%;
}
.latest-news__news-preview-headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
.latest-news__news-preview-info {
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.latest-news__news-preview-image {
  width: 12rem;
  flex: 0 0 12rem;
}
.latest-news__news-preview-image picture img {
  aspect-ratio: 12/8;
  object-fit: cover;
  overflow: hidden;
}
.latest-news__news-preview-title {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.latest-news__news-preview-link {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-top: auto;
}
.latest-news__mobile-link {
  margin: 4rem auto 0;
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  width: max-content;
  max-width: 100%;
}

@media (min-width: 768px) {
  .latest-news__grid .swiper .swiper-wrapper .swiper-slide {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .latest-news__mobile-link {
    display: none;
  }
  .latest-news__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .latest-news__title {
    font-family: "Beatrice";
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .latest-news__desktop-link {
    display: inline-block;
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .latest-news__grid .swiper {
    width: 100%;
    padding: 0 3.2rem;
  }
  .latest-news__grid .swiper .swiper-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .latest-news__grid .swiper .swiper-wrapper .swiper-slide {
    width: calc(33.3333333333% - 1.6rem);
    margin-right: 2.4rem;
  }
  .latest-news__grid .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  .latest-news__news-preview-headline {
    margin-bottom: 4rem;
  }
  .latest-news__news-preview-info {
    font-family: "ABC Marfa Mono";
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on;
  }
  .latest-news__news-preview-image {
    width: 16rem;
    flex: 0 0 16rem;
  }
  .latest-news__news-preview-title {
    font-family: "Beatrice";
    font-size: 2.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 2.4rem;
  }
  .latest-news__news-preview-link {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
.projects-list figcaption {
  display: none;
}
.projects-list__featured-project-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
.projects-list__featured-project {
  position: relative;
}
.projects-list__featured-project-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  font-family: "Beatrice";
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  text-align: center;
  color: #ffffff;
  z-index: 20;
}
.projects-list__featured-headline {
  padding: 0 2rem;
  color: #000000;
}
.projects-list__featured-title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.projects-list__featured-link {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #000000;
}
.projects-list__projects-list {
  padding: 0.2rem 2rem;
  display: flex;
  gap: 1.6rem;
  overflow: auto;
}
.projects-list__project {
  flex: 0 0 28.5rem;
  width: 28.5rem;
}
.projects-list__project-image {
  margin-bottom: 1.2rem;
}
.projects-list__project-image picture img {
  aspect-ratio: 388/543;
  overflow: hidden;
  object-fit: cover;
}
.projects-list__project-image figcaption {
  display: none;
}
.projects-list__project-category {
  color: #444444;
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 0.4rem;
}
.projects-list__project-title {
  color: #000000;
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.projects-list__project-link {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #000000;
}

@media (min-width: 768px) {
  .projects-list__featured-project-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
  }
  .projects-list__featured-headline {
    flex: 0 0 calc(30% - 1.6rem);
    width: calc(30% - 1.6rem);
    margin-top: 5.6rem;
    padding: 0;
  }
  .projects-list__featured-project-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% - 4rem);
    transform: translate(-50%, -50%);
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    color: #ffffff;
    opacity: 1;
    z-index: 20;
    pointer-events: none;
    text-align: center;
  }
  .projects-list__featured-project {
    width: 70%;
    flex: 0 0 70%;
    position: relative;
  }
  .projects-list__featured-project picture img {
    height: calc(80vh - 4.8rem);
    aspect-ratio: auto;
    object-fit: cover;
  }
  .projects-list__featured-project .mon-medium--vimeo-video-player {
    height: calc(80vh - 4.8rem);
  }
  .projects-list__featured-project .stay-mini-preview__image {
    margin-bottom: 0;
  }
  .projects-list__featured-project .stay-mini-preview__headline {
    display: none;
  }
}
@media (min-width: 992px) {
  .projects-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 4rem;
    gap: 1.6rem;
  }
  .projects-list__featured-project-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    position: sticky;
    top: 0;
    margin-bottom: 0;
  }
  .projects-list__featured-project {
    width: 83.2rem;
    flex: 0 0 83.2rem;
  }
  .projects-list__featured-project-title {
    width: calc(100% - 7.2rem);
    font-family: "Beatrice";
    font-size: 4.4rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
  .projects-list__featured-project-image picture img {
    height: 100vh;
  }
  .projects-list__featured-headline {
    flex: 0 0 38.8rem;
    width: 38.8rem;
    margin-top: 5.6rem;
    padding: 0;
  }
  .projects-list__featured-title {
    font-family: "Beatrice";
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 1.6rem;
  }
  .projects-list__featured-link {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .projects-list__projects-list {
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
    padding: 0;
    overflow: visible;
  }
  .projects-list__project {
    flex: 0 0 100%;
    width: 100%;
  }
  .projects-list__project-image {
    margin-bottom: 2.4rem;
  }
  .projects-list__project-image picture img {
    aspect-ratio: 388/543;
    overflow: hidden;
    object-fit: cover;
  }
  .projects-list__project-category {
    font-family: "Beatrice";
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 0.8rem;
  }
  .projects-list__project-title {
    font-family: "Beatrice";
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .projects-list__project-link {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
.products-scroller {
  z-index: -1;
  margin-top: calc(-40vh - 12rem);
  margin-bottom: -12rem;
  position: relative;
}
.products-scroller__title-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20vh);
  pointer-events: none;
}
.products-scroller__title-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-scroller__titles {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.products-scroller__title {
  font-family: "Beatrice";
  font-size: 5.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.156rem;
  line-height: 1;
  font-size: 5rem;
  grid-area: 1/1/1/1;
  text-align: center;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.products-scroller__title span {
  opacity: 0;
  transform: translateY(-40px);
}
.products-scroller__content {
  position: relative;
  z-index: 2;
  padding-top: 60vh;
  padding-bottom: 40vh;
}
.products-scroller__item {
  margin-bottom: 10rem;
}
.products-scroller__item:last-child {
  margin-bottom: 0;
}
.products-scroller__item:nth-child(2n+1) {
  display: flex;
  justify-content: flex-end;
}
.products-scroller__item:not(.active) .products-scroller__item-image picture img {
  animation-play-state: paused;
}
.products-scroller__item-image-wrapper {
  display: block;
  width: calc(24rem * var(--widthScale));
  position: relative;
}
.products-scroller__item-image {
  width: 100%;
  position: relative;
  z-index: 2;
}
.products-scroller__item-image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products-scroller__item-image picture img {
  position: relative;
  object-fit: contain;
  width: 80%;
  animation: pulse-animation 3s infinite ease-out;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.02) translateY(-3.5%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@media (min-width: 768px) {
  .products-scroller__item-image-wrapper {
    width: calc(35rem * var(--widthScale));
  }
  .products-scroller__item {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .products-scroller {
    margin-top: calc(-20vh - 16rem);
    margin-bottom: -16rem;
  }
  .products-scroller__title {
    font-family: "Beatrice";
    font-size: 12rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.36rem;
    line-height: 0.95;
  }
  .products-scroller__item-image-wrapper {
    width: calc(65rem * var(--widthScale));
  }
  .products-scroller__content {
    padding-top: 40vh;
    padding-bottom: 20vh;
  }
  .products-scroller__item {
    padding: 0 4.4rem;
    margin-bottom: 0;
  }
}
.services-grid {
  padding: 8rem 0;
  background: #e7dfdd;
}
.services-grid__sticky-headline {
  margin-bottom: 3.2rem;
}
.services-grid__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 2.4rem;
}
.services-grid__link {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.services-grid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.8rem;
}
.services-grid__item {
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--black--300, #181818);
  min-width: 0;
}
.services-grid__item-icon {
  width: 6rem;
  height: 5.3rem;
  margin-bottom: 1.6rem;
}
.services-grid__item-icon picture {
  width: 100%;
  height: 100%;
}
.services-grid__item-icon picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-grid__item-title {
  color: var(--black--400, #000);
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  hyphens: auto;
}

@media (min-width: 992px) {
  .services-grid {
    padding: 8rem 0;
    background: #e7dfdd;
  }
  .services-grid__sticky-headline {
    position: sticky;
    top: 6rem;
    margin-bottom: 0;
  }
  .services-grid__title {
    font-family: "Beatrice";
    font-size: 3.6rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
  .services-grid__link {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .services-grid__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
  .services-grid__item {
    padding: 3.2rem 0;
  }
  .services-grid__item-icon {
    width: 7.5rem;
    height: 6.6rem;
    margin-bottom: 2.4rem;
  }
  .services-grid__item-title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
}
.erden-stories-row__title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 2.4rem;
  text-wrap: balance;
}
.erden-stories-row__grid {
  width: 100%;
}
.erden-stories-row__grid .swiper {
  padding: 0 2rem;
  left: -2rem;
  width: calc(100% + 4rem);
}
.erden-stories-row__grid .swiper .swiper-wrapper .swiper-slide {
  width: 26.3rem;
  margin-right: 1.6rem;
}
.erden-stories-row__grid .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.erden-stories-row__link {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
.erden-stories-row__link-button {
  display: flex;
  min-width: 4.3rem;
  min-height: 4.2rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #ffffff;
}

@media (min-width: 992px) {
  .erden-stories-row__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .erden-stories-row__grid .swiper {
    padding: 0;
    left: 0;
    width: 100%;
  }
  .erden-stories-row__grid .swiper .swiper-wrapper {
    display: flex;
    gap: 4rem;
  }
  .erden-stories-row__grid .swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(25% - 3rem);
    width: calc(25% - 3rem);
    margin-right: 0;
  }
  .erden-stories-row__link {
    margin-top: 5.6rem;
  }
}
.newsletter-signup {
  padding: 8rem 0;
  background: var(--ebb, #E7DFDD);
}
.newsletter-signup.idle .newsletter-signup__form {
  opacity: 0.7;
  pointer-events: none;
}
.newsletter-signup.success .newsletter-signup__form {
  display: none;
}
.newsletter-signup.success .newsletter-signup__success-box {
  display: flex;
}
.newsletter-signup__title {
  color: var(--black--400, #000);
  font-family: "Beatrice";
  font-size: 4rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 2.4rem;
  text-align: center;
  text-wrap: balance;
}
.newsletter-signup__form {
  width: 100%;
  transition: opacity 0.3s ease;
}
.newsletter-signup__form-input-wrapper input {
  width: 100%;
  font-family: "ABC Marfa Mono";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #000000;
  border-bottom: 1px solid var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
  padding: 2.4rem 0;
}
.newsletter-signup__form-input-wrapper input::placeholder {
  color: var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
}
.newsletter-signup__form-submit {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}
.newsletter-signup__form-submit button {
  display: flex;
  min-width: 4.3rem;
  min-height: 4.2rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #ffffff;
  cursor: pointer;
}
.newsletter-signup__success-box {
  display: none;
  width: 100%;
  height: 20rem;
  justify-content: center;
  text-align: center;
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .newsletter-signup {
    padding: 16rem 0;
  }
  .newsletter-signup__title {
    font-family: "Beatrice";
    font-size: 8rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 4.4rem;
  }
  .newsletter-signup__form-input-wrapper input {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .newsletter-signup__form-submit {
    margin-top: 4.4rem;
  }
  .newsletter-signup__success-box {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
}
.single.single-ltr_project .header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single.single-ltr_project .header.headroom--top:before {
  opacity: 0.5;
}

.post-type-archive-ltr_project .header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  mask: linear-gradient(180deg, #FFF 0%, #FFF 75%, rgba(255, 255, 255, 0) 99.99%);
}

body.in-footer-area .header {
  transform: translateY(-100%) !important;
}
body.in-footer-area .projects-page__table-active-image-container {
  opacity: 0;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}
.header.header-menu-open .icon-burger {
  display: none;
}
.header.header-menu-open .icon-burger-close {
  display: inline;
}
.header__right, .header__logo {
  position: relative;
}
.header__logo {
  display: block;
  width: 6.5rem;
  flex: 0 0 6.5rem;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  display: none;
  margin-top: 1rem;
}
.header__menu ul {
  list-style: none;
  padding: 0;
}
.header__menu > ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.header__menu > ul > li {
  position: relative;
}
.header__menu > ul > li.menu-item-has-children > a {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.header__menu > ul > li:not(.current-menu-item):not(.menu-item-has-children) > a {
  position: relative;
}
.header__menu > ul > li:not(.current-menu-item):not(.menu-item-has-children) > a:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #000000;
}
.header__menu > ul > li:not(.current-menu-item):not(.menu-item-has-children) > a:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.header__menu > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header__menu > ul > li.current-menu-item > a {
  position: relative;
}
.header__menu > ul > li.current-menu-item > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #000000;
}
.header__menu > ul > li.current-menu-item > a:hover:before {
  width: 0;
  right: 0;
  left: unset;
}
.header__menu > ul > li ul {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(2rem);
  border-radius: 0.4rem;
  border: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
  background: var(--white, #FFF);
  /* menu-shadow-2 */
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.06), 0px 3.285px 9.125px 0px rgba(0, 0, 0, 0.04), 0px 1.595px 4.43px 0px rgba(0, 0, 0, 0.03), 0px 0.782px 2.172px 0px rgba(0, 0, 0, 0.03), 0px 0.309px 0.859px 0px rgba(0, 0, 0, 0.02);
}
.header__menu > ul > li ul:before {
  content: "";
  position: absolute;
  top: -2rem;
  height: 2rem;
  width: 100%;
}
.header__menu > ul > li ul > li a {
  display: block;
  padding: 1.4rem 4rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.header__menu > ul > li ul > li:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.header__menu-item-label {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  white-space: nowrap;
}
.header__menu-item-label .icon {
  font-size: 0.6rem;
  padding-top: 0.3rem;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: max-content;
}
.header__language-switcher {
  display: block;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-transform: uppercase;
}
.header__menu-trigger {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0.4rem;
  cursor: pointer;
}
.header__menu-trigger .icon {
  font-size: 1.6rem;
}
.header__menu-trigger .icon-burger-close {
  display: none;
}

@media (min-width: 992px) {
  .header {
    padding: 3.2rem;
    align-items: flex-start;
  }
  .header__menu {
    display: flex;
  }
  .header__language-switcher {
    display: block;
  }
  .header__menu-trigger {
    padding: 1.2rem;
  }
}
*[data-trigger-overlay] {
  cursor: pointer;
}

.overlay-page-viewer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.overlay-page-viewer main {
  padding-top: 6.4rem;
}
.overlay-page-viewer--visible {
  display: block;
  opacity: 1;
}
.overlay-page-viewer__close-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
}
.overlay-page-viewer__body {
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: #ffffff;
  transform: translateY(15%) scale(0.98);
  transition: opacity 0.2s ease, transform 0.3s ease;
  opacity: 0;
}
.overlay-page-viewer__body--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.overlay-page-viewer__close {
  position: absolute;
  top: 0;
  right: 2rem;
  transform: translateY(-50%);
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  z-index: 5;
}
.overlay-page-viewer__page-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (min-width: 768px) {
  .page-person ~ footer {
    background: linear-gradient(90deg, var(--theme-color, #000) 0%, var(--theme-color, #000) 50%, white 50.1%, white 100%);
  }
}
.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s ease 1s;
}
.global-menu.opened {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.global-menu.opened .global-menu__background-image {
  opacity: 1;
  transition-delay: 0s;
}
.global-menu.opened .global-menu__content {
  transform: translateY(0);
  transition-delay: 0s;
}
.global-menu__background-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
  pointer-events: none;
}
.global-menu__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-menu__close-button {
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  gap: 0.6rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 3;
}
.global-menu__close-button .icon {
  font-size: 1.6rem;
}
.global-menu__content {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 4rem;
  width: calc(100% - 8rem);
  margin-left: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-color: #ffffff;
  z-index: 2;
  transform: translateY(calc(100% + 4rem));
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
.global-menu__menus-wrapper ul {
  list-style: none;
  padding: 0;
}
.global-menu__menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.global-menu__menu {
  position: relative;
  padding: 4rem;
  border-right: 1px solid var(--gray--65, #E6E6E6);
  border-bottom: 1px solid var(--gray--65, #E6E6E6);
}
.global-menu__menu.menu-id-lte .global-menu__menu-logo img {
  width: 5.8rem;
}
.global-menu__menu.menu-id-erden .global-menu__menu-logo img {
  width: 7.4rem;
}
.global-menu__menu.menu-id-lehmit .global-menu__menu-logo img {
  width: 4.8rem;
}
.global-menu__menu.menu-id-karak .global-menu__menu-logo img {
  width: 7.4rem;
}
.global-menu__menu.menu-id-lehmo .global-menu__menu-logo img {
  width: 7.4rem;
}
.global-menu__menu.menu-id-kasein .global-menu__menu-logo img {
  width: 16.2rem;
}
.global-menu__menu-logo {
  height: 6.7rem;
  margin-bottom: 4rem;
}
.global-menu__menu-nav.depth-0 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 16rem;
}
.global-menu__menu-nav.depth-0 > .global-menu__menu-item > .global-menu__menu-item-label {
  position: relative;
  width: max-content;
}
.global-menu__menu-nav.depth-0 > .global-menu__menu-item > .global-menu__menu-item-label:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 1px;
  transition: width 0.3s ease;
  background-color: #000000;
  pointer-events: none;
}
.global-menu__menu-nav.depth-0 > .global-menu__menu-item > .global-menu__menu-item-label:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.global-menu__menu-item {
  position: relative;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  visibility: visible !important;
}
.global-menu__menu-item--has-children {
  width: max-content;
  max-width: 100%;
}
@media (min-width: 992px) {
  .global-menu__menu-item--has-children:hover ul {
    pointer-events: auto;
    opacity: 1;
  }
}
.global-menu__menu-item--has-children ul {
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  border-radius: 0.4rem;
  border: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
  background: var(--white, #FFF);
  /* menu-shadow-2 */
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.06), 0px 3.285px 9.125px 0px rgba(0, 0, 0, 0.04), 0px 1.595px 4.43px 0px rgba(0, 0, 0, 0.03), 0px 0.782px 2.172px 0px rgba(0, 0, 0, 0.03), 0px 0.309px 0.859px 0px rgba(0, 0, 0, 0.02);
}
.global-menu__menu-item--has-children ul li a {
  display: block;
  padding: 1.4rem 4rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  white-space: nowrap;
}
.global-menu__menu-item--has-children ul li:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.global-menu__menu-item-label {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  position: relative;
}
.global-menu__menu-item-label .icon {
  font-size: 0.6rem;
}
.global-menu__menu-description {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #6e6e6e;
  margin-top: 4rem;
}
.global-menu__menu-item-link-container {
  width: 100%;
  height: 16rem;
}
.global-menu__menu-item-link-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.global-menu__global-menu-sidebar {
  padding-right: 4rem;
}
.global-menu__sidebar {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding-top: 4rem;
  padding-right: 4rem;
}
.global-menu__sidebar-block-title {
  color: var(--black--400, #000);
  font-family: "ABC Marfa Mono";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.3rem */
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
.global-menu__sidebar-block-news {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.global-menu__sidebar-block-news-preview {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid var(--gray--65, #E6E6E6);
}
.global-menu__sidebar-block-news-preview-image {
  flex: 0 0 12.4rem;
  width: 12.4rem;
}
.global-menu__sidebar-block-news-preview-image picture img {
  aspect-ratio: 12/8;
  object-fit: cover;
}
.global-menu__sidebar-block-news-preview-image figcaption {
  display: none;
}
.global-menu__sidebar-block-news-preview-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.global-menu__sidebar-block-news-preview-category {
  color: var(--gray--260, #757575);
  font-variant-numeric: ordinal;
  font-feature-settings: "dlig" on;
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.1rem */
  text-transform: uppercase;
}
.global-menu__sidebar-block-news-preview-title {
  color: var(--black--300, #181818);
  font-family: Beatrice;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
}
.global-menu__sidebar-block-news-preview-date {
  color: var(--gray--250, #969696);
  font-variant-numeric: ordinal;
  font-feature-settings: "dlig" on;
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 1.21rem */
  text-transform: uppercase;
}
.global-menu__sidebar-block-more-link {
  display: block;
  margin-top: 2.4rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.global-menu__sidebar-block-stories {
  display: flex;
  gap: 1.6rem;
}
.global-menu__sidebar-block-story {
  flex: 0 0 calc(50% - 0.8rem);
  width: calc(50% - 0.8rem);
}
.global-menu__sidebar-block-story-image {
  margin-bottom: 1.6rem;
}
.global-menu__sidebar-block-story-image picture img {
  aspect-ratio: 21/27;
  object-fit: cover;
}
.global-menu__sidebar-block-story-image figcaption {
  display: none;
}
.global-menu__sidebar-block-story-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.global-menu__sidebar-block-story-category {
  color: var(--gray--260, #757575);
  font-feature-settings: "dlig" on, "ss01" on;
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.1rem */
  text-transform: uppercase;
}
.global-menu__sidebar-block-story-title {
  color: var(--black--400, #000);
  font-feature-settings: "dlig" on, "ss01" on, "ss04" on;
  font-family: "GT Alpina";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 1.995rem */
}
.global-menu__sidebar-block-story-author {
  color: var(--gray--275, #6E6E6E);
  font-feature-settings: "dlig" on, "ss01" on, "ss04" on;
  font-family: Beatrice;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.4rem */
}
.global-menu__sidebar-block-story-reading-time {
  color: var(--gray--260, #757575);
  font-feature-settings: "dlig" on, "ss01" on;
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.1rem */
  text-transform: uppercase;
  margin-top: 0.8rem;
}
.global-menu__menu-mobile-open, .global-menu__menu-mobile-external-link {
  display: none;
}
.global-menu__menu-main-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 992px) {
  .global-menu__close-button {
    right: 2rem;
  }
  .global-menu__content {
    grid-template-columns: 1fr;
    grid-gap: 0;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .global-menu__menus {
    grid-template-columns: 1fr;
  }
  .global-menu__menu {
    position: relative;
    display: grid;
    grid-template-rows: max-content 0fr max-content;
    transition: grid-template-rows 0.3s ease;
    padding: 2.4rem 2rem;
  }
  .global-menu__menu.opened {
    grid-template-rows: max-content 1fr max-content;
  }
  .global-menu__menu.always-opened {
    grid-template-rows: max-content 1fr max-content;
  }
  .global-menu__menu.always-opened .global-menu__menu-mobile-open {
    display: none;
  }
  .global-menu__menu-logo {
    height: 6.7rem;
    margin-bottom: 2.4rem;
  }
  .global-menu__menu-nav {
    height: auto;
    min-height: 0;
    overflow: hidden;
    gap: 1.6rem;
  }
  .global-menu__menu-nav.depth-0 {
    height: auto;
  }
  .global-menu__menu-item {
    font-family: "ABC Marfa Mono";
    font-size: 2.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .global-menu__menu-item-label .icon {
    font-size: 0.8rem;
  }
  .global-menu__menu-item-link-container {
    height: 0;
  }
  .global-menu__menu-description {
    font-family: "ABC Marfa Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .global-menu__sidebar {
    padding: 0;
    gap: 0;
  }
  .global-menu__sidebar-block {
    padding: 3.2rem 2rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .global-menu__sidebar-block-title {
    margin-bottom: 2.4rem;
  }
  .global-menu__sidebar-block-story-image {
    margin-bottom: 1.2rem;
  }
  .global-menu__sidebar-block-story-title {
    font-family: "GT Alpina";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .global-menu__sidebar-block-story-author {
    font-family: "Beatrice";
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .global-menu__sidebar-block-news-preview {
    padding-bottom: 1.6rem;
  }
  .global-menu__menu-mobile-open {
    position: absolute;
    right: 2rem;
    top: 2rem;
    text-transform: uppercase;
    font-family: "ABC Marfa Mono";
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .global-menu__menu-mobile-open .icon {
    font-size: 1.6rem;
    line-height: 1;
  }
  .global-menu__menu-mobile-external-link {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
  }
  .global-menu__menu-mobile-external-link .icon {
    font-size: 1.6rem;
  }
  .overlay:has(.global-menu__menu-nav) .overlay__content-wrapper {
    height: auto;
  }
  .overlay:has(.global-menu__menu-nav) .overlay__content-wrapper .global-menu__menu-nav {
    gap: 0;
    margin: 0;
    padding: 2.4rem 2rem;
    background-color: #f3efed;
    list-style: none;
  }
  .overlay:has(.global-menu__menu-nav) .overlay__content-wrapper .global-menu__menu-nav:after {
    content: attr(data-close-button-label);
    text-align: center;
    height: 3.6rem;
    display: flex;
    font-family: "ABC Marfa Mono";
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
  }
  .overlay:has(.global-menu__menu-nav) .overlay__content-wrapper .global-menu__menu-item {
    font-family: "ABC Marfa Mono";
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .overlay:has(.global-menu__menu-nav) .overlay__content-wrapper .global-menu__menu-item a {
    padding: 1.6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .global-menu__content {
    width: calc(100% - 18rem);
    margin-left: 9rem;
  }
}
.footer {
  margin-top: -100vh;
  position: relative;
  z-index: 1;
  filter: brightness(var(--progress, 0));
}
.footer:after {
  position: relative;
  height: 100vh;
  display: block;
}
.footer .global-menu {
  position: relative;
  opacity: 1;
  z-index: 10;
  padding: 16rem 0 8rem;
  overflow: visible;
  min-height: 100vh;
  height: 100%;
  padding-top: calc(100vh + 16rem);
}
.footer .global-menu.opened .global-menu__content {
  transform: none;
}
.footer .global-menu__background-image {
  position: absolute;
  opacity: 1;
  transition: none;
}
.footer .global-menu__background-image img {
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
}
.footer .global-menu__close-button {
  display: none;
}
.footer .global-menu__content {
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(60vh);
}

.cursor {
  display: none;
}

@media (hover: hover) {
  .cursor {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    pointer-events: none;
    transform: translate(var(--translateX), var(--translateY)) rotate(var(--rotate));
    --translateX: 0px;
    --translateY: 0px;
    --rotate: 0deg;
  }
  .cursor[data-position=left] .cursor__content {
    transform: translate(calc(-100% - 1rem), 1rem) rotateX(-90deg);
  }
  .cursor.visible .cursor__content {
    transform: translate(1rem, 1rem) rotateX(0deg) rotateZ(0) perspective(100px);
  }
  .cursor.visible[data-position=left] .cursor__content {
    transform: translate(calc(-100% - 1rem), 1rem) rotateX(0deg) rotateZ(0) perspective(100px);
  }
  .cursor[data-type="2"] .cursor__content {
    border-radius: 0.4rem;
    padding: 1.2rem;
    max-width: 30rem;
  }
  .cursor[data-type="2"] .cursor__content-title {
    margin-bottom: 0.4rem;
    text-transform: initial;
  }
  .cursor__content {
    padding: 0.6rem;
    background-blend-mode: screen;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.3rem;
    transform: translate(1rem, 1rem) rotateX(-90deg) rotateZ(20deg) perspective(100px);
    transform-origin: left top;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
  .cursor__content-title {
    font-family: "ABC Marfa Mono";
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    text-transform: uppercase;
    max-width: 30rem;
  }
}
@keyframes idle-main-anim {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(0, 0.5rem);
  }
  66% {
    transform: translate(0, 0.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes idle-content-anim {
  0% {
    transform: translate(0, 0) rotateZ(0deg);
  }
  33% {
    transform: rotateZ(5deg) translate(0, 0.5rem);
  }
  66% {
    transform: rotateZ(-5deg) translate(0, 0.5rem);
  }
  100% {
    transform: rotateZ(0deg) translate(0, 0);
  }
}
.web-switcher {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transform: translate(110%, 110%);
  cursor: pointer;
  box-shadow: -20px 0 30px 0 rgba(0, 0, 0, 0.4);
}
.web-switcher iframe {
  width: 100%;
  height: 100vh;
  border: none;
  pointer-events: none;
}

html {
  --termsfeed-privacy-consent--banner-background-color: #F2F2F2 !important;
  --termsfeed-privacy-consent--banner-text-color: #000 !important;
  --termsfeed-privacy-consent--button-background-color: #000 !important;
  --termsfeed-privacy-consent--button-text-color: #FFF !important;
}

.termsfeed-pc1-notice-banner a {
  color: #000000 !important;
  background-color: transparent !important;
}
.termsfeed-pc1-notice-banner a:hover {
  color: #000000 !important;
}
.termsfeed-pc1-notice-banner-layout {
  width: calc(100vw - 4rem) !important;
  left: 2rem !important;
  bottom: 2rem !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 0.4rem !important;
  border: 1px solid #dddddd !important;
  box-shadow: 0px 1.16225px 1.49432px 0px rgba(0, 0, 0, 0.02), 0px 2.79304px 3.59106px 0px rgba(0, 0, 0, 0.02), 0px 5.25905px 6.76164px 0px rgba(0, 0, 0, 0.03), 0px 9.38125px 12.06161px 0px rgba(0, 0, 0, 0.04), 0px 17.5466px 22.55991px 0px rgba(0, 0, 0, 0.04), 0px 42px 54px 0px rgba(0, 0, 0, 0.06);
  font-variant-numeric: ordinal slashed-zero !important;
  font-feature-settings: "dlig" on !important;
  /* l--footer-logo-caption--12-130 */
  font-family: "Beatrice" !important;
  font-size: 1.4rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important; /* 1.56rem */
  box-shadow: 0px 0px 100vh 100vh rgba(0, 0, 0, 0.6) !important;
}
.termsfeed-pc1-notice-banner-content p {
  font-family: "Beatrice" !important;
  font-size: 1.4rem !important;
  line-height: 1.4 !important;
}
.termsfeed-pc1-notice-banner-content-weusecookies {
  font-family: "Beatrice" !important;
  font-size: 1.4rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important; /* 1.56rem */
}
.termsfeed-pc1-notice-banner-inner {
  display: block !important;
  padding: 2.4rem 1.6rem 1.4rem !important;
}
.termsfeed-pc1-notice-banner-footer-acceptall-button {
  border-radius: 0.4rem !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: "ABC Marfa Mono" !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  border: 2px solid transparent !important;
  margin-bottom: 1rem !important;
}
.termsfeed-pc1-notice-banner-footer-rejectall-button {
  border-radius: 0.4rem !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: "ABC Marfa Mono" !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  border: 2px solid #000000 !important;
  margin-bottom: 1rem !important;
}
.termsfeed-pc1-notice-banner-footer-close-button {
  color: #dddddd !important;
  font-family: "ABC Marfa Mono" !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  margin-bottom: 1rem !important;
}
.termsfeed-pc1-notice-banner-footer {
  padding-left: 0 !important;
}
.termsfeed-pc1-notice-banner-buttons {
  justify-content: flex-start !important;
  margin-top: 1.6rem !important;
}
.termsfeed-pc1-notice-banner-buttons button {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}
.termsfeed-pc1-notice-banner-buttons button:first-child {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .termsfeed-pc1-notice-banner-layout {
    width: 66.6666666667vw !important;
    left: 16.6666666667vw !important;
  }
}
@media (min-width: 992px) {
  .termsfeed-pc1-notice-banner-layout {
    width: 47.7rem !important;
    top: 50% !important;
    bottom: unset !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
.simple-page {
  padding-top: 18rem;
  padding-bottom: 16rem;
}
.simple-page__title {
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
.simple-page__content {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  color: #444444;
}
.simple-page__content h2 {
  font-family: "Beatrice";
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #000000;
}
.simple-page__content strong {
  font-weight: 600;
}
.simple-page__content a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .simple-page__title {
    font-family: "Beatrice";
    font-size: 10rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 8rem;
  }
  .simple-page__content {
    font-family: "Beatrice";
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .simple-page__content h2 {
    font-family: "Beatrice";
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 4rem;
}
.error-page__title {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 2.4rem;
}
.error-page__description {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.error-page__link {
  width: max-content;
  max-width: 100%;
  display: flex;
  min-width: 4.3rem;
  min-height: 4.2rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: var(--white, #FFF);
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 10rem;
  }
  .error-page__title {
    font-family: "Beatrice";
    font-size: 6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 3.2rem;
  }
  .error-page__description {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 3.2rem;
    max-width: 78.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-page {
  padding-top: 0;
  background-color: #f3efed;
}
.project-page .container-fluid:has(.project-page__gallery) {
  overflow: hidden;
  padding-top: 32rem;
  padding-bottom: 32rem;
  margin-top: -32rem;
  margin-bottom: -32rem;
}
.project-page__project-pagination {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  gap: 0.8rem;
  z-index: 100;
}
.project-page__project-pagination-item {
  display: block;
  padding: 1.2rem;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0.4rem;
  text-decoration: none;
}
.project-page__project-pagination-item .icon {
  font-size: 1.6rem;
}
.project-page__hero-image {
  margin-bottom: 3.2rem;
}
.project-page__hero-image figcaption {
  display: none;
}
.project-page__hero-image picture img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.project-page__hero-image-landscape {
  display: none;
}
.project-page__title {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 3.2rem;
  hyphens: auto;
}
.project-page__description {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 8rem;
}
.project-page__description.show-full .project-page__description-additional-text {
  display: block;
}
.project-page__description.show-full .project-page__description-read-more {
  display: none;
}
.project-page__description a {
  text-decoration: underline;
}
.project-page__description-additional-text {
  display: none;
}
.project-page__description-read-more {
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-top: 3.2rem;
  text-decoration: underline;
  cursor: pointer;
}
.project-page__meta-block {
  display: flex;
  gap: 5rem;
  margin-bottom: 8rem;
}
.project-page__meta-image {
  flex: 0 0 10rem;
}
.project-page__meta-info {
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 0.6rem;
  color: rgba(0, 0, 0, 0.8);
}
.project-page__meta-feature {
  padding: 1.6rem 0;
  border-bottom: 1px solid #000000;
}
.project-page__meta-feature-text {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.project-page__meta-feature-label {
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
.project-page__main-info-block {
  margin-bottom: 8rem;
}
.project-page__info-grid-wrapper {
  margin-bottom: 8rem;
}
.project-page__info-grid-wrapper:has(.project-page__info-grid-item:nth-child(9)) .project-page__info-grid-show-more {
  display: block;
}
.project-page__info-grid-wrapper:has(.project-page__info-grid-item:nth-child(9)):has(.project-page__info-grid-show-more) .project-page__info-grid-item:nth-child(n+9) {
  display: none;
}
.project-page__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6em;
}
.project-page__info-grid-item-title {
  font-family: "ABC Marfa Mono";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.project-page__info-grid-item-text {
  hyphens: auto;
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-size: 1.4rem;
  line-height: 1.2;
}
.project-page__info-grid-item-text a {
  position: relative;
  width: max-content;
  max-width: 100%;
}
.project-page__info-grid-item-text a:before, .project-page__info-grid-item-text a:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.2em);
  border-top: 0.1rem solid #000000;
  transition: width 0.3s ease;
  pointer-events: none;
}
.project-page__info-grid-item-text a:before {
  left: 0;
  width: 100%;
  transition-delay: 0.3s;
}
.project-page__info-grid-item-text a:after {
  width: 0;
  right: 0;
}
.project-page__info-grid-item-text a:hover:before {
  right: 0;
  width: 0;
  left: unset;
  transition-delay: 0s;
}
.project-page__info-grid-item-text a:hover:after {
  width: 100%;
  right: unset;
  left: 0;
  transition-delay: 0.3s;
}
.project-page__info-grid-show-more {
  cursor: pointer;
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-decoration: underline;
  margin-top: 3.2rem;
  display: none;
}
.project-page__linked-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.project-page__linked-item.mouse-in .project-page__linked-item-list-popup {
  opacity: 1;
}
.project-page__linked-item-title {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.project-page__linked-item-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.project-page__linked-item-preview {
  position: relative;
  display: flex;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  border-radius: 0.3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #E7DFDD;
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
.project-page__linked-item-preview .icon {
  font-size: 2.2rem;
}
.project-page__linked-item-preview-overlay-text {
  display: none;
}
.project-page__linked-item-list-popup {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 34rem;
  padding: 1.2rem;
  gap: 0.4rem;
  border-radius: 0.3rem;
  border: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
  background: var(--ebb, #E7DFDD);
  backdrop-filter: blur(10px);
  z-index: 10;
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project-page__gallery {
  margin-bottom: 8rem;
}
.project-page__gallery-nav-wrapper {
  margin-bottom: 4rem;
}
.project-page__gallery-nav {
  display: flex;
  gap: 1.6rem;
}
.project-page__gallery-nav span {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.3019607843);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.project-page__gallery-nav span.active {
  color: #000000;
  cursor: default;
}
.project-page__gallery-single {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem 2rem;
}
.project-page__gallery-single.active {
  display: grid;
}
.project-page__gallery-single-item {
  position: relative;
  align-self: flex-end;
  cursor: pointer;
}
.project-page__gallery-single-item:hover {
  z-index: 20;
}
.project-page__gallery-single-item:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 10;
  pointer-events: none;
}
.project-page__gallery-single-item:hover .project-page__gallery-single-item-overlay {
  opacity: 1;
}
.project-page__gallery-single-item a {
  display: flex;
}
.project-page__gallery-single-item video {
  width: 100%;
  pointer-events: none;
}
.project-page__gallery-single-item figcaption {
  position: absolute;
  top: calc(100% + 0.8rem);
  font-family: "Beatrice";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
}
.project-page__gallery-single-item-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250%;
  pointer-events: none;
  opacity: 0;
}
.project-page__gallery-single-item-overlay figcaption {
  display: none;
}
.project-page__related-stories {
  margin-bottom: 8rem;
}
.project-page__related-stories-title {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 5.6rem;
}
.project-page__related-stories-grid {
  row-gap: 16rem;
}
.project-page__related-stories-grid:has(> *:nth-child(4)) > *:nth-child(3) {
  padding-top: 22rem;
}
.project-page__further-information-title {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 4rem;
}
.project-page__info-items-overlay-container {
  display: none;
}
.project-page__contact-button {
  display: block;
  margin: 2rem 0;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  padding: 1.2rem;
  color: #ffffff;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 992px) {
  .project-page__gallery-nav-wrapper {
    position: relative;
    left: -2rem;
    width: calc(100% + 4rem);
  }
  .project-page__gallery-nav-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background: linear-gradient(270deg, #f3efed 2rem, rgba(243, 239, 237, 0) 5rem);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .project-page__gallery-nav-wrapper:has(.scroll-end):after {
    transition-duration: 0.6s;
    opacity: 0;
  }
  .project-page__gallery-nav {
    width: 100%;
    overflow: auto;
    padding: 0 2rem;
  }
  .project-page__gallery-single-item-overlay {
    display: none;
  }
  .project-page__contact-button {
    display: none;
  }
}
@media (min-width: 768px) {
  .project-page__hero-image {
    margin-bottom: 4rem;
  }
  .project-page__hero-image picture img {
    aspect-ratio: 4/3;
  }
  .project-page__hero-image-landscape {
    display: block;
  }
  .project-page__hero-image-portrait {
    display: none;
  }
  .project-page__gallery-single {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .project-page__gallery-nav-wrapper {
    left: -10rem;
    width: calc(100% + 20rem);
  }
  .project-page__gallery-nav {
    padding: 0 10rem;
  }
}
@media (min-width: 992px) {
  .project-page__project-pagination {
    right: 1.6rem;
    bottom: 1.6rem;
    gap: 0.4rem;
  }
  .project-page__project-pagination-item {
    padding: 0.8rem;
    border-radius: 0.4rem;
  }
  .project-page__project-pagination-item .icon {
    font-size: 1.4rem;
  }
  .project-page__hero-image picture img {
    aspect-ratio: 16/7;
  }
  .project-page__title {
    font-family: "Beatrice";
    font-size: 6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 5.6rem;
  }
  .project-page__description {
    font-family: "Beatrice";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .project-page__meta-block {
    position: sticky;
    top: 8rem;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .project-page__meta-block:not(:has(.project-page__meta-image)) {
    top: 4rem;
  }
  .project-page__meta-image {
    flex: 1 1 auto;
    width: 10rem;
    margin-bottom: 2.4rem;
  }
  .project-page__meta-info {
    margin-bottom: 0;
    font-family: "Beatrice";
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .project-page__meta-feature {
    padding: 2rem 0;
  }
  .project-page__meta-feature-text {
    font-family: "Beatrice";
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 0.2rem;
  }
  .project-page__meta-feature-label {
    font-family: "ABC Marfa Mono";
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .project-page__main-info-block {
    margin-bottom: 16rem;
  }
  .project-page__info-grid {
    width: calc(85.7142857143% - 2rem);
    grid-gap: 3.2rem;
  }
  .project-page__info-grid-item-text {
    font-family: "Beatrice";
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .project-page__gallery {
    margin-bottom: 16rem;
  }
  .project-page__gallery-single {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 4rem;
  }
  .project-page__gallery-nav-wrapper {
    margin-bottom: 5.6rem;
  }
  .project-page__gallery-nav {
    gap: 3.2rem;
  }
  .project-page__gallery-nav span {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .project-page__related-stories {
    margin-bottom: 16rem;
  }
  .project-page__further-information-title {
    padding-top: 1.8rem;
    margin-bottom: 0;
  }
}
.services-page {
  padding-bottom: 0;
}
.services-page__headline {
  margin-bottom: 5.6rem;
}
.services-page__title {
  margin-bottom: 1.2rem;
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #181818;
}
.services-page__description {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.services-page__grid-title {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #181818;
  margin-bottom: 1.6rem;
}
.services-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
  margin-bottom: 8rem;
}
.services-page__box {
  height: 100%;
  padding: 1.6rem 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background-color: #e7dfdd;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.services-page__box.product {
  background-color: #dac8c7;
}
.services-page__box-icon {
  width: 7.5rem;
  height: 6.6rem;
  margin-bottom: 1.6rem;
}
.services-page__box-icon picture {
  width: 100%;
  height: 100%;
}
.services-page__box-icon picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-page__box-title {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 2.42rem */
  margin-bottom: 1.6rem;
  width: 60%;
}
.services-page__box-description {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6980392157);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 1.6rem;
}
.services-page__box-story-trigger {
  cursor: pointer;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-bottom: 0.4rem;
  padding-bottom: 0.8rem;
  margin-top: auto;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.services-page__box-story-trigger:before, .services-page__box-story-trigger:after {
  top: calc(100% + 2px - 0.8rem);
}
.services-page__box-read-more {
  cursor: pointer;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-top: auto;
}

@media (min-width: 992px) {
  .services-page__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .services-page__description {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    text-indent: 10.4rem;
  }
  .services-page__headline {
    margin-bottom: 8rem;
  }
  .services-page__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3.2rem;
    margin-bottom: 16rem;
  }
  .services-page__box {
    padding: 3.2rem;
  }
  .services-page__box-icon {
    margin-bottom: 2.4rem;
  }
  .services-page__box-title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 3.2rem;
    min-height: 2.2em;
  }
  .services-page__box-description {
    font-family: "Beatrice";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .services-page__box-story-trigger {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .services-page__box-read-more {
    font-family: "ABC Marfa Mono";
    font-size: 1.7rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
@media (max-width: 992px) {
  .projects-page {
    padding-top: 12rem;
  }
  .projects-page.scrolling .projects-page__table-active-image-container {
    opacity: 1;
  }
  .projects-page__table-active-image-container {
    opacity: 0;
  }
  .projects-page__filter-overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    padding: 0;
  }
  .projects-page__filter-overlay-items {
    overflow: auto;
    padding: 0 2rem;
  }
  .projects-page__filter-footer {
    height: 5.6rem;
    flex: 0 0 5.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
}
.projects-page {
  min-height: 100vh;
}
.projects-page--grid-view .projects-page__grid-view {
  display: block;
}
.projects-page--grid-view .projects-page__table-active-image-container {
  opacity: 0 !important;
}
.projects-page--list-view .projects-page__table-view {
  display: block;
}
.projects-page__table-view {
  display: none;
}
.projects-page__grid-view {
  display: none;
  min-height: 100vh;
}
.projects-page + footer {
  display: none;
}
.projects-page__nothing-found {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  text-align: center;
  padding: 0 2rem;
}
.projects-page__nothing-found-title {
  font-family: "ABC Marfa Mono";
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.projects-page__nothing-found-reset {
  width: max-content;
  max-width: 100%;
  display: flex;
  min-width: 4.3rem;
  min-height: 4.2rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: var(--white, #FFF);
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.projects-page__filter-last-update {
  display: none;
}
.projects-page__table-content {
  display: flex;
  flex-direction: column;
}
.projects-page__filter-overlay-container {
  display: none;
}
.projects-page__filter-overlay {
  width: 60rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #f3efed;
}
.projects-page__filter-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.projects-page__filter-item.opened .search-filter-label:after {
  transform: rotate(45deg);
}
.projects-page__filter-item .search-filter-label {
  font-family: "ABC Marfa Mono";
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
  margin: 0;
  cursor: pointer;
}
.projects-page__filter-item .search-filter-label:after {
  content: "\e92f";
  font-family: "LTE" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.6rem;
  transition: transform 0.3s ease;
}
.projects-page__filter-item .search-filter-label span.amount {
  margin-right: auto;
  margin-left: 0.6rem;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 99.9rem;
  background: var(--black--400, #000);
  color: var(--white, #FFF);
  text-align: center;
  font-family: "ABC Marfa Mono";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1rem */
  letter-spacing: -0.03rem;
}
.projects-page__filter-item .search-filter-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.projects-page__filter-item .search-filter-input-group:after {
  content: "";
  height: 3.2rem;
  margin-bottom: 2.4rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox {
  padding: 0;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox:has(input:checked) .search-filter-input-checkbox__container {
  background-color: #000000;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox:has(input:checked) .search-filter-input-checkbox__label {
  color: #ffffff;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox__control {
  display: none;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox__label {
  padding: 0;
  color: #000000;
  font-family: "ABC Marfa Mono";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  transition: color 0.3s ease;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox__container {
  display: flex;
  padding: 0.8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(50px);
  color: #000000;
  transition: background-color 0.3s ease;
}
.projects-page__filter-item .search-filter-input-group .search-filter-input-checkbox__container:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.projects-page__filter-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "ABC Marfa Mono";
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  padding: 1.8rem 2.8rem;
}
.projects-page__filter-footer > * {
  cursor: pointer;
}
.projects-page__filter-trigger {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #181818;
  background-color: #ffffff;
  z-index: 10;
  cursor: pointer;
  border-radius: 0.4rem;
}
.projects-page__view-toggle {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem;
  border-radius: 0.4rem;
  color: #181818;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 10;
  cursor: pointer;
}
.projects-page__view-option {
  width: 5.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black-400, #000);
  cursor: pointer;
}
.projects-page__view-option--active {
  background-color: var(--black-400, #000);
  color: var(--white, #FFF);
}
.projects-page__view-option .icon {
  font-size: 1.8rem;
}
.projects-page__view-option .label {
  display: none;
}
.projects-page__table-row {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.projects-page__table-row--header {
  display: none;
}
.projects-page__table-row a {
  text-decoration: none;
}
.projects-page__table-cell {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.projects-page__table-cell--title {
  display: block;
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: "ss02" on, "ss04" on;
  color: #000000;
  margin-bottom: 0.8rem;
}
.projects-page__table-cell:not(.projects-page__table-cell--title) {
  display: none;
}
.projects-page__mobile-project-data {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  color: #444444;
}
.projects-page__mobile-project-data * {
  display: inline;
}
.projects-page__hidden-project-picture {
  display: none;
}
.projects-page__table-active-image-container {
  position: fixed;
  top: 9.4rem;
  right: 1.2rem;
  z-index: 10;
  width: 18.3rem;
  pointer-events: none;
}
.projects-page__filter-overlay:not(:has(.projects-page__filter-item .search-filter-input-checkbox input:checked)) .projects-page__filter-footer-reset {
  cursor: no-drop;
  color: #969696;
}
.projects-page__table-active-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.projects-page__table-active-image.active ~ .projects-page__table-active-image:not(.active) img {
  transform: rotate(-30deg) translateY(100%) translateX(50%);
}
.projects-page__table-active-image:last-child {
  z-index: 9999;
}
.projects-page__table-active-image picture {
  background-color: transparent;
  overflow: hidden;
}
.projects-page__table-active-image figcaption {
  display: none;
}
.projects-page__table-active-image img {
  aspect-ratio: 4/5;
  object-fit: cover;
  transform: none;
  transform-origin: 100% 100%;
  transition: transform 0.3s ease-in-out;
}

@keyframes active-image-loading-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .projects-page__filter-trigger {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .projects-page__view-toggle {
    left: 2.4rem;
    bottom: 2.4rem;
  }
  .projects-page__view-option {
    width: 11rem;
    height: 3.1rem;
    font-family: "ABC Marfa Mono";
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .projects-page__view-option .icon {
    display: none;
  }
  .projects-page__view-option .label {
    display: inline;
  }
  .projects-page__filter-overlay {
    padding: 0 1.6rem;
    border-radius: 0.4rem;
  }
  .projects-page__filter-footer {
    padding: 1.6rem 0.8rem;
  }
  .projects-page__table {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .projects-page__mobile-project-data {
    display: none;
  }
  .projects-page__table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 3.2rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .projects-page__table-row--header {
    font-family: "ABC Marfa Mono";
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    padding-bottom: 0.8rem;
    padding-top: 0;
    margin-bottom: 0.8rem;
    order: 0 !important;
  }
  .projects-page__table-row--header .projects-page__table-cell {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #000000;
    cursor: pointer;
  }
  .projects-page__table-row--header .projects-page__table-cell .icon {
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    position: relative;
    top: -0.2rem;
  }
  .projects-page__table-row:not(.projects-page__table-row--header) {
    transition: border-bottom-color 0.3s ease;
    position: relative;
  }
  .projects-page__table-row:not(.projects-page__table-row--header):hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }
  .projects-page__table-cell {
    display: block;
    min-width: 0;
    font-family: "Beatrice";
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    color: #444444;
  }
  .projects-page__table-cell:not(.projects-page__table-cell--title) {
    display: block;
  }
  .projects-page__table-cell--title {
    font-family: "Beatrice";
    font-size: 2.2rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    font-feature-settings: "ss02" on, "ss04" on;
    color: #000000;
  }
  .projects-page__table-cell[data-sort-field].active .icon {
    color: #000000;
  }
  .projects-page__table-cell[data-sort-dir=asc].active .icon {
    transform: scale(-1);
  }
  .projects-page__table-active-image-container {
    position: fixed;
    top: 13.4rem;
    right: 6.1rem;
    bottom: unset;
    width: 37.4rem;
    pointer-events: none;
    opacity: 0;
  }
  .projects-page__table-active-image-container.visible {
    opacity: 1;
  }
}
.publications-page__title {
  color: var(--black--400, #000);
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}
.publications-page__description {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 2.25rem */
}
.publications-page__grid {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-top: 8rem;
}

@media (min-width: 992px) {
  .publications-page__title {
    font-family: "Beatrice";
    font-size: 3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .publications-page__description {
    font-family: "Beatrice";
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    text-indent: 9rem;
  }
  .publications-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8rem 2.4rem;
  }
}
.archive-page__title {
  text-align: center;
  font-family: "Beatrice";
  font-size: 4.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.6rem;
}
.archive-page__categories {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.6rem;
}
.archive-page__category {
  color: var(--black--400, #000);
  font-family: Beatrice;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.archive-page__category a.active {
  text-decoration: underline;
}
.archive-page__category:not(:last-child) {
  margin-right: 0.2em;
}
.archive-page__category:not(:last-child) a:after {
  content: ", ";
}
.archive-page__load-more-button {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-top: 5.6rem;
  display: flex;
  min-width: 4.3rem;
  min-height: 4.2rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  max-width: 100%;
  color: #ffffff;
}

@media (min-width: 992px) {
  .archive-page__title {
    font-family: "Beatrice";
    font-size: 8rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .archive-page__categories {
    padding: 0;
    margin-bottom: 12rem;
  }
  .archive-page__category {
    font-family: Beatrice;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.post-page__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 5.6rem;
  text-align: center;
}
.post-page__date {
  font-family: "ABC Marfa Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on;
  text-transform: uppercase;
}
.post-page__title {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: var(--black--400, #000);
  text-align: center;
}
.post-page__archive-page {
  font-family: "ABC Marfa Mono";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.post-page__hero-image {
  margin-bottom: 5.6rem;
}
.post-page__hero-image picture img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
.post-page__hero-image figcaption {
  padding: 0.8rem;
  color: var(--black--100, #444);
  font-family: Beatrice;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.375rem */
  letter-spacing: 0.011rem;
}
.post-page__content {
  font-family: "GT Alpina";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  color: #222222;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.post-page__content em {
  font-style: italic;
}
.post-page__content strong {
  font-weight: 700;
}
.post-page__content a {
  text-decoration: underline;
}
.post-page__content h2 {
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--black--400, #000);
  text-indent: 0;
}
.post-page__share {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .post-page__title {
    font-family: "Beatrice";
    font-size: 5.2rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .post-page__content {
    font-family: "GT Alpina";
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-indent: 1.6rem;
  }
  .post-page__content h2 {
    font-family: "Beatrice";
    font-size: 2.8rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
}
.product-page {
  padding-top: 0;
  padding-bottom: 12rem;
}

@media (min-width: 992px) {
  .product-page {
    padding-top: 0;
    padding-bottom: 16rem;
  }
}
.landing-page {
  padding-top: 0;
}
.landing-page .fc-module {
  position: relative;
  z-index: 10;
}
.landing-page .fc-module.template-products_scroller {
  z-index: 9;
}
.landing-page__flexible-content {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

@media (min-width: 992px) {
  .landing-page {
    padding-top: 0;
  }
  .landing-page__flexible-content {
    gap: 16rem;
  }
}
/*! purgecss end ignore */
