/* Settings / Variables */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* mohave-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mohave";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mohave-v9-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mohave-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mohave";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mohave-v9-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons.woff2) format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-symbols-outlined.woff2) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons, .simple-paragraph__text ul li:before, .cpt-selectbox-wrapper:after, .link-text--more:after, .link-text:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --black: #333;
  --white: #fff;
  --primary: #be1421;
  --secondary: #ccc;
  --primary-dark: #00437e;
  --gray: #d5d5d5;
  --gray-light: #f2f2f2;
  --gray-lighter: #f8f8f8;
  --gray-dark: #a2a2a2;
  --gray-darker: #222222;
  --swiper-navigation-color: var(--white);
  --link-color: var(--primary);
  --link-hover-color: var(--primary);
  --text-dark: var(--black);
  --text-light: var(--white);
  --button-bg-color: var(--primary);
  --button-text-color: var(--white);
  --button-border-color: var(--primary);
  --button-bg-color-hover: var(--white);
  --button-text-color-hover: var(--primary);
  --button-border-color-hover: var(--primary);
  --button-bg-color-active: var(--primary);
  --button-text-color-active: var(--white);
  --button-border-color-active: var(--primary);
}

/**
  Responsive Breakpoints
 */
:root {
  /* Font Family */
  --font-family-copy: "Mohave", sans-serif;
  --font-family-heading: "Mohave", sans-serif;
  --font-size-base: 18px;
  /* Font Size from 400px to 1504px */
  --font-size-copy: clamp(
    1.125rem,
    1.1024rem + 0.0906vw,
    1.1875rem
  ); /* 18px - 19px */
  --h1-font-size: clamp(1.5625rem, 0.9964rem + 2.2645vw, 3.125rem);
  /* 25px - 50px */
  --h2-font-size: clamp(
    1.4375rem,
    1.0525rem + 1.5399vw,
    2.5rem
  ); /* 23px - 40px */
  --h3-font-size: clamp(
    1.25rem,
    0.9103rem + 1.3587vw,
    2.1875rem
  ); /* 20px - 35px */
  --h4-font-size: clamp(
    1.125rem,
    0.9665rem + 0.6341vw,
    1.5625rem
  ); /* 18px - 25px */
  --h5-font-size: clamp(
    1.125rem,
    1.0118rem + 0.4529vw,
    1.4375rem
  ); /* 18px - 23px */
  --h1-sub-font-size: clamp(1.875rem, 1.7618rem + 0.4529vw, 2.1875rem);
  --special-font-size: clamp(3.125rem, 0.8605rem + 9.058vw, 9.375rem);
  --button-font-size: calc(var(--font-size-base) * 1);
  /* Font Weight */
  --font-weight-heading: 700;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-button: 400;
  /* Line Height */
  --h1-line-height: 1.2;
  --h2-line-height: 1.2;
  --h3-line-height: 1.2;
  --h4-line-height: 1.25;
  --body-line-height: 1.35;
  --button-line-height: 1;
}
@media (min-width: 992px) {
  :root {
    --button-font-size: calc(var(--font-size-base) * 1.0625);
  }
}

:root {
  --gutter-x: 30px;
  --section-mb: 4rem;
  --content-max-width-default: 70vw;
  --content-max-width-wide: 80vw;
  --content-max-width-full: 100%;
  --space-xs: calc(var(--gutter-x) * 1);
  --space-sm: calc(var(--gutter-x) * 2);
  --space-md: calc(var(--gutter-x) * 4);
  --space-lg: calc(var(--gutter-x) * 6);
  --space-xl: calc(var(--gutter-x) * 8);
  --space-xxl: calc(var(--gutter-x) * 6);
  --space-1-12: calc(100% / 12 + (var(--gutter-x) * 2));
  --space-2-12: calc(100% / 12 * 2 + (var(--gutter-x) * 2));
  --site-header-height: 90px;
  --site-header-height-sticky: calc(var(--site-header-height) * 0.9);
  --space-content-small: 6vw;
  --space-content-default: 6vw;
  --space-content-wide: 6vw;
  --space-content-full: 1vw;
  --button-border-radius: 20px;
  --border-radius-default: 20px;
  --border-radius-sm: 5px;
  --border-radius-button: 8px;
}
@media (min-width: 992px) {
  :root {
    --site-header-height: 130px;
    --site-header-height-sticky: calc(var(--site-header-height) * 0.7);
    --space-xxl: calc(var(--gutter-x) * 10);
  }
}
@media (min-width: 1920px) {
  :root {
    --space-content-full: calc((100vw - 1900px) / 2);
  }
}

