/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/frontend.scss ***!
  \*******************************************************************************************************************************************/
/*!
 * 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: -10px;
  margin-left: -10px;
}

.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: 10px;
  padding-left: 10px;
}

.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.11.2 (last updated 15.11.2023)
    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
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

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

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 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;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

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

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

/*
$white-opacity-55: rgba(255, 255, 255, 0.55);
$white-opacity-85: rgba(255, 255, 255, 0.85);
$white-overlay-20: rgba(255, 255, 255, 0.2);
$white-overlay-40: rgba(255, 255, 255, 0.4);
$white-overlay-60: rgba(255, 255, 255, 0.6);
$white-overlay-80: rgba(255, 255, 255, 0.8);
$black-100: #444;
$black-200: #222;
$black-300: #181818;
$black-400: #000;
$black-400-overlay-20: rgba(0, 0, 0, 0.2);
$black-400-overlay-40: rgba(0, 0, 0, 0.4);
$black-400-overlay-60: rgba(0, 0, 0, 0.6);
$black-400-overlay-80: rgba(0, 0, 0, 0.8);
$black-400-overlay-100: #000;
$black-400-opacity-5: rgba(0, 0, 0, 0.05);
$black-400-opacity-10: rgba(0, 0, 0, 0.1);
$black-400-opacity-20: rgba(0, 0, 0, 0.2);
$black-400-opacity-40: rgba(0, 0, 0, 0.4);
$black-400-opacity-60: rgba(0, 0, 0, 0.6);
$black-400-opacity-70: rgba(0, 0, 0, 0.7);
$gray-10: #fdfdfd;
$gray-25: #f7f7f7;
$gray-50: #f0f0f2;
$gray-65: #e6e6e6;
$gray-75: #e0e0e0;
$gray-100: #ddd;
$gray-150: #cbcbcb;
$gray-200: #bbb;
$gray-250: #969696;
$gray-275: #6e6e6e;
$moth-pink: #dac8c7;
$pampas: #f3efed;
$burning-sand: #e09f8e;
$del-rio: #b89f9f;
$pale-oyster: #b3a593;
$cascasde: #90afa5;
$ebb: #e7dfdd;
$blue-syzygy: #19455b;
$tangerine: #ff9200;
$lehmit-first-400: #85bca4;
$lehmit-first-500: #7daf97;
//$lehmit-first-400: #ffdfbf;
$red-error-400: #f00;
$wf-blue-50: #f2f6ff;
$wf-blue-75: #e7f0ff;
$wf-blue-100: #d8e6ff;
$wf-blue-125: #c6daff;
$wf-blue-140: #a7c5fd;
$wf-blue-150: #7ca7ff;
$wf-blue-200: #6392f0;
$wf-blue-300: #4b82ee;
$wf-blue-350: #4866ff;
$wf-blue-400: #05f;
$wf-blue-450: #014de5;
$wf-blue-600: #003eb9;
*/
html {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #181818;
}

