@charset "utf-8";
/** ------------------------------------------------------------------------------------
 *
 * Basics – Variables
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Layout
 * ---------------------------------------------------------------------------------- */
/*
 * Header
 * ---------------------------------------------------------------------------------- */
/*
 * Logo
 * ---------------------------------------------------------------------------------- */
/*
 * Colors
 * ---------------------------------------------------------------------------------- */
/*!
Theme Name: Das Relevante Museum
Theme URI: https://das-relevante-museum.de
Author: Chris Magiera
Author URI: https://chrismagiera.de
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drm
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@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;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.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-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-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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 svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.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:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}
.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 {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
*:not( input ):not( textarea ):not( select ):focus-visible {
  outline: 1px solid #e71e6e;
  outline-offset: 3px;
  border-radius: 1px;
}
.footer *:not( input ):not( textarea ):not( select ):focus-visible {
  outline-color: #fff;
}
*:not( input ):not( textarea ):not( select ):not(.logo--link):focus-visible {
  display: inline-flex;
}
.btn:focus-visible {
  border-radius: 48px !important;
}
.video--overlay .video--overlay--play:focus-visible,
.link--menu--header a:focus-visible,
.menu-item a:focus-visible,
.menu--close:focus-visible {
  outline: 1px solid #e71e6e;
  outline-offset: 8px;
  border-radius: 1px;
}
.video--overlay:focus-visible .video--overlay--play {
  outline: 1px solid #fff;
  outline-offset: 4px;
}
.module--content--video-image *:not( input ):not( textarea ):focus-visible,
.menu--primary--overlay--wrapper *:not( input ):not( textarea ):focus-visible,
.bg--color--cobalt-blue *:not( input ):not( textarea ):focus-visible {
  outline: 1px solid #fff;
}
.aflm-filter-all:focus-visible,
.aflm-filter--item:has(.aflm-filter-input:focus-visible) {
  outline: 1px solid #e71e6e;
  outline-offset: 3px;
  border-radius: 48px;
}
.aflm-tab:focus-visible {
  outline-offset: -1px !important;
}
[data-accessibility="no--focus-visible"] {
  outline: none !important;
  border-radius: 2px !important;
  border-radius: 48px;
}
button {
  background-color: transparent;
}
.btn--wrapper.has-focus-visible {
  opacity: 1 !important;
  transform: none !important;
}
.swiper {
  overflow: visible;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #e71e6e;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}
.skip-link:focus-visible {
  transform: translateY(100%);
}
/* ------------------------------------------------------------------------------------
 *
 * Helper
 *
 * ---------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Space Mono';
  src: url('_dev/fonts/SpaceMono-Regular.woff2') format('woff2'), url('_dev/fonts/SpaceMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Space Mono';
  src: url('_dev/fonts/SpaceMono-Bold.woff2') format('woff2'), url('_dev/fonts/SpaceMono-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
.t--code {
  display: inline-block;
  background-color: rgba(255, 117, 117, 0.2);
  line-height: 1.3;
  padding: 0 4px;
  border-radius: 2px;
  box-sizing: border-box;
  outline: 1px solid #FF7F7F;
  hyphens: auto;
}
/* 
 * Badges
 * ---------------------------------------------------------------------------------- */