/* Bootstrap Grid & Mixins */
/* Vendors */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--black);
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: var(--black);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
  width: 35px;
}

.hamburger-inner::before {
  top: -11px;
  width: 35px;
}
.hamburger-inner::after {
  bottom: -11px;
  width: 35px;
  right: 0;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */
.container-fluid, .swiper-horizontal .swiper-pagination {
  max-width: var(--content-max-width-default);
}

.entry-content li img {
  display: inline-block;
}

.entry-content hr {
  margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: 0;
}

/* Alignment Classes ------------------------- */
.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator) {
  padding: 0 var(--space-content-wide);
}
@media (min-width: 992px) {
  .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator) {
    padding: 0 calc(var(--space-content-wide) + 30%) 0 var(--space-content-wide);
  }
}
@media (min-width: 992px) {
  .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(section):not(.section) {
    /*@at-root body.single-post & {
      padding-left: var(--space-1-12);
      padding-right: var(--space-1-12);
    }*/
  }
}
.entry-content > .alignfull {
  padding-left: var(--space-content-full);
  padding-right: var(--space-content-full);
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-right: auto;
  margin-left: auto;
}

/* Full */
.alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-max-width-full);
  position: relative;
}
@media (min-width: 768px) {
  .alignfull {
    width: 100%;
  }
}

/* Wide */
.alignwide {
  width: 100%;
  max-width: var(--content-max-width-wide);
  position: relative;
}
/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width-wide);
  width: calc(100% - 48px);
}

.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/**
 * Swiper 8.4.5
 * 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: November 21, 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;
  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;
}

.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;
}

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after,
.swiper-button-prev: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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

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

.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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

.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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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);
  }
}
.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-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  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;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--secondary);
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: var(--white);
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: var(--white);
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: var(--white);
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.wpforms-container {
  margin-bottom: var(--space-xxl);
}

.wpforms-container .wpforms-field {
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0.6rem;
}
.wpforms-container .wpforms-field .wpforms-required-label {
  color: var(--link-color);
}
.wpforms-container .wpforms-field label {
  margin-bottom: 0.2em;
  font-weight: var(--font-weight-normal);
  color: var(--text-dark);
}
.wpforms-container .wpforms-field label.wpforms-error {
  color: var(--link-color);
}
.wpforms-container .wpforms-field input.wpforms-error {
  border-color: var(--link-color);
}

.wpforms-field.wpforms-field-layout {
  margin-bottom: 0;
}

.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container input[type=tel],
.wpforms-container input[type=url],
.wpforms-container input[type=date],
.wpforms-container select,
.wpforms-container textarea {
  width: 100%;
  padding: 0 1em;
  height: 55px;
  margin: 0;
  display: inline-block;
  border: 1px solid var(--gray-dark);
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--font-family-copy);
  font-size: var(--font-size-base);
  outline: none;
  background: var(--white);
}
.wpforms-container input[type=text]::placeholder,
.wpforms-container input[type=email]::placeholder,
.wpforms-container input[type=tel]::placeholder,
.wpforms-container input[type=url]::placeholder,
.wpforms-container input[type=date]::placeholder,
.wpforms-container select::placeholder,
.wpforms-container textarea::placeholder {
  padding-top: 1em;
}
.wpforms-container select {
  color: var(--gray-500);
}
.wpforms-container ul {
  list-style: none;
}
.wpforms-container ul li {
  padding-left: 0;
}
.wpforms-container ul li:before {
  display: none;
}
.wpforms-container .wpforms-list-2-columns ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
}
@media (min-width: 1181px) {
  .wpforms-container .wpforms-list-2-columns ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wpforms-container .wpforms-list-2-columns ul li label {
  gap: 0.5em;
  flex-wrap: wrap;
}
.wpforms-container .wpforms-list-2-columns ul li label a {
  display: inline-flex;
  align-items: center;
}
.wpforms-container .wpforms-list-2-columns ul li label a span {
  font-size: 1.2em;
}

#wpforms-3505-field_8 option:not(:first-child) {
  display: none;
}

.wpforms-confirmation-container {
  padding-right: 30%;
}

.wpforms-container .wpforms-one-half {
  width: 100%;
}
@media (min-width: 768px) {
  .wpforms-container .wpforms-one-half {
    width: 48%;
  }
}

.wpforms-field-gdpr-checkbox ul li {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 0.5em;
  position: relative;
}
.wpforms-field-gdpr-checkbox ul li input {
  appearance: none;
  background-color: transparent;
  margin: 0;
  margin-top: 3px;
  font: inherit;
  width: 26px;
  height: 26px;
  border: 1px solid var(--primary) !important;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.wpforms-field-gdpr-checkbox ul li input:before {
  position: absolute;
  left: 1px;
  top: 1px;
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.wpforms-field-gdpr-checkbox ul li input[type=checkbox] {
  margin-top: 0.2em;
}
.wpforms-field-gdpr-checkbox ul li input[type=checkbox]:checked::before {
  transform: scale(1);
}

/* Base */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  font-size: var(--font-size-copy);
  margin: 0;
  padding: 0;
}