body {
  touch-action: manipulation;
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

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

picture img {
  width: 100%;
}

figcaption {
  display: none;
}

p {
  margin: 0;
}

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

@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: "ERDENMarfaMono";
  src: url("../../assets/fonts/ERDENMarfaMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ERDENMarfaMono";
  src: url("../../assets/fonts/ERDENMarfaMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
/*
  Font Feature settings Marfa Mono:
    font-feature-settings: 'dlig' on;

  Font Feature settings Whyte INktrap:
    font-variant-numeric: ordinal;
    font-feature-settings: 'ss04' on;
 */
/*
@mixin l--button-l-17-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--button-m--15-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--button-xs--13-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--button-xxs--12-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--footer-link--15-110 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--amount-m--9-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.027000000000000003rem;
  line-height: 1;
  font-feature-settings: 'salt' on
}

@mixin l--amount-xs--8-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.024rem;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--lehmit--hero-big--170-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 17rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  font-feature-settings: 'ordn' on, 'dlig' on, 'ss04' on
}

@mixin l--lehmit-caption-text--14-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'dlig' on, 'ss04' on
}

@mixin l--lehmit-h1--50-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin l--lehmit--h2--32-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit--h3--24-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit-h4--22-120 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit-h5--80-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 7.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin l--lehmit-h6--16-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit-p1-18-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin l--lehmit-p1-link-18-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin l--lehmit-p2-16-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit-p2-link-16-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin l--lehmit-p3-24-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit-p3-link-24-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit-p4--14-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit-p4-link--14-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--lehmit--bulletlist1--24-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit--scrolltomenu--15-130 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin l--lehmit--bigscrolltext--130-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 13rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin l--lehmit-contactinfo--15-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit-contactinfo-link--15-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--form-caption--14-120 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--form-input--17-130 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin s--lehmit--hero-big--60-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin s--mobile-burger--16-100--uppercase {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin s--lehmit-h1--36-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 3.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin s--lehmit-h1-extra--44-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 4.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin s--lehmit--h2--28-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin s--lehmit--h2-extra--22-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin s--lehmit-h3--24-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin s--lehmit-h5--34-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 3.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin s--lehmit--bulletlist1--20-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin s--lehmit--bigscrolltext--60-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin s--lehmit--contact-steps-p1--13-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin s--footer--13-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin s--footer-link--13-110 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--lehmit-cookie--13-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit-cookie-link--13-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit--marque--17-110 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin s--lehmit-marque--14-110 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin l--cursor-follow--13-100--uppercase {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin s--lehmit--scrolltomenu--24-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin s--menu-items--24-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin s--lehmit-contact-person--20-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin s--3dinfo--15-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin l--contact-person-name--26-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin l--contact-person-title--18-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin s--contact-person-title--15-130 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin s--contact-person-name--22-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin l--naked-amount--10-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01rem;
  line-height: 1;
}

@mixin L--Filter--13-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--Filter-HL--12-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--Filter--15-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--LTE--LeftTitle--30-125 {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--LTE--RightIntro--26-125 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--LTE--RightIntroUnderline--26-125 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--Filter-HL--17-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin L--LTE--SimplePageH2--22-130 {
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--LTE--SimplePageParagraph--18-140 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--LTE--SimplePageParagraphUnderline--18-140 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  font-feature-settings: 'ordn' on
}

@mixin S--LTE--SimplePageH2--20-130 {
  font-family: "Beatrice";
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--LTE--SimplePageParagraph--16-125 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin S--LTE--SimplePageParagraphUnderline--16-125 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--StoryTeaserHeadlineL--30-105 {
  font-family: "GT Alpina";
  font-size: 3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--StoryTeaserHeadlineLItalic--30-105 {
  font-family: "GT Alpina";
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--StoryTeaserSubL--13-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on
}

@mixin L--StoryTeaserHeadlineM--24-105 {
  font-family: "GT Alpina";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--StoryTeaserHeadlineMItalic--24-105 {
  font-family: "GT Alpina";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--HomTopicScrollH1--56-100 {
  font-family: "GT Alpina";
  font-size: 5.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--HomTopicScrollH2--32-100 {
  font-family: "GT Alpina";
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--HomTopicScrollParagraph--18-130 {
  font-family: "GT Alpina";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--StoryH1--52-100 {
  font-family: "GT Alpina";
  font-size: 5.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--StoryH1Italic--52-100 {
  font-family: "GT Alpina";
  font-size: 5.2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--ImageCaption--14-115 {
  font-family: "GT Alpina";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin L--StoryH2--48-105 {
  font-family: "GT Alpina";
  font-size: 4.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--StoryH2Italic--48-105 {
  font-family: "GT Alpina";
  font-size: 4.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--StoryLeftParagraphItalic--15-125 {
  font-family: "GT Alpina";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--StoryH3--16-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--StoryParagraphBigIndent--22-130 {
  font-family: "GT Alpina";
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--StoryParagraphSmallIndent--22-130 {
  font-family: "GT Alpina";
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--StoryParagraphItalic--22-130 {
  font-family: "GT Alpina";
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--StoryParagraphUnderline--22-130 {
  font-family: "GT Alpina";
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--ContinueTo--80-105 {
  font-family: "GT Alpina";
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--Quote--48-105 {
  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
}

@mixin L--QuoteAuthor--26-130 {
  font-family: "GT Alpina";
  font-size: 2.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--ProductH1--26-125 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--ProductStickyBoxTitle--16-110 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--ProductImageAccordionParagraph--18-125 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--Product3ColItemsCaption--15-140 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--Product3ColItemTitle--12-150 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin L--Product3ColItemText--12-150 {
  font-family: "Beatrice";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin L--ProductsBulletPointsHeadline--22-110 {
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--ProductsBulletPointsParagraph--15-145 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.45;
}

@mixin L--LTE--Illu-Title--11-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
}

@mixin L--LTE--IlluText--13-140 {
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--ProjectTableHeader--14-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin L--ProjectsListTitle--22-120 {
  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
}

@mixin L--ProjectsListAttribute--16-135 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
}

@mixin S--ProjectsListAttribute--16-135 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
}

@mixin L--ProjectsTitle--60-105 {
  font-family: "Beatrice";
  font-size: 6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--ProjectsTeaser--21-140 {
  font-family: "Beatrice";
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--FAQAccordionTitle--26-130 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--MetaText--11-150 {
  font-family: "Beatrice";
  font-size: 1.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin L--MetaKey--18--110 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--MetaValue--11--110 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--ProjectsTagValue--18-110 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--FAQAccordionTitle--25-130 {
  font-family: "Beatrice";
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--ProjectsTeaser--17-135 {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
}

@mixin S--ProjectsTitle--32-105 {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--MetaText--13-150 {
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin S--ProjectsTagValue--16-110 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--Filter-HL--20-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on, 'salt' on
}

@mixin L--ServicesTileTitle--30-110 {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--ServicesTileText--17-140 {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--ProjectsHoverHintText--13-150 {
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin L--ImageCrditProjects--11-110 {
  font-family: "Beatrice";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--LogoType--26-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--StoryLeftParagraphItalic--18-125 {
  font-family: "GT Alpina";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--StoryParagraphBigIndent--20-130 {
  font-family: "GT Alpina";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--StoryParagraphSmallIndent--20-130 {
  font-family: "GT Alpina";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--StoryH2--28-105 {
  font-family: "GT Alpina";
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--StoryH1--35-100 {
  font-family: "GT Alpina";
  font-size: 3.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--StoryH1Italic--35-100 {
  font-family: "GT Alpina";
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--ImageCaption--13-115 {
  font-family: "GT Alpina";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin S--QuoteAuthor--17-130 {
  font-family: "GT Alpina";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--ContinueTo--32-105 {
  font-family: "GT Alpina";
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--StoryTeaserHeadlineXS--17-105 {
  font-family: "GT Alpina";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--StoryTeaserSubL--11-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: 'dlig' on
}

@mixin L--NewsItemHL--24-120 {
  font-family: "Beatrice";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}

@mixin S--NewsItemHL--16-120 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}

@mixin L--NewsHL--52-100 {
  font-family: "Beatrice";
  font-size: 5.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--NewsHL--32-100 {
  font-family: "Beatrice";
  font-size: 3.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--LTEImageCaption--11-125 {
  font-family: "Beatrice";
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.011rem;
  line-height: 1.25;
}

@mixin L--SimplapageHero--100-125 {
  font-family: "Beatrice";
  font-size: 10rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--SimplepageHero--60-125 {
  font-family: "Beatrice";
  font-size: 6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--LTEHero--80-100 {
  font-family: "Beatrice";
  font-size: 8rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--LTEHero--46-100 {
  font-family: "Beatrice";
  font-size: 4.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--StoryTeaserHeadlineS--20-105 {
  font-family: "GT Alpina";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--LogoType--23-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 2.3rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--LTE--LeftTitle--26-125 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--LTE--Intro--18-125 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--LTE--ProductsBulletPointsHeadline--18-110 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--LTE--AccordionTitle--22-125 {
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--LTE--RelatedProjectsTitle--25-115 {
  font-family: "Beatrice";
  font-size: 2.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin L--LTE--ScrollTimelineSteps--17-120 {
  font-family: "Beatrice";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}

@mixin L--LTE--ScrollTimelineText--16-140 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin S--LTE--RelatedProjectsTitle--20-115 {
  font-family: "Beatrice";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin S--LTE--ProductsBulletPointsHeadline--21-110 {
  font-family: "Beatrice";
  font-size: 2.1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--LTE--LabelText--16-110 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--LTE--ScrollTimelineTitle--24-100 {
  font-family: "Beatrice";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--LTE--LableText--14-110 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--LTE--Product3ColItemsCaption--14-140 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--LTE--Tooltip--13-145 {
  font-family: "Beatrice";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.45;
}

@mixin S--LTE--ProductImageAccordionParagraph--15-125 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--LTE--ScrollTimelineTitle--30-105 {
  font-family: "Beatrice";
  font-size: 3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin S--LTE--ServicesTileText--15-140 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--MenuNews--15-120 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}

@mixin L--MenuStoriesInfo--11-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--MenuText--13-125 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--MenuStoriesTitle--19-105 {
  font-family: "GT Alpina";
  font-size: 1.9rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}

@mixin L--MenuStoriesAuthor--14-100 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--MenuStoriesAuthor--12-100 {
  font-family: "Beatrice";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--LTE--NewsHL--28-125 {
  font-family: "Beatrice";
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--LTE--NewsHL--22-125 {
  font-family: "Beatrice";
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--TeamName--18-130 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin L--TeamRole--16-140 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--TeamMail--15-140 {
  font-family: "Beatrice";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--LTE-404HL--96-100 {
  font-family: "Beatrice";
  font-size: 9.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--LTE-404HL--46-100 {
  font-family: "Beatrice";
  font-size: 4.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--LTE--ImageGalleryAmount--14-100 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--Quote--24-110 {
  font-family: "GT Alpina";
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin S--TeamName--16-130 {
  font-family: "Beatrice";
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@mixin S--TeamRole--14-140 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin S--TeamMail--12-140 {
  font-family: "Beatrice";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}

@mixin L--LTE--NetworkTitle--18-150 {
  font-family: "Beatrice";
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin L--LTE--NetworkInfo--14-150 {
  font-family: "Beatrice";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

@mixin S--Lehmit-Insight-date--12-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'dlig' on, 'ss04' on
}

@mixin L--Lehmit-Insight-Title--16-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: 'ordn' on, 'ss04' on
}

@mixin S--lehmit-h6--15-110 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}

@mixin L--Lehmit--Insight-Hero-Title--65-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 6.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin S--Lehmit--Insight-Hero-Title--37-95 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 3.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}

@mixin L--Lehmit-Intro--34-115 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 3.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin S--Lehmit-Intro--24-115 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@mixin l--lehmit-p3-Highlight-24-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin l--lehmit-p3-Link-24-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--Lehmit--Insights-Share--20-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin L--Lehmit-Insight-Contact--74-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 7.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin S--lehmit-p3-18-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--lehmit-p3-Highlight-18-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--lehmit-p3-Link-18-125 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@mixin S--Lehmit-Insight-Contact--42-100 {
  font-family: "ABC Whyte Inktrap Unlicensed Trial";
  font-size: 4.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@mixin L--Lehmit-Insight-New--10-100 {
  font-family: "ABC Marfa Mono Unlicensed Trial";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.03rem;
  line-height: 1;
}


*/
@font-face {
  font-family: "lte";
  src: url("../../assets/fonts/lte.eot?s5krjy");
  src: url("../../assets/fonts/lte.eot?s5krjy#iefix") format("embedded-opentype"), url("../../assets/fonts/lte.ttf?s5krjy") format("truetype"), url("../../assets/fonts/lte.woff?s5krjy") format("woff"), url("../../assets/fonts/lte.svg?s5krjy#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: "\e93b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-content {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.wysiwyg-content p strong {
  font-weight: 500 !important;
}
.wysiwyg-content > * {
  margin: 1em 0;
}

picture {
  position: relative;
  display: flex;
}
picture img {
  position: relative;
  z-index: 2;
}
picture img.lazyload {
  opacity: 0;
}
picture div {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 3;
  background-color: #e8a87c;
  pointer-events: none;
}
picture .lazyloaded {
  opacity: 1 !important;
}
picture .lazyloaded ~ div {
  background-color: transparent;
  opacity: 0;
}

.in-anim {
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.in-anim.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.line-fade-in {
  mask-image: linear-gradient(#212121 calc(100% - 8em), rgba(33, 33, 33, 0.4) calc(100% - 6em), rgba(33, 33, 33, 0.0666666667) calc(100% - 4em), rgba(33, 33, 33, 0) 100%);
  position: relative;
  padding-bottom: 8em;
  margin-bottom: -8em;
  height: max-content;
}
.line-fade-in > * {
  transform: translateY(calc(100% + 8em));
  transition-property: transform;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.line-fade-in > *:nth-child(1) {
  transition-delay: 0s;
}
.line-fade-in > *:nth-child(2) {
  transition-delay: 0.1s;
}
.line-fade-in > *:nth-child(3) {
  transition-delay: 0.2s;
}
.line-fade-in > *:nth-child(4) {
  transition-delay: 0.3s;
}
.line-fade-in > *:nth-child(5) {
  transition-delay: 0.4s;
}
.line-fade-in.visible > * {
  transform: translateY(0);
}

.post-preview {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-preview__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-preview__image {
  margin-bottom: 0.8rem;
}
.post-preview__image picture img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.post-preview__image figcaption {
  display: none;
}
.post-preview__date {
  font-family: ABCWhyteInktrap;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "dlig" on, "ss04" on;
  color: var(--black--400-opacity-50, rgba(0, 0, 0, 0.5));
  margin-bottom: 0.4rem;
}
.post-preview__title {
  font-family: ABCWhyteInktrap;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "ss04" on;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.post-preview__abstract {
  display: none;
}
.post-preview__read-more {
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  margin-top: auto;
  width: max-content;
  position: relative;
  white-space: nowrap;
}
.post-preview__read-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  border-top: 1px solid #181818;
}

@media (min-width: 992px) {
  .post-preview__image {
    margin-bottom: 1.6rem;
  }
  .post-preview__date {
    font-family: ABCWhyteInktrap;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 0.8rem;
  }
  .post-preview__title {
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    -webkit-line-clamp: 2;
    margin-bottom: 1.2rem;
  }
  .post-preview__read-more {
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .post-preview__read-more:before {
    width: 0;
  }
  .post-preview__read-more:hover:before {
    width: 100%;
    left: 0;
  }
  .post-preview__read-more:before {
    width: 0;
  }
  .post-preview__read-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s ease 0.25s;
    backface-visibility: hidden;
    border-top: 1px solid #181818;
  }
  .post-preview__read-more:hover:before {
    width: 100%;
    transition-delay: 0.25s;
  }
  .post-preview__read-more:hover:after {
    width: 0;
    right: 0;
    left: unset;
    transition-delay: 0s;
  }
}
.post-popup {
  position: fixed;
  z-index: 998;
  bottom: 2rem;
  right: 2rem;
  width: 18.3rem;
  border-radius: 0.4rem;
  background: var(--white, #FFF);
  /* hover-shadow-1 */
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.post-popup.hidden, .post-popup.closed {
  transform: translateX(calc(100% + 2.2rem));
}
.post-popup__close-icon {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  /* bgblur-annotation */
  backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 10;
}
.post-popup__close-icon .icon {
  font-size: 1.8rem;
  color: #ffffff;
}
.post-popup__image picture img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-popup__image figcaption {
  display: none;
}
.post-popup__content {
  padding: 1.2rem;
}
.post-popup__date {
  display: block;
  font-family: ABCWhyteInktrap;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "dlig" on, "ss04" on;
  color: var(--black--400-opacity-50, rgba(0, 0, 0, 0.5));
  margin-bottom: 0.4rem;
}
.post-popup__title {
  font-family: ABCWhyteInktrap;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.post-popup__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.post-popup__links a {
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.post-popup__links-separator {
  flex: 0 0 0.9rem;
  width: 0.9rem;
  height: 1.3rem;
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}

@media (min-width: 768px) {
  .post-popup {
    bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .post-popup {
    width: 24.2rem;
    right: 3.2rem;
    bottom: 3.2rem;
  }
  .post-popup.hidden, .post-popup.closed {
    transform: translateX(calc(100% + 3.4rem));
  }
  .post-popup__title {
    font-family: ABCWhyteInktrap;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    font-feature-settings: "ordn" on, "ss04" on;
  }
  .post-popup__links {
    justify-content: flex-start;
    gap: 0.4rem;
  }
}
/*===== yeoman hook: content-modules/index.scss =====*/
.scroll-animation {
  position: relative;
  z-index: 10;
  margin-bottom: 10rem;
}
.scroll-animation.anim-loaded canvas {
  opacity: 1;
}
.scroll-animation:not(.scroll-enabled) .scroll-animation__marque-text {
  opacity: 0 !important;
}
.scroll-animation:not(.scroll-enabled) .marque-text__line {
  animation-play-state: paused;
}
.scroll-animation__canvas-new {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.scroll-animation__jump-menu-item {
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "dlig" on, "salt" on;
  color: rgba(0, 0, 0, 0.2);
  transition: color 0.3s ease;
  cursor: pointer;
}
.scroll-animation__jump-menu-item.active {
  color: #181818;
}
.scroll-animation__canvas-absolute {
  position: absolute;
  left: 0;
  top: 25vh;
  width: 100%;
  height: calc(100% - 25vh);
  z-index: 10;
}
.scroll-animation__title-slide {
  position: relative;
  height: 100vh;
  padding-top: 14.9rem;
  pointer-events: none;
  z-index: 8;
}
.scroll-animation__marque-text {
  position: fixed;
  bottom: 3.5rem;
  right: 3.2rem;
  width: 24rem;
  z-index: 40;
  transition: transform 0.3s ease;
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.scroll-animation__marque-text.hidden {
  transform: translateY(calc(100% + 4rem)) !important;
}
.scroll-animation__joint-ventures {
  position: absolute;
  top: calc(100vh - 3.5rem);
  left: 3.2rem;
  z-index: 100;
}
.scroll-animation__canvas-wrapper {
  position: sticky;
  top: 0;
  width: 100% !important;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.scroll-animation__canvas {
  position: relative;
  z-index: 5;
}
.scroll-animation__slide-area {
  pointer-events: none;
}
.scroll-animation__slide-headline {
  font-family: ABCWhyteInktrap;
  font-size: 5rem;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 1.6rem;
  text-wrap: balance;
}
.scroll-animation__slide-description {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}

@media (max-width: 992px) {
  .scroll-animation {
    margin-top: -11.6rem;
    z-index: 100 !important;
  }
  .scroll-animation__title-slide {
    height: 100svh;
  }
  .scroll-animation__canvas-absolute {
    top: 25vh;
    height: calc(100% - 34vh);
  }
  .scroll-animation__joint-ventures {
    top: unset;
    left: 2rem;
    bottom: 7.6rem;
  }
  .scroll-animation__joint-ventures--desktop {
    display: none;
  }
  .scroll-animation__joint-ventures .visiting-card__joint-venture-logos picture {
    margin-right: 3.4rem;
  }
  .scroll-animation__joint-ventures .visiting-card__joint-venture-logos picture:last-child {
    margin-right: 0;
  }
  .scroll-animation__joint-ventures .visiting-card__joint-venture-logos picture img {
    max-width: 7.4rem;
    max-height: 3.3rem;
  }
  .scroll-animation__marque-text {
    width: calc(100vw - 4rem);
    left: 2rem;
    bottom: 2.4rem;
  }
  .scroll-animation__jump-menu {
    width: 100%;
    left: 0;
    padding: 4rem 2rem;
    position: sticky;
    bottom: unset;
    top: 0;
    height: 100svh;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-end;
    margin-top: calc(-100svh + 34rem);
    transform: translateY(calc(100dvh - 100svh));
    z-index: 50;
    transition: transform 0.1s linear;
  }
  .scroll-animation__slide-additional-area {
    display: none;
  }
  .scroll-animation__jump-menu-item {
    padding: 1rem 0;
  }
  .scroll-animation__jump-menu-item.active .scroll-animation__jump-menu-item-read-more {
    opacity: 1;
    pointer-events: auto;
  }
  .scroll-animation__jump-menu-item.active .scroll-animation__jump-menu-item-text {
    grid-template-rows: 1fr;
  }
  .scroll-animation__jump-menu-item-title {
    flex: 1 1 auto;
    font-feature-settings: "dlig" on, "ss01" on, "salt" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-right: 2rem;
    text-wrap: balance;
  }
  .scroll-animation__jump-menu-item-text {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .scroll-animation__jump-menu-item-text > div {
    min-height: 0;
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.6980392157);
  }
  .scroll-animation__jump-menu-item-text > div > * {
    padding-top: 1.6rem;
  }
  .scroll-animation__slides-wrapper {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    z-index: 100;
  }
  .scroll-animation__slide {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    border-radius: 0.4rem;
    background: #ffffff;
    box-shadow: 0px 42px 54px 0px rgba(0, 0, 0, 0.06), 0px 17.547px 22.56px 0px rgba(0, 0, 0, 0.04), 0px 9.381px 12.062px 0px rgba(0, 0, 0, 0.04), 0px 5.259px 6.762px 0px rgba(0, 0, 0, 0.03), 0px 2.793px 3.591px 0px rgba(0, 0, 0, 0.02), 0px 1.162px 1.494px 0px rgba(0, 0, 0, 0.02);
    pointer-events: none;
    padding: 0 2rem 3.2rem;
    transition: opacity 0.3s ease;
  }
  .scroll-animation__slide.visible {
    opacity: 1;
    pointer-events: auto;
  }
  .scroll-animation__slide-content {
    transform: none !important;
  }
  .scroll-animation__slide-mobile-headline {
    padding: 2rem 0;
    display: flex;
    justify-content: flex-end;
  }
  .scroll-animation__slide-mobile-headline .icon {
    font-size: 2rem;
  }
  .scroll-animation__slide-headline, .scroll-animation__slide-mobile-tooltip-title {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .scroll-animation__slide-description, .scroll-animation__slide-mobile-tooltip-text {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  .scroll-animation__slide-mobile-tooltip {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .scroll-animation__slide {
    width: 83.3333333333%;
    left: 8.3333333333%;
  }
  .scroll-animation__marque-text {
    width: 20rem;
    left: unset;
    right: 28rem;
    bottom: 4rem;
  }
  .scroll-animation__joint-ventures {
    bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body:has(.post-popup) .scroll-animation__marque-text {
    right: 64rem;
  }
  .scroll-animation {
    margin-bottom: -10rem;
  }
  .scroll-animation__slides-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .scroll-animation__slides-sticky-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
  }
  .scroll-animation__slide {
    position: absolute;
    right: 17rem;
    top: 0;
    width: 38rem;
    height: 100%;
    mask-image: linear-gradient(rgba(33, 33, 33, 0) 0%, #212121 25vh, #212121 calc(100% - 25vh), rgba(33, 33, 33, 0) 100%);
  }
  .scroll-animation__slide--active {
    z-index: 1;
  }
  .scroll-animation__slide-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0);
  }
  .scroll-animation__jump-menu {
    position: fixed;
    bottom: 3.2rem;
    left: 3.2rem;
    z-index: 50;
    transition: opacity 0.3s ease;
  }
  .scroll-animation__jump-menu.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .scroll-animation__jump-menu-item-text {
    display: none;
  }
  .scroll-animation__joint-ventures {
    transform: translateY(-100%);
  }
  .scroll-animation__joint-ventures--mobile {
    display: none;
  }
  .scroll-animation__jump-menu-item-read-more, .scroll-animation__slide-mobile-headline, .scroll-animation__slide-mobile-tooltip {
    display: none;
  }
}
.text-media-scroll-scale {
  margin-bottom: 8rem;
}
.text-media-scroll-scale__animated-text {
  margin-bottom: 2.4rem;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  /* s--lehmit-h1--36-100 */
  font-family: ABCWhyteInktrap;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.6rem */
}
.text-media-scroll-scale__animated-text span {
  color: #181818;
  opacity: 0.2;
}
.text-media-scroll-scale__links {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.text-media-scroll-scale__links .link {
  font-family: "ERDENMarfaMono";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.text-media-scroll-scale__media-scale-container {
  position: relative;
}
.text-media-scroll-scale__media-scale-text-container {
  font-family: ABCWhyteInktrap;
  font-size: 2rem;
  line-height: 1.25;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 5.6rem;
}
.text-media-scroll-scale__media-scale-text-container ul {
  padding-left: 3rem;
}
.text-media-scroll-scale__media-scale-text-container ul li {
  position: relative;
  margin-bottom: 0.4rem;
}
.text-media-scroll-scale__media-scale-text-container ul li:before {
  content: "\e929";
  position: absolute;
  left: -0.8rem;
  top: 0.1rem;
  transform: translateX(-100%);
  font-size: 1.8rem;
  font-family: "lte";
}
.text-media-scroll-scale__media-scale-text-container ul li:last-child {
  margin-bottom: 0;
}
.text-media-scroll-scale__media-scale-text-container a {
  font-family: "ERDENMarfaMono";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.text-media-scroll-scale__media-scale-item {
  width: 100%;
}
.text-media-scroll-scale__media-scale-item video {
  width: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .text-media-scroll-scale {
    padding: 0;
    margin-bottom: 14rem;
  }
  .text-media-scroll-scale__animated-text {
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    position: relative;
    z-index: 2;
  }
  .text-media-scroll-scale__links {
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
  }
  .text-media-scroll-scale__media-scale-item {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    width: 80%;
    max-height: calc(100vh - 15rem);
    float: right;
    pointer-events: none;
  }
  .text-media-scroll-scale__media-scale-item video, .text-media-scroll-scale__media-scale-item picture {
    transform-origin: top right;
    width: 100%;
    transform: scale(0.4);
    pointer-events: auto;
    height: 100%;
  }
  .text-media-scroll-scale__media-scale-item picture {
    transform: scale(0.5);
  }
  .text-media-scroll-scale__media-scale-container {
    min-height: 100vw;
    margin-top: 4rem;
  }
  .text-media-scroll-scale__media-scale-text-container {
    position: absolute;
    top: 0;
    left: 0;
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    line-height: 1.25;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 0;
    width: 50%;
  }
  .text-media-scroll-scale__media-scale-text-container ul li:before {
    top: 0.3rem;
    font-size: 1.9rem;
  }
}
.parallax-text-gallery {
  position: relative;
  min-height: 150vh;
  z-index: 30 !important;
  margin-bottom: -20vh;
}
.parallax-text-gallery .sticky-container.middle {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.parallax-text-gallery__background {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.parallax-text-gallery__background-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #86BCA4;
  opacity: 0;
}
.parallax-text-gallery__text {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  font-size: 4.8rem;
}
.parallax-text-gallery__text p:nth-child(2n) {
  text-align: right;
}
.parallax-text-gallery__text p span {
  color: #181818;
  opacity: 0.4;
}
.parallax-text-gallery__gallery {
  width: 100%;
  position: absolute;
  top: 100vh;
  transform: translateY(0);
  will-change: transform;
}
.parallax-text-gallery__media-item {
  margin-bottom: 12rem;
}
.parallax-text-gallery__media-item img, .parallax-text-gallery__media-item video {
  will-change: transform;
}
.parallax-text-gallery__media-item video {
  width: 100%;
  clip-path: inset(2px 2px 2px 2px);
}

@media (max-width: 992px) {
  .parallax-text-gallery {
    min-height: auto;
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .parallax-text-gallery .sticky-container.middle {
    position: relative;
    top: 0;
    transform: none;
  }
  .parallax-text-gallery__text--desktop {
    display: none;
  }
  .parallax-text-gallery__gallery {
    top: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .parallax-text-gallery__text {
    font-size: 10rem;
  }
}
@media (min-width: 992px) {
  .parallax-text-gallery__text {
    font-family: ABCWhyteInktrap;
    font-size: 13rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .parallax-text-gallery__text--mobile {
    display: none;
  }
  .parallax-text-gallery__media-item {
    margin-bottom: 8rem;
  }
}
.parallax-slider {
  margin-bottom: 14rem;
}
.parallax-slider.smooth .parallax-slider__text-block {
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.parallax-slider__headline {
  font-family: ABCWhyteInktrap;
  font-size: 4.4rem;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.parallax-slider__headline .animated-char {
  opacity: 0.4;
}
.parallax-slider__text-block {
  font-family: ABCWhyteInktrap;
  font-size: 1.6rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
}
.parallax-slider__text-block h3 {
  font-family: ABCWhyteInktrap;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 0.8rem;
  text-wrap: balance;
  color: #181818;
}
.parallax-slider__text-block a {
  margin-top: 2.4rem;
  display: inline-block;
  font-weight: 500;
  color: #181818;
}
.parallax-slider__slides-scroll-container {
  max-height: 100vh;
  overflow: auto;
  position: sticky;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.parallax-slider__slides {
  position: relative;
}
.parallax-slider__slides-sticky-container {
  position: sticky;
  top: 0;
  left: 0;
  height: 100lvh;
}
.parallax-slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.parallax-slider__slide picture {
  display: flex;
}
.parallax-slider__slide.active {
  z-index: 99999;
  pointer-events: auto;
}
.parallax-slider__slide.active .parallax-slider__text-block {
  opacity: 1;
}
.parallax-slider__slide.active .parallax-slider__image {
  opacity: 1;
}

@media (max-width: 992px) {
  .parallax-slider {
    max-width: 100%;
  }
  .parallax-slider.desktop {
    display: none;
  }
  .parallax-slider__slides-sticky-container {
    overflow: hidden;
  }
  .parallax-slider__cover-outer-wrapper {
    display: none;
  }
  .parallax-slider__slide {
    overflow: hidden;
  }
  .parallax-slider__text-block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .parallax-slider__image {
    margin-top: auto;
    opacity: 0;
  }
  .parallax-slider__image picture img {
    aspect-ratio: 7/6;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .parallax-slider__text-block {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .parallax-slider {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }
  .parallax-slider.mobile {
    display: none;
  }
  .parallax-slider__cover-outer-wrapper {
    position: relative;
    height: 0;
    z-index: 1;
  }
  .parallax-slider__cover-wrapper {
    position: absolute;
    top: -200vh;
    width: 100%;
    height: 200vh;
    z-index: 30;
  }
  .parallax-slider__cover {
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
    background-color: var(--bgColorTwo);
    overflow: hidden;
  }
  .parallax-slider__darken {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    pointer-events: none;
    z-index: 29;
  }
  .parallax-slider__sticky-container {
    margin-bottom: 14rem;
  }
  .parallax-slider__sticky-container.active {
    position: sticky;
    margin-top: -100vh;
    top: 0;
  }
  .parallax-slider__headline {
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    padding-top: 8rem;
    margin-bottom: 8rem;
    height: 60vh;
    display: flex;
    align-items: flex-end;
  }
  .parallax-slider__text-part {
    flex: 0 0 33%;
    width: 33%;
    padding: 0 8rem;
  }
  .parallax-slider__text-block {
    position: relative;
    font-family: ABCWhyteInktrap;
    font-size: 1.8rem;
    line-height: 1.3;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
    opacity: 0.25;
    transition: opacity 0.3s ease;
  }
  .parallax-slider__text-block.active {
    opacity: 1;
  }
  .parallax-slider__text-block:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: overlay;
  }
  .parallax-slider__text-block:last-child {
    margin-bottom: 0;
    padding-bottom: 50vh;
  }
  .parallax-slider__text-block h3 {
    font-family: ABCWhyteInktrap;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .parallax-slider__image-part {
    flex: 0 0 67%;
    width: 67%;
  }
  .parallax-slider__images {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .parallax-slider__image {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    overflow: hidden;
  }
  .parallax-slider__image.visible {
    z-index: 20;
  }
  .parallax-slider__image.visible picture {
    transform: translateX(0);
    transition-delay: 0s;
    transition-duration: 0.3s;
  }
  .parallax-slider__image picture {
    width: 100%;
    display: flex;
    transition: transform 0s ease 0.4s;
    transform: translateX(100%);
  }
  .parallax-slider__image picture img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
}
.cooperation-steps {
  margin-bottom: 9.6rem;
}
.cooperation-steps__step-wrapper {
  padding-bottom: 3.2rem;
}
.cooperation-steps__step {
  position: relative;
  height: 100%;
  font-family: ABCWhyteInktrap;
  font-size: 1.3rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  padding-left: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6980392157);
}
.cooperation-steps__step h3 {
  font-family: ABCWhyteInktrap;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 0.8rem;
  color: #181818;
}
.cooperation-steps__step-number {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8a87c;
  color: #181818;
  margin-bottom: 1.9rem;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  /* s--lehmit-h1--36-100 */
  font-family: ABCWhyteInktrap;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.6rem */
  font-size: 2.8rem;
  border-radius: 100%;
}

@media (max-width: 992px) {
  .cooperation-steps .line-fade-in {
    min-height: 100%;
    height: calc(100% + 8rem);
  }
  .cooperation-steps__step-margin {
    margin-bottom: 3.2rem;
  }
  .cooperation-steps__step-wrapper {
    height: 100%;
  }
  .cooperation-steps__step-wrapper:nth-child(n+3) .cooperation-steps__step:after {
    display: none;
  }
  .cooperation-steps__step:after {
    content: "";
    position: absolute;
    bottom: -3.2rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .cooperation-steps__step {
    padding: 3.2rem;
    border-left: none;
    font-family: ABCWhyteInktrap;
    font-size: 1.6rem;
    line-height: 1.3;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    color: rgba(0, 0, 0, 0.6);
  }
  .cooperation-steps__step:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: overlay;
  }
  .cooperation-steps__step h3 {
    font-family: ABCWhyteInktrap;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    color: #181818;
  }
  .cooperation-steps__step-number {
    width: 7rem;
    height: 7rem;
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 5.6rem;
  }
}
.inline-text {
  z-index: 31 !important;
  margin-bottom: 5.6rem;
}
.inline-text.init .inline-text__text > * {
  opacity: 0;
}
.inline-text__text {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.inline-text__text strong {
  display: block;
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 1.6rem;
}
.inline-text__text a {
  width: max-content;
  max-width: 100%;
  margin-top: 1.6rem;
}
.inline-text__image {
  position: relative;
}
.inline-text__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: darken;
  z-index: -1;
}
.inline-text__image video {
  width: 100%;
}

@media (max-width: 992px) {
  .inline-text__image {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .inline-text {
    margin-bottom: 4rem;
  }
}
.contact-form {
  margin-bottom: 14rem;
  overflow: hidden;
}
.contact-form__contact-info {
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  font-feature-settings: "dlig" on, "salt" on;
}
.contact-form__form-wrapper {
  margin-bottom: 11.6rem;
}

@media (min-width: 992px) {
  .contact-form__form-wrapper {
    margin-bottom: 0;
  }
}
.wide-image {
  margin-bottom: 14rem;
}

@media (min-width: 992px) {
  .wide-image {
    margin-bottom: 8rem;
  }
}
.full-image {
  width: 100%;
  margin-bottom: 9.6rem;
}
.full-image__image img,
.full-image__image picture {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .contact-scroll-scale .text-media-scroll-scale__media-scale-text-container {
    top: -4rem;
  }
}
.paragraph__text {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.paragraph__text a {
  font-weight: 500;
}
.paragraph__text a:before, .paragraph__text a:after {
  bottom: 0.2em !important;
}
.paragraph__text strong {
  font-weight: 500;
}
.paragraph__text h1, .paragraph__text h2, .paragraph__text h3, .paragraph__text h4, .paragraph__text h5, .paragraph__text h6 {
  font-family: ABCWhyteInktrap;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 1.2rem;
}
.paragraph__text ul, .paragraph__text ol {
  padding-left: 3.4rem;
}
.paragraph__text ul li:not(:last-child), .paragraph__text ol li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.paragraph__text ul {
  list-style: disc;
}
.paragraph__text ol {
  list-style: decimal;
}

@media (min-width: 992px) {
  .paragraph__text {
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
  }
  .paragraph__text h1, .paragraph__text h2, .paragraph__text h3, .paragraph__text h4, .paragraph__text h5, .paragraph__text h6 {
    font-family: ABCWhyteInktrap;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .paragraph__text a:before, .paragraph__text a:after {
    border-width: 2px !important;
  }
  .paragraph__text ol {
    padding-left: 5rem;
  }
}
.gallery-overlay .gallery__images-button {
  display: none;
}

.gallery:has(.gallery__image:nth-child(1) figcaption) {
  padding-bottom: 6.4rem;
}
.gallery__container .gallery__image:not(:first-child) {
  display: none;
}
.gallery__container:has(.gallery__image:nth-child(2)) .gallery__image {
  cursor: pointer;
}
.gallery__image {
  position: relative;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.gallery__image picture img {
  max-height: 78rem;
  max-width: min(106.6rem, 100%);
  object-fit: contain;
  object-position: center;
  width: auto;
}
.gallery__image figcaption {
  width: 100%;
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.4);
  top: calc(100% + 0.8rem);
  position: absolute;
  left: 0;
}
.gallery__images-button {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  background: var(--white, #FFF);
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #000000;
  z-index: 10;
}

@media (min-width: 768px) {
  .gallery:has(.gallery__image:nth-child(1) figcaption) {
    padding-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .gallery:has(.gallery__image:nth-child(1) figcaption) {
    padding-bottom: 3.6rem;
  }
}
.wide-image-insight figcaption {
  padding: 0.6rem 2rem 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: var(--black--400-opacity-40, rgba(0, 0, 0, 0.4));
}

@media (min-width: 992px) {
  .wide-image-insight figcaption {
    padding: 0.8rem 3.2rem 0;
  }
}
.youtube-video.active .youtube-video__preview {
  display: none;
}
.youtube-video.active iframe {
  opacity: 1;
  pointer-events: auto;
}
.youtube-video__container {
  position: relative;
  cursor: pointer;
}
.youtube-video__preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.youtube-video__preview picture {
  width: 100%;
}
.youtube-video__preview svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.8rem;
  z-index: 11;
}
.youtube-video__video-placeholder {
  position: relative;
  opacity: 0;
  z-index: 10;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.download__text {
  margin-bottom: 2.4rem;
}
.download__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 2.4rem 0;
  border-top: 1px solid var(--black--400-opacity-20, rgba(0, 0, 0, 0.2));
  border-bottom: 1px solid var(--black--400-opacity-20, rgba(0, 0, 0, 0.2));
}
.download__item-name {
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
.download__item-size {
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: var(--black--400-opacity-70, rgba(0, 0, 0, 0.7));
}
.download__item-button:before, .download__item-button:after {
  border: none !important;
}

@media (min-width: 992px) {
  .download__item-name {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
  }
  .download__item-size {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
}
.hero-home {
  position: relative;
  height: 100svh;
  min-height: 48rem;
  overflow: hidden;
  color: #ffffff;
}
.hero-home__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-home__bg video,
.hero-home__bg img,
.hero-home__bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-home__darken {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3019607843) 0%, rgba(0, 0, 0, 0) 38%);
}
.hero-home__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-home__headline {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 30%;
  margin: 0;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  /* s--lehmit-h1--36-100 */
  font-family: ABCWhyteInktrap;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.6rem */
  color: #ffffff;
}
.hero-home__buttons {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.hero-home__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  text-align: center;
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  transition: opacity 0.3s ease;
}
.hero-home__button--primary {
  background: #ffffff;
  color: #000000;
}
.hero-home__button--secondary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

@media (hover: hover) {
  .hero-home__button:hover {
    opacity: 0.85;
  }
}
@media (min-width: 992px) {
  .hero-home__headline {
    left: 3.2rem;
    right: auto;
    top: 40%;
    max-width: 55rem;
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .hero-home__buttons {
    left: 3.2rem;
    right: auto;
    bottom: 3.2rem;
    flex-direction: row;
    gap: 1.6rem;
  }
  .hero-home__button {
    width: 20rem;
  }
}
.intro {
  margin: 5.6rem 0 14rem;
}
.intro__text {
  margin: 0;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  /* s--lehmit-h1--36-100 */
  font-family: ABCWhyteInktrap;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.6rem */
  color: #181818;
}

@media (min-width: 992px) {
  .intro {
    margin: 9.6rem 0 14rem;
  }
  .intro__text {
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
}
.sticky-image-scroll-text {
  margin: 10rem 0;
}
.sticky-image-scroll-text__inner {
  position: relative;
}
.sticky-image-scroll-text__media {
  position: sticky;
  top: 9rem;
  width: 19rem;
  height: 12rem;
  margin: 0 0 4rem auto;
  z-index: 10;
}
.sticky-image-scroll-text__images {
  position: relative;
  width: 100%;
  height: 100%;
}
.sticky-image-scroll-text__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background: #dddddd;
}
.sticky-image-scroll-text__image.is-active {
  opacity: 1;
}
.sticky-image-scroll-text__image img,
.sticky-image-scroll-text__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sticky-image-scroll-text__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.sticky-image-scroll-text__item {
  font-family: ABCWhyteInktrap;
  font-size: 2.8rem;
  line-height: 1.05;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.3019607843);
  transition: color 0.4s ease;
}
.sticky-image-scroll-text__item.is-active {
  color: #181818;
}

@media (min-width: 992px) {
  .sticky-image-scroll-text {
    margin: -9.6rem 0 6rem 0;
  }
  .sticky-image-scroll-text__inner {
    display: flex;
    gap: 3.2rem;
    align-items: flex-start;
  }
  .sticky-image-scroll-text__media {
    flex-shrink: 0;
    width: 65.5rem;
    height: 100vh;
    margin: 0;
    padding: 8.6rem 0;
    top: 0;
    transform: none;
    display: flex;
    align-items: center;
  }
  .sticky-image-scroll-text__images {
    width: 100%;
    height: 78.2rem;
    max-height: 100%;
    aspect-ratio: 655/782;
  }
  .sticky-image-scroll-text__list {
    flex: 1 0 0;
    min-width: 0;
    gap: 8rem;
    padding: 25rem 13.7rem 50vh;
  }
  .sticky-image-scroll-text__item {
    font-size: 4.2rem;
  }
}
.about-us {
  margin: 14rem 0;
}
.about-us__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.about-us__media img,
.about-us__media picture {
  width: 100%;
  display: block;
  object-fit: cover;
}
.about-us__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.about-us__headline {
  margin: 0;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  /* s--lehmit-h1--36-100 */
  font-family: ABCWhyteInktrap;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.6rem */
  color: #181818;
}
.about-us__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.about-us__body {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
}
.about-us__link {
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .about-us {
    margin: 14rem 0;
  }
  .about-us__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3.2rem;
  }
  .about-us__media {
    width: 62%;
  }
  .about-us__info {
    width: 51.7rem;
    flex-shrink: 0;
  }
  .about-us__headline {
    font-family: ABCWhyteInktrap;
    font-size: 5rem;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
}
.hero-detailpage {
  margin: 10rem 0 9.6rem;
}
.hero-detailpage__inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.hero-detailpage__title {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 4.4rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: #181818;
}
.hero-detailpage__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.hero-detailpage__subtitle {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
  max-width: 51.7rem;
}
.hero-detailpage__partners {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hero-detailpage__partners-label {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
}
.hero-detailpage__logos {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.hero-detailpage__logo img,
.hero-detailpage__logo picture {
  display: block;
  width: auto;
  height: auto;
  max-height: 5rem;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .hero-detailpage {
    margin: 12rem 0 6.4rem;
  }
  .hero-detailpage__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3.2rem;
  }
  .hero-detailpage__title {
    font-size: 8rem;
    max-width: 92.9rem;
  }
  .hero-detailpage__info {
    align-items: flex-end;
    width: 51.7rem;
    flex-shrink: 0;
  }
  .hero-detailpage__partners {
    width: 38rem;
  }
  .hero-detailpage__logos {
    justify-content: space-between;
    gap: 1.6rem;
  }
}
.title-production {
  margin: 9.6rem 0 8rem;
}
.title-production__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  color: #181818;
}
.title-production__title {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 3.2rem;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.title-production__text {
  font-family: ABCWhyteInktrap;
  font-size: 2.2rem;
  line-height: 1.15;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}

@media (min-width: 992px) {
  .title-production {
    margin: 14rem 0 12rem;
  }
  .title-production__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.2rem;
  }
  .title-production__title {
    font-size: 5.6rem;
    width: 37.4rem;
    flex-shrink: 0;
  }
  .title-production__text {
    font-size: 3.2rem;
    line-height: 1.05;
    width: 92.6rem;
    max-width: 92.6rem;
  }
}
.card-production-type {
  margin: 8rem 0 14rem;
}
.card-production-type__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.6rem;
}
.card-production-type__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card-production-type__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-production-type__icon {
  width: 100%;
}
.card-production-type__icon img,
.card-production-type__icon picture {
  display: block;
  width: 100%;
  height: auto;
}
.card-production-type__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.card-production-type__title {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.card-production-type__desc {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.6rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .card-production-type {
    margin: 10rem 0 14rem;
  }
  .card-production-type__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
  }
}
.logo-item {
  margin: 8rem 0 14rem;
}
.logo-item__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
.logo-item__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.logo-item__media {
  width: 100%;
  aspect-ratio: 517/388;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-item__media picture {
  display: contents;
}
.logo-item__media img {
  width: 45%;
  height: 45%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: brightness(0) invert(1);
}
.logo-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.logo-item__title {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: #181818;
}
.logo-item__desc {
  margin: 0;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
}

@media (min-width: 768px) {
  .logo-item__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .logo-item {
    margin: 9.6rem 0 14rem;
  }
  .logo-item__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header--white {
  color: #ffffff;
}
.header--white .header__logo img {
  filter: brightness(0) invert(1);
}
.header--white .header__main-menu .main-menu,
.header--white .header__main-menu .main-menu > li > a,
.header--white .header__language-switcher,
.header--white .header__language-switcher a,
.header--white .header__mobile-menu-toggle {
  color: #ffffff;
}
.header--white .header__main-menu .main-menu > li > a:before, .header--white .header__main-menu .main-menu > li > a:after {
  border-top-color: #ffffff;
}

.header {
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  height: 7.6rem;
  padding: 1.6rem 2rem 0.8rem;
  margin-bottom: 4rem;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.header__main-menu {
  display: none;
}
.header__logo {
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.header__logo img {
  width: 4.6rem;
}
.header__meta-menu {
  display: flex;
  align-items: center;
}
.header__mobile-menu-toggle {
  position: fixed;
  top: 3.2rem;
  right: 2rem;
  font-family: "ERDENMarfaMono";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-transform: uppercase;
  z-index: 100;
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.header__mobile-menu-toggle .icon {
  position: relative;
  top: 0.1rem;
}

@media (max-width: 992px) {
  .header__get-in-touch {
    display: none !important;
  }
  .header__meta-menu .header__language-switcher {
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    padding: 3.2rem;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .header__logo {
    position: absolute;
    left: 3.2rem;
    top: 3.2rem;
  }
  .header__logo img {
    width: 5.3rem;
  }
  .header__main-menu {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__main-menu .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: transform, opacity;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  .header__main-menu .main-menu > li {
    margin-right: 2.4rem;
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .header__main-menu .main-menu > li:nth-child(2) {
    position: relative;
  }
  .header__main-menu .main-menu > li:nth-child(2):after {
    content: var(--new-label, "New");
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    transform: translate(50%, -100%);
    background: black;
    color: white;
    border-radius: 100rem;
    font-family: "ERDENMarfaMono";
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.03rem;
    line-height: 1;
    display: flex;
    padding: 0.2rem 0.4rem 0.3rem 0.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--black--400, #000);
  }
  .header__main-menu .main-menu > li:last-child {
    margin-right: 0;
  }
  .header__main-menu .main-menu > li > a:before, .header__main-menu .main-menu > li > a:after {
    width: 0;
    transition-delay: 0s !important;
  }
  .header__main-menu .main-menu > li > a:hover:before {
    width: 100%;
  }
  .header__language-switcher {
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    text-transform: uppercase;
    margin-right: 1.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    transition-property: transform, opacity;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  .header__meta-menu {
    align-items: flex-start;
  }
  .header__mobile-menu-toggle {
    display: none;
  }
  .header__get-in-touch {
    transition-property: transform, opacity;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: min(100dvh, 100vh);
  top: 0;
  left: 0;
  z-index: 1000;
  background-image: url("./../../assets/img/mobile-bg.png");
  background-size: cover;
  background-position: center center;
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.4s;
}
.mobile-menu.opened {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.mobile-menu.opened .mobile-menu__main-content:before {
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.mobile-menu__content {
  overflow: auto;
  height: 100vh;
}
.mobile-menu__main-content {
  position: relative;
  width: calc(100% - 2rem);
  margin: 1.6rem auto 0;
  border-radius: 0.4rem;
  padding: 1.6rem 2rem 2.4rem;
  overflow: hidden;
  transition-delay: 0s;
}
.mobile-menu__main-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.mobile-menu__main-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  margin-bottom: 4rem;
}
.mobile-menu__main-content-header-mobile-menu-toggle {
  font-family: "ERDENMarfaMono";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.mobile-menu__main-content-header-mobile-menu-toggle .icon {
  position: relative;
  top: -0.1rem;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-left: 0.6rem;
}
.mobile-menu__main-content-menu {
  font-variant-numeric: ordinal;
  font-feature-settings: "dlig" on, "salt" on;
  font-family: "ERDENMarfaMono";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.4rem */
  margin-bottom: 4rem;
}
.mobile-menu__main-content-menu > ul > li {
  margin-bottom: 1.6rem;
}
.mobile-menu__main-content-menu > ul > li a:before, .mobile-menu__main-content-menu > ul > li a:after {
  display: none;
}
.mobile-menu__main-content-menu > ul > li:last-child {
  margin-bottom: 0;
}
.mobile-menu__main-content-menu > ul > li:nth-child(2) a {
  position: relative;
}
.mobile-menu__main-content-menu > ul > li:nth-child(2) a:after {
  content: var(--new-label, "New");
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  transform: translate(50%, -75%);
  background: black;
  color: white;
  border-radius: 100rem;
  font-family: "ERDENMarfaMono";
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.03rem;
  line-height: 1;
  display: flex;
  padding: 0.2rem 0.4rem 0.3rem 0.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--black--400, #000);
}
.mobile-menu__main-content-caption {
  font-family: "ERDENMarfaMono";
  font-size: 1.4rem;
  line-height: 1.2;
  font-feature-settings: "dlig" on, "salt" on;
  margin-bottom: 4rem;
}
.mobile-menu__main-content-get-in-touch {
  margin-bottom: 1.2rem;
  text-align: center;
}
.mobile-menu__main-content-language-switcher {
  display: block;
  padding: 0.4rem 0;
  text-align: center;
  font-family: "ERDENMarfaMono";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .mobile-menu__main-content {
    width: 83.3333333333%;
  }
}
.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.idle[data-type="1"] .cursor__inner {
    animation: idle-content-anim 1.3s linear infinite;
  }
  .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 {
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1; /* 1.76rem */
    margin-bottom: 0.4rem;
    text-transform: initial;
  }
  .cursor[data-type="2"] .cursor__content-text {
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  .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-feature-settings: "dlig" on, "salt" on;
    font-family: "ERDENMarfaMono";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-transform: uppercase;
  }
}
@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);
  }
}
.footer {
  padding-bottom: 14rem;
  margin-top: 14rem;
}
.footer__logo {
  margin-bottom: 3.2rem;
}
.footer__logo img {
  width: 100%;
}
.footer__newsletter {
  margin-bottom: 8rem;
}
.footer__newsletter-title {
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 0.8rem;
}
.footer__newsletter-subtitle {
  font-family: ABCWhyteInktrap;
  font-size: 1.6rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 2.4rem;
}
.footer__newsletter-sign-up-link {
  max-width: 100%;
  width: max-content;
}
.footer__menu-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__menu-column-title {
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2.4rem;
}
.footer__menu-column-content {
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings: "dlig" on, "salt" on;
}
.footer__menu-column-content li {
  margin-bottom: 1.6rem;
}
.footer__menu-column-content li:last-child {
  margin-bottom: 0;
}
.footer__meta {
  margin-top: 8rem;
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.footer__meta--desktop {
  display: none;
}
.footer__meta-copyrights {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.8rem;
}
.footer__meta-links ul {
  display: flex;
  align-items: center;
}
.footer__meta-links ul li {
  margin-right: 1.6rem;
}
.footer__meta-links ul li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .footer__menu-wrapper {
    justify-content: flex-start;
  }
  .footer__menu-wrapper .line-fade-in:not(:last-child) {
    margin-right: 12rem;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 9.6rem;
  }
  .footer__newsletter {
    margin-bottom: 5.6rem;
  }
  .footer__menu-wrapper {
    justify-content: flex-start;
  }
  .footer__menu-wrapper .line-fade-in:not(:last-child) {
    margin-right: 9.6rem;
  }
  .footer__menu-column-title {
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .footer__menu-column-content {
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    font-feature-settings: "dlig" on, "salt" on;
  }
  .footer__menu-column-content li {
    margin-bottom: 1.2rem;
  }
  .footer__meta {
    margin-top: 2.3rem;
  }
  .footer__meta--desktop {
    display: block;
  }
  .footer__meta--mobile {
    display: none;
  }
  .footer__meta-copyrights {
    font-family: ABCWhyteInktrap;
    font-size: 1.6rem;
    line-height: 1.3;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-weight: 400;
  }
  .footer__meta-links {
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    font-feature-settings: "dlig" on, "salt" on;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
.overlay.visible {
  pointer-events: auto;
}
.overlay.visible .overlay__close-background {
  opacity: 1;
}
.overlay__close-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay__content-wrapper {
  position: absolute;
  width: 100%;
  height: max-content;
  max-height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  z-index: 2;
  overflow: auto;
  box-shadow: 0px -0.417px 4.449px 0px rgba(0, 0, 0, 0.06), 0px -0.97px 10.344px 0px rgba(0, 0, 0, 0.09), 0px -1.742px 18.576px 0px rgba(0, 0, 0, 0.11), 0px -2.89px 30.83px 0px rgba(0, 0, 0, 0.13), 0px -4.762px 50.791px 0px rgba(0, 0, 0, 0.15), 0px -8.322px 88.767px 0px rgba(0, 0, 0, 0.18), 0px -18px 192px 0px rgba(0, 0, 0, 0.24);
  /* 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 */
}
.overlay__content-wrapper::-webkit-scrollbar {
  display: none;
}
.overlay__content {
  padding-bottom: 8rem;
}
.overlay__mobile-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 100%;
  z-index: 10;
}
.overlay__mobile-close .icon {
  position: sticky;
  top: 2rem;
  left: 0;
  font-size: 3.2rem;
}

@media (max-width: 992px) {
  .overlay.visible .overlay__content-wrapper {
    transform: translateY(0);
  }
  .overlay__content-wrapper {
    transform: translateY(calc(100% + 150px));
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media (min-width: 992px) {
  .overlay.visible .overlay__content-wrapper {
    transform: scale(1);
  }
  .overlay__content-wrapper {
    bottom: unset;
    left: 20rem;
    top: 10rem;
    height: 100%;
    border-radius: 0.4rem 0rem 0rem 0rem;
    box-shadow: 0px -0.417px 4.449px 0px rgba(0, 0, 0, 0.06), 0px -0.97px 10.344px 0px rgba(0, 0, 0, 0.09), 0px -1.742px 18.576px 0px rgba(0, 0, 0, 0.11), 0px -2.89px 30.83px 0px rgba(0, 0, 0, 0.13), 0px -4.762px 50.791px 0px rgba(0, 0, 0, 0.15), 0px -8.322px 88.767px 0px rgba(0, 0, 0, 0.18), 0px -18px 192px 0px rgba(0, 0, 0, 0.24);
    transform-origin: right bottom;
    transform: scale(0);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    padding-bottom: 18rem;
  }
  .overlay__content {
    padding-bottom: 0;
  }
  .overlay__mobile-close {
    position: absolute;
    right: 23.2rem;
    top: 3.2rem;
    cursor: pointer;
  }
}
.page-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100lvh;
  pointer-events: none;
  z-index: -1;
  background: var(--bgColorTwo);
}

@media (min-width: 992px) {
  .page-background {
    height: 100%;
  }
}
.page-background .noise-bg, .parallax-slider__cover .noise-bg {
  position: absolute;
  background: url("./../../assets/img/lehmit-bg-gradient-noise.jpg");
  background-position: center;
  background-size: 500px auto;
  mix-blend-mode: screen;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1) translateZ(0);
}
.page-background .blob-1, .parallax-slider__cover .blob-1 {
  content: "";
  width: 60rem;
  height: 85rem;
  left: 80rem;
  top: 5rem;
  position: absolute;
  border-radius: 8vw;
  background: linear-gradient(120deg, var(--bgColorOne) 0%, var(--bgColorOne) 35%, var(--bgColorOne) 100%);
  filter: blur(150px);
  transform: translate(180px, 50%);
  z-index: -2;
}
.page-background .blob-2, .parallax-slider__cover .blob-2 {
  content: "";
  height: 30rem;
  width: 30rem;
  position: absolute;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, var(--bgColorOne) 0%, var(--bgColorOne) 35%, var(--bgColorOne) 100%);
  border-radius: 100vw;
  filter: blur(120px);
  z-index: -2;
  transform: translate(180px, 50%);
}
.page-background .blob-3, .parallax-slider__cover .blob-3 {
  content: "";
  height: 10rem;
  width: 50rem;
  position: absolute;
  background: rgb(2, 10, 200);
  mix-blend-mode: lighten;
  background: linear-gradient(90deg, var(--bgColorOne) 0%, var(--bgColorOne) 35%, var(--bgColorOne) 100%);
  border-radius: 100vw;
  filter: blur(80px);
  z-index: -2;
  transform: translate(50px, 50px);
}

/*-------Animations-------*/
.blob-1, .blob-2, .blob-3 {
  animation: rotation 6s infinite;
  animation: translate1 6s infinite;
  animation: scale1 6s infinite;
  animation-direction: alternate;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes translate1 {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(200px, 200px);
  }
}
@keyframes scale1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
.page-loader {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3EFED;
  padding: 3.1rem 1rem;
  z-index: 1000000;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  overflow: hidden;
}
.page-loader__background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-loader__background-image picture img {
  object-fit: cover;
  object-position: center;
}
.page-loader__background-image * {
  width: 100%;
  height: 100%;
}
.page-loader__background-image-desktop {
  display: none;
}
.page-loader__progress {
  display: flex;
  align-items: center;
}
.page-loader__transform-wrapper, .page-loader__progress-percent {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  overflow: hidden;
  height: 1em;
}
.page-loader__transform-wrapper:first-child .page-loader__progress-number-wrapper {
  width: 2.5rem;
}
.page-loader__progress-number-wrapper {
  height: 100%;
}
.page-loader__progress-number {
  height: 1em;
}
.page-loader__logo {
  position: absolute;
  top: 1.6rem;
  left: 2rem;
}
.page-loader__logo img {
  width: 4.8rem;
}
.page-loader__step {
  overflow: hidden;
  position: relative;
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  line-height: 1;
}
.page-loader__step.active span {
  transform: translateY(0);
  opacity: 1;
}
.page-loader__step.out span {
  transform: translateY(-100%);
  opacity: 0;
}
.page-loader__step span {
  position: relative;
  padding-right: 0.95em;
  display: block;
  transform: translateY(100%);
}
.page-loader__step span:after {
  content: "%";
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .page-loader {
    padding: 3.2rem 5rem 2rem 3.2rem;
  }
  .page-loader__background-image-mobile {
    display: none;
  }
  .page-loader__background-image-desktop {
    display: block;
  }
  .page-loader__transform-wrapper, .page-loader__progress-percent {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .page-loader__transform-wrapper:first-child .page-loader__progress-number-wrapper {
    width: 7rem;
  }
  .page-loader__logo {
    position: absolute;
    top: 3.2rem;
    left: 3.2rem;
  }
  .page-loader__logo img {
    width: 5.3rem;
  }
  .page-loader__step {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    line-height: 1;
  }
}
.cookie-banner {
  position: fixed;
  width: calc(100% - 2rem);
  bottom: 2rem;
  left: 1rem;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.13), 0px 2.507px 5.431px 0px rgba(0, 0, 0, 0.09), 0px 1.34px 2.904px 0px rgba(0, 0, 0, 0.08), 0px 0.751px 1.628px 0px rgba(0, 0, 0, 0.06), 0px 0.399px 0.865px 0px rgba(0, 0, 0, 0.05), 0px 0.166px 0.36px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.6rem;
  color: #222222;
  z-index: 999999;
}
.cookie-banner.hidden {
  display: none;
}
.cookie-banner__text {
  font-feature-settings: "dlig" on, "salt" on;
  font-family: "ERDENMarfaMono";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.cookie-banner__buttons {
  display: flex;
  align-items: center;
}
.cookie-banner__reject-button {
  opacity: 0.25;
  margin-right: 1.2rem;
  cursor: pointer;
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
}
.cookie-banner__accept-button {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cookie-banner {
    width: 40rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .cookie-banner {
    width: 44rem;
    left: unset;
    right: 3.6rem;
    bottom: 3.6rem;
  }
}
.insight-header {
  margin-bottom: 5.6rem;
}
.insight-header__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.insight-header__date {
  font-family: ABCWhyteInktrap;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.5019607843);
}
.insight-header__title {
  font-family: ABCWhyteInktrap;
  font-size: 3.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  margin-bottom: 2.4rem;
}
.insight-header__image figcaption {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 0.6rem;
}
.insight-header__image picture img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.insight-header__abstract {
  margin-top: 5.6rem;
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.6980392157);
}

@media (min-width: 992px) {
  .insight-header {
    margin-bottom: 7.2rem;
  }
  .insight-header__text {
    gap: 1.2rem;
  }
  .insight-header__date {
    font-family: ABCWhyteInktrap;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    font-feature-settings: "ordn" on, "ss04" on;
  }
  .insight-header__title {
    font-family: ABCWhyteInktrap;
    font-size: 6.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
    margin-bottom: 0;
  }
  .insight-header__abstract {
    margin-top: 7.2rem;
    font-family: ABCWhyteInktrap;
    font-size: 3.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
}
.gallery-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #f3efed;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.gallery-overlay.opened {
  opacity: 1;
  pointer-events: auto;
}
.gallery-overlay__pagination {
  display: none;
}
.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 figcaption {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-top: 0.6rem;
  color: var(--black--400-opacity-40, rgba(0, 0, 0, 0.4));
}
.gallery-overlay__item {
  position: relative;
}
.gallery-overlay__navigation {
  display: none;
}
.gallery-overlay__close-icon {
  z-index: 100;
  position: absolute;
  right: 2rem;
  top: 1.6rem;
}
.gallery-overlay__close-icon .icon {
  font-size: 2.4rem;
}
.gallery-overlay__slide-pagination {
  display: none;
}

@media (max-width: 992px) {
  .gallery-overlay__content {
    overflow: auto;
    padding: 4.8rem 2rem;
  }
  .gallery-overlay__content > * > * {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .gallery-overlay__content {
    padding: 6rem 10rem;
  }
}
@media (min-width: 992px) {
  .gallery-overlay {
    height: 100%;
  }
  .gallery-overlay__navigation {
    position: absolute;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    top: 0;
    height: 100%;
  }
  .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__content .swiper .swiper-wrapper .swiper-slide .gallery-overlay__item:has(figcaption) {
    position: relative;
    top: -2rem;
  }
  .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide .gallery-overlay__item:has(figcaption) img {
    max-height: calc(100vh - 9rem);
  }
  .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide img {
    max-width: 117.4rem;
    max-height: calc(100vh - 12rem);
    width: auto;
    object-fit: contain;
    object-position: center;
  }
  .gallery-overlay__content figcaption {
    position: absolute;
    top: 100%;
    margin-top: 0.8rem;
  }
  .gallery-overlay__close-icon {
    right: 2rem;
    cursor: pointer;
  }
  .gallery-overlay__close-icon .icon {
    font-size: 3.2rem;
  }
  .gallery-overlay__slide-pagination {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.2rem;
    background: var(--white, #FFF);
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    font-feature-settings: "dlig" on, "salt" on;
    z-index: 20;
  }
}
.hero-text {
  opacity: 0;
}
.hero-text.visible {
  opacity: 1;
}
.hero-text.visible .hero-text__content p .line-wrapper {
  transform: none;
}
.hero-text__content p {
  clip-path: inset(-0.1em -0.5em -0.2em -0.5em);
}
.hero-text__content p .line-wrapper {
  display: inline-block;
  transform: translate3d(0, calc(100% + 0.25em), 0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-text__content p:nth-child(2n) {
  text-align: right;
}
.hero-text__content--mobile {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.hero-text__content--desktop {
  font-family: ABCWhyteInktrap;
  font-size: 17rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero-text__content--mobile {
    font-size: 12rem;
  }
}
@media (min-width: 992px) {
  .hero-text__content--mobile {
    display: none;
  }
  .hero-text__content--desktop {
    display: block;
  }
}
.marque-text {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.marque-text__line {
  animation: 14s linear infinite rtl;
  font-family: "ERDENMarfaMono";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings: "dlig" on, "salt" on;
  white-space: nowrap;
}

@keyframes rtl {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@media (min-width: 992px) {
  .marque-text__line {
    color: var(--black--300, #181818);
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "dlig" on;
    font-family: "ERDENMarfaMono";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
  }
}
.contact {
  background-color: #e8a87c;
  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;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.contact__success-message strong {
  display: block;
  font-family: ABCWhyteInktrap;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "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: "\e913";
  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 #Ea794C;
  padding: 2.8rem 0 1.6rem;
  font-family: "ERDENMarfaMono";
  font-size: 1.7rem;
  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: "ERDENMarfaMono";
  font-size: 1.7rem;
  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: "\e920";
  font-family: "lte";
  font-size: 1rem;
  opacity: 0;
}
.contact__form-input-wrapper input[type=checkbox] ~ .custom-checkbox__label {
  font-family: "ERDENMarfaMono";
  font-size: 1.4rem;
  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: "ERDENMarfaMono";
  font-size: 1.4rem;
  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: "ERDENMarfaMono";
  font-size: 1.7rem;
  line-height: 1.3;
  font-feature-settings: "dlig" on, "salt" on;
  font-size: 1.6rem;
  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: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  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-size: 1.7rem;
  }
  .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: "ERDENMarfaMono";
    font-size: 1.7rem;
    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: "ERDENMarfaMono";
    font-size: 1.7rem;
    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;
  }
}
.contact-persons {
  margin-bottom: 5.6rem;
}
.contact-persons__person-avatar {
  flex: 0 0 12rem;
  width: 12rem;
  margin-right: 1.2rem;
}
.contact-persons__title {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.contact-persons__person {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #181818;
}
.contact-persons__person-left {
  padding-right: 2rem;
}
.contact-persons__person-name {
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
.contact-persons__person-position {
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.contact-persons__person-socials {
  display: flex;
  align-items: center;
}
.contact-persons__social:not(:last-child) {
  margin-right: 1.6rem;
}
.contact-persons__social .icon {
  font-size: 2.8rem;
}

@media (max-width: 992px) {
  .contact-persons__person-socials {
    margin-top: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contact-persons {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .contact-persons__person-full-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
  .contact-persons__person-avatar {
    margin-right: 1.6rem;
  }
  .contact-persons__person-name {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .contact-persons__person-position {
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  .contact-persons__person-right {
    margin-left: auto;
  }
  .contact-persons__person-socials {
    justify-content: flex-end;
  }
  .contact-persons__social:not(:last-child) {
    margin-right: 1.6rem;
  }
  .contact-persons__social .icon {
    font-size: 2.4rem;
  }
}
@media (hover: hover) {
  .contact-persons__person {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    transition: border-bottom-color 0.3s ease;
  }
  .contact-persons__person:hover {
    border-bottom-color: #181818;
  }
}
.joint-ventures__title {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 1.2rem;
}
.joint-ventures__logos {
  display: flex;
  align-items: center;
}
.joint-ventures__logos a {
  display: block;
}
.joint-ventures__logos a:not(:last-child) {
  margin-right: 3.84rem;
}
.overlay-content {
  padding-top: 8.4rem;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
}
.overlay-content a:before, .overlay-content a:after {
  bottom: 0.4rem !important;
}
.overlay-content h1 {
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 1.6rem;
  color: #181818;
  text-wrap: balance;
}

@media (min-width: 992px) {
  .overlay-content {
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-family: ABCWhyteInktrap;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    padding-top: 14rem;
  }
  .overlay-content h1 {
    font-family: ABCWhyteInktrap;
    font-size: 7.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.95;
    margin-bottom: 2.4rem;
  }
}
/* 1. Add .no-hover class for <a> tag to disable hover effect */
/* 2. Add .spanned class for <a> tag if <a> has some paddings but pure content only has to be underlined */
/* 3. Use mixin setLinkUnderlineColor($color) (on parent element of <a> tag) to set underline color*/
a:not(.no-hover).spanned span, a:not(.no-hover):not(.spanned) {
  position: relative;
  white-space: nowrap;
}
a:not(.no-hover).spanned span:before, a:not(.no-hover):not(.spanned):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  border-top: 1px solid #181818;
}

@media (hover: hover) {
  a:not(.no-hover).spanned span:before, a:not(.no-hover):not(.spanned):before {
    width: 0;
  }
  a:not(.no-hover).spanned span:hover:before, a:not(.no-hover):not(.spanned):hover:before {
    width: 100%;
    left: 0;
  }
  a:not(.no-hover).spanned span:before, a:not(.no-hover):not(.spanned):before {
    width: 0;
  }
  a:not(.no-hover).spanned span:after, a:not(.no-hover):not(.spanned):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s ease 0.25s;
    backface-visibility: hidden;
    border-top: 1px solid #181818;
  }
  a:not(.no-hover).spanned span:hover:before, a:not(.no-hover):not(.spanned):hover:before {
    width: 100%;
    transition-delay: 0.25s;
  }
  a:not(.no-hover).spanned span:hover:after, a:not(.no-hover):not(.spanned):hover:after {
    width: 0;
    right: 0;
    left: unset;
    transition-delay: 0s;
  }
}
span.animated-char {
  transition: opacity 0.3s ease-in-out;
}
span.animated-char[data-fill-level=quarter] {
  opacity: 0.6 !important;
}
span.animated-char[data-fill-level=half] {
  opacity: 0.8 !important;
}
span.animated-char[data-fill-level=full] {
  opacity: 1 !important;
}
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;
}

.button {
  position: relative;
  display: block;
  padding: 1.2rem;
  border-radius: 0.4rem;
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #ffffff;
  background: linear-gradient(96deg, #E8A87C 0%, #905128 100%);
  overflow: hidden;
}
.button:before {
  content: "";
  --size: 0;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #E8A87C, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
.button:hover:before {
  --size: 20vw;
}
.button > * {
  position: relative;
}

@media (hover: hover) {
  .button {
    cursor: pointer;
  }
}
.simple-page__title {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  text-align: center;
  margin-bottom: 8rem;
}
.simple-page__content {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
}
.simple-page__content strong {
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  font-family: ABCWhyteInktrap;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .simple-page {
    padding-top: 4.8rem;
  }
  .simple-page__title {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    font-size: 12rem;
  }
}
@media (min-width: 992px) {
  .page-template-default .header__main-menu {
    display: none;
  }
  .simple-page {
    padding-top: 19.3rem;
  }
  .simple-page__title {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 9.6rem;
  }
}
.visiting-card {
  min-height: 100vh;
  background-color: #A8D6B6;
  padding-top: 7.6rem;
  position: relative;
}
.visiting-card__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.visiting-card__foreground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.visiting-card__hero-text {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}
.visiting-card__marque-text {
  width: 40vw;
}
.visiting-card__joint-venture.visible .visiting-card__joint-venture-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.visiting-card__joint-venture.visible .visiting-card__joint-venture-logos a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.visiting-card__joint-venture-title {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 1.2rem;
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.visiting-card__joint-venture-logos {
  display: flex;
  align-items: center;
}
.visiting-card__joint-venture-logos a {
  display: block;
  margin-right: 3.84rem;
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.visiting-card__joint-venture-logos a:last-child {
  margin-right: 0;
}
.visiting-card__joint-venture-logos picture img {
  width: auto;
}
.visiting-card__contact {
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  font-feature-settings: "dlig" on, "salt" on;
}
.visiting-card__contact.visible p {
  opacity: 1 !important;
}
.visiting-card__contact.visible p .line-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.visiting-card__contact p {
  opacity: 0;
}
.visiting-card__contact p .line-wrapper {
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  display: inline-block;
}

@media (max-width: 992px) {
  .visiting-card__marque-text {
    opacity: 0;
    animation: marque-anim-on-start 1s 2s forwards;
  }
  @keyframes marque-anim-on-start {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .visiting-card__footer {
    padding-bottom: 5.6rem;
  }
  .visiting-card__joint-venture {
    margin-top: 5.6rem;
  }
  .visiting-card__marque-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .visiting-card__contact p {
    margin-bottom: 1em;
  }
  .visiting-card__contact p:first-child, .visiting-card__contact p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .visiting-card {
    padding-top: 13.3rem;
    max-height: 100vh;
    overflow: hidden;
  }
  .visiting-card__foreground {
    display: block;
    top: 0;
    height: 100%;
  }
  .visiting-card__hero-text {
    margin-top: 1.6rem;
  }
  .visiting-card__marque-text {
    position: fixed;
    top: 3.2rem;
    right: 3.2rem;
    width: 20vw;
    z-index: 1000;
  }
  .visiting-card__footer {
    position: fixed;
    bottom: 3.6rem;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  .visiting-card__contact {
    margin-bottom: 0;
  }
  .visiting-card__contact {
    display: flex;
    align-items: flex-end;
  }
  .visiting-card__contact p {
    margin-right: 8rem;
  }
  .visiting-card__contact p:last-child {
    margin-right: 0;
  }
}
.flexible-content-page {
  position: relative;
}
.flexible-content-page section > article {
  position: relative;
  z-index: 7;
}

.insight-page__flexible-content {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.insight-page__share-row {
  margin-top: 5.6rem;
  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));
}
.insight-page__share-row-label {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: var(--black--400-opacity-70, rgba(0, 0, 0, 0.7));
}
.insight-page__share-row-items {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.insight-page__share-row-items .copy-link {
  cursor: pointer;
}
.insight-page__share-row-items a:before, .insight-page__share-row-items a:after {
  display: none !important;
}
.insight-page__share-row-items .icon {
  font-size: 2.4rem;
}
.insight-page__cta {
  margin-top: 5.6rem;
}
.insight-page__cta-label {
  font-family: ABCWhyteInktrap;
  font-size: 4.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.insight-page__cta-button {
  width: max-content;
}
.insight-page__related-insights {
  margin-top: 10.3rem;
}
.insight-page__related-insights-title {
  padding: 0 2rem;
  font-family: ABCWhyteInktrap;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 2.4rem;
}
.insight-page__related-insights-container.swiper {
  padding: 0 2rem;
}
.insight-page__related-insights-container.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

@media (min-width: 992px) {
  .insight-page {
    padding-top: 14.8rem;
  }
  .insight-page__flexible-content {
    gap: 7.2rem;
  }
  .insight-page__share-row {
    margin-top: 7.2rem;
    padding: 2.4rem 0;
  }
  .insight-page__share-row-label {
    font-family: ABCWhyteInktrap;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    color: var(--black--300, #181818);
  }
  .insight-page__cta {
    margin-top: 7.2rem;
  }
  .insight-page__cta-label {
    font-family: ABCWhyteInktrap;
    font-size: 7.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .insight-page__related-insights {
    margin-top: 14rem;
    padding: 0 3.2rem;
  }
  .insight-page__related-insights-title {
    padding: 0;
    font-family: ABCWhyteInktrap;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
  }
  .insight-page__related-insights-container > * {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.2rem;
  }
  .insight-page__related-insights-container > * > * {
    width: 100%;
    min-width: 0;
  }
}
.insights-page h1 {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 8rem;
  text-align: center;
}
.insights-page__load-more {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.insights-page__load-more .button.is-loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: progress;
}
.insights-page__container {
  row-gap: 3.2rem;
}
.insights-page__container .post-preview {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: auto;
  padding: 0;
}
.insights-page__container .post-preview__content {
  flex: 1 0 0;
  min-width: 0;
  gap: 1.2rem;
}
.insights-page__container .post-preview__image {
  margin: 0;
  width: 100%;
}
.insights-page__container .post-preview__date {
  font-family: ABCWhyteInktrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.5019607843);
  margin: 0;
}
.insights-page__container .post-preview__title {
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: #181818;
  -webkit-line-clamp: 2;
  margin: 0;
}
.insights-page__container .post-preview__abstract {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: ABCWhyteInktrap;
  font-size: 1.8rem;
  line-height: 1.3;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  color: rgba(0, 0, 0, 0.6980392157);
  margin: 0;
}
.insights-page__container .post-preview__read-more {
  font-family: "ERDENMarfaMono";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "dlig" on, "salt" on;
  color: #000000;
  margin-top: 0;
  width: max-content;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.1rem;
}
.insights-page__container .post-preview__read-more:before, .insights-page__container .post-preview__read-more:after {
  display: none;
}

@media (min-width: 992px) {
  .insights-page h1 {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 9.5rem;
  }
  .insights-page__container {
    row-gap: 0;
  }
  .insights-page__load-more {
    margin-top: 6.4rem;
  }
  .insights-page__container .post-preview {
    flex-direction: row;
    gap: 3.2rem;
    align-items: flex-start;
    padding: 3.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .insights-page__container .post-preview__image {
    width: 38rem;
    flex-shrink: 0;
  }
  .insights-page__container .post-preview__title {
    font-size: 2.8rem;
  }
  .insights-page__container .post-preview__abstract {
    display: -webkit-box;
  }
}
.projekte-page h1 {
  font-family: ABCWhyteInktrap;
  font-size: 6rem;
  line-height: 0.95;
  font-variant-numeric: ordinal;
  font-feature-settings: "ss04" on;
  margin-bottom: 8rem;
  text-align: center;
}
.projekte-page__load-more {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.projekte-page__load-more .button.is-loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: progress;
}
.projekte-page__container {
  row-gap: 3.2rem;
}

@media (min-width: 992px) {
  .projekte-page h1 {
    font-family: ABCWhyteInktrap;
    font-size: 17rem;
    line-height: 0.95;
    font-variant-numeric: ordinal;
    font-feature-settings: "ss04" on;
    margin-bottom: 9.5rem;
  }
  .projekte-page__container {
    row-gap: 6.4rem;
  }
  .projekte-page__load-more {
    margin-top: 6.4rem;
  }
}
/*! purgecss end ignore */
