/*
 *
 * Fundaments */
/**
 *
 * BOXING: GENERAL
 *
 */
html {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

/**
 *
 * BOXING: VARS
 *
 */
/**
 *
 * COLORS: VARS
 *
 */
/**
 *
 * TYPOGRAPHY: VARS
 *
 */
/**
 *
 * COLORS: FUNCTIONS
 *
 */
/**
 *
 * COLORS: GENERAL
 *
 */
body {
  color: #333333;
}

::selection {
  background: #b72a1e;
  color: #ffffff;
}

a {
  color: #b72a1e;
}

/*
 *
 * Font colors */
.fc--primary-1 {
  color: #b72a1e !important;
  fill: #b72a1e !important;
}

.fc--secondary-1 {
  color: #f8e080 !important;
  fill: #f8e080 !important;
}

.fc--light-1 {
  color: #f0f0e4 !important;
  fill: #f0f0e4 !important;
}

.fc--dark-1 {
  color: #f0f0e4 !important;
  fill: #202020 !important;
}

/*
 *
 * Background colors */
.bgc--primary-1 {
  background: #b72a1e;
}

.bgc--secondary-1 {
  background: #f8e080;
}

.bgc--light-1 {
  background: #f0f0e4;
}

.bgc--dark-1 {
  background: #f0f0e4;
}

/**
 *
 * TYPOGRAPHY: GENERAL
 *
 */
html {
  font-size: 10px;
  text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
/*
 *
 * Atoms */
.card {
  width: 100%;
  position: relative;
}
.card .card__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.card .card__visual {
  width: 100%;
  height: 0;
  padding-top: 110%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.card .card__visual img,
.card .card__visual picture,
.card .card__visual video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.card .card__content {
  width: 100%;
  padding: 20px 10px;
  font-size: 12.8px;
  line-height: 1.8;
  text-align: left;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  overflow: hidden;
  background: #b72a1e;
  border: 2px solid #b72a1e;
  border-radius: 40px;
  color: #f0f0e4;
  fill: #f0f0e4;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  position: relative;
  transition: all 150ms;
  gap: 8px;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.btn i {
  font-style: normal;
}
.btn svg {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 9px;
  height: 9px;
}
.btn:hover {
  background: #cc3326;
  border-color: #cc3326;
  color: #f0f0e4;
  fill: #f0f0e4;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn {
  /*
  *
  * Define sizes */
}
.btn.size-s {
  padding: 11px 25px;
  font-size: 14px;
}
.btn {
  /*
  *
  * Define variations */
}
.btn.type-full {
  display: flex;
  width: 100%;
}
.btn.type-bordered {
  background: transparent;
  color: #b72a1e;
}
.btn.type-bordered:hover {
  background-color: #cc3326;
  border-color: #cc3326;
  color: #f0f0e4;
  fill: #f0f0e4;
}
.btn.type-disabled {
  filter: grayscale(1);
  opacity: 0.25;
  pointer-events: none;
}
.btn {
  /*
  *
  * Define color variations */
}
.btn.color-dark-1 {
  background-color: #202020;
  border-color: #202020;
}
.btn.color-dark-1.type-bordered {
  background: transparent;
  color: #202020;
}
.btn.color-dark-1:hover, .btn.color-dark-1.type-bordered:hover {
  background-color: #333333;
  border-color: #333333;
  color: #f0f0e4;
  fill: #f0f0e4;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .btn {
    display: flex;
    width: 100%;
    font-size: 14px;
  }
  .btn::after {
    display: none;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
.brand {
  width: 200px;
}
.brand a {
  display: block;
  text-decoration: none;
}
.brand svg,
.brand img {
  display: block;
  width: 100%;
  height: auto;
  fill: #b72a1e;
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .brand {
    width: 170px;
  }
}
/*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
/*
  * Layout 01 - - - 0px - 419px */
/*
  * Layout 02 - - - 420px - 767px */
/*
  * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .brand {
    width: 180px;
  }
}
/*
  * Layout 04 - - - 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .brand {
    width: 200px;
  }
}
/*
  * Layout 05 - - - 1280px - ... */
.heading {
  padding: 0;
  margin: 0;
  font-family: "mendl-sans-dusk", Helvetica, Arial, serif;
  line-height: 1.1;
  font-weight: 700;
  /*
  *
  *
  *
  * Define sizes */
}
.heading.size-l {
  font-size: 55px;
  line-height: 0.95;
}
.heading.size-m {
  font-size: 50px;
}
.heading.size-s {
  font-size: 35px;
}
.heading.size-xs {
  font-size: 20px;
}
.heading {
  /*
  *
  *
  *
  * Define spacings */
}
.heading.spacing-xxs {
  margin: 0 0 5px;
}
.heading.spacing-xs {
  margin: 0 0 10px;
}
.heading.spacing-s {
  margin: 0 0 15px;
}
.heading.spacing-m {
  margin: 0 0 20px;
}
.heading.spacing-l {
  margin: 0 0 25px;
}
.heading.spacing-xl {
  margin: 0 0 30px;
}
.heading.spacing-xxl {
  margin: 0 0 35px;
}
.heading {
  /*
  *
  *
  *
  * Define variations */
}
.heading.font-main {
  font-family: "Montserrat", Helvetica, Arial, serif;
}
.heading.text-wide {
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.5;
}
.heading.text-spacing {
  letter-spacing: 3px;
}
.heading.text-upper {
  text-transform: uppercase;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
/*
 * Layout 01 - - - 0px - 419px */
@media all and (max-width: 419px) {
  .heading.size-l {
    font-size: 30px;
  }
  .heading.size-m {
    font-size: 27px;
  }
  .heading.size-s {
    font-size: 23px;
  }
  .heading.size-xs {
    font-size: 18px;
  }
}
/*
 * Layout 02 - - - 420px - 767px */
@media all and (min-width: 420px) and (max-width: 767px) {
  .heading.size-l {
    font-size: 42px;
  }
  .heading.size-m {
    font-size: 37px;
  }
  .heading.size-s {
    font-size: 24px;
  }
  .heading.size-xs {
    font-size: 18px;
  }
}
/*
 * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .heading.size-l {
    font-size: 47px;
  }
  .heading.size-m {
    font-size: 40px;
  }
  .heading.size-s {
    font-size: 25px;
  }
  .heading.size-xs {
    font-size: 18px;
  }
}
/*
 * Layout 04 - - - 1024px - 1179px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .heading.size-l {
    font-size: 62px;
  }
  .heading.size-m {
    font-size: 48px;
  }
  .heading.size-s {
    font-size: 27px;
  }
  .heading.size-xs {
    font-size: 18px;
  }
}
/*
 * Layout 05 - - - 1180px - ... */
.offcanvas {
  display: flex;
  align-items: center;
  color: #b72a1e;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.offcanvas .offcanvas__text {
  display: block;
  margin: 0 10px 0 0;
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.offcanvas .offcanvas__symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.offcanvas .offcanvas__symbol span {
  display: block;
  width: 23px;
  height: 1px;
  background-color: #b72a1e;
  position: relative;
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-touch-callout: none;
}
.offcanvas .offcanvas__symbol span::before, .offcanvas .offcanvas__symbol span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b72a1e;
  position: absolute;
  right: 0;
  transition: transform 200ms;
}
.offcanvas .offcanvas__symbol span::before {
  width: 18px;
  transform: translate(0, -8px);
}
.offcanvas .offcanvas__symbol span::after {
  width: 28px;
  transform: translate(0, 8px);
}
.offcanvas:hover {
  color: #b72a1e;
}
.offcanvas:hover .offcanvas__symbol span,
.offcanvas:hover .offcanvas__symbol span::before,
.offcanvas:hover .offcanvas__symbol span::after {
  background-color: #b72a1e;
}
.offcanvas--is-open .offcanvas .offcanvas__symbol span {
  background-color: transparent !important;
}
.offcanvas--is-open .offcanvas .offcanvas__symbol span::before {
  width: 28px;
  transform: translate(0, 0) rotate(45deg);
}
.offcanvas--is-open .offcanvas .offcanvas__symbol span::after {
  width: 28px;
  transform: translate(0, 0) rotate(-45deg);
}

/*
 *
 * Media Queries
 *
 */
/*
 * CUSTOM Layout */
@media all and (width <= 450px) {
  .offcanvas .offcanvas__text {
    display: none;
  }
}
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
/*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
/*
  * Layout 01 - - - 0px - 419px */
/*
  * Layout 02 - - - 420px - 767px */
/*
  * Layout 03 - - - 768px - 1023px */
/*
  * Layout 04 - - - 1024px - 1279px */
/*
  * Layout 05 - - - 1280px - ... */
.paragraph {
  /*
  *
  *
  *
  * Define sizes */
}
.paragraph.size-l {
  font-size: 18px;
}
.paragraph.size-s {
  font-size: 14px;
  line-height: 1.5;
}
.paragraph.size-xs {
  font-size: 12px;
  line-height: 1.2;
}
.paragraph {
  /*
  *
  *
  *
  * Define spacings */
}
.paragraph.spacing-0 {
  margin: 0;
}
.paragraph.spacing-xxs {
  margin: 0 0 5px;
}
.paragraph.spacing-xs {
  margin: 0 0 10px;
}
.paragraph.spacing-s {
  margin: 0 0 15px;
}
.paragraph.spacing-m {
  margin: 0 0 20px;
}
.paragraph.spacing-l {
  margin: 0 0 25px;
}
.paragraph.spacing-xl {
  margin: 0 0 30px;
}
.paragraph.spacing-xxl {
  margin: 0 0 35px;
}
.paragraph.spacing-xxxl {
  margin: 0 0 50px;
}
.paragraph {
  /*
  *
  *
  *
  * Define weights */
}
.paragraph.weight-300 {
  font-weight: 300;
}
.paragraph.weight-700 {
  font-weight: 700;
}
.paragraph.weight-900 {
  font-weight: 900;
}
.paragraph {
  /*
  *
  *
  *
  * Define variations */
}
.paragraph.text-upper {
  text-transform: uppercase;
}

/**
 *
 * SYMBOLS
 *
 */
.link {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #b72a1e;
  font-family: "mendl-sans-dusk", Helvetica, Arial, serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  appearance: none;
}
.link span {
  display: block;
}
.link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #b72a1e;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale3d(0.5, 1, 1) translate(0, 0);
  transform-origin: 0% 50%;
  transition: all 450ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.link:hover::before {
  transform: scale3d(1, 1, 1) translate(0, 0);
}
.link {
  /*
   *
   * Define color variations */
}
.link.color-dark-1 {
  color: #202020;
}
.link.color-dark-1::before {
  background: #202020;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .link {
    font-size: 14px;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 03 - - - 1024px - 1179px */
/*
 * Layout 04 - - - 1180px - ... */
.actions {
  width: 100%;
  margin: 35px 0;
}
.actions:first-child {
  margin-top: 0;
}
.actions:last-child {
  margin-bottom: 0;
}
.actions .actions__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px -16px;
}
.actions .actions__inner a {
  margin: 5px 16px;
}
.actions {
  /*
   *
   * Define alignments */
}
.actions.align-center .actions__inner {
  justify-content: center;
}
.actions.align-right .actions__inner {
  justify-content: flex-end;
}
.actions.align-limited .actions__inner {
  justify-content: center;
}
.actions {
  /*
   *
   * Parent alignments */
}
.limited .actions .actions__inner {
  justify-content: center;
}
.limited.align-left .actions .actions__inner {
  justify-content: flex-start;
}
.limited.align-leftcentered .actions .actions__inner {
  justify-content: flex-start;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .actions.align-limited .actions__inner {
    justify-content: flex-start;
  }
  .limited .actions .actions__inner {
    justify-content: flex-start;
  }
}
/*
 *
 * Molecules */
.block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 580px;
  position: relative;
}
.block .block__visual {
  width: 50%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 58px 58px 0;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.block .block__visual img,
.block .block__visual picture {
  display: block;
  width: 100%;
}
.block .block__visualHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.block .block__visualHolder img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.block .block__content {
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
}
.block .block__play {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.block .block__in {
  width: 100%;
  padding: 80px 0 80px 110px;
  position: relative;
  z-index: 2;
}
.block .block__shape {
  width: 3000px;
  height: 100%;
  position: absolute;
  left: 40%;
  right: auto;
  top: 0;
  z-index: -1;
}
.block .block__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: auto;
  margin: 20px -10px -10px;
}
.block .block__actions a {
  margin: 10px;
}
.block .block__tags {
  margin: 0 0 25px;
}
.block .block__centered {
  width: 100%;
  max-width: 580px;
  margin: 25px auto;
  text-align: center;
}
.block .block__centered:first-child {
  margin-top: 0;
}
.block .block__centered:last-child {
  margin-bottom: 0;
}
.block .block__partner {
  width: 100%;
  max-width: 120px;
  margin: 0 0 30px;
}
.block .block__partner img {
  display: block;
  width: 100%;
}
.block {
  /*
   *
   * Define variations */
}
.block.type-alt .block__visual {
  order: 2;
  border-radius: 58px 58px 58px 0;
  left: auto;
  right: 0;
}
.block.type-alt .block__content {
  order: 1;
}
.block.type-alt .block__in {
  padding: 80px 110px 80px 0;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .block {
    min-height: initial;
  }
  .block .block__visual {
    order: 1;
    width: 100%;
    height: 300px;
    min-height: initial;
    overflow: visible;
    position: relative;
  }
  .block .block__visual img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center 40%;
  }
  .block .block__visualHolder {
    width: auto;
    left: -20px;
    right: -20px;
  }
  .block .block__content {
    order: 2;
    width: 100%;
  }
  .block .block__in {
    width: 100%;
    padding: 40px 0;
  }
  .block .block__subbrand svg {
    max-width: 140px;
  }
  .block.type-alt .block__visual {
    order: 1;
  }
  .block.type-alt .block__content {
    order: 2;
  }
  .block.type-alt .block__in {
    padding: 40px 0;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .block .block__visual {
    min-height: initial;
    margin-left: -30px;
  }
  .block .block__in {
    padding: 60px 0 60px 55px;
  }
  .block.type-alt .block__in {
    padding: 60px 55px 60px 0;
  }
  .block.type-alt .block__visual {
    margin-left: auto;
    margin-right: -30px;
  }
}
/*
 * Layout 03 - - - 1024px - 1179px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .block .block__in {
    padding: 70px 0 70px 70px;
  }
  .block.type-alt .block__in {
    padding: 70px 70px 70px 0;
  }
}
/*
 * Layout 04 - - - 1180px - ... */
.cards {
  width: 100%;
}
.cards .cards__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.cards .cards__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -8px;
}
.cards .cards__item {
  display: flex;
  width: 33.3333333333%;
  padding: 8px;
  text-align: center;
}
.cards {
  /*
   *
   * Define size variations */
  /*
   *
   * Define variations */
}
.cards.grid-s .cards__list {
  justify-content: flex-start;
}
.cards.grid-s .cards__item {
  width: 25%;
}
.cards.grid-xs .cards__inner {
  max-width: none;
}
.cards.grid-xs .cards__item {
  width: 20%;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (width <= 539px) {
  .cards .cards__list {
    justify-content: flex-start;
  }
  .cards .cards__item, .cards.size-s .cards__item, .cards.grid-3 .cards__item, .cards.grid-5 .cards__item {
    width: 100%;
  }
}
@media all and (width >= 540px) and (max-width: 767px) {
  .cards .cards__list {
    justify-content: flex-start;
  }
  .cards .cards__item, .cards.size-s .cards__item, .cards.grid-3 .cards__item, .cards.grid-5 .cards__item {
    width: 50%;
  }
}
/*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1023px) {
  .cards.type-few .cards__list {
    justify-content: flex-start;
  }
}
/*
  * Layout 01 - - - 0px - 419px */
/*
  * Layout 02 - - - 420px - 767px */
/*
  * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .cards .cards__list {
    justify-content: flex-start;
  }
  .cards .cards__item, .cards.size-s .cards__item, .cards.grid-3 .cards__item, .cards.grid-5 .cards__item {
    width: 33.3333333333%;
  }
}
/*
  * Layout 04 - - - 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .cards.size-s .cards__item {
    width: 33.3333333333%;
  }
  .cards.type-few .cards__list {
    justify-content: flex-start;
  }
  .cards.grid-5 .cards__list {
    justify-content: flex-start;
  }
  .cards.grid-5 .cards__item {
    width: 33.3333333333%;
  }
}
/*
  * Layout 05 - - - 1280px - ... */
.contentSection .contentSection__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contentSection .contentSection__limited {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.contentSection .contentSection__limited.size-m {
  max-width: 680px;
}
.contentSection .contentSection__limited.size-l {
  max-width: 800px;
}
.contentSection .contentSection__limited.spacing-l {
  margin-bottom: 50px;
}
.contentSection .contentSection__limited.spacing-xl {
  margin-bottom: 80px;
}
.contentSection .contentSection__limited.align-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.contentSection {
  /*
  *
  *
  *
  * Define variations */
}
.contentSection.padding-t-0 .contentSection__inner {
  padding-top: 0;
}
.contentSection.padding-b-0 .contentSection__inner {
  padding-bottom: 0;
}
.contentSection.padding-t-xs .contentSection__inner {
  padding-top: 25px;
}
.contentSection.padding-b-xs .contentSection__inner {
  padding-bottom: 25px;
}
.contentSection.padding-t-s .contentSection__inner {
  padding-top: 50px;
}
.contentSection.padding-b-s .contentSection__inner {
  padding-bottom: 50px;
}
.contentSection.padding-t-l .contentSection__inner {
  padding-top: 150px;
}
.contentSection.padding-b-l .contentSection__inner {
  padding-bottom: 150px;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .contentSection .contentSection__limited {
    max-width: none;
    text-align: left;
  }
  .contentSection .contentSection__limited.size-m {
    max-width: none;
  }
  .contentSection .contentSection__limited.size-l {
    max-width: none;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
@media all and (max-width: 419px) {
  .contentSection .contentSection__inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contentSection.padding-t-s .contentSection__inner {
    padding-top: 35px;
  }
  .contentSection.padding-b-s .contentSection__inner {
    padding-bottom: 35px;
  }
  .contentSection.padding-t-l .contentSection__inner {
    padding-top: 70px;
  }
  .contentSection.padding-b-l .contentSection__inner {
    padding-bottom: 70px;
  }
}
/*
 * Layout 02 - - - 420px - 767px */
@media all and (min-width: 420px) and (max-width: 767px) {
  .contentSection .contentSection__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contentSection.padding-t-s .contentSection__inner {
    padding-top: 40px;
  }
  .contentSection.padding-b-s .contentSection__inner {
    padding-bottom: 40px;
  }
  .contentSection.padding-t-l .contentSection__inner {
    padding-top: 80px;
  }
  .contentSection.padding-b-l .contentSection__inner {
    padding-bottom: 80px;
  }
}
/*
 * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .contentSection .contentSection__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .contentSection.padding-t-s .contentSection__inner {
    padding-top: 55px;
  }
  .contentSection.padding-b-s .contentSection__inner {
    padding-bottom: 55px;
  }
  .contentSection.padding-t-l .contentSection__inner {
    padding-top: 110px;
  }
  .contentSection.padding-b-l .contentSection__inner {
    padding-bottom: 110px;
  }
}
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
.breadcrumbs {
  width: 100%;
}
.breadcrumbs .breadcrumbs__inner {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}
.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../../svg/build/arrow-r-w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.breadcrumbs a {
  display: block;
  color: #ffffff;
  fill: #ffffff;
  text-decoration: underline;
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.breadcrumbs a[aria-current=page] {
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumbs span {
  display: block;
  padding: 3px 0 0;
}
.breadcrumbs svg {
  display: block;
  width: 14px;
  height: 14px;
}
.header--is-scrolled .breadcrumbs li::before {
  background-image: url("../../svg/build/arrow-r.svg");
  opacity: 0.25;
}
.header--is-scrolled .breadcrumbs a {
  color: #202020;
  fill: #202020;
}

.socials .socials__list {
  margin: 0 -5px;
}
.socials .socials__list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.socials .socials__list li {
  margin: 5px !important;
}
.socials .socials__list a {
  display: block;
  padding: 8px;
  text-decoration: none;
}
.socials .socials__list svg {
  display: block;
  width: 16px;
  height: 16px;
}
.socials {
  /*
   *
   * Define variations */
}
.socials.type-circle .socials__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #f0f0e4;
  border-radius: 50%;
  fill: #b72a1e;
}
.socials.type-circle .socials__list a:hover {
  background: #202020;
  fill: #f0f0e4;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .socials .socials__list ul {
    justify-content: flex-start;
  }
}
.navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation li {
  margin: 0 0 0 70px;
  font-family: "mendl-sans-dusk", Helvetica, Arial, serif;
  position: relative;
}
.navigation li:first-child {
  margin-left: 0;
}
.navigation .navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration: none;
  position: relative;
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navigation .navigation__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation .navigation__link.is-active {
  color: #ffffff;
  fill: #ffffff;
}
.navigation .navigation__link.is-active::after {
  transform: scale3d(1, 1, 1);
}
.navigation svg {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 8px;
  fill: #ffffff;
  position: relative;
  top: 0px;
  transition: all 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navigation .navigation__sub {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  min-width: 250px;
  margin: 0;
  background: #f5f5eb;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}
.navigation .navigation__sub li {
  width: 100%;
  margin: 0;
  border-top: 1px solid #f0f0e4;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.navigation .navigation__sub li:first-child {
  border-top: none;
}
.navigation .navigation__sub .navigation__link {
  justify-content: flex-start;
  padding: 24px 15px;
  color: #4c4c4c;
  font-size: 12px;
}
.navigation .navigation__sub .navigation__link::after {
  display: none;
}
.navigation .navigation__sub .navigation__link:hover {
  background: #dbdbcc;
}
.navigation .navigation__sub .navigation__link.is-active {
  background: #f0f0e4;
  font-weight: 700;
}
.navigation .navigation__accordeonTrigger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background: transparent;
  color: #202020;
  fill: #202020;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 100;
  transform-origin: 50% 50%;
}
.navigation .navigation__accordeonTrigger svg {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  fill: #202020;
  top: 0;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1279px) {
  .navigation .navigation__accordeonTrigger {
    display: flex;
  }
  .navigation ul {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .navigation li {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .navigation li:first-child {
    margin-top: 0;
    border-top: none;
  }
  .navigation .navigation__link {
    display: inline-block;
    width: 100%;
    padding: 17px 10px 17px 0;
    color: #202020;
  }
  .navigation .navigation__link svg {
    display: none;
  }
  .navigation .navigation__link::after {
    display: none;
  }
  .navigation .navigation__link.is-active {
    color: #202020;
    font-weight: 700;
  }
  .navigation .navigation__sub {
    display: none;
    width: auto;
    min-width: initial;
    margin: 0 -20px;
    background: #f0f0e4;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  .navigation .navigation__sub li {
    border-top-color: #f0f0e4;
  }
  .navigation .navigation__sub .navigation__link {
    display: block;
    padding-left: 45px;
    text-align: left;
    position: relative;
  }
  .navigation .navigation__sub .navigation__link::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #f8e080;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .navigation .navigation__sub .navigation__link:hover {
    background: #f0f0e4;
  }
  .navigation .navigation__sub .navigation__link.is-active, .navigation .navigation__sub .navigation__link.is-active:hover {
    background: #f0f0e4;
  }
  .navigation .is-open .navigation__sub {
    display: block;
  }
  .navigation .is-open .navigation__accordeonTrigger {
    transform: rotate(180deg);
  }
}
/*
 * Layout 01 & Layout 02 - - - 0px - 1023px */
@media all and (min-width: 1280px) {
  .navigation ul li:hover .navigation__sub {
    display: block;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
/*
 * Layout 04 - - - 1024px - ... */
@media all and (min-width: 1024px) {
  .header--is-scrolled .navigation .navigation__link {
    color: #202020;
  }
  .header--is-scrolled .navigation .navigation__link.is-active {
    color: #b72a1e;
  }
  .header--is-scrolled .navigation .navigation__link.is-active::after {
    background: #b72a1e;
  }
  .header--is-scrolled .navigation svg {
    fill: #202020;
  }
}
/*
 * Layout 05 - - - 1180px - ... */
@media all and (min-width: 1280px) and (width <= 1400px) {
  .navigation ul {
    margin: -10px -20px;
  }
  .navigation li {
    margin: 10px 20px;
    font-size: 14px;
  }
}
@media all and (width >= 1401px) and (width <= 1600px) {
  .navigation ul {
    margin: -10px -28px;
  }
  .navigation li {
    margin: 10px 28px;
  }
}
.hero {
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: -150px;
  color: #ffffff;
  fill: #ffffff;
  position: relative;
}
.hero .hero__visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .hero__visual .hero__darken {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero .hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: right top;
  z-index: 1;
}
.hero .hero__visual::before, .hero .hero__visual::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.hero .hero__visual::before {
  width: 75%;
  height: 100%;
  background-image: linear-gradient(to right, #f0f0e4, rgba(240, 240, 228, 0));
  opacity: 0.75;
  left: 0;
  top: 0;
}
.hero .hero__visual::after {
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, #202020, rgba(32, 32, 32, 0));
  opacity: 0.45;
  left: 0;
  top: 0;
}
.hero .hero__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.hero .hero__content .hero__inner {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-top: 139px;
  position: relative;
  z-index: 10;
}
.hero .hero__content .hero__inner .text-wide {
  color: #dbdbcc;
}
.hero .hero__box {
  width: 100%;
  max-width: 550px;
  padding: 55px 50px 55px 0;
  position: relative;
}
.hero .hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  transform: translate(-50%, 0);
}
.hero .hero__scroll a {
  display: block;
  padding: 25px;
}
.hero .hero__scroll svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #f0f0e4;
  animation: scroll-arrow 2s infinite;
}
.hero {
  /*
   *
   * Define variations */
}
.hero.next-intro .hero__box {
  padding-bottom: 150px;
}
.hero.next-intro .hero__scroll {
  bottom: 55px;
}

@keyframes scroll-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(-1px);
  }
  60% {
    transform: translateY(3px);
  }
}
/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
/*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 767px) {
  .hero {
    flex-wrap: wrap;
    min-height: initial;
    margin-top: 0;
  }
  .hero .hero__visual {
    order: 1;
    width: 100%;
    position: relative;
  }
  .hero .hero__content {
    order: 2;
    width: 100%;
    padding: 0 0 20px;
  }
  .hero .hero__content .hero__inner {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
  .hero .hero__scroll {
    display: none;
    padding-bottom: 30px;
  }
  .hero .hero__box {
    max-width: none;
    padding: 30px 25px;
    margin-top: -40px;
    background: #ffffff;
    color: #202020;
    fill: #202020;
  }
  .hero .hero__box::before {
    display: none;
  }
  .hero.type-alt .hero__box {
    padding: 0;
  }
}
/*
  * Layout 01 - - - 0px - 419px */
@media all and (max-width: 419px) {
  .hero .hero__visual {
    height: 340px;
  }
}
/*
  * Layout 02 - - - 420px - 767px */
@media all and (min-width: 420px) and (max-width: 767px) {
  .hero .hero__visual {
    height: 370px;
  }
}
/*
  * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .hero .hero__box {
    max-width: 440px;
    padding-right: 0;
  }
}
/*
  * Layout 04 - - - 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .hero .hero__inner {
    margin-right: -30px;
  }
  .hero .hero__box {
    padding: 0 55px 0 0;
  }
  .hero .hero__box::before {
    width: 60px;
  }
  .hero.type-alt .hero__inner {
    margin-left: -30px;
    margin-right: 0;
  }
  .hero.type-alt .hero__box {
    padding: 0 0 0 55px;
  }
}
/*
  * Layout 05 - - - 1280px - ... */
.limited {
  width: 100%;
}
.limited .limited__inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.limited {
  /*
   *
   * Define variations */
}
.limited.size-m .limited__inner {
  max-width: 680px;
}
.limited.size-l .limited__inner {
  max-width: 800px;
}
.limited.align-left .limited__inner {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.limited.align-leftcentered .limited__inner {
  text-align: left;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .limited .limited__inner {
    max-width: none;
    text-align: left;
  }
  .limited .limited__inner.size-m {
    max-width: none;
  }
  .limited .limited__inner.size-l {
    max-width: none;
  }
}
.intro {
  width: 100%;
  position: relative;
  z-index: 2;
}
.intro .intro__holder {
  overflow: hidden;
  position: relative;
}
.intro .intro__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.intro .intro__headline {
  width: 50%;
  padding: 0 25px 0 0px;
  position: relative;
}
.intro .intro__content {
  width: 50%;
  padding: 75px 0 0 25px;
}
.intro .intro__shape {
  width: 2200px;
  opacity: 0.05;
  position: absolute;
  right: 100%;
  top: 100%;
  transform: translate(700px, -250px);
}
.intro .intro__shape svg {
  width: 100%;
  fill: #202020;
}
.intro .intro__divider {
  display: none;
  width: 100%;
  overflow: hidden;
}
.intro .intro__divider svg {
  display: block;
  width: 100%;
  fill: inherit;
}
.intro {
  /*
   *
   * Define variations */
}
.intro.has-hero {
  margin-top: -55px;
}
.intro.has-hero .intro__divider {
  display: block;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .intro .intro__headline {
    width: 100%;
    padding: 0 0 15px;
  }
  .intro .intro__headline::before {
    width: 30px;
    top: 22px;
  }
  .intro .intro__content {
    width: 100%;
    padding: 0;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .intro .intro__headline {
    padding: 0 30px 0 0;
  }
  .intro .intro__headline::before {
    width: 30px;
    top: 22px;
  }
  .intro .intro__content {
    padding: 0 0 0 10px;
  }
}
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
.fancy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.fancy .fancy__visual {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fancy .fancy__visual img,
.fancy .fancy__visual picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.fancy .fancy__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  fill: #b72a1e;
  position: relative;
  z-index: 2;
  gap: 16px;
}
.fancy .fancy__content svg {
  display: block;
  width: 150px;
}
.fancy .fancy__item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 8px 1px;
  animation: fancy-scroll 35000ms linear 0ms infinite;
}

@keyframes fancy-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.language ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 22px;
}
.language li {
  font-family: "mendl-sans-dusk", Helvetica, Arial, serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.language li.is-active {
  pointer-events: none;
  cursor: default;
}
.language li.is-active a {
  text-decoration: none;
}
.language a {
  color: #ffffff;
  text-decoration: underline;
}

/*
 *
 * Media Queries
 *

/*
 * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1023px) {
  .language a {
    color: #202020;
  }
}
/*
 *
 * Organisms */
.section {
  width: 100%;
  position: relative;
}
.section .section__inner {
  width: 100%;
  max-width: 1400px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}
.section.no-max .section__inner {
  max-width: 1900px;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 - - - 0px - 767px */
@media all and (max-width: 767px) {
  .section .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
/*
  * Layout 01 - - - 0px - 419px */
/*
  * Layout 02 - - - 420px - 767px */
/*
  * Layout 03 - - - 768px - 1023px */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .section .section__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*
  * Layout 04 - - - 1024px - 1279px */
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .section .section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
  * Layout 05 - - - 1280px - ... */
.preheader {
  width: 100%;
  border-top: 8px solid #b72a1e;
  position: relative;
}
.preheader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #202020;
  opacity: 0.08;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform-origin: 50% 0%;
  transition: all 250ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.header--is-scrolled .preheader::after {
  background: #f0f0e4;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.preheader .preheader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 10;
}
.preheader .preheader__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preheader .preheader__actions .socials svg {
  fill: #ffffff;
}
.header--is-scrolled .preheader .preheader__actions .socials svg {
  fill: #202020;
}
.preheader .preheader__language {
  padding-left: 30px;
  margin-left: 28px;
  position: relative;
}
.preheader .preheader__language::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.header {
  width: 100%;
  position: relative;
}
.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale3d(1, 0, 1);
  transform-origin: 50% 0%;
  transition: all 250ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.header--is-scrolled .header::after {
  transform: scale3d(1, 1, 1);
  transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 10;
}
.header .header__brand {
  flex-shrink: 0;
  flex-grow: 0;
}
.header .header__brand svg {
  fill: #ffffff;
}
.header--is-scrolled .header .header__brand svg {
  fill: #b72a1e;
}
.header .header__extra {
  display: none;
  width: 100%;
}
.header .header__extraBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0;
}
.header .header__extraBlock:first-child {
  margin-top: 0;
}
.header .header__actions {
  display: none;
}

/*
 *
 * Media Queries
 *

/*
 * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1279px) {
  .header {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f0f0e4;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 1000;
    transition: all 240ms ease("in-sine");
  }
  .offcanvas--is-open .header {
    transform: translate3d(-100%, 0, 0);
    transition: all 280ms ease("out-sine");
  }
  .header .header__inner {
    padding-top: 77px;
    padding-bottom: 30px;
  }
  .header .header__brand {
    display: none;
  }
  .header .header__navigation {
    width: 100%;
  }
  .header .header__extra {
    display: block;
    margin: 25px 0 0;
  }
  .header .header__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 32px 0 0;
  }
  .header .header__socials {
    display: flex;
    justify-content: center;
    order: 2;
    width: 100%;
    margin: 16px 0 0;
  }
  .header .header__language {
    display: flex;
    justify-content: center;
    order: 1;
    width: 100%;
  }
}
/*
  * Layout 01 & Layout 02 - - - 0px - 767px */
/*
  * Layout 01 - - - 0px - 419px */
/*
  * Layout 02 - - - 420px - 767px */
/*
  * Layout 03 - - - 768px - 1023px */
/*
  * Layout 04 - - - 1024px - 1279px */
/*
  * Layout 05 - - - 1280px - ... */
.topbar {
  display: none;
  background: #ffffff;
  left: 0;
  top: 0;
  z-index: 1001;
}
.topbar .topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
}
.topbar .topbar__brand {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.topbar .topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  margin-right: -10px;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1279px) {
  .topbar {
    display: block;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
.wrapper {
  width: 100%;
}
.wrapper .wrapper__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
}
.wrapper .wrapper__preheader {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.wrapper .wrapper__header {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1000;
}
.wrapper .wrapper__content {
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}
.wrapper .wrapper__footer {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
}

/*
 *
 * Media Queries
 *
 */
/*
 * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1023px */
@media all and (max-width: 1279px) {
  .wrapper .wrapper__preheader {
    display: none;
  }
}
/*
 * Layout 01 - - - 0px - 419px */
/*
 * Layout 02 - - - 420px - 767px */
/*
 * Layout 03 - - - 768px - 1023px */
/*
 * Layout 04 - - - 1024px - 1179px */
/*
 * Layout 05 - - - 1180px - ... */
.footer {
  width: 100%;
  margin-top: 1px;
  color: #f0f0e4;
  font-size: 14px;
}
.footer .footer__fancy {
  width: 100%;
  margin-bottom: -50px;
}
.footer .footer__holder {
  background: #b72a1e;
  position: relative;
  z-index: 10;
}
.footer .footer__divider {
  position: relative;
  z-index: 10;
}
.footer .footer__divider svg {
  display: block;
  width: 100%;
  fill: #b72a1e;
}
.footer .brand {
  margin: 0 0 35px;
}
.footer .brand svg {
  fill: #f0f0e4;
}
.footer .footer__main {
  width: 100%;
}
.footer .footer__main .footer__inner {
  display: flex;
  justify-content: flex-start;
  padding-top: 95px;
  padding-bottom: 95px;
}
.footer .footer__secondary {
  background: rgba(32, 32, 32, 0.1);
  font-size: 12px;
  line-height: 1.2;
}
.footer .footer__secondary .footer__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer__secondary .footer__inner a {
  color: #f0f0e4;
}
.footer .footer__info {
  flex-shrink: 0;
  flex-grow: 0;
}
.footer .footer__info a {
  color: #f0f0e4;
}
.footer .footer__columns {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 0 0 0 180px;
}
.footer .footer__column {
  padding: 0 0 0 55px;
}
.footer .footer__column:first-child {
  width: 60%;
}
.footer .footer__column ul.linkList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__column ul.linkList li {
  width: 50%;
}
.footer .footer__column ul.linkList li a {
  display: block;
  padding: 2px 10px 2px 0;
  color: #f0f0e4;
}
.footer .footer__column .footer__heading {
  margin-bottom: 18px;
  font-size: 26px;
}
.footer {
  /*
  *
  * Media Queries
  *
  */
  /*
  * Layout 01 & Layout 02 - - - 0px - 767px */
}
@media all and (max-width: 767px) {
  .footer .footer {
    font-size: 12px;
  }
  .footer .footer .brand {
    margin: 0 0 15px;
  }
  .footer .footer .footer__main .footer__inner {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .footer .footer .footer__column {
    width: 100%;
    margin: 45px 0 0;
  }
  .footer .footer .footer__column:first-child {
    width: 100%;
    margin-top: 0;
  }
  .footer .footer .footer__heading {
    margin-bottom: 10px;
  }
}
.footer {
  /*
  * Layout 01 & Layout 02 & Layout 03 - - - 0px - 1279px */
}
@media all and (max-width: 1279px) {
  .footer .footer .footer__main .footer__inner {
    flex-wrap: wrap;
  }
  .footer .footer .footer__columns {
    padding: 0;
    margin: 45px 0 0;
  }
}
.footer {
  /*
  * Layout 01 - - - 0px - 419px */
}
.footer {
  /*
  * Layout 02 - - - 420px - 767px */
}
.footer {
  /*
  * Layout 03 & Layout 04 - - - 768px - 1270px */
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  .footer .footer {
    font-size: 12px;
  }
  .footer .footer .footer__main .footer__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.footer {
  /*
  * Layout 04 - - - 1024px - 1279px */
}
.footer {
  /*
  * Layout 05 - - - 1280px - ... */
}