body {
  background: var(--white);
  color: var(--text-dark);
  font-family: var(--font-family-copy), sans-serif;
  font-weight: var(--font-weight-light);
  line-height: var(--body-line-height);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.nav-active {
  overflow: hidden;
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

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

p {
  line-height: var(--body-line-height);
}
body.single-post p {
  margin-bottom: 1em;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

.hl-1, h1,
.hl-2,
h2,
.hl-3,
.history-item__year,
h3,
.hl-4,
h4,
.hl-5,
.hl-6 {
  font-family: var(--font-family-heading), sans-serif;
  font-weight: var(--font-weight-heading);
}

.hl-1, h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  margin-bottom: 0.5em;
}

.hl-2, h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
}

.hl-3, .history-item__year, h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
}

.hl-4, h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
}

.hl-5 {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
}

.hl-6 {
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  margin-bottom: 0.5em;
}
.entry-content > p {
  margin-bottom: 1em;
}

section,
.section {
  margin-bottom: var(--space-md);
}
section.no_mb,
.section.no_mb {
  margin-bottom: var(--gutter-x);
}
section .section-title,
.section .section-title {
  margin-bottom: 1.5rem;
}

.container-fluid, .swiper-horizontal .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 0 var(--space-content-small);
}

.container-fluid-default, body.single-post .single-media > .container-fluid, body.single-post .swiper-horizontal .single-media > .swiper-pagination, .swiper-horizontal body.single-post .single-media > .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--content-max-width-small);
  padding: 0 var(--space-content-small);
}
.container-fluid-default > *, body.single-post .single-media > .container-fluid > *, body.single-post .swiper-horizontal .single-media > .swiper-pagination > *, .swiper-horizontal body.single-post .single-media > .swiper-pagination > * {
  /*@include media-breakpoint-up(lg) {
    padding-left: var(--space-1-12);
    padding-right: var(--space-1-12);
  }*/
}

.inner-wide, .single-cpt__content-grid {
  padding: 0 var(--space-content-wide);
}

.btn {
  position: relative;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  outline: none;
  display: inline-flex;
  box-shadow: none;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: none;
}

.btn {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0.5em 1.5em 0.5em 1.5em;
  z-index: 1;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-button);
  font-family: var(--font-family-copy), sans-serif;
  text-transform: uppercase;
  border: 1px solid var(--button-border-color);
  border-radius: var(--border-radius-button);
}
.btn:hover, .btn:focus {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-border-color-hover);
}
.btn:active {
  background-color: var(--button-bg-color-active);
  color: var(--button-text-color-active);
  border-color: var(--button-border-color-active);
}

.btn--dark {
  --button-bg-color: var(--soft-black);
  --button-text-color: var(--white);
  --button-border-color: var(--soft-black);
}
.btn--outline {
  --button-bg-color: var(--white);
  --button-text-color: var(--black);
  --button-border-color: var(--black);
}

ul,
ol {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em 0em;
  gap: 0.5em;
  padding: 0;
}
ol {
  list-style: none;
}
ol li {
  padding-left: 1.7em;
  counter-increment: step-counter;
  position: relative;
}
ol li:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: counter(step-counter);
  font-size: 80%;
  background-color: var(--primary);
  font-weight: var(--font-weight-bold);
  aspect-ratio: 1/1;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.list-style {
  position: relative;
  &:before {
    //@extend .material-icons;
    //content: icon-content($icon-var-check);
    content: 'icon';
    position: absolute;
    left: 0em;
    top: 0em;
    color: var(--secondary-light);
  }
}*/
ul {
  margin: 0 0 1em 0em;
  list-style: none;
}
.entry-content ul {
  /*li {
    @extend .list-style;
    padding-left: 2em;
  }*/
}

#tinymce ul {
  list-style: disc;
}

.text-large {
  font-size: 2em;
}