.badge--wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 36px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a0a0a0;
  color: #fff;
  z-index: 1000000;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
  box-sizing: border-box;
  font-family: 'Space Mono', monospaced;
  font-weight: 800;
}
@media screen and ( max-width:  480px ) {
  .touchevents .badge--wrapper {
    display: none;
  }
}
.badge--wrapper .badge {
  height: 100%;
  margin-right: 2px;
}
.badge--wrapper .size {
  height: 100%;
  align-items: center;
}
.badge--wrapper a,
.badge--wrapper span {
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 100%;
  padding: 0 10px;
}
.badge--wrapper a {
  cursor: pointer;
  color: #fff;
  background-color: #777;
}
.badge--wrapper a:hover,
.badge--wrapper a:active {
  background-color: #555;
}
.badge--wrapper a.is-active {
  background-color: #FF4F83;
}
.size-default {
  display: flex;
}
.size-xl,
.size-lg,
.size-md,
.size-sm,
.size-xs,
.size-xxs {
  display: none;
}
@media screen and ( max-width: 1920px ) {
  .size-xl {
    display: flex;
  }
  .size-default,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media screen and ( max-width: 1440px ) {
  .size-lg {
    display: flex;
  }
  .size-default,
  .size-xl,
  .size-md,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media screen and ( max-width: 1024px ) {
  .size-md {
    display: flex;
  }
  .size-default,
  .size-xl,
  .size-lg,
  .size-sm,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media screen and ( max-width:  767px ) {
  .size-sm {
    display: flex;
  }
  .size-default,
  .size-xl,
  .size-lg,
  .size-md,
  .size-xs,
  .size-xxs {
    display: none;
  }
}
@media screen and ( max-width:  640px ) {
  .size-xs {
    display: flex;
  }
  .size-default,
  .size-xl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xxs {
    display: none;
  }
}
@media screen and ( max-width:  480px ) {
  .size-xxs {
    display: flex;
  }
  .size-default,
  .size-xl,
  .size-lg,
  .size-md,
  .size-sm,
  .size-xs {
    display: none;
  }
}
.show-grid .row.row--grid {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.show-grid .row.row--grid .col {
  height: 100%;
  background-color: #FF4F83;
  opacity: 0.1;
}
.info--wrapper {
  display: none;
  position: fixed;
  top: 14px;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}
.info--wrapper .info--pill {
  padding: 3px 8px;
  display: block;
  text-align: right;
  background: #FF4F83;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  font-family: 'Space Mono', monospaced;
  font-weight: 800;
  color: #fff;
}
.info--wrapper .info--module {
  background-color: #FF4F83;
}
.info--wrapper .info--component {
  background-color: #4ED59E;
}
.info--wrapper .info--element {
  background-color: #C250FF;
}
.show-infos .info--wrapper {
  display: block;
}
.show-infos [data-info] {
  position: relative;
}
.show-infos [data-info]:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 20;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid;
  pointer-events: none;
}
.show-infos [data-info].row--child:before {
  width: calc(100% - 36px - 4px);
  left: calc(36px/2);
}
@media screen and ( max-width: 1440px ) {
  .show-infos [data-info].row--child:before {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px) - 4px);
    left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
}
@media screen and ( max-width:  640px ) {
  .show-infos [data-info].row--child:before {
    width: calc(100% - 12px - 4px);
    left: calc(12px/2);
  }
}
.show-infos [data-info-module]:before {
  border-color: #FF4F83;
}
.show-infos [data-info-component]:before {
  border-color: #4ED59E;
}
.show-infos [data-info-element]:before {
  border-color: #C250FF;
}
.show-infos .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show-infos .info:before,
.show-infos .info:after {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF4F83;
  font-size: 12px;
  width: auto;
  border-radius: 0 0 0 4px;
  font-family: 'Space Mono', monospaced;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
}
.show-infos .info:after {
  top: 20px;
  font-weight: 400;
}
.show-infos .row--child > .info:before,
.show-infos .row--child > .info:after {
  right: calc(36px/2);
}
@media screen and ( max-width: 1440px ) {
  .show-infos .row--child > .info:before,
  .show-infos .row--child > .info:after {
    right: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
}
@media screen and ( max-width:  640px ) {
  .show-infos .row--child > .info:before,
  .show-infos .row--child > .info:after {
    right: calc(12px/2);
  }
}
.show-infos [data-module-name]:before {
  content: attr(data-module-name);
}
.show-infos [data-module-variant]:after {
  content: attr(data-module-variant);
}
.show-infos [data-component-name]:before {
  background-color: #4ED59E;
  content: attr(data-component-name);
}
.show-infos [data-component-variant]:after {
  background-color: #4ED59E;
  content: attr(data-component-variant);
}
.show-infos [data-element-name]:before {
  background-color: #C250FF;
  content: attr(data-element-name);
}
.show-infos [data-element-variant]:after {
  background-color: #C250FF;
  content: attr(data-element-variant);
}
.to-do {
  padding: 16px;
  font-size: 13px;
  font-family: 'Space Mono', monospaced;
  color: #646464;
  background-color: rgba(200, 200, 200, 0.6);
  font-weight: 800;
  margin: 20px 0;
}
.to-do:before {
  content: 'Frage';
  position: relative;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Media queries
 *
 * ---------------------------------------------------------------------------------- */
/** ------------------------------------------------------------------------------------
 *
 * Basics – Fonts
 *
 * ---------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-Bold.woff2') format('woff2'), url('assets/fonts/Cabin-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-BoldItalic.woff2') format('woff2'), url('assets/fonts/Cabin-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-Italic.woff2') format('woff2'), url('assets/fonts/Cabin-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-SemiBold.woff2') format('woff2'), url('assets/fonts/Cabin-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-SemiBoldItalic.woff2') format('woff2'), url('assets/fonts/Cabin-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin';
  src: url('assets/fonts/Cabin-Regular.woff2') format('woff2'), url('assets/fonts/Cabin-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimson Text';
  src: url('assets/fonts/CrimsonText-SemiBold2.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Crimson Text';
  src: url('assets/fonts/CrimsonText-SemiBoldItalic2.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Typography
 *
 * ---------------------------------------------------------------------------------- */
body {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #000;
  font-variant-numeric: tabular-nums;
}
@media screen and ( max-width: 1920px ) {
  body {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20/1440) * 1px)) {
  body {
    font-size: 18px;
  }
}
/*
 * Headings
 * ---------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
[class^="t-h"] {
  font-weight: 600;
  margin: 0;
}
h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and ( max-width: 1440px ) {
  h6 {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h5,
.t-h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h5,
  .t-h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  .module .t-h5,
  .t-h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h6,
.t-h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h6,
  .t-h6 {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .module .t-h6,
  .t-h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h5,
.t-h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h5,
  .t-h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  .module .t-h5,
  .t-h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.t-bold {
  font-weight: 700;
}
.truncate--4-rows {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*
 * Forms
 * ---------------------------------------------------------------------------------- */
strong {
  font-weight: 700;
}
p {
  margin: 0;
  padding: 0;
}
.module a,
.module a[no-page-reload] {
  cursor: pointer;
}
.module .btn--quartery {
  color: #000;
  background-image: linear-gradient(#000, #000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  cursor: pointer;
}
.no-touchevents .module .btn--quartery:hover {
  background-size: 0% 1px;
}
.t--wysiwyg a:not( .btn ),
.module label a:not( .btn ) {
  color: #000;
  background-image: linear-gradient(#000, #000);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  cursor: pointer;
}
.no-touchevents .t--wysiwyg a:not( .btn ):hover,
.no-touchevents .module label a:not( .btn ):hover {
  background-size: 0% 1px;
}
.t-color--opacity-50 {
  opacity: 0.5;
}
.t-color--opacity-75 {
  opacity: 0.75;
}
.t-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/**
 * Lists
 * ---------------------------------------------------------------------------------- */
ul {
  padding-left: 1.1em;
}
.list--reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--default {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 0;
  padding-left: 1.25em;
}
@media screen and ( max-width: 1440px ) {
  .list--default {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  .list--default {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.list--default li {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}
@media screen and ( max-width: 1440px ) {
  .list--default li {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  .list--default li {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.list--horizontal {
  font-size: 0;
}
.list--horizontal li {
  display: inline-block;
}
.list--meta li:not( :last-of-type ) {
  border-right: 1px solid #939AA7;
}
@media screen and ( max-width:  640px ) {
  .list--meta.list--vertical--xs li {
    display: block;
    border-right: 0;
  }
}
dt,
.dt {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #5D687C;
}
@media screen and ( max-width: 1440px ) {
  dt,
  .dt {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  dt,
  .dt {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
@media screen and ( max-width: 1440px ) {
  dt,
  .dt {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  dt,
  .dt {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
dd,
.dd {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600 !important;
  margin: 0;
}
@media screen and ( max-width: 1440px ) {
  dd,
  .dd {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  dd,
  .dd {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
p,
li {
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 7 4 3;
}
.list--map {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}
.list--map li {
  counter-increment: num;
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-bottom: 0.5em;
}
.list--map li:before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.list--map .btn--quartery {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
ol.list--map--pink li::before {
  background: #e91e8c;
}
ol.list--map--black li::before {
  background: #000;
}
ol.list--map--grey li::before {
  background: #888;
}
ol[start="18"] {
  counter-reset: num 17 !important;
}
ol[start="20"] {
  counter-reset: num 19 !important;
}
/**
 * Table
 * ---------------------------------------------------------------------------------- */
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
th,
td {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E9EBED;
}
@media screen and ( max-width:  767px ) {
  .td:not( :first-child ):not( :nth-child(2)) {
    border-left: 1px solid #939AA7;
  }
}
@media screen and ( max-width:  767px ) {
  .td {
    padding: 0;
  }
}
th,
.th {
  text-align: left;
  width: 100%;
}
/**
 * Et cetera
 * ---------------------------------------------------------------------------------- */
.t--wysiwyg h1,
.t--wysiwyg h2,
.t--wysiwyg h3,
.t--wysiwyg h4,
.t--wysiwyg h5,
.t--wysiwyg h6 {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.t--wysiwyg h1 {
  padding-bottom: 0.875em;
}
.t--wysiwyg p,
.t--wysiwyg ul,
.t--wysiwyg ol {
  padding-bottom: 16px;
}
.t--wysiwyg ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.25em;
}
.t--wysiwyg p,
.t--wysiwyg ul,
.t--wysiwyg ol,
.t--wysiwyg li {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.t--wysiwyg p:first-child,
.t--wysiwyg ul:first-child,
.t--wysiwyg ol:first-child,
.t--wysiwyg li:first-child {
  padding-top: 0;
}
.t--wysiwyg p:last-child,
.t--wysiwyg ul:last-child,
.t--wysiwyg ol:last-child,
.t--wysiwyg li:last-child {
  padding-bottom: 0;
}
.t--wysiwyg ol {
  font-feature-settings: "tnum";
}
.t--wysiwyg p + h2,
.t--wysiwyg p + h3 {
  padding-top: 0.75em;
}
.no-touchevents .t--wysiwyg a:not( .btn ):hover,
.no-touchevents .t--wysiwyg a:not( .btn ):active,
.no-touchevents .t--wysiwyg a:not( .btn ):focus-visible {
  border-color: #273650;
}
h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and ( max-width: 1440px ) {
  h6 {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h5,
.t-h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h5,
  .t-h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  .module .t-h5,
  .t-h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h6,
.t-h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h6,
  .t-h6 {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .module .t-h6,
  .t-h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }
}
h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h5,
.t-h5 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h5,
  .t-h5 {
    font-size: calc(24/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (24 / 1440) * 1px)) {
  .module .t-h5,
  .t-h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h4,
.t-h4 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h4,
  .t-h4 {
    font-size: calc(32/1440 * 100vw);
  }
}
@media all and (max-width: calc(24 / (32 / 1440) * 1px)) {
  .module .t-h4,
  .t-h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h3,
.t-h3 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h3,
  .t-h3 {
    font-size: calc(40/1440 * 100vw);
  }
}
@media all and (max-width: calc(30 / (40 / 1440) * 1px)) {
  .module .t-h3,
  .t-h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h2,
.t-h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h2,
  .t-h2 {
    font-size: calc(52/1440 * 100vw);
  }
}
@media all and (max-width: calc(38 / (52 / 1440) * 1px)) {
  .module .t-h2,
  .t-h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.module .t-h1,
.t-h1 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .module .t-h1,
  .t-h1 {
    font-size: calc(68/1440 * 100vw);
  }
}
@media all and (max-width: calc(44 / (68 / 1440) * 1px)) {
  .module .t-h1,
  .t-h1 {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
}
.t-h2,
.t-h3 {
  color: #e71e6e;
}
.t-h2--elem {
  position: relative;
  padding-left: 52px;
  padding-top: 24px;
}
@media screen and ( max-width:  640px ) {
  .t-h2--elem {
    padding-left: 42px;
    padding-top: 16px;
  }
}
.t-h2--elem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 54px;
  background-image: url('assets/img/layout/h2--elem.svg');
  background-size: cover;
}
/*
 * Copies
 * ---------------------------------------------------------------------------------- */
.t-c5,
.t-c5 p,
.t-c5 li {
  font-family: 'Aeonik', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and ( max-width: 1440px ) {
  .t-c5,
  .t-c5 p,
  .t-c5 li {
    font-size: calc(15/1440 * 100vw);
  }
}
@media all and (max-width: calc(10 / (15 / 1440) * 1px)) {
  .t-c5,
  .t-c5 p,
  .t-c5 li {
    font-family: 'Aeonik', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}
.t-c4,
.t-c4 p,
.t-c4 li {
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-c4,
  .t-c4 p,
  .t-c4 li {
    font-size: calc(15/1440 * 100vw);
  }
}
@media all and (max-width: calc(12 / (15 / 1440) * 1px)) {
  .t-c4,
  .t-c4 p,
  .t-c4 li {
    font-family: 'Aeonik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: none;
  }
}
.t-c3,
.t-c3 p,
.t-c3 li {
  font-family: 'Aeonik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-c3,
  .t-c3 p,
  .t-c3 li {
    font-size: calc(18/1440 * 100vw);
  }
}
@media all and (max-width: calc(12 / (18 / 1440) * 1px)) {
  .t-c3,
  .t-c3 p,
  .t-c3 li {
    font-family: 'Aeonik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: none;
  }
}
.t-c2,
.t-c2 p,
.t-c2 li {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-c2,
  .t-c2 p,
  .t-c2 li {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  .t-c2,
  .t-c2 p,
  .t-c2 li {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.t-c1,
.t-c1 p,
.t-c1 li {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-c1,
  .t-c1 p,
  .t-c1 li {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .t-c1,
  .t-c1 p,
  .t-c1 li {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
/*
 * Highlights
 * ---------------------------------------------------------------------------------- */
.t-s4 {
  font-family: 'ES Park', serif;
  font-weight: 300;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-s4 {
    font-size: calc(90/1440 * 100vw);
  }
}
@media all and (max-width: calc(32 / (90 / 1440) * 1px)) {
  .t-s4 {
    font-family: 'ES Park', serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
  }
}
.t-s3 {
  font-family: 'Aeonik Extended', sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-s3 {
    font-size: calc(54/1440 * 100vw);
  }
}
@media all and (max-width: calc(26 / (54 / 1440) * 1px)) {
  .t-s3 {
    font-family: 'Aeonik Extended', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: none;
  }
}
.t-s2 {
  font-family: 'Aeonik Extended', sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-s2 {
    font-size: calc(120/1440 * 100vw);
  }
}
@media all and (max-width: calc(60 / (120 / 1440) * 1px)) {
  .t-s2 {
    font-family: 'Aeonik Extended', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: none;
  }
}
.t-s1 {
  font-family: 'Aeonik Extended', sans-serif;
  font-weight: 500;
  font-size: 300px;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-s1 {
    font-size: calc(300/1440 * 100vw);
  }
}
@media all and (max-width: calc(60 / (300 / 1440) * 1px)) {
  .t-s1 {
    font-family: 'Aeonik Extended', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: none;
  }
}
/*
 * Menus
 * ---------------------------------------------------------------------------------- */
.t-menu {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}
/*
 * Buttons
 * ---------------------------------------------------------------------------------- */
.t-button {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}
/*
 * Input
 * ---------------------------------------------------------------------------------- */
.t-input {
  font-family: 'Aeonik', sans-serif;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.05;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .t-input {
    font-size: calc(21/1440 * 100vw);
  }
}
@media all and (max-width: calc(14 / (21 / 1440) * 1px)) {
  .t-input {
    font-family: 'Aeonik', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}
@media screen and ( max-width: 1024px ) {
  .t-input {
    font-size: 14px;
  }
}
[data-reveal]:not( .media ):not( .media--wrapper ):not(.properties) {
  transform: translateY(30px);
  opacity: 0;
}
[data-reveal].media--wrapper {
  opacity: 0;
}
[data-reveal="fade-in"]:not( .media ) {
  transform: translateY(0);
  opacity: 0;
}
[data-reveal-menu] .menu--primary--overlay > .menu-item,
[data-reveal-menu] .btn {
  opacity: 0;
  transform: translateY(40px);
}
/** ------------------------------------------------------------------------------------
 *
 * Basics – Form elems
 *
 * ---------------------------------------------------------------------------------- */
.btn--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.btn--wrapper > div {
  display: inline-block;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  border: 0;
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 24px;
  border-radius: 48px;
  line-height: 48px;
  padding-right: calc(24px + 24px + 10px);
  color: #000;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url('assets/img/icons/icon--arrow--right.svg');
  background-size: 300% auto;
  background-position: 50% 0;
  z-index: 2;
  transition: transform 0.3s;
}
.btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn.btn--primary {
  background: linear-gradient(90deg, #EC2626 0%, #E71E6E 100%);
  color: #fff;
}
.btn.btn--primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background: #e71e6e;
  border-radius: 48px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 0;
}
.no-touchevents .btn.btn--primary:hover:after {
  transform: translate(4px, -50%);
}
.no-touchevents .btn.btn--primary:hover:before {
  opacity: 1;
}
.btn.btn--primary.icon--download:after {
  background-position: 50% 0;
}
.btn.btn--primary.icon--download:hover:after {
  transform: none;
}
.btn.btn--tertiary {
  padding-left: 0;
  padding-right: calc(24px + 24px + 6px);
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700 !important;
}
@media screen and ( max-width: 1440px ) {
  .btn.btn--tertiary {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .btn.btn--tertiary {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.btn.btn--tertiary:after {
  display: none;
}
.btn.btn--tertiary:before,
.btn.btn--tertiary:after {
  background-position: 0 0;
}
.no-touchevents .btn.btn--tertiary:hover:before,
.no-touchevents .btn.btn--tertiary:hover:after {
  transform: translate(4px, -50%);
}
.btn.btn--tertiary.icon--back {
  padding-right: 0;
  padding-left: calc(24px + 6px);
}
.btn.btn--tertiary.icon--back:before,
.btn.btn--tertiary.icon--back:after {
  left: 0;
}
.btn.btn--quartery {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700 !important;
  border-radius: 0;
}
@media screen and ( max-width: 1440px ) {
  .btn.btn--quartery {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .btn.btn--quartery {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.btn.btn--quartery:before,
.btn.btn--quartery:after {
  display: none;
}
.btn.btn--secondary {
  color: #000;
  border: 2px solid #000;
  transition: color 0.3s, border-color 0.3s;
  line-height: 44px;
}
.btn.btn--secondary:before {
  background-position: 100% 0;
  opacity: 0;
  z-index: 3;
  transition: transform 0.3s, opacity 0.3s;
}
.btn.btn--secondary:after {
  background-position: 0 0;
}
.btn.btn--secondary.icon--download:before {
  background-image: url('assets/img/icons/icon--download.svg');
  background-size: 300% 100%;
  transform: translate(0, -50%) !important;
}
.btn.btn--secondary.icon--download:before,
.btn.btn--secondary.icon--download:after {
  background-position: 0 0;
}
.no-touchevents .btn.btn--secondary:hover {
  color: #e71e6e;
  border-color: #e71e6e;
}
.no-touchevents .btn.btn--secondary:hover:after {
  transform: translate(4px, -50%);
}
.no-touchevents .btn.btn--secondary:hover:before {
  opacity: 1;
  transform: translate(4px, -50%);
}
.bg--color--image .btn.btn--secondary {
  color: #fff;
  border-color: #fff;
}
.bg--color--image .btn.btn--secondary:before {
  display: none;
}
.bg--color--image .btn.btn--secondary:after {
  background-position: 50% 0;
}
.no-touchevents .bg--color--image .btn.btn--secondary:hover {
  color: #fff;
  border-color: #fff;
}
.btn.icon--download:after {
  background-image: url('assets/img/icons/icon--download.svg');
  background-size: 300% 100%;
  transform: translate(0, -50%) !important;
}
.btn.btn--slide-down:before {
  transform: translateY(-50%) rotate(90deg);
}
.btn.btn--slide-down[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(-90deg);
}
.no-touchevents .btn.btn--slide-down:hover:before {
  transform: translateY(-50%) rotate(90deg);
}
.btn.icon--back {
  padding-right: 24px;
  padding-left: calc(24px + 24px + 10px);
}
.btn.icon--back:before,
.btn.icon--back:after {
  right: auto;
  left: 24px;
  transform: translateY(-50%) rotate(180deg);
}
.no-touchevents .btn.icon--back:hover:after {
  transform: translate(-4px, -50%) rotate(180deg);
}
.no-touchevents .btn.icon--back:hover:before {
  opacity: 1;
  transform: translate(-4px, -50%) rotate(180deg);
}
.no-touchevents .btn--hover .btn--wrapper {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s, transform 0.5s;
}
.no-touchevents .btn--hover:hover .btn--wrapper {
  opacity: 1;
  transform: translateY(0);
}
/* ------------------------------------------------------------------------------------
 *
 * Layout – Grid
 *
 * ---------------------------------------------------------------------------------- */
/*
 * Cols – Loop for normal cols
 * ---------------------------------------------------------------------------------- */
/*
 * Cols – Loop for responsive cols
 * ---------------------------------------------------------------------------------- */
/*
 * Grid
 * ---------------------------------------------------------------------------------- */
.module--inner {
  margin: 0 auto;
  position: relative;
}
.module--inner.full-width {
  max-width: 1000000000px;
}
.row {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - clamp(24px, calc(80 / 1440 * 100vw), 64px)*2 + clamp(12px, calc(36 / 1440 * 100vw), 36px));
  max-width: calc(1280px + clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
@media screen and ( max-width:  767px ) {
  .row {
    width: calc(100% - 18px*2);
  }
}
.row .row {
  width: 100%;
  max-width: 100%;
}
@media screen and ( max-width:  767px ) {
  .row--full--sm {
    width: 100%;
  }
}
@media screen and ( max-width:  640px ) {
  .row--full--sm {
    width: 100%;
  }
}
@media screen and ( max-width:  480px ) {
  .row--full--sm {
    width: 100%;
  }
}
.col {
  position: relative;
  box-sizing: border-box;
  margin-right: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px) / 2);
  margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px) / 2);
}
@media screen and ( max-width:  767px ) {
  .col {
    margin-right: calc(12px / 2);
    margin-left: calc(12px / 2);
  }
}
@media screen and ( max-width:  767px ) {
  .col-12.col--full--sm {
    width: 100%;
    margin: 0;
  }
}
@media screen and ( max-width:  640px ) {
  .col-12.col--full--sm {
    width: 100%;
    margin: 0;
  }
}
@media screen and ( max-width:  480px ) {
  .col-12.col--full--sm {
    width: 100%;
    margin: 0;
  }
}
.col-12 {
  width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--12 {
  margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-11 {
  width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--11 {
  margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-10 {
  width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--10 {
  margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-9 {
  width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--9 {
  margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-8 {
  width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--8 {
  margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-7 {
  width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--7 {
  margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-6 {
  width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--6 {
  margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-5 {
  width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--5 {
  margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-4 {
  width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--4 {
  margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-3 {
  width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--3 {
  margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-2 {
  width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--2 {
  margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-1 {
  width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--1 {
  margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
.col-0 {
  width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
}
.col-offset--0 {
  margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
}
@media screen and ( max-width: 1920px ) {
  .col-12 {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12 {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11 {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10 {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9 {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9 {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8 {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7 {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6 {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6 {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5 {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4 {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3 {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3 {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2 {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1 {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0 {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0 {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--xl {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--xl {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--xl {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--xl {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--xl {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--xl {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--xl {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--xl {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--xl {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--xl {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--xl {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--xl {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--xl {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--xl {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--xl {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--xl {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--xl {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--xl {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--xl {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--xl {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--xl {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--xl {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--xl {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--xl {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--xl {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--xl {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--xl {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
}
@media screen and ( max-width: 1440px ) {
  .col-12 {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12 {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11 {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10 {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9 {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9 {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8 {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7 {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6 {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6 {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5 {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4 {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3 {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3 {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2 {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1 {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0 {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0 {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--xl {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--xl {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--xl {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--xl {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--xl {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--xl {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--xl {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--xl {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--xl {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--xl {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--xl {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--xl {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--xl {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--xl {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--xl {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--xl {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--xl {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--xl {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--xl {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--xl {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--xl {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--xl {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--xl {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--xl {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--xl {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--xl {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--xl {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--lg {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--lg {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--lg {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--lg {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--lg {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--lg {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--lg {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--lg {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--lg {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--lg {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--lg {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--lg {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--lg {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--lg {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--lg {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--lg {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--lg {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--lg {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--lg {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--lg {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--lg {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--lg {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--lg {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--lg {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--lg {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--lg {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--lg {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
}
@media screen and ( max-width: 1024px ) {
  .col-12 {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12 {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11 {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10 {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9 {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9 {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8 {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7 {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6 {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6 {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5 {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4 {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3 {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3 {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2 {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1 {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0 {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0 {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--xl {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--xl {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--xl {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--xl {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--xl {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--xl {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--xl {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--xl {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--xl {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--xl {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--xl {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--xl {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--xl {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--xl {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--xl {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--xl {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--xl {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--xl {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--xl {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--xl {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--xl {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--xl {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--xl {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--xl {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--xl {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--xl {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--xl {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--lg {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--lg {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--lg {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--lg {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--lg {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--lg {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--lg {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--lg {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--lg {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--lg {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--lg {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--lg {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--lg {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--lg {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--lg {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--lg {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--lg {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--lg {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--lg {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--lg {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--lg {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--lg {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--lg {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--lg {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--lg {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--lg {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--lg {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-12--md {
    width: calc(100% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--12--md {
    margin-left: calc(100% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-11--md {
    width: calc(91.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--11--md {
    margin-left: calc(91.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-10--md {
    width: calc(83.33333333333334% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--10--md {
    margin-left: calc(83.33333333333334% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-9--md {
    width: calc(75% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--9--md {
    margin-left: calc(75% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-8--md {
    width: calc(66.66666666666666% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--8--md {
    margin-left: calc(66.66666666666666% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-7--md {
    width: calc(58.333333333333336% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--7--md {
    margin-left: calc(58.333333333333336% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-6--md {
    width: calc(50% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--6--md {
    margin-left: calc(50% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-5--md {
    width: calc(41.66666666666667% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--5--md {
    margin-left: calc(41.66666666666667% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-4--md {
    width: calc(33.33333333333333% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--4--md {
    margin-left: calc(33.33333333333333% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-3--md {
    width: calc(25% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--3--md {
    margin-left: calc(25% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-2--md {
    width: calc(16.666666666666664% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--2--md {
    margin-left: calc(16.666666666666664% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-1--md {
    width: calc(8.333333333333332% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--1--md {
    margin-left: calc(8.333333333333332% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-0--md {
    width: calc(0% - clamp(12px, calc(36 / 1440 * 100vw), 36px));
  }
  .col-offset--0--md {
    margin-left: calc(0% + clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
  .col-offset--0--md {
    margin-left: calc(clamp(12px, calc(36 / 1440 * 100vw), 36px)/2);
  }
}
@media screen and ( max-width:  767px ) {
  .col-12 {
    width: calc(100% - 12px);
  }
  .col-offset--12 {
    margin-left: calc(100% + 12px/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11 {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10 {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9 {
    width: calc(75% - 12px);
  }
  .col-offset--9 {
    margin-left: calc(75% + 12px/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8 {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7 {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6 {
    width: calc(50% - 12px);
  }
  .col-offset--6 {
    margin-left: calc(50% + 12px/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5 {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4 {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3 {
    width: calc(25% - 12px);
  }
  .col-offset--3 {
    margin-left: calc(25% + 12px/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2 {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1 {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0 {
    width: calc(0% - 12px);
  }
  .col-offset--0 {
    margin-left: calc(0% + 12px/2);
  }
  .col-12--xl {
    width: calc(100% - 12px);
  }
  .col-offset--12--xl {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--xl {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--xl {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--xl {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--xl {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--xl {
    width: calc(75% - 12px);
  }
  .col-offset--9--xl {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--xl {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--xl {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--xl {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--xl {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--xl {
    width: calc(50% - 12px);
  }
  .col-offset--6--xl {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--xl {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--xl {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--xl {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--xl {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--xl {
    width: calc(25% - 12px);
  }
  .col-offset--3--xl {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--xl {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--xl {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--xl {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--xl {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--xl {
    width: calc(0% - 12px);
  }
  .col-offset--0--xl {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--xl {
    margin-left: calc(12px/2);
  }
  .col-12--lg {
    width: calc(100% - 12px);
  }
  .col-offset--12--lg {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--lg {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--lg {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--lg {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--lg {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--lg {
    width: calc(75% - 12px);
  }
  .col-offset--9--lg {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--lg {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--lg {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--lg {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--lg {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--lg {
    width: calc(50% - 12px);
  }
  .col-offset--6--lg {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--lg {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--lg {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--lg {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--lg {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--lg {
    width: calc(25% - 12px);
  }
  .col-offset--3--lg {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--lg {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--lg {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--lg {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--lg {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--lg {
    width: calc(0% - 12px);
  }
  .col-offset--0--lg {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--lg {
    margin-left: calc(12px/2);
  }
  .col-12--md {
    width: calc(100% - 12px);
  }
  .col-offset--12--md {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--md {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--md {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--md {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--md {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--md {
    width: calc(75% - 12px);
  }
  .col-offset--9--md {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--md {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--md {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--md {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--md {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--md {
    width: calc(50% - 12px);
  }
  .col-offset--6--md {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--md {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--md {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--md {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--md {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--md {
    width: calc(25% - 12px);
  }
  .col-offset--3--md {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--md {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--md {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--md {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--md {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--md {
    width: calc(0% - 12px);
  }
  .col-offset--0--md {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--md {
    margin-left: calc(12px/2);
  }
  .col-12--sm {
    width: calc(100% - 12px);
  }
  .col-offset--12--sm {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--sm {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--sm {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--sm {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--sm {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--sm {
    width: calc(75% - 12px);
  }
  .col-offset--9--sm {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--sm {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--sm {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--sm {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--sm {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--sm {
    width: calc(50% - 12px);
  }
  .col-offset--6--sm {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--sm {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--sm {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--sm {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--sm {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--sm {
    width: calc(25% - 12px);
  }
  .col-offset--3--sm {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--sm {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--sm {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--sm {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--sm {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--sm {
    width: calc(0% - 12px);
  }
  .col-offset--0--sm {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--sm {
    margin-left: calc(12px/2);
  }
}
@media screen and ( max-width:  640px ) {
  .col-12 {
    width: calc(100% - 12px);
  }
  .col-offset--12 {
    margin-left: calc(100% + 12px/2);
  }
  .col-11 {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11 {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10 {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10 {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9 {
    width: calc(75% - 12px);
  }
  .col-offset--9 {
    margin-left: calc(75% + 12px/2);
  }
  .col-8 {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8 {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7 {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7 {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6 {
    width: calc(50% - 12px);
  }
  .col-offset--6 {
    margin-left: calc(50% + 12px/2);
  }
  .col-5 {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5 {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4 {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4 {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3 {
    width: calc(25% - 12px);
  }
  .col-offset--3 {
    margin-left: calc(25% + 12px/2);
  }
  .col-2 {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2 {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1 {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1 {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0 {
    width: calc(0% - 12px);
  }
  .col-offset--0 {
    margin-left: calc(0% + 12px/2);
  }
  .col-12--xl {
    width: calc(100% - 12px);
  }
  .col-offset--12--xl {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--xl {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--xl {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--xl {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--xl {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--xl {
    width: calc(75% - 12px);
  }
  .col-offset--9--xl {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--xl {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--xl {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--xl {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--xl {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--xl {
    width: calc(50% - 12px);
  }
  .col-offset--6--xl {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--xl {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--xl {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--xl {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--xl {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--xl {
    width: calc(25% - 12px);
  }
  .col-offset--3--xl {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--xl {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--xl {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--xl {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--xl {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--xl {
    width: calc(0% - 12px);
  }
  .col-offset--0--xl {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--xl {
    margin-left: calc(12px/2);
  }
  .col-12--lg {
    width: calc(100% - 12px);
  }
  .col-offset--12--lg {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--lg {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--lg {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--lg {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--lg {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--lg {
    width: calc(75% - 12px);
  }
  .col-offset--9--lg {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--lg {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--lg {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--lg {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--lg {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--lg {
    width: calc(50% - 12px);
  }
  .col-offset--6--lg {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--lg {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--lg {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--lg {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--lg {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--lg {
    width: calc(25% - 12px);
  }
  .col-offset--3--lg {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--lg {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--lg {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--lg {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--lg {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--lg {
    width: calc(0% - 12px);
  }
  .col-offset--0--lg {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--lg {
    margin-left: calc(12px/2);
  }
  .col-12--md {
    width: calc(100% - 12px);
  }
  .col-offset--12--md {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--md {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--md {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--md {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--md {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--md {
    width: calc(75% - 12px);
  }
  .col-offset--9--md {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--md {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--md {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--md {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--md {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--md {
    width: calc(50% - 12px);
  }
  .col-offset--6--md {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--md {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--md {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--md {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--md {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--md {
    width: calc(25% - 12px);
  }
  .col-offset--3--md {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--md {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--md {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--md {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--md {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--md {
    width: calc(0% - 12px);
  }
  .col-offset--0--md {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--md {
    margin-left: calc(12px/2);
  }
  .col-12--sm {
    width: calc(100% - 12px);
  }
  .col-offset--12--sm {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--sm {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--sm {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--sm {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--sm {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--sm {
    width: calc(75% - 12px);
  }
  .col-offset--9--sm {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--sm {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--sm {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--sm {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--sm {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--sm {
    width: calc(50% - 12px);
  }
  .col-offset--6--sm {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--sm {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--sm {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--sm {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--sm {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--sm {
    width: calc(25% - 12px);
  }
  .col-offset--3--sm {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--sm {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--sm {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--sm {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--sm {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--sm {
    width: calc(0% - 12px);
  }
  .col-offset--0--sm {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--sm {
    margin-left: calc(12px/2);
  }
  .col-12--xs {
    width: calc(100% - 12px);
  }
  .col-offset--12--xs {
    margin-left: calc(100% + 12px/2);
  }
  .col-11--xs {
    width: calc(91.66666666666666% - 12px);
  }
  .col-offset--11--xs {
    margin-left: calc(91.66666666666666% + 12px/2);
  }
  .col-10--xs {
    width: calc(83.33333333333334% - 12px);
  }
  .col-offset--10--xs {
    margin-left: calc(83.33333333333334% + 12px/2);
  }
  .col-9--xs {
    width: calc(75% - 12px);
  }
  .col-offset--9--xs {
    margin-left: calc(75% + 12px/2);
  }
  .col-8--xs {
    width: calc(66.66666666666666% - 12px);
  }
  .col-offset--8--xs {
    margin-left: calc(66.66666666666666% + 12px/2);
  }
  .col-7--xs {
    width: calc(58.333333333333336% - 12px);
  }
  .col-offset--7--xs {
    margin-left: calc(58.333333333333336% + 12px/2);
  }
  .col-6--xs {
    width: calc(50% - 12px);
  }
  .col-offset--6--xs {
    margin-left: calc(50% + 12px/2);
  }
  .col-5--xs {
    width: calc(41.66666666666667% - 12px);
  }
  .col-offset--5--xs {
    margin-left: calc(41.66666666666667% + 12px/2);
  }
  .col-4--xs {
    width: calc(33.33333333333333% - 12px);
  }
  .col-offset--4--xs {
    margin-left: calc(33.33333333333333% + 12px/2);
  }
  .col-3--xs {
    width: calc(25% - 12px);
  }
  .col-offset--3--xs {
    margin-left: calc(25% + 12px/2);
  }
  .col-2--xs {
    width: calc(16.666666666666664% - 12px);
  }
  .col-offset--2--xs {
    margin-left: calc(16.666666666666664% + 12px/2);
  }
  .col-1--xs {
    width: calc(8.333333333333332% - 12px);
  }
  .col-offset--1--xs {
    margin-left: calc(8.333333333333332% + 12px/2);
  }
  .col-0--xs {
    width: calc(0% - 12px);
  }
  .col-offset--0--xs {
    margin-left: calc(0% + 12px/2);
  }
  .col-offset--0--xs {
    margin-left: calc(12px/2);
  }
}
.pt--xxs {
  padding-top: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.pb--xxs {
  padding-bottom: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.pl--xxs {
  padding-left: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.pr--xxs {
  padding-right: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.p--xxs {
  padding: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.mt--xxs {
  margin-top: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.mb--xxs {
  margin-bottom: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.ml--xxs {
  margin-left: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.mr--xxs {
  margin-right: clamp(8px, calc(8 / 1440 * 100vw), 8px);
}
.pt--xs {
  padding-top: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.pb--xs {
  padding-bottom: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.pl--xs {
  padding-left: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.pr--xs {
  padding-right: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.p--xs {
  padding: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.mt--xs {
  margin-top: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.mb--xs {
  margin-bottom: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.ml--xs {
  margin-left: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.mr--xs {
  margin-right: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.pt--s {
  padding-top: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.pb--s {
  padding-bottom: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.pl--s {
  padding-left: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.pr--s {
  padding-right: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.p--s {
  padding: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.mt--s {
  margin-top: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.mb--s {
  margin-bottom: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.ml--s {
  margin-left: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.mr--s {
  margin-right: clamp(16px, calc(24 / 1440 * 100vw), 24px);
}
.pt--m {
  padding-top: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.pb--m {
  padding-bottom: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.pl--m {
  padding-left: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.pr--m {
  padding-right: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.p--m {
  padding: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.mt--m {
  margin-top: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.mb--m {
  margin-bottom: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.ml--m {
  margin-left: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.mr--m {
  margin-right: clamp(24px, calc(36 / 1440 * 100vw), 36px);
}
.pt--l {
  padding-top: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.pb--l {
  padding-bottom: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.pl--l {
  padding-left: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.pr--l {
  padding-right: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.p--l {
  padding: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.mt--l {
  margin-top: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.mb--l {
  margin-bottom: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.ml--l {
  margin-left: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.mr--l {
  margin-right: clamp(48px, calc(60 / 1440 * 100vw), 60px);
}
.pt--xl {
  padding-top: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.pb--xl {
  padding-bottom: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.pl--xl {
  padding-left: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.pr--xl {
  padding-right: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.p--xl {
  padding: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.mt--xl {
  margin-top: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.mb--xl {
  margin-bottom: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.ml--xl {
  margin-left: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.mr--xl {
  margin-right: clamp(64px, calc(80 / 1440 * 100vw), 80px);
}
.pt--xxl {
  padding-top: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.pb--xxl {
  padding-bottom: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.pl--xxl {
  padding-left: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.pr--xxl {
  padding-right: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.p--xxl {
  padding: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.mt--xxl {
  margin-top: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.mb--xxl {
  margin-bottom: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.ml--xxl {
  margin-left: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.mr--xxl {
  margin-right: clamp(80px, calc(100 / 1440 * 100vw), 100px);
}
.pt--xxxl {
  padding-top: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.pb--xxxl {
  padding-bottom: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.pl--xxxl {
  padding-left: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.pr--xxxl {
  padding-right: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.p--xxxl {
  padding: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.mt--xxxl {
  margin-top: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.mb--xxxl {
  margin-bottom: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.ml--xxxl {
  margin-left: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
.mr--xxxl {
  margin-right: clamp(100px, calc(120 / 1440 * 100vw), 120px);
}
@media screen and ( max-width: 1440px ) {
  .pt--xxs--lg {
    padding-top: 8px;
  }
  .pb--xxs--lg {
    padding-bottom: 8px;
  }
  .pl--xxs--lg {
    padding-left: 8px;
  }
  .pr--xxs--lg {
    padding-right: 8px;
  }
  .p--xxs--lg {
    padding: 8px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--xs--lg {
    padding-top: 12px;
  }
  .pb--xs--lg {
    padding-bottom: 12px;
  }
  .pl--xs--lg {
    padding-left: 12px;
  }
  .pr--xs--lg {
    padding-right: 12px;
  }
  .p--xs--lg {
    padding: 12px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--s--lg {
    padding-top: 16px;
  }
  .pb--s--lg {
    padding-bottom: 16px;
  }
  .pl--s--lg {
    padding-left: 16px;
  }
  .pr--s--lg {
    padding-right: 16px;
  }
  .p--s--lg {
    padding: 16px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--m--lg {
    padding-top: 24px;
  }
  .pb--m--lg {
    padding-bottom: 24px;
  }
  .pl--m--lg {
    padding-left: 24px;
  }
  .pr--m--lg {
    padding-right: 24px;
  }
  .p--m--lg {
    padding: 24px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--l--lg {
    padding-top: 48px;
  }
  .pb--l--lg {
    padding-bottom: 48px;
  }
  .pl--l--lg {
    padding-left: 48px;
  }
  .pr--l--lg {
    padding-right: 48px;
  }
  .p--l--lg {
    padding: 48px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--xl--lg {
    padding-top: 64px;
  }
  .pb--xl--lg {
    padding-bottom: 64px;
  }
  .pl--xl--lg {
    padding-left: 64px;
  }
  .pr--xl--lg {
    padding-right: 64px;
  }
  .p--xl--lg {
    padding: 64px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--xxl--lg {
    padding-top: 80px;
  }
  .pb--xxl--lg {
    padding-bottom: 80px;
  }
  .pl--xxl--lg {
    padding-left: 80px;
  }
  .pr--xxl--lg {
    padding-right: 80px;
  }
  .p--xxl--lg {
    padding: 80px;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--xxxl--lg {
    padding-top: 100px;
  }
  .pb--xxxl--lg {
    padding-bottom: 100px;
  }
  .pl--xxxl--lg {
    padding-left: 100px;
  }
  .pr--xxxl--lg {
    padding-right: 100px;
  }
  .p--xxxl--lg {
    padding: 100px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--xxs--md {
    padding-top: 8px;
  }
  .pb--xxs--md {
    padding-bottom: 8px;
  }
  .pl--xxs--md {
    padding-left: 8px;
  }
  .pr--xxs--md {
    padding-right: 8px;
  }
  .p--xxs--md {
    padding: 8px;
  }
  .mt--xxs--md {
    margin-top: 8px;
  }
  .mb--xxs--md {
    margin-bottom: 8px;
  }
  .ml--xxs--md {
    margin-left: 8px;
  }
  .mr--xxs--md {
    margin-right: 8px;
  }
  .m--xxs--md {
    margin: 8px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--xs--md {
    padding-top: 12px;
  }
  .pb--xs--md {
    padding-bottom: 12px;
  }
  .pl--xs--md {
    padding-left: 12px;
  }
  .pr--xs--md {
    padding-right: 12px;
  }
  .p--xs--md {
    padding: 12px;
  }
  .mt--xs--md {
    margin-top: 12px;
  }
  .mb--xs--md {
    margin-bottom: 12px;
  }
  .ml--xs--md {
    margin-left: 12px;
  }
  .mr--xs--md {
    margin-right: 12px;
  }
  .m--xs--md {
    margin: 12px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--s--md {
    padding-top: 16px;
  }
  .pb--s--md {
    padding-bottom: 16px;
  }
  .pl--s--md {
    padding-left: 16px;
  }
  .pr--s--md {
    padding-right: 16px;
  }
  .p--s--md {
    padding: 16px;
  }
  .mt--s--md {
    margin-top: 16px;
  }
  .mb--s--md {
    margin-bottom: 16px;
  }
  .ml--s--md {
    margin-left: 16px;
  }
  .mr--s--md {
    margin-right: 16px;
  }
  .m--s--md {
    margin: 16px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--m--md {
    padding-top: 24px;
  }
  .pb--m--md {
    padding-bottom: 24px;
  }
  .pl--m--md {
    padding-left: 24px;
  }
  .pr--m--md {
    padding-right: 24px;
  }
  .p--m--md {
    padding: 24px;
  }
  .mt--m--md {
    margin-top: 24px;
  }
  .mb--m--md {
    margin-bottom: 24px;
  }
  .ml--m--md {
    margin-left: 24px;
  }
  .mr--m--md {
    margin-right: 24px;
  }
  .m--m--md {
    margin: 24px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--l--md {
    padding-top: 48px;
  }
  .pb--l--md {
    padding-bottom: 48px;
  }
  .pl--l--md {
    padding-left: 48px;
  }
  .pr--l--md {
    padding-right: 48px;
  }
  .p--l--md {
    padding: 48px;
  }
  .mt--l--md {
    margin-top: 48px;
  }
  .mb--l--md {
    margin-bottom: 48px;
  }
  .ml--l--md {
    margin-left: 48px;
  }
  .mr--l--md {
    margin-right: 48px;
  }
  .m--l--md {
    margin: 48px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--xl--md {
    padding-top: 64px;
  }
  .pb--xl--md {
    padding-bottom: 64px;
  }
  .pl--xl--md {
    padding-left: 64px;
  }
  .pr--xl--md {
    padding-right: 64px;
  }
  .p--xl--md {
    padding: 64px;
  }
  .mt--xl--md {
    margin-top: 64px;
  }
  .mb--xl--md {
    margin-bottom: 64px;
  }
  .ml--xl--md {
    margin-left: 64px;
  }
  .mr--xl--md {
    margin-right: 64px;
  }
  .m--xl--md {
    margin: 64px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--xxl--md {
    padding-top: 80px;
  }
  .pb--xxl--md {
    padding-bottom: 80px;
  }
  .pl--xxl--md {
    padding-left: 80px;
  }
  .pr--xxl--md {
    padding-right: 80px;
  }
  .p--xxl--md {
    padding: 80px;
  }
  .mt--xxl--md {
    margin-top: 80px;
  }
  .mb--xxl--md {
    margin-bottom: 80px;
  }
  .ml--xxl--md {
    margin-left: 80px;
  }
  .mr--xxl--md {
    margin-right: 80px;
  }
  .m--xxl--md {
    margin: 80px;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--xxxl--md {
    padding-top: 100px;
  }
  .pb--xxxl--md {
    padding-bottom: 100px;
  }
  .pl--xxxl--md {
    padding-left: 100px;
  }
  .pr--xxxl--md {
    padding-right: 100px;
  }
  .p--xxxl--md {
    padding: 100px;
  }
  .mt--xxxl--md {
    margin-top: 100px;
  }
  .mb--xxxl--md {
    margin-bottom: 100px;
  }
  .ml--xxxl--md {
    margin-left: 100px;
  }
  .mr--xxxl--md {
    margin-right: 100px;
  }
  .m--xxxl--md {
    margin: 100px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--xxs--sm {
    padding-top: 8px;
  }
  .pb--xxs--sm {
    padding-bottom: 8px;
  }
  .pl--xxs--sm {
    padding-left: 8px;
  }
  .pr--xxs--sm {
    padding-right: 8px;
  }
  .p--xxs--sm {
    padding: 8px;
  }
  .mt--xxs--sm {
    margin-top: 8px;
  }
  .mb--xxs--sm {
    margin-bottom: 8px;
  }
  .ml--xxs--sm {
    margin-left: 8px;
  }
  .mr--xxs--sm {
    margin-right: 8px;
  }
  .m--xxs--sm {
    margin: 8px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--xs--sm {
    padding-top: 12px;
  }
  .pb--xs--sm {
    padding-bottom: 12px;
  }
  .pl--xs--sm {
    padding-left: 12px;
  }
  .pr--xs--sm {
    padding-right: 12px;
  }
  .p--xs--sm {
    padding: 12px;
  }
  .mt--xs--sm {
    margin-top: 12px;
  }
  .mb--xs--sm {
    margin-bottom: 12px;
  }
  .ml--xs--sm {
    margin-left: 12px;
  }
  .mr--xs--sm {
    margin-right: 12px;
  }
  .m--xs--sm {
    margin: 12px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--s--sm {
    padding-top: 16px;
  }
  .pb--s--sm {
    padding-bottom: 16px;
  }
  .pl--s--sm {
    padding-left: 16px;
  }
  .pr--s--sm {
    padding-right: 16px;
  }
  .p--s--sm {
    padding: 16px;
  }
  .mt--s--sm {
    margin-top: 16px;
  }
  .mb--s--sm {
    margin-bottom: 16px;
  }
  .ml--s--sm {
    margin-left: 16px;
  }
  .mr--s--sm {
    margin-right: 16px;
  }
  .m--s--sm {
    margin: 16px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--m--sm {
    padding-top: 24px;
  }
  .pb--m--sm {
    padding-bottom: 24px;
  }
  .pl--m--sm {
    padding-left: 24px;
  }
  .pr--m--sm {
    padding-right: 24px;
  }
  .p--m--sm {
    padding: 24px;
  }
  .mt--m--sm {
    margin-top: 24px;
  }
  .mb--m--sm {
    margin-bottom: 24px;
  }
  .ml--m--sm {
    margin-left: 24px;
  }
  .mr--m--sm {
    margin-right: 24px;
  }
  .m--m--sm {
    margin: 24px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--l--sm {
    padding-top: 48px;
  }
  .pb--l--sm {
    padding-bottom: 48px;
  }
  .pl--l--sm {
    padding-left: 48px;
  }
  .pr--l--sm {
    padding-right: 48px;
  }
  .p--l--sm {
    padding: 48px;
  }
  .mt--l--sm {
    margin-top: 48px;
  }
  .mb--l--sm {
    margin-bottom: 48px;
  }
  .ml--l--sm {
    margin-left: 48px;
  }
  .mr--l--sm {
    margin-right: 48px;
  }
  .m--l--sm {
    margin: 48px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--xl--sm {
    padding-top: 64px;
  }
  .pb--xl--sm {
    padding-bottom: 64px;
  }
  .pl--xl--sm {
    padding-left: 64px;
  }
  .pr--xl--sm {
    padding-right: 64px;
  }
  .p--xl--sm {
    padding: 64px;
  }
  .mt--xl--sm {
    margin-top: 64px;
  }
  .mb--xl--sm {
    margin-bottom: 64px;
  }
  .ml--xl--sm {
    margin-left: 64px;
  }
  .mr--xl--sm {
    margin-right: 64px;
  }
  .m--xl--sm {
    margin: 64px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--xxl--sm {
    padding-top: 80px;
  }
  .pb--xxl--sm {
    padding-bottom: 80px;
  }
  .pl--xxl--sm {
    padding-left: 80px;
  }
  .pr--xxl--sm {
    padding-right: 80px;
  }
  .p--xxl--sm {
    padding: 80px;
  }
  .mt--xxl--sm {
    margin-top: 80px;
  }
  .mb--xxl--sm {
    margin-bottom: 80px;
  }
  .ml--xxl--sm {
    margin-left: 80px;
  }
  .mr--xxl--sm {
    margin-right: 80px;
  }
  .m--xxl--sm {
    margin: 80px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--xxxl--sm {
    padding-top: 100px;
  }
  .pb--xxxl--sm {
    padding-bottom: 100px;
  }
  .pl--xxxl--sm {
    padding-left: 100px;
  }
  .pr--xxxl--sm {
    padding-right: 100px;
  }
  .p--xxxl--sm {
    padding: 100px;
  }
  .mt--xxxl--sm {
    margin-top: 100px;
  }
  .mb--xxxl--sm {
    margin-bottom: 100px;
  }
  .ml--xxxl--sm {
    margin-left: 100px;
  }
  .mr--xxxl--sm {
    margin-right: 100px;
  }
  .m--xxxl--sm {
    margin: 100px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--xxs--xs {
    padding-top: 8px;
  }
  .pb--xxs--xs {
    padding-bottom: 8px;
  }
  .pl--xxs--xs {
    padding-left: 8px;
  }
  .pr--xxs--xs {
    padding-right: 8px;
  }
  .p--xxs--xs {
    padding: 8px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--xs--xs {
    padding-top: 12px;
  }
  .pb--xs--xs {
    padding-bottom: 12px;
  }
  .pl--xs--xs {
    padding-left: 12px;
  }
  .pr--xs--xs {
    padding-right: 12px;
  }
  .p--xs--xs {
    padding: 12px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--s--xs {
    padding-top: 16px;
  }
  .pb--s--xs {
    padding-bottom: 16px;
  }
  .pl--s--xs {
    padding-left: 16px;
  }
  .pr--s--xs {
    padding-right: 16px;
  }
  .p--s--xs {
    padding: 16px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--m--xs {
    padding-top: 24px;
  }
  .pb--m--xs {
    padding-bottom: 24px;
  }
  .pl--m--xs {
    padding-left: 24px;
  }
  .pr--m--xs {
    padding-right: 24px;
  }
  .p--m--xs {
    padding: 24px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--l--xs {
    padding-top: 48px;
  }
  .pb--l--xs {
    padding-bottom: 48px;
  }
  .pl--l--xs {
    padding-left: 48px;
  }
  .pr--l--xs {
    padding-right: 48px;
  }
  .p--l--xs {
    padding: 48px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--xl--xs {
    padding-top: 64px;
  }
  .pb--xl--xs {
    padding-bottom: 64px;
  }
  .pl--xl--xs {
    padding-left: 64px;
  }
  .pr--xl--xs {
    padding-right: 64px;
  }
  .p--xl--xs {
    padding: 64px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--xxl--xs {
    padding-top: 80px;
  }
  .pb--xxl--xs {
    padding-bottom: 80px;
  }
  .pl--xxl--xs {
    padding-left: 80px;
  }
  .pr--xxl--xs {
    padding-right: 80px;
  }
  .p--xxl--xs {
    padding: 80px;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--xxxl--xs {
    padding-top: 100px;
  }
  .pb--xxxl--xs {
    padding-bottom: 100px;
  }
  .pl--xxxl--xs {
    padding-left: 100px;
  }
  .pr--xxxl--xs {
    padding-right: 100px;
  }
  .p--xxxl--xs {
    padding: 100px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--xxs--xxs {
    padding-top: 8px;
  }
  .pb--xxs--xxs {
    padding-bottom: 8px;
  }
  .pl--xxs--xxs {
    padding-left: 8px;
  }
  .pr--xxs--xxs {
    padding-right: 8px;
  }
  .p--xxs--xxs {
    padding: 8px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--xs--xxs {
    padding-top: 12px;
  }
  .pb--xs--xxs {
    padding-bottom: 12px;
  }
  .pl--xs--xxs {
    padding-left: 12px;
  }
  .pr--xs--xxs {
    padding-right: 12px;
  }
  .p--xs--xxs {
    padding: 12px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--s--xxs {
    padding-top: 16px;
  }
  .pb--s--xxs {
    padding-bottom: 16px;
  }
  .pl--s--xxs {
    padding-left: 16px;
  }
  .pr--s--xxs {
    padding-right: 16px;
  }
  .p--s--xxs {
    padding: 16px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--m--xxs {
    padding-top: 24px;
  }
  .pb--m--xxs {
    padding-bottom: 24px;
  }
  .pl--m--xxs {
    padding-left: 24px;
  }
  .pr--m--xxs {
    padding-right: 24px;
  }
  .p--m--xxs {
    padding: 24px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--l--xxs {
    padding-top: 48px;
  }
  .pb--l--xxs {
    padding-bottom: 48px;
  }
  .pl--l--xxs {
    padding-left: 48px;
  }
  .pr--l--xxs {
    padding-right: 48px;
  }
  .p--l--xxs {
    padding: 48px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--xl--xxs {
    padding-top: 64px;
  }
  .pb--xl--xxs {
    padding-bottom: 64px;
  }
  .pl--xl--xxs {
    padding-left: 64px;
  }
  .pr--xl--xxs {
    padding-right: 64px;
  }
  .p--xl--xxs {
    padding: 64px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--xxl--xxs {
    padding-top: 80px;
  }
  .pb--xxl--xxs {
    padding-bottom: 80px;
  }
  .pl--xxl--xxs {
    padding-left: 80px;
  }
  .pr--xxl--xxs {
    padding-right: 80px;
  }
  .p--xxl--xxs {
    padding: 80px;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--xxxl--xxs {
    padding-top: 100px;
  }
  .pb--xxxl--xxs {
    padding-bottom: 100px;
  }
  .pl--xxxl--xxs {
    padding-left: 100px;
  }
  .pr--xxxl--xxs {
    padding-right: 100px;
  }
  .p--xxxl--xxs {
    padding: 100px;
  }
}
@media screen and ( max-width:  767px ) {
  .pt--0--sm {
    padding-top: 0;
  }
  .pb--0--sm {
    padding-bottom: 0;
  }
  .pl--0--sm {
    padding-left: 0;
  }
  .pr--0--sm {
    padding-right: 0;
  }
  .p--0--sm {
    padding: 0;
  }
  .mt--0--sm {
    margin-top: 0;
  }
  .mb--0--sm {
    margin-bottom: 0;
  }
  .ml--0--sm {
    margin-left: 0;
  }
  .mr--0--sm {
    margin-right: 0;
  }
  .m--0--sm {
    margin: 0;
  }
}
@media screen and ( max-width: 1024px ) {
  .pt--0--md {
    padding-top: 0;
  }
  .pb--0--md {
    padding-bottom: 0;
  }
  .pl--0--md {
    padding-left: 0;
  }
  .pr--0--md {
    padding-right: 0;
  }
  .p--0--md {
    padding: 0;
  }
  .mt--0--md {
    margin-top: 0;
  }
  .mb--0--md {
    margin-bottom: 0;
  }
  .ml--0--md {
    margin-left: 0;
  }
  .mr--0--md {
    margin-right: 0;
  }
  .m--0--md {
    margin: 0;
  }
}
@media screen and ( max-width: 1440px ) {
  .pt--0--lg {
    padding-top: 0;
  }
  .pb--0--lg {
    padding-bottom: 0;
  }
  .pl--0--lg {
    padding-left: 0;
  }
  .pr--0--lg {
    padding-right: 0;
  }
  .p--0--lg {
    padding: 0;
  }
  .mt--0--lg {
    margin-top: 0;
  }
  .mb--0--lg {
    margin-bottom: 0;
  }
  .ml--0--lg {
    margin-left: 0;
  }
  .mr--0--lg {
    margin-right: 0;
  }
  .m--0--lg {
    margin: 0;
  }
}
@media screen and ( max-width:  640px ) {
  .pt--0--xs {
    padding-top: 0;
  }
  .pb--0--xs {
    padding-bottom: 0;
  }
  .pl--0--xs {
    padding-left: 0;
  }
  .pr--0--xs {
    padding-right: 0;
  }
  .p--0--xs {
    padding: 0;
  }
  .mt--0--xs {
    margin-top: 0;
  }
  .mb--0--xs {
    margin-bottom: 0;
  }
  .ml--0--xs {
    margin-left: 0;
  }
  .mr--0--xs {
    margin-right: 0;
  }
  .m--0--xs {
    margin: 0;
  }
}
@media screen and ( max-width:  480px ) {
  .pt--0--xxs {
    padding-top: 0;
  }
  .pb--0--xxs {
    padding-bottom: 0;
  }
  .pl--0--xxs {
    padding-left: 0;
  }
  .pr--0--xxs {
    padding-right: 0;
  }
  .p--0--xxs {
    padding: 0;
  }
  .mt--0--xxs {
    margin-top: 0;
  }
  .mb--0--xxs {
    margin-bottom: 0;
  }
  .ml--0--xxs {
    margin-left: 0;
  }
  .mr--0--xxs {
    margin-right: 0;
  }
  .m--0--xxs {
    margin: 0;
  }
}
/** ------------------------------------------------------------------------------------
 *
 * Aligns
 *
 * ---------------------------------------------------------------------------------- */
/**
 * Text align
 * ---------------------------------------------------------------------------------- */
.t-align--left {
  text-align: left;
}
.t-align--center {
  text-align: center;
}
.t-align--right {
  text-align: right;
}
@media screen and ( max-width:  640px ) {
  .t-align--left--xs {
    text-align: left;
  }
  .t-align--center--xs {
    text-align: center;
  }
  .t-align--right--xs {
    text-align: right;
  }
}
/**
 * Horizontal / vertical aligns
 * ---------------------------------------------------------------------------------- */
[class*="h-align-"],
[class*="v-align-"] {
  display: flex;
  flex-wrap: wrap;
}
.h-align--left {
  justify-content: flex-start;
}
.h-align--center {
  justify-content: center;
}
.h-align--right {
  justify-content: flex-end;
}
.h-align--space-between {
  justify-content: space-between;
}
.v-align--top {
  align-items: flex-start;
}
.v-align--center {
  align-items: center;
}
.v-align--bottom {
  align-items: flex-end;
}
.v-align--stretch {
  align-items: stretch;
}
.v-align--space-between {
  flex-direction: column;
  justify-content: space-between;
}
.t-align--left {
  text-align: left;
}
.t-align--center {
  text-align: center;
}
.t-align--right {
  text-align: right;
}
@media screen and ( max-width:  767px ) {
  .h-align--left--sm {
    justify-content: flex-start;
  }
  .h-align--center--sm {
    justify-content: center;
  }
  .h-align--right--sm {
    justify-content: flex-end;
  }
  .h-align--space-between-sm {
    justify-content: space-between;
  }
  .v-align--top-sm {
    align-items: flex-start;
  }
  .v-align--center--sm {
    align-items: center;
  }
  .v-align--bottom-sm {
    align-items: flex-end;
  }
  .t-align--left--sm {
    text-align: left;
  }
  .t-align--center--sm {
    text-align: center;
  }
  .t-align--right--sm {
    text-align: right;
  }
}
@media screen and ( max-width:  640px ) {
  .h-align--left--xs {
    justify-content: flex-start;
  }
  .h-align--center--xs {
    justify-content: center;
  }
  .h-align--right--xs {
    justify-content: flex-end;
  }
  .h-align--space-between-xs {
    justify-content: space-between;
  }
  .v-align--top-xs {
    align-items: flex-start;
  }
  .v-align--center--xs {
    align-items: center;
  }
  .v-align--bottom-xs {
    align-items: flex-end;
  }
  .t-align--left--xs {
    text-align: left;
  }
  .t-align--center--xs {
    text-align: center;
  }
  .t-align--right--xs {
    text-align: right;
  }
}
/**
 * Flex order
 * ---------------------------------------------------------------------------------- */
.flex-order--1 {
  order: 1;
}
.flex-order--2 {
  order: 2;
}
.flex-order--3 {
  order: 3;
}
@media screen and ( max-width:  767px ) {
  .flex-order--1--sm {
    order: 1;
  }
  .flex-order--2--sm {
    order: 2;
  }
  .flex-order--3--sm {
    order: 3;
  }
}
@media screen and ( max-width:  640px ) {
  .flex-order--1--xs {
    order: 1;
  }
  .flex-order--2--xs {
    order: 2;
  }
  .flex-order--3--xs {
    order: 3;
  }
}
.layout--right .col:first-child {
  order: 2;
}
@media screen and ( max-width:  767px ) {
  .layout--right .col:first-child {
    order: 1;
  }
}
.layout--right .col:last-child {
  order: 1;
}
@media screen and ( max-width:  767px ) {
  .layout--right .col:last-child {
    order: 2;
  }
}
.icon {
  position: relative;
}
.icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.module--overview--team .icon:before {
  top: 0;
  transform: translate(0);
}
.icon--sm {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.icon--sm:before {
  transition: transform 0.3s;
}
.no-touchevents .icon--sm:hover:before {
  transform: translate(-50%, -50%) scale(1.16);
}
.icon--sm--linkedin:before {
  background-image: url('assets/img/icons/icon--sm--linkedin.svg');
}
.icon--sm--instagram:before {
  background-image: url('assets/img/icons/icon--sm--instagram.svg');
}
.icon--sm--facebook:before {
  background-image: url('assets/img/icons/icon--sm--facebook.svg');
}
.icon--sm--youtube:before {
  background-image: url('assets/img/icons/icon--sm--youtube.svg');
}
.icon--location:before {
  background-image: url('assets/img/icons/icon--location.svg');
}
.icon--person:before {
  background-image: url('assets/img/icons/icon--person.svg');
}
.icon--objektart:before {
  background-image: url('assets/img/icons/icon--object-type.svg');
}
.icon--phone:before {
  background-image: url('assets/img/icons/icon--phone.svg');
}
.icon--email:before {
  background-image: url('assets/img/icons/icon--email.svg');
}
.icon--space:before {
  background-image: url('assets/img/icons/icon--space.svg');
}
.icon--rooms:before {
  background-image: url('assets/img/icons/icon--rooms.svg');
}
.media--wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.media--wrapper.ar--16-9 {
  width: 100%;
  padding-bottom: calc(9/16 * 100%);
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--16-9--sm {
    padding-bottom: calc(9/16 * 100%);
  }
}
.media--wrapper.ar--9-16 {
  width: 100%;
  padding-bottom: calc(16/9 * 100%);
}
.media--wrapper.ar--2-3 {
  width: 100%;
  padding-bottom: calc(3/2 * 100%);
}
.media--wrapper.ar--3-2 {
  width: 100%;
  padding-bottom: calc(2/3 * 100%);
}
.media--wrapper.ar--3-4 {
  width: 100%;
  padding-bottom: calc(4/3 * 100%);
}
.media--wrapper.ar--4-3 {
  width: 100%;
  padding-bottom: calc(3/4 * 100%);
}
.media--wrapper.ar--1-1 {
  width: 100%;
  padding-bottom: calc(1/1 * 100%);
}
.media--wrapper.ar--2-1 {
  width: 100%;
  padding-bottom: calc(1/2 * 100%);
}
.media--wrapper.ar--4-5 {
  padding-bottom: calc(5/4 * 100%);
}
.media--wrapper.ar--cover {
  height: 100%;
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--cover {
    height: auto;
    padding-bottom: calc(4/3 * 100%);
  }
}
.media--wrapper.ar--min--1-1 {
  height: 100%;
}
.media--wrapper.ar--min--1-1:before {
  content: '';
  width: 100%;
  display: inline-block;
  padding-bottom: calc(1/1 * 100%);
}
.media--wrapper.ar--min--3-2 {
  height: 100%;
}
.media--wrapper.ar--min--3-2:before {
  content: '';
  width: 100%;
  display: inline-block;
  padding-bottom: calc(2/3 * 100%);
}
@media screen and ( max-width: 1024px ) {
  .media--wrapper.ar--3-2--md {
    padding-bottom: calc(2/3 * 100%);
    height: auto;
  }
  .media--wrapper.ar--3-2--md:before {
    display: none;
  }
}
@media screen and ( max-width: 1024px ) {
  .media--wrapper.ar--1-1--md {
    padding-bottom: calc(1/1 * 100%);
  }
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--4-5--sm {
    padding-bottom: calc(5/4 * 100%);
  }
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--5-4--sm {
    padding-bottom: calc(4/5 * 100%);
  }
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--5-3--sm {
    padding-bottom: calc(3/5 * 100%);
  }
}
@media screen and ( max-width:  767px ) {
  .media--wrapper.ar--3-2--sm {
    padding-bottom: calc(2/3 * 100%);
    height: auto;
  }
  .media--wrapper.ar--3-2--sm:before {
    display: none;
  }
}
@media screen and ( max-width:  640px ) {
  .media--wrapper.ar--3-2--xs {
    padding-bottom: calc(2/3 * 100%);
    height: auto;
  }
  .media--wrapper.ar--3-2--xs:before {
    display: none;
  }
}
@media screen and ( max-width:  640px ) {
  .media--wrapper.ar--4-5--xs {
    padding-bottom: calc(5/4 * 100%);
  }
}
@media screen and ( max-width:  640px ) {
  .media--wrapper.ar--3-5--xs {
    padding-bottom: calc(5/3 * 100%);
  }
}
.media--wrapper img,
.media--wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.image--wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
[data-reveal-wrapper] .media {
  transform: translate(-50%, -50%) scale(1.05);
  transition: opacity cubic-bezier(0, 0, 0.2, 1), transform cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 1s;
}
.animated.media {
  transform: translate(-50%, -50%) scale(1);
}
.animated .media {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.image--mask {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and ( max-width:  767px ) {
  .image--mask {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 68% 100%, 0 75%);
  }
}
.image--elem {
  position: relative;
}
.image--elem:after {
  content: '';
  position: absolute;
  bottom: -22px;
  right: -22px;
  background-image: url('assets/img/layout/media--elem.svg');
  width: 80px;
  height: 160px;
  background-size: cover;
}
@media screen and ( max-width: 1024px ) {
  .image--elem:after {
    bottom: -16px;
    right: -16px;
    width: 60px;
    height: 120px;
  }
}
@media screen and ( max-width:  640px ) {
  .image--elem:after {
    bottom: -13px;
    right: -13px;
    width: 48px;
    height: 96px;
  }
}
.no-touchevents .image--swap--wrapper:hover .image--swap {
  opacity: 1;
}
.no-touchevents .image--zoom:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.image--hover {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.image--hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/img/image--hover.png');
  background-size: cover;
  background-position: bottom left;
  opacity: 0;
  transition: opacity 0.3s;
}
.no-touchevents .image--hover:not( .is-active ):hover .plus {
  background-color: #E9EBED;
}
.no-touchevents .image--hover:hover:before {
  opacity: 1;
}
.image--swap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.video--overlay {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video--overlay .video--poster {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.video--overlay .video--overlay--play {
  display: inline-block;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 96px;
  border-radius: 100%;
  border: 8px solid #e71e6e;
  box-sizing: border-box;
  transition: transform 0.3s;
}
.video--overlay .video--overlay--play .icon {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-image: url('assets/img/icons/icon--video--play.svg');
  background-size: cover;
}
.no-touchevents .video--overlay:hover {
  cursor: pointer;
}
.no-touchevents .video--overlay:hover .video--overlay--play {
  transform: translate(-50%, -50%) scale(1.05);
}
.no-touchevents .video--overlay:hover .video--overlay--play:before,
.no-touchevents .video--overlay:hover .video--overlay--play:after {
  border-radius: 100%;
}
/** ------------------------------------------------------------------------------------
 *
 * Elem - Accordion
 *
 * ---------------------------------------------------------------------------------- */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .accordion--item {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #000;
}
.accordion .accordion--item.is-active .accordion--title:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion--title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  text-align: left;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
  padding: 0;
}
.accordion--title .title--inner {
  position: relative;
  width: 100%;
}
.accordion--title .title {
  display: inline-block;
  color: #000;
  padding-right: calc(1em*2);
}
.accordion--title .accordion--plus {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: 0;
  top: 0.1em;
}
.accordion--title .accordion--plus:before,
.accordion--title .accordion--plus:after {
  content: '';
  position: absolute;
  transition: transform 0.3s;
  display: block;
  left: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #273650;
}
.accordion--title .accordion--plus:before {
  width: 15px;
  height: 2px;
}
.accordion--title .accordion--plus:after {
  width: 2px;
  height: 15px;
}
.is-active .accordion--title .accordion--plus:after {
  transform: translate(-50%, -50%) scaleY(0);
}
.accordion--content {
  box-sizing: border-box;
  max-width: 60%;
}
@media screen and ( max-width: 1024px ) {
  .accordion--content {
    max-width: 80%;
  }
}
@media screen and ( max-width:  640px ) {
  .accordion--content {
    max-width: 100%;
  }
}
.accordion--content[hidden] {
  display: none;
}
/** ------------------------------------------------------------------------------------
 *
 * Elem – Tags
 *
 * ---------------------------------------------------------------------------------- */
.row--boxs {
  display: flex;
  align-items: stretch;
}
.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #000;
}
.box .box--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.box .link--wrapper,
.box .list--pills--wrapper {
  align-self: flex-end;
}
.box .media--wrapper--portrait {
  width: 100%;
}
@media screen and ( max-width: 1024px ) {
  .box .media--wrapper--portrait {
    width: 50%;
  }
}
@media screen and ( max-width:  480px ) {
  .box .media--wrapper--portrait {
    width: 114px;
  }
}
.list--pills {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pill {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
  border-radius: 30px;
  background-color: #f1efed;
  display: inline-block;
  padding: 3px 10px;
  font-weight: 600 !important;
}
@media screen and ( max-width: 1440px ) {
  .pill {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .pill {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.box--content--inner {
  width: 100%;
}
/* ------------------------------------------------------------------
 * Overlays (Ideas + People)
 * ------------------------------------------------------------------ */
.ideas-overlay,
.people-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  /* ersetzt den Top-Layer des <dialog> */
  display: none;
  justify-content: center;
  align-items: flex-start;
  /* nicht center: sonst wird Inhalt oben abgeschnitten */
  overflow-y: auto;
  /* Overlay scrollt, wenn Inhalt höher als Viewport */
  overscroll-behavior: contain;
  /* kein Durchscrollen auf den Body */
  -webkit-overflow-scrolling: touch;
  padding: 24px 0;
  /* vertikale Luft, bleibt beim Scrollen erreichbar */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 300ms allow-discrete, display 300ms allow-discrete;
}
.ideas-overlay:before,
.people-overlay:before {
  /* Backdrop bleibt fix im Viewport, scrollt nicht mit */
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  /* alternativ backdrop-filter: blur(8px); */
}
.ideas-overlay[open],
.people-overlay[open] {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
@starting-style {
  .ideas-overlay[open],
  .people-overlay[open] {
    opacity: 0;
  }
}
.ideas-overlay__inner {
  /* gleiche Klasse auch im People-Markup */
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 620px;
  width: calc(100% - 24px * 2);
  margin: auto 24px;
  /* zentriert vert.+horiz.; bei Überlänge -> 0 -> scrollbar */
}
.ideas-overlay__content,
.people-overlay__content {
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  /* war 100%: verhinderte Mitwachsen bei langem Inhalt */
}
.ideas-overlay__close {
  /* gleiche Klasse auch im People-Markup */
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-image: url('assets/img/icons/icon--close.svg');
  background-size: 24px auto;
  background-position: center center;
  background-color: #fff;
  border-radius: 100%;
  transition: background-color 0.3s;
}
@media screen and ( max-width: 1024px ) {
  .ideas-overlay__close {
    right: 24px;
    top: 24px;
  }
}
.no-touchevents .ideas-overlay__close:hover {
  background-color: #f1efed;
  cursor: pointer;
}
.ideas-overlay__panels,
.people-overlay__panels {
  width: 100%;
}
.ideas-overlay__panel[hidden],
.people-overlay__panel[hidden] {
  display: none;
}
.people-overlay .media--wrapper--portrait {
  width: 50%;
}
/* ------------------------------------------------------------------
 * box-Hover (Ideas-Teaser & verlinkte Karten)
 * ------------------------------------------------------------------ */
.has-link,
.has-overlay {
  cursor: pointer;
}
.has-link .t-h4,
.has-overlay .t-h4 {
  transition: color 0.3s;
}
.no-touchevents .has-link:hover .t-h4,
.no-touchevents .has-overlay:hover .t-h4 {
  color: #e71e6e;
}
.no-touchevents .has-link:hover img,
.no-touchevents .has-overlay:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.no-touchevents .has-link:hover .btn--tertiary:before,
.no-touchevents .has-overlay:hover .btn--tertiary:before,
.no-touchevents .has-link:hover .btn--tertiary:after,
.no-touchevents .has-overlay:hover .btn--tertiary:after {
  transform: translate(4px, -50%);
}
.no-touchevents .has-link:hover .btn--secondary,
.no-touchevents .has-overlay:hover .btn--secondary {
  color: #e71e6e;
  border-color: #e71e6e;
}
.no-touchevents .has-link:hover .btn--secondary:after,
.no-touchevents .has-overlay:hover .btn--secondary:after {
  transform: translate(4px, -50%);
}
.no-touchevents .has-link:hover .btn--secondary:before,
.no-touchevents .has-overlay:hover .btn--secondary:before {
  opacity: 1;
  transform: translate(4px, -50%);
}
[data-aflm-person-trigger] {
  cursor: pointer;
}
.read-more {
  display: none;
}
/** ------------------------------------------------------------------------------------
 *
 * Map
 *
 * ---------------------------------------------------------------------------------- */
.aflm-overview {
  width: 100%;
}
.aflm-tabs {
  border-bottom: 1px solid rgba(231, 30, 110, 0.25);
  display: flex;
}
@media screen and ( max-width:  640px ) {
  .aflm-tabs {
    margin-left: -24px;
    width: calc(100% + 2*24px);
    padding-left: 24px;
  }
}
.aflm-tab {
  position: relative;
  padding: 12px 24px;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600 !important;
}
@media screen and ( max-width: 1440px ) {
  .aflm-tab {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .aflm-tab {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media screen and ( max-width:  640px ) {
  .aflm-tab {
    padding: 10px 8px;
  }
}
.no-touchevents .aflm-tab:hover {
  cursor: pointer;
}
.no-touchevents .aflm-tab:hover:before {
  opacity: 1;
}
.aflm-tab:before {
  content: '';
  position: absolute;
  left: 24px;
  bottom: 0;
  height: 4px;
  width: calc(100% - 2*24px);
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, background-color 0.3s;
}
@media screen and ( max-width:  640px ) {
  .aflm-tab:before {
    width: calc(100% - 2*8px);
    left: 8px;
  }
}
.aflm-tab.is-active:before {
  opacity: 1;
  background-color: #e71e6e;
}
.aflm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 36px 24px 0;
  align-items: center;
}
@media screen and ( max-width:  640px ) {
  .aflm-filters {
    padding: 24px 6px;
  }
}
.aflm-filters button,
.aflm-filters .aflm-filter--label {
  position: relative;
  background-color: #000;
  color: white;
  padding: 6px 16px;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600 !important;
}
@media screen and ( max-width: 1440px ) {
  .aflm-filters button,
  .aflm-filters .aflm-filter--label {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .aflm-filters button,
  .aflm-filters .aflm-filter--label {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.no-touchevents .aflm-filters button:hover,
.no-touchevents .aflm-filters .aflm-filter--label:hover {
  background-color: #e71e6e;
}
.aflm-filters .aflm-filter--label {
  padding-right: calc(8px + 24px + 16px);
}
.aflm-filters .aflm-filter--label:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('assets/img/icons/icon--arrow--dropdown.svg');
  background-size: 200% auto;
  background-position: 100% top;
  z-index: 1;
  transition: transform 0.3s;
}
.aflm-filter {
  position: relative;
}
.aflm-filter .aflm-filter--list {
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  z-index: 20;
  top: 100%;
  max-width: min(512px, calc(100vw - 16px));
  background-color: #fff;
  list-style: none;
  gap: 8px;
  padding: 8px;
  margin-top: 10px;
  transition: opacity 0.2s, transform 0.3s;
  transform: translateY(-8px);
}
@media screen and ( max-width:  640px ) {
  .aflm-filter .aflm-filter--list {
    max-width: auto;
    display: block;
    margin-bottom: 8px;
  }
}
.aflm-filter.is-active .aflm-filter--list {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: opacity 0.1s, transform 0.3s;
}
.aflm-filter.is-active .aflm-filter--label:after {
  transform: translateY(-50%) rotate(180deg);
}
.aflm-filter--item label {
  display: inline-block;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  border: 2px solid #000;
  padding: 4px calc(12px + 10px + 6px) 4px 12px;
  border-radius: 36px;
  white-space: nowrap;
  transition: border-color 0.3s, color 0.3s;
  box-sizing: border-box;
}
@media screen and ( max-width: 1440px ) {
  .aflm-filter--item label {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .aflm-filter--item label {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media screen and ( max-width:  640px ) {
  .aflm-filter--item label {
    margin-bottom: 8px;
  }
}
.aflm-filter--item label:before,
.aflm-filter--item label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 10px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.3s;
}
.aflm-filter--item label:after {
  width: 2px;
  height: 10px;
  transition: transform 0.3s, background-color 0.3s;
  right: 16px;
}
.no-touchevents .aflm-filter--item label:hover {
  cursor: pointer;
  border-color: #e71e6e;
  color: #e71e6e;
}
.no-touchevents .aflm-filter--item label:hover:before,
.no-touchevents .aflm-filter--item label:hover:after {
  background-color: #e71e6e;
}
.aflm-filter--item.is-active label:after {
  transform: scaleY(0);
}
.aflm-filter--item.aflm-filter--item--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.aflm-filter-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.aflm-active-filters {
  display: flex;
  gap: 8px;
  padding: 36px 24px 0;
  align-items: center;
}
@media screen and ( max-width:  640px ) {
  .aflm-active-filters {
    padding: 24px 8px 0;
  }
}
.aflm-active-filters.is-empty {
  padding-top: 0;
}
.aflm-pill {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  border: 2px solid #000;
  padding: 4px 10px 4px 12px;
  border-radius: 36px;
  transition: border 0.3s;
}
@media screen and ( max-width: 1440px ) {
  .aflm-pill {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .aflm-pill {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.aflm-pill:before,
.aflm-pill:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s;
}
.aflm-pill:after {
  width: 2px;
  height: 8px;
  right: 15px;
}
.no-touchevents .aflm-pill:hover {
  cursor: pointer;
}
.no-touchevents .aflm-pill:hover:before,
.no-touchevents .aflm-pill:hover:after {
  transform: translateY(-50%) rotate(-45deg);
}
.aflm-pill.is-leaving {
  opacity: 0;
}
.aflm-pill.is-entering {
  opacity: 0;
}
.aflm-items {
  display: flex;
  flex-wrap: wrap;
}
.aflm-spinner svg {
  width: 64px;
  height: 16px;
}
.aflm-results {
  position: relative;
  min-height: 80px;
  padding-top: 36px;
}
@media screen and ( max-width:  640px ) {
  .aflm-results {
    padding-top: 24px;
  }
}
.aflm-spinner svg {
  width: 32px;
  height: 8px;
}
.aflm-overview.is-loading .aflm-spinner {
  position: absolute;
  top: 48px;
  left: 50%;
  margin: -20px 0 0 -20px;
}
/* Spinner am „Mehr laden"-Button */
.aflm-spinner {
  /* dein Icon */
}
.aflm-empty {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .aflm-empty {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  .aflm-empty {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.aflm-filter-all.is-active {
  pointer-events: none;
  background-color: #e71e6e;
}
.aflm-filter--name {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  .aflm-filter--name {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .aflm-filter--name {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.aflm-filter--name,
.aflm-pill--label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
select {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and ( max-width: 1440px ) {
  select {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  select {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.aflm-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.aflm-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.aflm-pill--remove {
  /* das × */
}
.aflm-filter-all.is-active {
  /* hervorheben, wenn nichts gewählt */
}
.aflm-tabs {
  display: flex;
  flex-wrap: nowrap;
  /* nicht umbrechen -> es entsteht Überbreite */
  overflow-x: auto;
  /* ... die dann scrollbar wird */
  -webkit-overflow-scrolling: touch;
  /* Momentum-Scroll auf iOS */
  scrollbar-width: thin;
  /* Firefox: schlanke Scrollbar */
}
.aflm-tabs:after {
  content: "";
  flex: 0 0 calc(24px*2);
  /* fester Abstand hinter dem letzten Tab */
}
.aflm-tabs .aflm-tab {
  flex: 0 0 auto;
  /* Tabs behalten ihre Breite, schrumpfen nicht */
  white-space: nowrap;
  /* Label bleibt einzeilig */
}
.aflm-tabs {
  scrollbar-width: none;
}
/* Firefox */
.aflm-tabs::-webkit-scrollbar {
  display: none;
}
/* Chrome/Safari */
@media screen and ( max-width:  767px ) {
  .aflm-tabs {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Liste hält ihre per JS gesetzte Breite ein */
.aflm-filter--list {
  max-width: 100%;
  box-sizing: border-box;
}
/* Items dürfen nicht breiter werden als die Liste */
.aflm-filter--item {
  max-width: 100%;
  box-sizing: border-box;
}
/* Label als Flex, damit der Name schrumpfen darf und das „+“ bleibt */
.aflm-filter--item > label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  /* WICHTIG: erlaubt dem Text-Kind zu schrumpfen */
}
/* Langen Namen mit Auslassungspunkten kürzen */
.aflm-filter--name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** ------------------------------------------------------------------------------------
 *
 * Site
 *
 * ---------------------------------------------------------------------------------- */
:target {
  scroll-margin-top: 80px;
}
html {
  font-size: 10px;
  scrollbar-gutter: stable;
}
html[data-scroll="is-locked"] {
  overflow: hidden;
}
html[data-scroll="is-locked"] body {
  overflow: hidden;
  width: calc(100% - var(--scrollbarWidth));
}
html,
body {
  overflow-x: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
}
.site--wrapper {
  overflow: hidden;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
img,
svg,
video {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: 0;
}
button {
  border: 0;
}
blockquote {
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
img {
  width: 100%;
}
/** ------------------------------------------------------------------------------------
 *
 * Partial – Modules
 *
 * ---------------------------------------------------------------------------------- */
.module {
  position: relative;
  z-index: 3;
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.module:not( .module--hero--primary ):first-of-type {
  margin-top: 102px;
}
@media screen and ( max-width: 1440px ) {
  .module:not( .module--hero--primary ):first-of-type {
    margin-top: calc(102/1440 * 100vw);
  }
}
@media all and (max-width: calc(72 / (102 / 1440) * 1px)) {
  .module:not( .module--hero--primary ):first-of-type {
    margin-top: 72px;
  }
}
.bg--color--white {
  background-color: #fff;
}
.bg--color--grey {
  background-color: #f1efed;
}
.bg--color--gradient {
  background: linear-gradient(90deg, #EC2626 0%, #E71E6E 100%);
  color: #fff;
}
.bg--color--gradient a {
  color: #fff;
}
.bg--pattern--bottom {
  position: relative;
  padding-bottom: 24px;
}
.bg--pattern--bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url('assets/img/layout/pattern.svg');
  background-repeat: repeat;
}
.bg--pattern {
  position: relative;
}
.bg--pattern .col-5,
.bg--pattern .col-7 {
  padding-top: 24px;
  padding-left: 24px;
}
@media screen and ( max-width:  767px ) {
  .bg--pattern .col-5,
  .bg--pattern .col-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.bg--pattern .col-12--pattern {
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  background-image: url('assets/img/layout/pattern.svg');
  background-repeat: repeat;
}
.bg--pattern .pattern--inner {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.bg--pattern .pattern--inner:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and ( max-width:  767px ) {
  .bg--pattern .pattern--inner:before {
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}
.bb {
  border-bottom: 1px solid #939AA7;
}
.bt--20 {
  border-top: 1px solid #E9EBED;
}
.bb--20 {
  border-bottom: 1px solid #E9EBED;
}
/** ------------------------------------------------------------------------------------
 *
 * Partial – Header
 *
 * --------------------------------------------------------------------- ------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  transition: transform 0.3s, opacity 0.15s, background-color 0.3s;
  background-color: #f1efed;
}
.page-id-878 .header,
.page-id-883 .header,
.page-id-885 .header,
.home .header {
  background-color: transparent;
  position: absolute;
}
.header.is-clone .col--header {
  position: relative;
}
.header.is-clone .col--header:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  height: 1px;
  pointer-events: none;
}
.page-id-878 .header.is-clone,
.page-id-883 .header.is-clone,
.page-id-885 .header.is-clone,
.home .header.is-clone {
  background-color: #f1efed;
  position: fixed;
  transition: transform 0.3s;
  transform: translateY(-100%);
}
.header.is-clone .col--header {
  height: 71.4px;
}
@media screen and ( max-width: 1440px ) {
  .header.is-clone .col--header {
    height: calc(71.4/1440 * 100vw);
  }
}
@media all and (max-width: calc(50.4 / (71.4 / 1440) * 1px)) {
  .header.is-clone .col--header {
    height: 50.4px;
  }
}
.page-id-878.is-scrolled-down--100vh .header.is-clone,
.page-id-883.is-scrolled-down--100vh .header.is-clone,
.page-id-885.is-scrolled-down--100vh .header.is-clone,
.home.is-scrolled-down--100vh .header.is-clone {
  transform: translateY(0);
}
.header .header--inner {
  width: 100%;
}
.header .col--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s;
  height: 102px;
}
@media screen and ( max-width: 1440px ) {
  .header .col--header {
    height: calc(102/1440 * 100vw);
  }
}
@media all and (max-width: calc(72 / (102 / 1440) * 1px)) {
  .header .col--header {
    height: 72px;
  }
}
body:not( .page-id-878 ).is-scrolled-down .header .col--header,
body:not( .page-id-883 ).is-scrolled-down .header .col--header,
body:not( .page-id-885 ).is-scrolled-down .header .col--header,
body:not( .home ).is-scrolled-down .header .col--header {
  height: 71.4px;
}
@media screen and ( max-width: 1440px ) {
  body:not( .page-id-878 ).is-scrolled-down .header .col--header,
  body:not( .page-id-883 ).is-scrolled-down .header .col--header,
  body:not( .page-id-885 ).is-scrolled-down .header .col--header,
  body:not( .home ).is-scrolled-down .header .col--header {
    height: calc(71.4/1440 * 100vw);
  }
}
@media all and (max-width: calc(50.4 / (71.4 / 1440) * 1px)) {
  body:not( .page-id-878 ).is-scrolled-down .header .col--header,
  body:not( .page-id-883 ).is-scrolled-down .header .col--header,
  body:not( .page-id-885 ).is-scrolled-down .header .col--header,
  body:not( .home ).is-scrolled-down .header .col--header {
    height: 50.4px;
  }
}
.logo--wrapper {
  display: flex;
  height: 68%;
  flex-shrink: 0;
}
.logo {
  height: 100%;
  aspect-ratio: 3.4/1;
  object-position: left;
  object-fit: contain;
}
.footer .logo {
  height: 86px;
  width: auto;
}
/** ------------------------------------------------------------------------------------
 *
 * Menu
 *
 * ---------------------------------------------------------------------------------- */
ul[class^='menu'],
ul[class^='sub-menu'] {
  margin: 0;
  padding: 0;
  list-style: none;
}
/** 
 * Primary
 * ---------------------------------------------------------------------------------- */
.menu--primary--header .menu-item {
  position: relative;
  display: inline-block;
}
.menu--primary--header .menu-item.current-menu-item > a:not( .btn ):before,
.menu--primary--header .menu-item.current-menu-parent > a:not( .btn ):before {
  display: block;
  transform: scaleX(1);
}
.menu--primary--header .menu-item a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000;
}
.menu--primary--header .menu-item a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left center;
}
.no-touchevents .menu--primary--header .menu-item a:hover:before {
  transform: scaleX(1);
}
.menu--primary--header .menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 110%;
  height: 24px;
}
.menu--primary--header .menu-item-has-children > a {
  padding-right: 28px;
}
.menu--primary--header .menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url('assets/img/icons/icon--arrow--down.svg');
  background-size: 300% auto;
  background-position: 0 0;
}
.page-id-878 .is-original .menu--primary--header .menu-item-has-children > a:after,
.page-id-883 .is-original .menu--primary--header .menu-item-has-children > a:after,
.page-id-885 .is-original .menu--primary--header .menu-item-has-children > a:after,
.home .is-original .menu--primary--header .menu-item-has-children > a:after {
  background-position: 50% 0;
}
.menu--primary--header .menu-item-has-children > a:before {
  display: none;
}
.menu--primary--header .menu-item-has-children:focus-within .sub-menu,
.menu--primary--header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.page-id-878 .is-original .menu--primary--header a,
.page-id-883 .is-original .menu--primary--header a,
.page-id-885 .is-original .menu--primary--header a,
.home .is-original .menu--primary--header a {
  color: #fff;
}
.page-id-878 .is-original .menu--primary--header a:before,
.page-id-883 .is-original .menu--primary--header a:before,
.page-id-885 .is-original .menu--primary--header a:before,
.home .is-original .menu--primary--header a:before {
  background-color: #fff;
}
.menu--primary--header .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 22px);
  background-color: #fff;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}
.menu--primary--header .sub-menu .menu-item {
  display: block;
  padding: 0;
}
.menu--primary--header .sub-menu .menu-item:not( :last-of-type ) {
  padding-bottom: 12px;
}
.menu--primary--header .sub-menu .menu-item a {
  color: #000;
  white-space: nowrap;
}
.menu--primary--header .sub-menu .menu-item.current-menu-item > a {
  opacity: 0.5;
  pointer-events: none;
}
.is-collapsed {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.page-id-878 .header.is-original .menu--secondary--wrapper,
.page-id-883 .header.is-original .menu--secondary--wrapper,
.page-id-885 .header.is-original .menu--secondary--wrapper,
.home .header.is-original .menu--secondary--wrapper {
  display: none;
}
/** 
 * Burger
 * ---------------------------------------------------------------------------------- */
.menu--burger--wrapper {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: none;
  display: none;
  margin-right: -16px;
}
@media screen and ( max-width:  640px ) {
  .menu--burger--wrapper {
    margin-right: -12px;
  }
}
.menu--burger--wrapper.is-active {
  display: block;
}
.menu--btn {
  pointer-events: all;
}
.menu--burger {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: all;
}
.menu--burger .lines {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.2s 0.2s, width 0.3s ease-out 0s, left 0.3s ease-out 0s;
}
.page-id-878 .header.is-original .menu--burger .lines,
.page-id-883 .header.is-original .menu--burger .lines,
.page-id-885 .header.is-original .menu--burger .lines,
.home .header.is-original .menu--burger .lines {
  background-color: #fff;
}
.menu--burger .lines:before,
.menu--burger .lines:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: bottom 0.1s ease-out 0.25s, top 0.1s ease-out 0.25s, transform 0.1s ease-out, background-color 0.3s 0s, width 0.3s ease-out 0s;
}
.page-id-878 .header.is-original .menu--burger .lines:before,
.page-id-878 .header.is-original .menu--burger .lines:after,
.page-id-883 .header.is-original .menu--burger .lines:before,
.page-id-883 .header.is-original .menu--burger .lines:after,
.page-id-885 .header.is-original .menu--burger .lines:before,
.page-id-885 .header.is-original .menu--burger .lines:after,
.home .header.is-original .menu--burger .lines:before,
.home .header.is-original .menu--burger .lines:after {
  background-color: #fff;
}
.menu--burger .lines:before {
  top: calc(-5px);
}
.menu--burger .lines:after {
  bottom: calc(-5px);
}
.menu--burger.is-active {
  transition: 0.3s 0.3s, right 0s 0s;
}
.menu--burger.is-active .lines {
  background-color: transparent !important;
  transition: background-color 0s ease-out 0s, width 0.2s ease-out, left 0.2s ease-out;
}
.menu--burger.is-active .lines:before,
.menu--burger.is-active .lines:after {
  background-color: #000 !important;
}
.menu--burger.is-active .lines:before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.1s ease-out, transform 0.1s ease-out 0.25s, background-color 0.25s ease-out 0s;
}
.menu--burger.is-active .lines:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.1s ease-out, transform 0.1s ease-out 0.25s, background-color 0.25s ease-out 0s;
}
/** 
 * Overlay
 * ---------------------------------------------------------------------------------- */
.menu--primary--overlay--wrapper {
  position: fixed;
  z-index: 80;
  display: flex;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: 0s 1s;
}
.menu--primary--overlay--wrapper .menu--primary--overlay--bg,
.menu--primary--overlay--wrapper .menu--primary--overlay--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu--primary--overlay--wrapper .menu--primary--overlay--bg {
  background-color: #f1efed;
  opacity: 0;
  transition: opacity 0.5s 0s cubic-bezier(0.76, 0, 0.24, 1);
}
.menu--primary--overlay--wrapper .menu--primary--overlay--inner {
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu--primary--overlay--wrapper .menu--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 102px;
}
.menu--primary--overlay--wrapper .menu--primary--overlay .menu-item a {
  color: #000;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0;
}
.menu--primary--overlay--wrapper .menu--primary--overlay > .menu-item {
  display: block;
  border-bottom: 1px solid #000;
}
.menu--primary--overlay--wrapper .menu--primary--overlay > .menu-item > a:not( .btn ) {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600 !important;
  padding: 16px 0 8px;
}
@media screen and ( max-width: 1440px ) {
  .menu--primary--overlay--wrapper .menu--primary--overlay > .menu-item > a:not( .btn ) {
    font-size: calc(20/1440 * 100vw);
  }
}
@media all and (max-width: calc(18 / (20 / 1440) * 1px)) {
  .menu--primary--overlay--wrapper .menu--primary--overlay > .menu-item > a:not( .btn ) {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.menu--primary--overlay--wrapper .menu--primary--overlay {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.menu--primary--overlay--wrapper .menu--primary--overlay > .menu-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.menu--primary--overlay--wrapper .sub-menu {
  padding-bottom: 8px;
}
.menu--primary--overlay--wrapper .sub-menu a {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
@media screen and ( max-width: 1440px ) {
  .menu--primary--overlay--wrapper .sub-menu a {
    font-size: calc(16/1440 * 100vw);
  }
}
@media all and (max-width: calc(16 / (16 / 1440) * 1px)) {
  .menu--primary--overlay--wrapper .sub-menu a {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
}
.menu--primary--overlay--wrapper .toggle-down {
  position: relative;
}
.menu--primary--overlay--wrapper .toggle-down:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  background-image: url('assets/img/icons/icon--arrow--down.svg');
  background-size: 300% auto;
  background-position: 0 0;
  transition: transform 0.3s;
}
.menu--primary--overlay--wrapper .toggle-down.is-active:after {
  transform: rotate(-180deg);
}
.menu--primary--overlay--wrapper[data-status="is-visible"] {
  opacity: 1;
  transition: 0s;
  pointer-events: all;
}
.menu--primary--overlay--wrapper[data-status="is-visible"] .menu--primary--overlay--bg {
  transform: none;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.menu--primary--overlay--wrapper[data-status="is-visible"] .menu--primary--overlay--inner {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s 0.4s;
}
.menu--bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
@media screen and ( max-width:  767px ) {
  .menu--bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and ( max-width:  767px ) {
  .menu--bottom .menu--bottom--left--wrapper {
    order: 2;
  }
}
.menu--bottom .menu--bottom--right--wrapper {
  line-height: 0;
}
@media screen and ( max-width:  767px ) {
  .menu--bottom .menu--bottom--right--wrapper {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.menu--footer .menu-item {
  display: inline-block;
}
/** ------------------------------------------------------------------------------------
 *
 * Footer
 *
 * ---------------------------------------------------------------------------------- */
.footer {
  display: flex;
  box-sizing: border-box;
}
.module--hero--primary {
  overflow: hidden;
  color: #fff;
}
.module--hero--primary .row {
  padding-top: 102px;
  padding-bottom: 16vw;
}
@media screen and ( max-width: 1440px ) {
  .module--hero--primary .row {
    padding-top: calc(102/1440 * 100vw);
  }
}
@media all and (max-width: calc(72 / (102 / 1440) * 1px)) {
  .module--hero--primary .row {
    padding-top: 72px;
  }
}
.module--hero--primary .module--inner {
  -webkit-mask-image: url('blocks/hero--primary/mask.svg');
  mask-image: url('blocks/hero--primary/mask.svg');
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
}
.module--hero--primary .parallax--wrapper {
  position: absolute;
  left: 0;
  inset: 0;
  height: 100%;
  width: 100%;
  top: 0;
  will-change: transform;
}
.module--hero--primary .parallax--wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module--hero--primary .parallax--wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(97.28deg, rgba(0, 0, 0, 0.5) 47.65%, rgba(102, 102, 102, 0.1) 88.83%), linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  background-blend-mode: multiply;
}
.module--teaser--highlight .media--wrapper {
  height: 100%;
  padding-bottom: 0;
}
@media screen and ( max-width:  767px ) {
  .module--teaser--highlight .media--wrapper {
    padding-bottom: calc(3/4 * 100%);
    height: 0;
  }
}
.module--content--logos img {
  box-sizing: border-box;
}
.module--content--calendar .col-3 {
  border-bottom: 6px solid #000;
}
@media screen and ( max-width:  767px ) {
  .module--content--calendar .col-3 {
    border-bottom: 0;
  }
}
.module--content--calendar .col-9 {
  border-bottom: 1px solid #000;
}
.module--content--calendar .col-9:before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 100%;
  width: 60px;
  height: 1px;
  background-color: #000;
}
@media screen and ( max-width:  767px ) {
  .module--content--calendar .col-9:before {
    display: none;
  }
}
.person {
  display: flex;
}
@media screen and ( max-width:  480px ) {
  .person {
    flex-wrap: wrap;
  }
}
.person .image--outer--wrapper {
  width: 30%;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 150px;
}
.person .text--outer--wrapper {
  width: 70%;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and ( max-width:  480px ) {
  .person .text--outer--wrapper {
    width: 100%;
  }
}
.person.is-collapsed {
  display: none;
}
.people__more-wrapper[hidden] {
  display: none;
}
/* Sichtbarer Tastaturfokus (WCAG 2.4.7) – anpassen, falls das Theme
   bereits eigene Fokus-Styles für .btn hat */
.people__more-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
/* Mobil (≤ 768px): Sicherheitsnetz auf CSS-Ebene – alle Personen sichtbar,
   Button ausgeblendet, auch falls JS nicht (rechtzeitig) läuft */
@media (max-width: 768px) {
  .person.is-collapsed {
    display: block;
  }
  .people__more-wrapper {
    display: none !important;
  }
}
.module--overview--material .box--content--inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and ( max-width:  640px ) {
  .module--overview--material .box--content--inner {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and ( max-width:  640px ) {
  .module--overview--material .box--content--inner .content--wrapper,
  .module--overview--material .box--content--inner .btn--wrapper {
    width: 100%;
  }
}
/** ------------------------------------------------------------------------------------
 *
 * Vendor – Slider
 *
 * ---------------------------------------------------------------------------------- */
.swiper {
  overflow: hidden;
}
.swiper--overflow-visible {
  overflow: visible;
}
@media screen and ( max-width:  640px ) {
  .swiper--overflow-hidden--xs {
    overflow: hidden;
  }
}
.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.swiper-slide .image {
  flex-shrink: 0;
}
.swiper-pagination--wrapper {
  position: relative;
}
.swiper-pagination {
  position: relative !important;
  width: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #000;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 12px !important;
}
.swiper-pagination-bullet-active {
  background-color: #e71e6e;
  border-color: #e71e6e;
}
.swiper-navigation--wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.swiper-navigation {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  height: 40px;
}
.swiper-button {
  top: 0;
  left: auto;
  pointer-events: all;
  width: 40px;
  height: 40px;
  margin-top: 0;
}
.swiper-button:before,
.swiper-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button:after {
  z-index: 1;
  border-radius: 100%;
  background-color: #e71e6e;
  transition: opacity 0.3s;
}
[class*='bg--color--cobalt-blue'] .swiper-button:after {
  background-color: #fff;
}
.swiper-button:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url('assets/img/icons/icon--arrow--right.svg');
  background-size: 300% auto;
  background-position: 50% 0;
  background-position: center center;
}
.no-touchevents .swiper-button:hover:after {
  opacity: 1;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  right: calc(40px + 12px);
  transform: rotate(180deg);
}
.swiper-button-disabled {
  pointer-events: none;
}
.module--single--property--gallery .swiper-button:after {
  opacity: 1;
  background-color: #fff;
  transition: background-color 0.3s;
}
.module--single--property--gallery .swiper-button:hover:after {
  background-color: #E9EBED;
}
.module--single--property--gallery .swiper-button-prev {
  right: auto;
  left: 0;
}
/** ------------------------------------------------------------------------------------
 *
 * Visibility
 *
 * ---------------------------------------------------------------------------------- */
.is-visible {
  display: inline-block;
}
.is-hidden {
  display: none;
}
.is-visible--xl,
.is-visible--lg,
.is-visible--md,
.is-visible--sm,
.is-visible--xs,
.is-visible--xxs {
  display: none;
}
.is-visible--xxl {
  display: inline-block;
}
.is-hidden--xxl {
  display: none;
}
@media screen and ( max-width: 1440px ) {
  .is-visible--md,
  .is-visible--sm,
  .is-visible--xs,
  .is-visible--xxs {
    display: none;
  }
  .is-visible--lg {
    display: inline-block;
  }
  .is-hidden--lg {
    display: none;
  }
}
@media screen and ( max-width: 1024px ) {
  .is-visible--sm,
  .is-visible--xs,
  .is-visible--xxs {
    display: none;
  }
  .is-visible--md {
    display: inline-block;
  }
  .is-hidden--md {
    display: none;
  }
}
@media screen and ( max-width:  767px ) {
  .is-visible--xs,
  .is-visible--xxs {
    display: none;
  }
  .is-visible--sm {
    display: inline-block;
  }
  .is-hidden--sm {
    display: none;
  }
}
@media screen and ( max-width:  640px ) {
  .is-visible--xxs {
    display: none;
  }
  .is-visible--xs {
    display: inline-block;
  }
  .is-hidden--xs {
    display: none;
  }
}
@media screen and ( max-width:  480px ) {
  .is-visible--xxs {
    display: inline-block;
  }
  .is-hidden--xxs {
    display: none;
  }
}
[data-status="is-inaccessible"],
.is-inaccessible {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