.link-text {
  color: inherit;
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
}
.link-text:after {
  margin-left: 0.5em;
  content: "\f1df";
}
.link-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.link-text:hover {
  color: var(--text-dark);
}
.link-text:hover:before {
  background-color: var(--text-dark);
  width: 0;
}

.link-text--more:after {
  margin-left: 0.5em;
  content: "\e145";
}

/* Helpers */
.clear-ul, .site-header .main-navigation {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-mb {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: var(--space-xs);
}
.mb-sm {
  margin-bottom: var(--space-sm);
}
.mb-md {
  margin-bottom: var(--space-md);
}
.mb-lg {
  margin-bottom: var(--space-lg);
}
.mb-no {
  margin-bottom: 0;
}

.swiper-horizontal .swiper-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 13px;
  padding-top: var(--space-sm);
  padding-bottom: var(--space-md);
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullets {
  cursor: pointer;
  display: block;
  height: 13px;
  width: 13px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullets.swiper-pagination-bullets--active {
  background-color: var(--secondary);
}

.hl-border:after {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  z-index: 1;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
}
.hl-border--light:after {
  background: var(--text-light);
}

/* Layout */
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: var(--site-header-height);
  z-index: 20;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: rgba(255, 255, 255, 0.9);
  padding: 0 var(--space-content-full);
}
.site-header--sticky {
  height: var(--site-header-height-sticky);
  background: rgba(255, 255, 255, 0.94);
}
body.nav-active .site-header {
  height: auto;
  height: 100vh;
  height: 100dvh;
  background: rgb(255, 255, 255);
  /*height: 100vh;
  height: 100dvh;*/
}

.site-header__inner {
  height: inherit;
  display: grid;
  gap: var(--gutter-x);
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: center;
  padding: 0 var(--space-content-wide);
}
@media (min-width: 992px) {
  .site-header__inner {
    width: 100%;
    display: flex;
    gap: calc(var(--gutter-x) * 1);
    justify-content: space-between;
    align-items: center;
  }
}
.site-header__logo {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
  align-items: center;
  grid-column: 1;
  padding: calc(var(--gutter-x) * 0.5) 0;
  width: 120px;
  height: auto;
}
.site-header--sticky .site-header__logo {
  width: 100px;
}
@media (min-width: 992px) {
  .site-header--sticky .site-header__logo {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .site-header__logo {
    padding: 0;
    height: inherit;
    width: 170px;
  }
}
.site-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header__main-navigation-wrapper {
  display: none;
  /*position: fixed;
  top: var(--site-header-height);
  left: 0;
  width: 100%;
  padding: 0 var(--space-content-wide);*/
  align-self: start;
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 992px) {
  .site-header__main-navigation-wrapper {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .site-header__hamburger-cta {
    display: none;
  }
}
.site-header .main-navigation {
  display: flex;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--text-dark);
  gap: var(--gutter-x);
  padding-bottom: var(--gutter-x);
}
@media (min-width: 992px) {
  .site-header .main-navigation {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.site-header .main-navigation a {
  color: inherit;
}

.site-main {
  padding-top: var(--site-header-height);
  flex-grow: 1;
  /*@include media-breakpoint-up(lg) {
    padding-top: 0;
  }*/
}

.site-footer {
  border-top: 5px solid var(--primary);
  position: relative;
  color: var(--text-dark);
  padding: var(--space-sm) var(--space-content-full);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
}
@media (min-width: 992px) {
  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.site-footer__logo {
  width: 150px;
}
@media (min-width: 992px) {
  .site-footer__logo {
    width: 200px;
  }
}
.site-footer__navigation {
  display: flex;
}
@media (min-width: 992px) {
  .site-footer__navigation {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.site-footer__navigation ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.site-footer a {
  color: inherit;
}

.main-navigation-wrapper--active {
  display: flex;
}

.main-navigation li.current-menu-item a {
  color: var(--primary);
}

.breadcrumb-wrapper {
  padding: 0 var(--space-content-wide);
  margin-bottom: var(--space-xs);
}

.breadcrumb {
  display: flex;
  align-items: center;
  color: var(--text-dark);
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  padding: 0.5em 0;
  gap: 0.2em;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--gray-light);
  /*a,
  span:not(.current-page) {
    color: var(--gray-dark);
  }*/
}
.breadcrumb__home {
  display: flex !important;
}
.breadcrumb__home span {
  font-size: 1.2em;
  margin-bottom: 0.1em;
}
.breadcrumb a {
  color: inherit;
  align-items: center;
  line-height: 1;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb a {
    display: flex;
  }
}
.breadcrumb__delimiter:not(:last-child) {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb__delimiter:not(:last-child) {
    display: flex;
  }
}

.hero-small {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--space-md);
  --hero-small-height: 50dvh;
  height: var(--hero-small-height);
}
.hero-small.hero-small--single {
  --hero-small-height: 250px;
}
@media (min-width: 768px) {
  .hero-small {
    --hero-small-height: 60dvh;
    height: var(--hero-small-height);
    display: grid;
  }
  .hero-small.hero-small--single {
    --hero-small-height: 400px;
  }
}
@media (min-width: 992px) {
  .hero-small {
    --hero-small-height: 60dvh;
  }
  .hero-small.hero-small--single {
    --hero-small-height: 550px;
  }
}
.hero-small__text-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--text-light);
  padding: var(--space-sm) calc(var(--gutter-x) * 1) var(--space-sm) var(--space-content-wide);
}
.hero-small--single .hero-small__text-content {
  padding: var(--space-xs) var(--space-content-small);
  top: unset;
  bottom: 0;
  transform: unset;
}

.hero-small__title {
  position: relative;
  line-height: 1.1em;
  hyphens: unset;
  display: inline;
  max-width: 50%;
  margin-bottom: 0.4em;
}
.hero-small--single .hero-small__title {
  max-width: 100%;
}

.hero-small__title span {
  font-weight: var(--font-weight-light);
  display: block;
  font-size: 0.8em;
  text-transform: none;
}
.hero-small__image {
  height: inherit;
  overflow: hidden;
  order: 2;
  position: relative;
}
.hero-small__image img,
.hero-small__image picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-small__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.accordion {
  margin-bottom: var(--space-sm);
}
.accordion__title {
  color: inherit;
  margin-bottom: 1em;
}

.accordion-item {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--gray);
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__trigger {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.accordion-item__title-wrapper {
  display: grid;
  align-items: center;
  cursor: pointer;
  grid-template-columns: 1fr 40px;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 992px) {
  .accordion-item__title-wrapper {
    grid-template-columns: 1fr 40px;
  }
}
.accordion-item__title {
  color: var(--text-dark);
  padding-right: 50px;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
}
.accordion-item--active .accordion-item__title {
  color: var(--primary);
}

@media (max-width: 1180.98px) {
  .accordion-item__title {
    font-size: var(--h4-font-size);
    padding-right: 20px;
  }
}
.accordion-item__trigger {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: var(--secondary);
}
.accordion-item--active .accordion-item__trigger {
  background: var(--primary);
}

.accordion-item__trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  background-color: var(--text-light);
  transform-origin: center;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.accordion-item__trigger span:first-child {
  transform: translate(-50%, -50%);
}
.accordion-item__trigger span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-item--active .accordion-item__trigger span:last-child {
  width: 0;
}

.accordion-item--active .accordion-item__trigger span {
  background-color: var(--text-light);
}

.accordion-item__text {
  padding: 0.5em calc(1rem + 5px) 1em 0;
  display: none;
}
.accordion-item__text p {
  margin-bottom: 0.7em;
}
.accordion-item__text ul {
  /*margin-left: 0;
  list-style: disc;
  li {
    list-style: disc;
    list-style-position: inside;
    text-indent: -25px;
    margin-left: 25px;
  }*/
  margin: 0 0 1em 0em;
}
.accordion-item__text ul li {
  padding-left: 1.7em;
}

.image-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
  margin-bottom: var(--space-md);
}
@media (min-width: 768px) {
  .image-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.image-gallery-grid__item {
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
}
.image-gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  filter: brightness(120%) saturate(0.7);
}
.image-gallery-grid__item img:hover {
  transform: scale(1.05);
}

.single-cpt {
  padding: 0 var(--space-content-wide);
}
.single-cpt__content-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-cpt__content-grid {
    grid-template-columns: minmax(0, 250px) 1fr;
    gap: calc(var(--gutter-x) * 2);
  }
}
@media (min-width: 1470px) {
  .single-cpt__content-grid {
    padding-right: 20%;
  }
}
.single-cpt__menu {
  margin: 0;
  padding: 0;
  font-weight: var(--font-weight-normal);
  display: none;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .single-cpt__menu {
    border-right: 1px solid var(--primary);
    padding-right: var(--gutter-x);
    display: block;
  }
}
.single-cpt__menu a {
  display: block;
  color: inherit;
  padding: 0.3em 0;
}
.single-cpt__menu a.active {
  color: var(--primary);
}
.single-cpt__title {
  margin-bottom: 0.5em;
}
.single-cpt__text {
  margin-bottom: var(--space-sm);
}
.single-cpt__text p {
  margin-bottom: 1em;
}
.single-cpt__related-pages {
  margin-bottom: var(--space-sm);
}
.single-cpt__related-pages-links {
  display: flex;
  gap: 10px;
}
.single-cpt__related-pages-title {
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1em;
}

.cpt-selectbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  color: var(--gray-dark);
  border: 1px solid var(--gray);
  font-family: var(--font-family-copy);
  font-size: var(--font-size-copy);
  font-weight: var(--font-weight-normal);
  border-radius: var(--border-radius-sm);
}
.cpt-selectbox::-ms-expand {
  display: none;
}
.cpt-selectbox:focus {
  outline: none;
}

.cpt-selectbox-wrapper {
  display: block;
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
}
@media (min-width: 768px) {
  .cpt-selectbox-wrapper {
    display: none;
  }
}
.cpt-selectbox-wrapper:after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "\e5cf";
}

.cpt-teaser__inner {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  background: var(--gray-light);
}
.no-background .cpt-teaser__inner {
  color: var(--text-dark);
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.cpt-teaser__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--gutter-x);
  row-gap: var(--space-sm);
}
@media (min-width: 768px) {
  .cpt-teaser__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1470px) {
  .cpt-teaser__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .cpt-teaser__text-content {
    grid-column: 1/span 2;
  }
}
@media (min-width: 992px) {
  .cpt-teaser__text-content {
    padding-right: 30%;
    grid-column: -1/1;
  }
}
.cpt-teaser__title {
  margin-bottom: 0.5em;
}

.cpt-teaser-item {
  display: flex;
  flex-direction: column;
}
.cpt-teaser-item__image {
  margin-bottom: 1em;
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
}
.cpt-teaser-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpt-teaser-item__title {
  margin-bottom: 0.3em;
}
.cpt-teaser-item__title a {
  color: inherit;
}
.cpt-teaser-item__text {
  flex-grow: 1;
}
.cpt-teaser-item__link {
  padding-top: 0.5em;
}
.cpt-teaser-item__spruch {
  background: var(--primary);
  aspect-ratio: 3/2;
  border-radius: var(--border-radius-sm);
  padding: var(--gutter-x);
  color: var(--text-light);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  word-break: keep-all;
  hyphens: initial;
}

/* Components */
.hero {
  --hero-height: 500px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    --hero-height: 600px;
  }
}
@media (min-width: 1181px) {
  .hero {
    --hero-height: 775px;
  }
}
@media (min-width: 1920px) {
  .hero {
    --hero-height: 900px;
  }
}
body.home .hero {
  margin-bottom: var(--space-md) !important;
}

.hero__image {
  position: relative;
  width: 100%;
  aspect-ratio: 2/0.8;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.hero__image:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 200%;
  transform: rotate(-45deg);
  top: -70%;
  right: -15%;
  background: var(--primary);
  mix-blend-mode: multiply;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image + .hero__text-content {
  margin-top: var(--space-sm);
}
.hero img {
  /*position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;*/
}
.hero__text-content {
  padding: 0 var(--space-content-wide);
}
.image-text {
  height: auto;
}
body.single-post .image-text {
  margin-top: var(--space-md);
}

.image-text__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--gutter-x) * 1.5);
  align-items: center;
  padding: 0 var(--space-content-wide);
}
@media (min-width: 992px) {
  .image-text__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .template-3 .image-text__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  }
  .template-4 .image-text__inner {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
}
@media (min-width: 992px) {
  .image-text__inner {
    gap: calc(var(--gutter-x) * 2);
  }
}
.image-text__text-content-wrapper {
  position: relative;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-text__image {
  width: 100%;
  aspect-ratio: 2/1.2;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  position: relative;
}
.image-text__image:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  top: -40px;
  right: -40px;
  background: var(--primary);
}
@media (min-width: 992px) {
  .template-2 .image-text__image {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .template-4 .image-text__image {
    grid-column: 1;
    grid-row: 1;
  }
}

.image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text__title {
  margin-bottom: 0.5em;
}
.image-text__subtitle {
  display: block;
}
.image-text__text p {
  margin-bottom: 1em;
}
.image-text__text p:last-child {
  margin-bottom: 0;
}
.image-text__link-wrapper {
  margin-top: 1em;
}

.single-media__media {
  padding: 0 var(--space-content-wide);
}
.single-media video,
.single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.single-media--fullwidth > .single-media__media, .single-media--fullwidth-16-9 > .single-media__media {
  max-width: 100%;
  padding: 0;
}
body.single-post .single-media--fullwidth > .single-media__media, body.single-post .single-media--fullwidth-16-9 > .single-media__media {
  max-width: var(--content-max-width-default);
}
@media (min-width: 992px) {
  body.single-post .single-media--fullwidth > .single-media__media img,
  body.single-post .single-media--fullwidth > .single-media__media video, body.single-post .single-media--fullwidth-16-9 > .single-media__media img,
  body.single-post .single-media--fullwidth-16-9 > .single-media__media video {
    margin-left: -100px;
    margin-right: -100px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
  }
}

.single-media__media {
  position: relative;
}
@media (max-width: 991.98px) {
  .single-media__media {
    aspect-ratio: unset !important;
  }
}
.single-media--small .single-media__media {
  aspect-ratio: 16/5;
}

.single-media--medium .single-media__media {
  aspect-ratio: 16/6;
}

.single-media--large .single-media__media {
  aspect-ratio: 3/2;
}

.single-media--fullwidth .single-media__media {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
@media (min-width: 992px) {
  .single-media--fullwidth .single-media__media {
    overflow: unset;
    height: 720px;
  }
}

.single-media--fullwidth-16-9 .single-media__media {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
@media (max-width: 991.98px) {
  .single-media--video-mobile .single-media__media {
    aspect-ratio: unset;
  }
}

.single-media--video-mobile .single-media__media .video-desktop,
.single-media--video-mobile .single-media__media .sound-on-off--desktop {
  display: none;
}
@media (min-width: 768px) {
  .single-media--video-mobile .single-media__media .video-desktop,
  .single-media--video-mobile .single-media__media .sound-on-off--desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .single-media__media .video-mobile,
  .single-media__media .sound-on-off--mobile {
    display: none;
  }
}
.single-media__media .sound-on-off {
  position: absolute;
  bottom: 0;
  right: var(--space-content-wide);
  z-index: 1;
  padding: 10px 10px 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
}
.single-media--fullwidth .single-media__media .sound-on-off {
  right: 0;
}

.single-media--fullwidth-16-9 .single-media__media .sound-on-off {
  right: 0;
}

.single-media__media .sound-on-off span {
  font-size: 1.8em;
}
.single-media__media .sound-on-off--active {
  color: var(--primary);
}

.icon-text-box {
  padding: 0 var(--space-content-wide);
}
.icon-text-box__title {
  margin-bottom: 1em;
}
.icon-text-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: calc(var(--gutter-x) * 4);
  row-gap: calc(var(--gutter-x) * 1);
  align-items: start;
}
@media (min-width: 992px) {
  .icon-text-box__grid {
    row-gap: calc(var(--gutter-x) * 3);
  }
}
.icon-text-box__grid.cols {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .icon-text-box__grid.cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .icon-text-box__grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .icon-text-box__grid.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .icon-text-box__grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .icon-text-box__grid.cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.itb-item {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  border-radius: 5px;
  gap: 0.7em;
  height: 100%;
}
.itb-item__header {
  display: flex;
  align-items: center;
}
.itb-item__image-wrapper {
  position: relative;
}
.itb-item__image {
  aspect-ratio: 3/1.8;
  margin-bottom: 10px;
  overflow: hidden;
}
.itb-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.itb-item__icon {
  color: var(--primary);
  font-size: 2em;
  margin-right: 0.2em;
  /*
  align-self: end;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 1.6em;
  display: flex;
  align-items: center;*/
}
.itb-item__title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}
.contact-form__intro {
  padding: 0 var(--space-content-wide);
  display: grid;
  column-gap: calc(var(--gutter-x) * 2);
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .contact-form__intro {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
}
.contact-form__title {
  position: relative;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.contact-form__text {
  grid-column: 1;
  margin-bottom: 1em;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: calc(var(--gutter-x) * 2);
}
@media (min-width: 992px) {
  .contact-form__grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
}
.contact-form__form {
  margin-bottom: var(--space-md);
  padding-left: var(--space-content-wide);
  padding-right: var(--space-content-wide);
}
@media (min-width: 992px) {
  .contact-form__form {
    padding-right: 0;
  }
}
.contact-form__contactbox-title {
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.7em;
}
.contact-form__additional-information-wrapper {
  display: grid;
  align-items: end;
  padding-left: var(--space-content-wide);
  padding-right: var(--space-content-wide);
}
@media (min-width: 992px) {
  .contact-form__additional-information-wrapper {
    background: url("../images/envelope.svg") no-repeat left top;
    padding-left: 0;
  }
}
.contact-form__additional-information {
  position: relative;
  z-index: 1;
  order: -1;
  background: var(--gray-light);
  color: var(--primary);
  padding: var(--gutter-x);
  font-weight: var(--font-weight-normal);
  margin-bottom: var(--space-sm);
}
@media (min-width: 992px) {
  .contact-form__additional-information {
    margin-bottom: -100px;
    order: 2;
  }
}
.contact-form__additional-information .btn {
  margin-top: 1em;
}
.contact-form__address-table > * {
  margin-bottom: 0.6em;
  display: grid;
  grid-template-columns: 2em 1fr;
}
.contact-form__address-table > * span:last-child {
  color: var(--text-dark);
}
.contact-form__map {
  position: relative;
  height: 600px;
}
.contact-form__map iframe {
  width: 100%;
  height: 100%;
}

.simple-paragraph {
  position: relative;
  padding: 0 var(--space-content-wide);
}
@media (min-width: 992px) {
  .simple-paragraph {
    padding: 0 calc(var(--space-content-wide) + 30%) 0 var(--space-content-wide);
  }
}
.has-background .simple-paragraph__inner {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.simple-paragraph__title {
  margin-bottom: 1em;
}
.simple-paragraph__text {
  margin-bottom: 1em;
}
.simple-paragraph__text h3,
.simple-paragraph__text h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.simple-paragraph__text p {
  margin-bottom: 1em;
}
.simple-paragraph__text p.hl-2 {
  font-family: var(--font-family-copy);
  color: var(--primary);
  font-weight: var(--font-weight-black);
}
.simple-paragraph__text p.hl-2 strong {
  font-weight: var(--font-weight-black);
}
.simple-paragraph__text p.hl-4 {
  font-family: var(--font-family-copy);
  font-weight: var(--font-weight-light);
  color: var(--soft-black);
}
.simple-paragraph__text p.hl-4 strong {
  font-weight: var(--font-weight-bold);
}
.simple-paragraph__text ul li,
.simple-paragraph__text ol li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.simple-paragraph__text ul li {
  padding-left: 1.2em;
  position: relative;
}
.simple-paragraph__text ul li:before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "\e5cc";
}
.simple-paragraph__text > *:last-child {
  margin-bottom: 0;
}
.simple-paragraph__hidden-text {
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.image-gallery {
  padding: 0 0 0 var(--space-content-wide);
}
.image-gallery__title {
  padding: 0 var(--space-content-wide);
  margin-bottom: 1em;
}
.image-gallery__item {
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 600px;
  max-width: 70%;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding-right: 30px;
}
.image-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
}

.history__inner {
  background: var(--gray-light);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  border-radius: var(--border-radius-sm);
}
@media (min-width: 768px) {
  .history__inner {
    grid-template-columns: minmax(0, 300px) 1fr;
    gap: calc(var(--gutter-x) * 2);
  }
}
.history__items {
  padding-left: 60px;
  position: relative;
}
.history__items:before {
  position: absolute;
  left: 16px;
  top: 8px;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-image: linear-gradient(to bottom, var(--text-dark), transparent);
}
.history__items > .history-item:last-child {
  margin-bottom: 0;
}

.history-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  position: relative;
  margin-bottom: 2.5em;
  hyphens: auto;
}
.history-item:before {
  position: absolute;
  left: -57px;
  top: 8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 6px solid hsla(355, 81%, 70%, 0.8);
  background: var(--primary);
  border-radius: 50%;
  margin-right: 16px;
}
.history-item__year {
  font-weight: var(--font-weight-bold);
  color: var(--primary);
  text-transform: uppercase;
}
.history-item__text {
  margin-top: 0.15em;
}

.partner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
  padding: 0 var(--space-content-wide);
}
@media (min-width: 992px) {
  .partner__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: calc(var(--gutter-x) * 4);
  }
}
.partner__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
}

.partner-item {
  display: grid;
  gap: var(--gutter-x);
  background: var(--gray-light);
  color: var(--text-dark);
  padding: var(--gutter-x);
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
}
.link-mail,
.link-phone {
  display: flex;
  align-items: center;
}
.link-mail span,
.link-phone span {
  font-size: 0.9em;
  margin-right: 0.4em;
}
