/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */

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

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* Pagination Styles */

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

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

/* Common Styles */

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

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/**
 * @license
 * MyFonts Webfont Build ID 3288179, 2016-09-27T06:29:31-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Mark Web Pro by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/pro-regular/
 *
 * Webfont: FF Mark Web Pro Heavy by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/pro-heavy/
 *
 * Webfont: FF Mark Web Pro Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/mark/pro-bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3288179
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2013 published by FontShop International GmbH
 *
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'MarkPro';
  font-weight: normal;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_0_0.eot);
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_0_0.eot) format("embedded-opentype"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_0_0.woff2) format("woff2"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_0_0.woff) format("woff"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_0_0.ttf) format("truetype");
}

@font-face {
  font-family: 'MarkPro';
  font-weight: 900;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_1_0.eot);
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_1_0.eot) format("embedded-opentype"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_1_0.woff2) format("woff2"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_1_0.woff) format("woff"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_1_0.ttf) format("truetype");
}

@font-face {
  font-family: 'MarkPro';
  font-weight: bold;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_2_0.eot);
  src: url(/wp-content/themes/stadt-handel/dist/fonts/322C73_2_0.eot) format("embedded-opentype"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_2_0.woff2) format("woff2"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_2_0.woff) format("woff"), url(/wp-content/themes/stadt-handel/dist/fonts/322C73_2_0.ttf) format("truetype");
}

/* work-sans-500 - latin */

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/WorkSans-Medium.woff2) format("woff2");
  font-display: swap;
}

/* work-sans-600 - latin */

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/WorkSans-SemiBold.woff2);
  font-display: swap;
}

/* work-sans-800 - latin */

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/WorkSans-ExtraBold.woff2) format("woff2");
  font-display: swap;
}

/* work-sans-700 - latin */

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/stadt-handel/dist/fonts/WorkSans-Bold.woff2) format("woff2");
  font-display: swap;
}

fieldset {
  background-color: #f1f1ee;
  border: 0;
  margin: 0 0 0.765em;
  padding: 1.53em;
}

legend {
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #232841;
  border-bottom: solid 3px #232841;
}

legend > span {
  font-weight: normal;
  font-size: 0.9375rem;
  text-transform: none;
  float: right;
}

input,
label,
select {
  display: block;
  font-family: "MarkPro";
  font-size: 1.0625rem;
}

label {
  font-size: 1.0625rem;
  line-height: 1.53;
  margin-bottom: 0.375rem;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #232841;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "MarkPro";
  font-size: 1.0625rem;
  line-height: line-heigt(copy);
  padding: 0.5rem 0.875rem;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover,
select[multiple=multiple]:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #232841;
          box-shadow: 0px 0px 0px 1px #232841;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select[multiple=multiple]:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #232841;
          box-shadow: 0px 0px 0px 1px #232841;
  outline: none;
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #232841;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.3825em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.765em;
  width: 100%;
}

select {
  position: relative;
  margin-bottom: 0.3125rem;
  max-width: 100%;
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem 0.875rem;
  background: #fff;
  border: 1px solid #232841;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #232841;
          box-shadow: 0px 0px 0px 1px #232841;
}

.styled-select {
  position: relative;
}

.styled-select:after {
  content: '';
  position: absolute;
  background: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YXJyb3ctZG93bjwvdGl0bGU+CjxwYXRoIGQ9Ik0zMiAxMS4yMDJjMC0wLjY5Ni0wLjI4OC0xLjM3NC0wLjc1OC0xLjg2OGwtMS41NDItMS41NGMtMC40OTQtMC40NzQtMS4xNjgtMC43Ni0xLjg3Mi0wLjc2LTAuNjk4IDAtMS4zNzYgMC4yODYtMS44NSAwLjc2bC05Ljk3OCA5Ljk4LTkuOTgtOS45OGMtMC40Ny0wLjQ3NC0xLjE1Mi0wLjc2LTEuODUtMC43Ni0wLjcgMC0xLjM3NiAwLjI4Ni0xLjg3MiAwLjc2bC0xLjUxOCAxLjU0Yy0wLjQ5MiAwLjQ5NC0wLjc4IDEuMTcyLTAuNzggMS44NjggMCAwLjY5OCAwLjI4OCAxLjM3NiAwLjc4MiAxLjg1bDEzLjM3IDEzLjM2OGMwLjQ3NCAwLjQ5NiAxLjE1IDAuNzg0IDEuODUyIDAuNzg0IDAuNjk4IDAgMS4zNzQtMC4yODggMS44Ny0wLjc4NGwxMy4zNzItMTMuMzY4YzAuNDY2LTAuNDc0IDAuNzU0LTEuMTUyIDAuNzU0LTEuODV6Ij48L3BhdGg+Cjwvc3ZnPgo=) no-repeat;
  width: 0.6875rem;
  height: 0.9375rem;
  top: 0.8125rem;
  right: 0.9375rem;
  background-size: 0.6875rem;
}

.search-input {
  max-width: 360px;
}

.form-group {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .form-group-50 {
    width: calc(50% - 15px);
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .form-group-50 + .form-group-50 {
    padding-left: 1.5625rem;
  }
}

.form-group.has-error label {
  color: #c83232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group.has-error select {
  -webkit-box-shadow: 0px 0px 0px 1px #c83232;
          box-shadow: 0px 0px 0px 1px #c83232;
  border: 1px solid #c83232;
}

.form-group.has-error input {
  -webkit-box-shadow: 0px 0px 0px 1px #c83232;
          box-shadow: 0px 0px 0px 1px #c83232;
  border: 1px solid #c83232;
}

.form-group.has-error input:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #c83232;
          box-shadow: 0px 0px 0px 1px #c83232;
}

.form-group small {
  font-size: 0.875rem;
  color: #878185;
}

ul.error-list {
  background: #eccbcb;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  ul.error-list {
    padding: 1rem 1.625rem;
  }
}

ul.error-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c83232;
  font-size: 0.875rem;
  line-height: 1.89;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  ul.error-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

ul.error-list li:not(:last-child) {
  margin-bottom: 0.25rem;
}

ul.error-list li > .icon {
  margin-right: 0.8125rem;
  min-width: 0.8125rem;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  ul.error-list li > .icon {
    margin-top: 0;
  }
}

input[type='number'] {
  display: inline-block;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.765em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.765em;
}

dl dd {
  margin: 0;
}

.table {
  background: #f1f1ee;
  padding: 3.75rem 0;
  overflow-x: auto;
}

.table-responsive table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media screen and (min-width: 768px) {
  .table-responsive table {
    display: table;
  }
}

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.765em 0;
  table-layout: fixed;
  max-width: 100%;
}

tbody {
  border-bottom: 3px solid #232841;
}

th {
  border-bottom: 3px solid #232841;
  font-weight: 600;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #232841;
  text-transform: uppercase;
  padding: 1.25rem;
}

th:first-child,
th:last-child {
  padding: 1.375rem 0;
}

td {
  border-bottom: 1px solid #232841;
  padding: 1.375rem;
}

td:first-child,
td:last-child {
  padding: 1.375rem 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "MarkPro";
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 0.9375rem;
  line-height: 1.47;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.53;
  }
}

h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.875rem;
    line-height: 1.13;
  }
}

h2 {
  font-size: 2.0625rem;
  line-height: 1.03;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.25rem;
    line-height: 1;
  }
}

h3 {
  font-size: 1.625rem;
  line-height: 1.12;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.25rem;
    line-height: 1.11;
  }
}

h4 {
  font-size: 1.0625rem;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

h5,
h6 {
  font-size: 0.9375rem;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  h5,
  h6 {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232841;
  font-family: "MarkPro";
  margin-top: 0;
}

h1.secondary,
h1 .secondary,
h2.secondary,
h2 .secondary,
h3.secondary,
h3 .secondary,
h4.secondary,
h4 .secondary,
h5.secondary,
h5 .secondary,
h6.secondary,
h6 .secondary {
  color: #c83232;
}

h1.inverted,
h1 .inverted,
h2.inverted,
h2 .inverted,
h3.inverted,
h3 .inverted,
h4.inverted,
h4 .inverted,
h5.inverted,
h5 .inverted,
h6.inverted,
h6 .inverted {
  color: #fff;
}

h1.has-spacer:after,
h2.has-spacer:after,
h3.has-spacer:after,
h4.has-spacer:after,
h5.has-spacer:after,
h6.has-spacer:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #c83232;
  margin: 1.25rem 0 0.875rem 0;
}

@media screen and (min-width: 768px) {
  h1.has-spacer:after,
  h2.has-spacer:after,
  h3.has-spacer:after,
  h4.has-spacer:after,
  h5.has-spacer:after,
  h6.has-spacer:after {
    margin: 1.25rem 0 1.5rem 0;
  }
}

h1.has-spacer-sm:after,
h2.has-spacer-sm:after,
h3.has-spacer-sm:after,
h4.has-spacer-sm:after,
h5.has-spacer-sm:after,
h6.has-spacer-sm:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #c83232;
  margin: 0.9375rem 0 0.75rem 0;
}

@media screen and (min-width: 768px) {
  h1.has-spacer-sm:after,
  h2.has-spacer-sm:after,
  h3.has-spacer-sm:after,
  h4.has-spacer-sm:after,
  h5.has-spacer-sm:after,
  h6.has-spacer-sm:after {
    height: 0.25rem;
    margin: 0.9375rem 0 0.75rem 0;
  }
}

p {
  margin: 0 0 1.3em;
  max-width: 900px;
}

p a {
  color: #c83232;
  text-decoration: none;
  position: relative;
  white-space: pre;
}

p a:after {
  content: '';
  height: 0.0625rem;
  background: #c83232;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

p a:active:after,
p a:focus:after,
p a:hover:after {
  width: 100%;
}

a {
  color: #c83232;
  text-decoration: none;
}

hr {
  border-bottom: 1px solid #232841;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.53em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.claim {
  color: #c83232;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 968px) {
  .claim {
    font-size: 2.125rem;
  }
}

.headline-section {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .headline-section {
    margin-top: 7.5rem;
    margin-bottom: 2rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-pretty {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-wrap: pretty;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 12.5px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 12.5px;
  height: auto;
}

.icon {
  fill: currentColor;
}

.icon-xs {
  width: 0.625rem;
  height: 0.625rem;
}

.icon-sm {
  width: 0.8125rem;
  height: 0.8125rem;
}

.icon-md {
  width: 1rem;
  height: 1rem;
}

.icon-lg {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-xl {
  width: 1.1875rem;
  height: 1.1875rem;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
     transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
     transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
          box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -0.70711px 0.70711px 3px 0 #000;
          box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
     transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  -o-transform: translate(-50%, 50%) rotate(-45deg);
     transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
     transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
     transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #232841;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #232841;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #232841;
}

.si-pointer-bg-top {
  border-top-color: #232841;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #232841;
}

.si-pointer-bg-bottom {
  border-bottom-color: #232841;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #232841;
}

.si-pointer-bg-left {
  border-left-color: #232841;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #232841;
}

.si-pointer-bg-right {
  border-right-color: #232841;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

[v-cloak] {
  display: none;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/

.no-scroll {
  overflow: hidden;
}

/**
 * Project spezific mixins
 */

.a-link {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  display: inline-block;
  color: #c83232;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.a-link .icon {
  margin-right: 0.4375rem;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #c83232;
}

.a-link:hover,
.a-link:focus {
  color: #9c211c;
  text-decoration: none;
}

.a-link:hover .icon,
.a-link:focus .icon {
  fill: #9c211c;
}

@media screen and (min-width: 968px) {
  .a-link:hover,
  .a-link:focus {
    -webkit-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
    position: relative;
  }

  .a-link:hover:before,
  .a-link:focus:before {
    content: '';
    width: 0.625rem;
    height: 100%;
    position: absolute;
    left: -0.625rem;
  }
}

.a-link--light {
  color: #fff;
}

.a-link--light:hover,
.a-link--light:focus {
  color: #f1f1ee;
}

.a-ticker-button {
  padding-top: 0.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .a-ticker-button {
    padding-bottom: 2.8125rem;
  }
}

.a-ticker-button__icon {
  width: 1.0625rem;
  height: 1.0625rem;
  fill: #fff;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.a-ticker-button:hover .a-ticker-button__icon {
  fill: #c83232;
}

.a-ticker-button--prev {
  padding-right: 0.625rem;
}

.a-ticker-button--next {
  padding-left: 0.625rem;
}

.a-ticker-button.swiper-button-disabled,
.a-ticker-button.disabled {
  opacity: 0.4;
}

.zoom__icon {
  width: 2rem;
  height: 2rem;
  background-color: #232841;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zoom__icon .icon {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.75rem;
          flex: 0 0 0.75rem;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  fill: #fff;
}

.zoom__icon--out {
  border-top: 1px solid #fff;
}

.zoom__icon--out .icon {
  width: 0.5rem;
  -ms-flex-preferred-size: 0.5rem;
      flex-basis: 0.5rem;
}

.zoom__icon:hover {
  background-color: #c83232;
}

.zoom__icon--disabled {
  pointer-events: none;
}

.zoom__icon--disabled:hover {
  background-color: #232841;
}

.zoom__icon--disabled .icon {
  opacity: 0.5;
}

.a-brand {
  display: block;
  line-height: 0;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.0625rem;
          flex: 0 0 10.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5625rem;
}

@media screen and (min-width: 968px) {
  .a-brand {
    padding: 0 0 0 1rem;
  }
}

.a-brand img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.a-placeholder {
  z-index: -1;
}

.a-placeholder--fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a-toggle-button {
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #c83232;
  font-size: 1rem;
  color: #c83232;
  background: #fff;
  padding: 0.625rem 0rem;
  font-family: "MarkPro";
  cursor: pointer;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .a-toggle-button {
    width: 8.5625rem;
  }
}

.a-toggle-button:hover,
.a-toggle-button:focus,
.a-toggle-button:active {
  background: #c83232;
  color: #fff;
}

.a-toggle-button.is-active {
  background: #c83232;
  font-weight: bold;
  color: #fff;
}

.a-toggle-button.is-active:hover,
.a-toggle-button.is-active:focus,
.a-toggle-button.is-active:active {
  background: #9c211c;
  border: 2px solid #9c211c;
  cursor: not-allowed;
}

.a-button,
.app .Cookie--base .Cookie__button,
.hellotrust.hellotrust__contentblocker .btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  background: #c83232;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  font-family: "MarkPro";
  font-weight: bold;
  padding: 0.5625rem 1.875rem 0.625rem 1.875rem;
  margin: 0;
  cursor: pointer;
}

.a-button:disabled,
.app .Cookie--base .Cookie__button:disabled,
.hellotrust.hellotrust__contentblocker .btn:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.a-button--small {
  font-size: 0.8125rem;
  line-height: 1.89;
  padding: 0.25rem 1.5625rem 0.3125rem 1.5625rem;
}

.a-button + .a-button,
.app .Cookie--base .Cookie__button + .a-button,
.hellotrust.hellotrust__contentblocker .btn + .a-button,
.app .Cookie--base .a-button + .Cookie__button,
.app .Cookie--base .Cookie__button + .Cookie__button,
.hellotrust.hellotrust__contentblocker .app .Cookie--base .btn + .Cookie__button,
.app .Cookie--base .hellotrust.hellotrust__contentblocker .btn + .Cookie__button,
.hellotrust.hellotrust__contentblocker .a-button + .btn,
.app .Cookie--base .hellotrust.hellotrust__contentblocker .Cookie__button + .btn,
.hellotrust.hellotrust__contentblocker .app .Cookie--base .Cookie__button + .btn,
.hellotrust.hellotrust__contentblocker .btn + .btn {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .a-button + .a-button,
  .app .Cookie--base .Cookie__button + .a-button,
  .hellotrust.hellotrust__contentblocker .btn + .a-button,
  .app .Cookie--base .a-button + .Cookie__button,
  .app .Cookie--base .Cookie__button + .Cookie__button,
  .hellotrust.hellotrust__contentblocker .app .Cookie--base .btn + .Cookie__button,
  .app .Cookie--base .hellotrust.hellotrust__contentblocker .btn + .Cookie__button,
  .hellotrust.hellotrust__contentblocker .a-button + .btn,
  .app .Cookie--base .hellotrust.hellotrust__contentblocker .Cookie__button + .btn,
  .hellotrust.hellotrust__contentblocker .app .Cookie--base .Cookie__button + .btn,
  .hellotrust.hellotrust__contentblocker .btn + .btn {
    margin: 0;
  }
}

@media screen and (min-width: 480px) {
  .a-button,
  .app .Cookie--base .Cookie__button,
  .hellotrust.hellotrust__contentblocker .btn {
    display: inline-block;
    width: auto;
  }
}

.a-button:hover,
.app .Cookie--base .Cookie__button:hover,
.hellotrust.hellotrust__contentblocker .btn:hover,
.a-button:focus,
.app .Cookie--base .Cookie__button:focus,
.hellotrust.hellotrust__contentblocker .btn:focus,
.a-button:active,
.app .Cookie--base .Cookie__button:active,
.hellotrust.hellotrust__contentblocker .btn:active {
  background: #9c211c;
}

.button-toggle {
  background: #c83232;
  border: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 0.8125rem;
  cursor: pointer;
  color: white;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 0;
}

.button-toggle .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.625rem;
          flex: 0 0 0.625rem;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  will-change: transform;
}

.button-toggle:hover,
.button-toggle:focus {
  background: #9c211c;
  outline: 0;
}

.button-toggle.active {
  background: #232841;
}

.button-toggle.active .icon {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.button-toggle.active:hover,
.button-toggle.active:focus {
  background: #111420;
}

.a-button-clean {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: #c83232;
  background: transparent;
  border: none;
}

.button-row-centered {
  position: relative;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.a-scrollbutton {
  position: relative;
  height: 1.25rem;
  margin-left: -1.0625rem;
}

.a-scrollbutton__icon {
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #c83232;
  position: absolute;
  bottom: 0;
  left: 0.75rem;
}

.a-scrollbutton:hover .a-scrollbutton__icon {
  fill: #9c211c;
}

.a-scrollbutton__label {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  display: inline-block;
  color: #c83232;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  left: 2.125rem;
  bottom: 0;
}

.a-scrollbutton:hover .a-scrollbutton__label {
  color: #9c211c;
}

.burger-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0.9375rem 1rem 0.9375rem 2rem;
  outline: 0;
  cursor: pointer;
}

.burger-button .line-container {
  position: relative;
  width: 1.375rem;
  height: 1.1875rem;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out, -o-transform 0.35s ease-out;
  will-change: transform;
}

.burger-button .line {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1.375rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 0.125rem;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  -o-transition: -o-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out, -o-transform 0.35s ease-out;
  will-change: transform;
}

.burger-button .line--top {
  top: 0;
}

.burger-button .line--center {
  top: 0.5rem;
}

.burger-button .line--bottom {
  top: 1rem;
}

.burger-button.active .line-container {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.burger-button.active .line--top {
  -webkit-transform: rotate(45deg) translate3d(0.4375rem, 0.3125rem, 0);
          transform: rotate(45deg) translate3d(0.4375rem, 0.3125rem, 0);
}

.burger-button.active .line--center {
  -webkit-transform: translate3d(0, 0, 0) scaleX(0);
          transform: translate3d(0, 0, 0) scaleX(0);
}

.burger-button.active .line--bottom {
  -webkit-transform: rotate(-45deg) translate3d(0.375rem, -0.28125rem, 0);
          transform: rotate(-45deg) translate3d(0.375rem, -0.28125rem, 0);
}

.a-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-family: "MarkPro";
  font-size: 0.875rem;
  background: #c83232;
  cursor: pointer;
  padding: 0.3125rem 0.875rem;
  font-weight: 500;
  border-radius: 6.25rem;
}

.a-tag > .icon {
  margin-left: 0.4375rem;
}

.a-tag:hover,
.a-tag:focus,
.a-tag:active {
  background: #9c211c;
}

.a-tag + .a-tag {
  margin-left: 0.9375rem;
}

.a-tag-clean {
  position: relative;
}

.a-tag-clean:not(:last-child):after {
  content: ',';
  position: absolute;
  right: -0.25rem;
}

.a-tag-clean + .a-tag-clean {
  margin-left: 0.5rem;
}

.a-link-list li {
  margin-bottom: 1.25rem;
  padding-left: 0.25rem;
  font-size: 1.25rem;
}

.a-badge {
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 11.25rem;
  height: 11.25rem;
  background-color: #c83232;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  border-radius: 5.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 1.25rem;
  top: 5.125rem;
  z-index: 9999;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0.1s ease-out;
  transition: background 0.15s ease-out, -webkit-transform 0.1s ease-out;
  -o-transition: background 0.15s ease-out, -o-transform 0.1s ease-out;
  transition: background 0.15s ease-out, transform 0.1s ease-out;
  transition: background 0.15s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -o-transform 0.1s ease-out;
}

@media screen and (max-width: 968px) {
  .a-badge {
    display: none;
  }
}

.a-badge:hover,
.a-badge:focus {
  background: #9c211c;
}

.a-badge:hover:active,
.a-badge:focus:active {
  -webkit-transform: translateY(0.3125rem);
       -o-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.a-badge__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0.25rem;
  max-width: 8.75rem;
}

.a-badge__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 8.75rem;
}

.a-badge .icon {
  fill: #fff;
  width: 1rem;
  height: 1rem;
  top: 0.1875rem;
  display: inline;
  position: relative;
}

.sk-fading-circle {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.o-popup-loading .sk-fading-circle {
  margin: 6.25rem auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #c83232;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
       -o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
       -o-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
       -o-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
       -o-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
       -o-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
       -o-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
       -o-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
       -o-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
       -o-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
       -o-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
       -o-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
       -o-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
       -o-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
       -o-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.container {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
}

.row.offset {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .row.offset {
    margin-bottom: 4.375rem;
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.row.inner-offset {
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .row.inner-offset {
    padding: 4.375rem 0;
  }
}

[class^="column-"],
[class*=" column-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  [class^="column-"],
  [class*=" column-"] {
    padding: 0 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  [class^="column-"],
  [class*=" column-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  [class^="column-"] > *:not(.spacer):first-child,
  [class*=" column-"] > *:not(.spacer):first-child {
    margin-top: 0;
  }
}

[class^="column-"] > *:last-child,
[class*=" column-"] > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1165px) {
  [class^="column-"].is-empty,
  [class*=" column-"].is-empty {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0 1;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .column-20 {
    -ms-flex-preferred-size: calc(20% - 2rem);
        flex-basis: calc(20% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-25 {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-30 {
    -ms-flex-preferred-size: calc(30% - 2rem);
        flex-basis: calc(30% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-33 {
    -ms-flex-preferred-size: calc(33% - 2rem);
        flex-basis: calc(33% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-35 {
    -ms-flex-preferred-size: calc(35% - 2rem);
        flex-basis: calc(35% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-50 {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-60 {
    -ms-flex-preferred-size: calc(60% - 2rem);
        flex-basis: calc(60% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-65 {
    -ms-flex-preferred-size: calc(65% - 2rem);
        flex-basis: calc(65% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-70 {
    -ms-flex-preferred-size: calc(70% - 2rem);
        flex-basis: calc(70% - 2rem);
  }
}

@media screen and (min-width: 768px) {
  .column-75 {
    -ms-flex-preferred-size: calc(75% - 2rem);
        flex-basis: calc(75% - 2rem);
  }
}

.image-container {
  margin: 2rem 0;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .image-container {
    margin: 4rem 0;
  }
}

.image-container img {
  width: 100%;
}

.image-container img.sm {
  max-width: 29.875rem;
}

@media screen and (min-width: 768px) {
  .spacer--sm {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 968px) {
  .spacer--sm {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1165px) {
  .spacer--sm {
    margin-top: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .spacer--md {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 968px) {
  .spacer--md {
    margin-top: 11rem;
  }
}

@media screen and (min-width: 1165px) {
  .spacer--md {
    margin-top: 16rem;
  }
}

@media screen and (min-width: 768px) {
  .spacer--lg {
    margin-top: 17rem;
  }
}

@media screen and (min-width: 968px) {
  .spacer--lg {
    margin-top: 22rem;
  }
}

@media screen and (min-width: 1165px) {
  .spacer--lg {
    margin-top: 27rem;
  }
}

.margin-block-dark {
  background-color: #222741;
}

.margin-block-light {
  background-color: #fff;
}

.margin-block {
  height: 1.5rem;
}

@media screen and (min-width: 768px) {
  .margin-block {
    height: 3rem;
  }
}

.text {
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .text {
    margin: 4rem 0;
  }
}

.caption {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.caption figcaption {
  font-size: 0.875rem;
  line-height: 1.35;
  color: #878185;
  padding: 0.6875rem 0;
}

@media screen and (min-width: 768px) {
  .caption figcaption {
    font-size: 1rem;
  }
}

.mood-image {
  margin: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .mood-image {
    margin: 3.75rem 0;
  }
}

@media screen and (min-width: 968px) {
  .mood-image {
    margin: 6.25rem 0;
  }
}

.mood-image img {
  width: 100%;
}

.mood-image--sm {
  max-width: 64rem;
}

@media screen and (min-width: 1165px) {
  .mood-image--left.mood-image--offset {
    margin-left: -4.3125rem;
  }

  .mood-image--right.mood-image--offset {
    margin-right: -4.3125rem;
  }
}

.boxed-quote {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #f1f1ee;
}

@media screen and (min-width: 768px) {
  .boxed-quote {
    margin: 4rem 0;
  }
}

@media screen and (min-width: 968px) {
  .boxed-quote {
    padding: 4rem;
  }
}

.boxed-quote .claim {
  margin-bottom: 1em;
}

.boxed-quote .claim:before {
  content: "\201E";
}

.boxed-quote .claim:after {
  content: "\201C";
}

.boxed-quote__footer {
  font-size: 0.9375rem;
}

.back-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}

.back-button .icon {
  margin-right: 0.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.1875rem;
          flex: 0 0 1.1875rem;
}

.page-header {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 968px) {
  .page-header {
    margin-top: 3.5625rem;
    margin-bottom: 3.375rem;
  }
}

.a-slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 2.5rem;
  background: #f1f1ee;
  z-index: 3;
  cursor: pointer;
  color: #000;
}

.a-slider-button:hover,
.a-slider-button:focus,
.a-slider-button:active {
  color: #c83232;
}

@media screen and (min-width: 768px) {
  .a-slider-button {
    width: 2.5rem;
  }
}

.a-slider-button--prev {
  left: 0;
}

@media screen and (min-width: 768px) {
  .a-slider-button--prev {
    left: 1.25rem;
  }
}

.a-slider-button--next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .a-slider-button--next {
    right: 1.25rem;
  }
}

.a-slider-button.swiper-button-disabled,
.a-slider-button.disabled {
  opacity: 0.4;
}

.a-slider-button__icon {
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  fill: currentColor;
}

@media screen and (min-width: 968px) {
  .a-slider-button__icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.alert {
  padding: 1rem;
  margin: 0;
}

.m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f1f1ee;
  padding: 1.125rem 1.4375rem 2.25rem 1.875rem;
  height: 20.25rem;
}

.m-card-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.m-card-header > h3 {
  font-size: 2rem;
  font-weight: 900;
}

.m-card-header > h3 > span {
  display: block;
  font-size: 1.25rem;
  font-weight: 100;
  margin-bottom: 0.8125rem;
}

p.m-card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #232841;
}

.m-card-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.m-claim {
  padding: 0.625rem 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .m-claim {
    padding: 0.75rem 0;
  }
}

.m-claim__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .m-claim__wrapper {
    padding: 0 1.25rem;
  }
}

.m-claim__wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.m-claim__links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-claim__links li a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.04;
  letter-spacing: 0.2px;
  color: #232841;
  margin-left: 0.75rem;
}

@media screen and (min-width: 768px) {
  .m-claim__links li a {
    margin-left: 1rem;
  }
}

.m-claim .a-brand {
  padding-left: 0;
}

.m-claim .a-brand img {
  height: 0.625rem;
}

@media screen and (min-width: 768px) {
  .m-claim .a-brand img {
    height: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .m-news-ticker {
    height: 12.5rem;
  }
}

.m-news-ticker.swiper-container {
  margin-left: 0;
  max-width: 24rem;
}

.m-news-ticker__slide {
  height: 100%;
  width: 100%;
}

.m-news-ticker__content {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.m-news-ticker__content .a-button,
.m-news-ticker__content .app .Cookie--base .Cookie__button,
.app .Cookie--base .m-news-ticker__content .Cookie__button,
.m-news-ticker__content .hellotrust.hellotrust__contentblocker .btn,
.hellotrust.hellotrust__contentblocker .m-news-ticker__content .btn {
  margin-top: 1rem;
}

.m-news-ticker__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.1px;
  margin: 0;
  max-width: 24rem;
  color: white;
}

@media screen and (min-width: 768px) {
  .m-news-ticker__title {
    font-size: 1.5rem;
  }
}

.m-news-ticker-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.0625rem;
}

@media screen and (min-width: 968px) {
  .m-news-ticker-footer {
    margin-bottom: 0;
  }
}

.m-news-ticker-footer__news-button {
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .m-news-ticker-footer__news-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 480px) {
  .m-news-ticker-footer .a-button,
  .m-news-ticker-footer .app .Cookie--base .Cookie__button,
  .app .Cookie--base .m-news-ticker-footer .Cookie__button,
  .m-news-ticker-footer .hellotrust.hellotrust__contentblocker .btn,
  .hellotrust.hellotrust__contentblocker .m-news-ticker-footer .btn {
    height: 2.125rem;
    font-size: 0.8125rem;
  }
}

.navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  margin: 0;
  width: 100%;
  height: 3.125rem;
  background: #333;
  background: white;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-font-feature-settings: 'kern';
          font-feature-settings: 'kern';
}

.navigation .navigation-content {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 968px) {
  .navigation {
    height: 4.125rem;
    max-height: 4.125rem;
  }
}

.navigation .nav-item-home {
  margin-right: auto;
}

@media screen and (min-width: 968px) {
  .navigation .mobile-header {
    display: none;
  }

  .nav-list {
    max-width: 80.625rem;
    margin: 0 auto;
    padding: 0 0.5625rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 968px) and (min-width: 768px) {
  .nav-list {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 968px) {
  .nav-list,
  .nav-list li,
  .nav-list li > a {
    height: 100%;
  }

  .nav-indicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    pointer-events: none;
    background-color: #c83232;
    height: 0.375rem;
    -webkit-transition: width 0.25s ease-out, left 0.35s ease-out;
    -o-transition: width 0.25s ease-out, left 0.35s ease-out;
    transition: width 0.25s ease-out, left 0.35s ease-out;
    will-change: left, top;
  }

  .nav-item .link {
    display: block;
    height: 100%;
    color: #232841;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }

  .nav-item .link .link-label {
    margin-top: 0.5rem;
  }

  .nav-item-contact {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .nav-indicator {
    display: none;
  }

  .navigation {
    min-width: 20rem;
    position: absolute;
    background: #232841;
    -webkit-transition: background 0.35s linear, height 0.35s ease-in;
    -o-transition: background 0.35s linear, height 0.35s ease-in;
    transition: background 0.35s linear, height 0.35s ease-in;
  }

  .navigation .nav-item-home {
    margin-right: auto;
    height: 3.125rem;
  }

  .navigation .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.125rem;
    overflow: hidden;
    background-color: white;
  }

  .navigation .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 3.125rem;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
    padding: 3.625rem 1.625rem 1.625rem 1.625rem;
  }

  .navigation .nav-list .nav-item-home {
    display: none;
  }

  .navigation .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.1) translateY(-24px);
    -o-transform: scale(1.1) translateY(-24px);
       transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out, -o-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }

  .navigation .nav-item:nth-child(8) {
    -webkit-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
       transition-delay: 0ms, 0ms;
  }

  .navigation .nav-item:nth-child(7) {
    -webkit-transition-delay: 50ms, 50ms;
    -o-transition-delay: 50ms, 50ms;
       transition-delay: 50ms, 50ms;
  }

  .navigation .nav-item:nth-child(6) {
    -webkit-transition-delay: 100ms, 100ms;
    -o-transition-delay: 100ms, 100ms;
       transition-delay: 100ms, 100ms;
  }

  .navigation .nav-item:nth-child(5) {
    -webkit-transition-delay: 150ms, 150ms;
    -o-transition-delay: 150ms, 150ms;
       transition-delay: 150ms, 150ms;
  }

  .navigation .nav-item:nth-child(4) {
    -webkit-transition-delay: 200ms, 200ms;
    -o-transition-delay: 200ms, 200ms;
       transition-delay: 200ms, 200ms;
  }

  .navigation .nav-item:nth-child(3) {
    -webkit-transition-delay: 250ms, 250ms;
    -o-transition-delay: 250ms, 250ms;
       transition-delay: 250ms, 250ms;
  }

  .navigation .nav-item:nth-child(2) {
    -webkit-transition-delay: 300ms, 300ms;
    -o-transition-delay: 300ms, 300ms;
       transition-delay: 300ms, 300ms;
  }

  .navigation .nav-item:nth-child(1) {
    -webkit-transition-delay: 350ms, 350ms;
    -o-transition-delay: 350ms, 350ms;
       transition-delay: 350ms, 350ms;
  }

  .navigation .nav-item.nav-item-contact {
    margin-top: auto;
  }

  .navigation .nav-item.nav-item-contact .link {
    font-weight: bold;
    font-size: 0.875rem;
  }

  .navigation .nav-item.nav-item-contact .link span {
    font-weight: normal;
    display: inline-block;
    margin-left: 1rem;
  }

  .nav-item .link {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    padding: 0.9375rem 0;
    position: relative;
  }

  .nav-item .link:after {
    width: 0;
    content: "";
    position: absolute;
    bottom: 0.125rem;
    left: 0;
    height: 0.25rem;
    background-color: #c83232;
    -webkit-transition: width 0.25s ease-in;
    -o-transition: width 0.25s ease-in;
    transition: width 0.25s ease-in;
  }

  .nav-item.active .link,
  .nav-item .link:hover:active,
  .nav-item .link:focus:active {
    font-weight: bold;
  }

  .nav-item.active .link:after,
  .nav-item .link:hover:active:after,
  .nav-item .link:focus:active:after {
    width: 100%;
  }

  .menu-active .navigation {
    height: 100%;
    -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms;
    -o-transition: background 0.35s linear, height 0.35s ease-in 200ms;
    transition: background 0.35s linear, height 0.35s ease-in 200ms;
  }

  .menu-active .navigation .nav-list {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
  }

  .menu-active .navigation .nav-item {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }

  .menu-active .navigation .nav-item:nth-child(1) {
    -webkit-transition-delay: 250ms, 250ms;
    -o-transition-delay: 250ms, 250ms;
       transition-delay: 250ms, 250ms;
  }

  .menu-active .navigation .nav-item:nth-child(2) {
    -webkit-transition-delay: 300ms, 300ms;
    -o-transition-delay: 300ms, 300ms;
       transition-delay: 300ms, 300ms;
  }

  .menu-active .navigation .nav-item:nth-child(3) {
    -webkit-transition-delay: 350ms, 350ms;
    -o-transition-delay: 350ms, 350ms;
       transition-delay: 350ms, 350ms;
  }

  .menu-active .navigation .nav-item:nth-child(4) {
    -webkit-transition-delay: 400ms, 400ms;
    -o-transition-delay: 400ms, 400ms;
       transition-delay: 400ms, 400ms;
  }

  .menu-active .navigation .nav-item:nth-child(5) {
    -webkit-transition-delay: 450ms, 450ms;
    -o-transition-delay: 450ms, 450ms;
       transition-delay: 450ms, 450ms;
  }

  .menu-active .navigation .nav-item:nth-child(6) {
    -webkit-transition-delay: 500ms, 500ms;
    -o-transition-delay: 500ms, 500ms;
       transition-delay: 500ms, 500ms;
  }

  .menu-active .navigation .nav-item:nth-child(7) {
    -webkit-transition-delay: 550ms, 550ms;
    -o-transition-delay: 550ms, 550ms;
       transition-delay: 550ms, 550ms;
  }

  .menu-active .navigation .nav-item:nth-child(8) {
    -webkit-transition-delay: 600ms, 600ms;
    -o-transition-delay: 600ms, 600ms;
       transition-delay: 600ms, 600ms;
  }

  html.noscroll,
  html.noscroll body {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.grow-in-enter-active,
.grow-in-leave-active {
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: -o-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out;
}

.grow-in-enter,
.grow-in-leave-to {
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}

.grow-in-leave-to {
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
}

.m-filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.masthead {
  position: relative;
}

.masthead__container {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 768px) {
  .masthead__container {
    padding: 0 1.25rem;
  }
}

.masthead .o-slideshow__picture {
  height: auto !important;
}

.masthead img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1165px) {
  .masthead img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    max-height: 70.1vh;
    min-height: 32rem;
  }
}

.navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  margin: 0;
  width: 100%;
  height: 3.125rem;
  background: #333;
  background: white;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-font-feature-settings: 'kern';
          font-feature-settings: 'kern';
}

.navigation .navigation-content {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 968px) {
  .navigation {
    height: 4.125rem;
    max-height: 4.125rem;
  }
}

.navigation .nav-item-home {
  margin-right: auto;
}

@media screen and (min-width: 968px) {
  .navigation .mobile-header {
    display: none;
  }

  .nav-list {
    max-width: 80.625rem;
    margin: 0 auto;
    padding: 0 0.5625rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 968px) and (min-width: 768px) {
  .nav-list {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 968px) {
  .nav-list,
  .nav-list li,
  .nav-list li > a {
    height: 100%;
  }

  .nav-indicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    pointer-events: none;
    background-color: #c83232;
    height: 0.375rem;
    -webkit-transition: width 0.25s ease-out, left 0.35s ease-out;
    -o-transition: width 0.25s ease-out, left 0.35s ease-out;
    transition: width 0.25s ease-out, left 0.35s ease-out;
    will-change: left, top;
  }

  .nav-item .link {
    display: block;
    height: 100%;
    color: #232841;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }

  .nav-item .link .link-label {
    margin-top: 0.5rem;
  }

  .nav-item-contact {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .nav-indicator {
    display: none;
  }

  .navigation {
    min-width: 20rem;
    position: absolute;
    background: #232841;
    -webkit-transition: background 0.35s linear, height 0.35s ease-in;
    -o-transition: background 0.35s linear, height 0.35s ease-in;
    transition: background 0.35s linear, height 0.35s ease-in;
  }

  .navigation .nav-item-home {
    margin-right: auto;
    height: 3.125rem;
  }

  .navigation .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.125rem;
    overflow: hidden;
    background-color: white;
  }

  .navigation .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 3.125rem;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
    padding: 3.625rem 1.625rem 1.625rem 1.625rem;
  }

  .navigation .nav-list .nav-item-home {
    display: none;
  }

  .navigation .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.1) translateY(-24px);
    -o-transform: scale(1.1) translateY(-24px);
       transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out, -o-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }

  .navigation .nav-item:nth-child(8) {
    -webkit-transition-delay: 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms;
       transition-delay: 0ms, 0ms;
  }

  .navigation .nav-item:nth-child(7) {
    -webkit-transition-delay: 50ms, 50ms;
    -o-transition-delay: 50ms, 50ms;
       transition-delay: 50ms, 50ms;
  }

  .navigation .nav-item:nth-child(6) {
    -webkit-transition-delay: 100ms, 100ms;
    -o-transition-delay: 100ms, 100ms;
       transition-delay: 100ms, 100ms;
  }

  .navigation .nav-item:nth-child(5) {
    -webkit-transition-delay: 150ms, 150ms;
    -o-transition-delay: 150ms, 150ms;
       transition-delay: 150ms, 150ms;
  }

  .navigation .nav-item:nth-child(4) {
    -webkit-transition-delay: 200ms, 200ms;
    -o-transition-delay: 200ms, 200ms;
       transition-delay: 200ms, 200ms;
  }

  .navigation .nav-item:nth-child(3) {
    -webkit-transition-delay: 250ms, 250ms;
    -o-transition-delay: 250ms, 250ms;
       transition-delay: 250ms, 250ms;
  }

  .navigation .nav-item:nth-child(2) {
    -webkit-transition-delay: 300ms, 300ms;
    -o-transition-delay: 300ms, 300ms;
       transition-delay: 300ms, 300ms;
  }

  .navigation .nav-item:nth-child(1) {
    -webkit-transition-delay: 350ms, 350ms;
    -o-transition-delay: 350ms, 350ms;
       transition-delay: 350ms, 350ms;
  }

  .navigation .nav-item.nav-item-contact {
    margin-top: auto;
  }

  .navigation .nav-item.nav-item-contact .link {
    font-weight: bold;
    font-size: 0.875rem;
  }

  .navigation .nav-item.nav-item-contact .link span {
    font-weight: normal;
    display: inline-block;
    margin-left: 1rem;
  }

  .nav-item .link {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    padding: 0.9375rem 0;
    position: relative;
  }

  .nav-item .link:after {
    width: 0;
    content: "";
    position: absolute;
    bottom: 0.125rem;
    left: 0;
    height: 0.25rem;
    background-color: #c83232;
    -webkit-transition: width 0.25s ease-in;
    -o-transition: width 0.25s ease-in;
    transition: width 0.25s ease-in;
  }

  .nav-item.active .link,
  .nav-item .link:hover:active,
  .nav-item .link:focus:active {
    font-weight: bold;
  }

  .nav-item.active .link:after,
  .nav-item .link:hover:active:after,
  .nav-item .link:focus:active:after {
    width: 100%;
  }

  .menu-active .navigation {
    height: 100%;
    -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms;
    -o-transition: background 0.35s linear, height 0.35s ease-in 200ms;
    transition: background 0.35s linear, height 0.35s ease-in 200ms;
  }

  .menu-active .navigation .nav-list {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
  }

  .menu-active .navigation .nav-item {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -o-transform: none;
       transform: none;
  }

  .menu-active .navigation .nav-item:nth-child(1) {
    -webkit-transition-delay: 250ms, 250ms;
    -o-transition-delay: 250ms, 250ms;
       transition-delay: 250ms, 250ms;
  }

  .menu-active .navigation .nav-item:nth-child(2) {
    -webkit-transition-delay: 300ms, 300ms;
    -o-transition-delay: 300ms, 300ms;
       transition-delay: 300ms, 300ms;
  }

  .menu-active .navigation .nav-item:nth-child(3) {
    -webkit-transition-delay: 350ms, 350ms;
    -o-transition-delay: 350ms, 350ms;
       transition-delay: 350ms, 350ms;
  }

  .menu-active .navigation .nav-item:nth-child(4) {
    -webkit-transition-delay: 400ms, 400ms;
    -o-transition-delay: 400ms, 400ms;
       transition-delay: 400ms, 400ms;
  }

  .menu-active .navigation .nav-item:nth-child(5) {
    -webkit-transition-delay: 450ms, 450ms;
    -o-transition-delay: 450ms, 450ms;
       transition-delay: 450ms, 450ms;
  }

  .menu-active .navigation .nav-item:nth-child(6) {
    -webkit-transition-delay: 500ms, 500ms;
    -o-transition-delay: 500ms, 500ms;
       transition-delay: 500ms, 500ms;
  }

  .menu-active .navigation .nav-item:nth-child(7) {
    -webkit-transition-delay: 550ms, 550ms;
    -o-transition-delay: 550ms, 550ms;
       transition-delay: 550ms, 550ms;
  }

  .menu-active .navigation .nav-item:nth-child(8) {
    -webkit-transition-delay: 600ms, 600ms;
    -o-transition-delay: 600ms, 600ms;
       transition-delay: 600ms, 600ms;
  }

  html.noscroll,
  html.noscroll body {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.grow-in-enter-active,
.grow-in-leave-active {
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  -o-transition: -o-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out;
}

.grow-in-enter,
.grow-in-leave-to {
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}

.grow-in-leave-to {
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
}

.m-page-footer {
  width: 100%;
  padding: 1.375rem 0 1rem 0;
}

@media screen and (min-width: 768px) {
  .m-page-footer {
    padding: 4.5625rem 0 5.4375rem 0;
  }
}

@media screen and (min-width: 968px) {
  .m-page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-page-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.m-page-footer__title {
  margin: 0;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.m-page-footer__mail {
  font-size: 1.375rem;
  letter-spacing: 0.0375rem;
  color: #fff;
  margin-bottom: 2.375rem;
  display: inline-block;
}

.m-page-footer__mail:hover,
.m-page-footer__mail:focus {
  color: #cccccc;
}

@media screen and (min-width: 768px) {
  .m-page-footer__mail {
    font-size: 1.5rem;
    margin-bottom: 2.625rem;
  }
}

@media screen and (min-width: 480px) {
  .m-page-footer__locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-page-footer__location {
  font-size: 0.9375rem;
  line-height: 1.47;
  margin-bottom: 1.875rem;
  margin: 0 0 1.875rem 0;
}

.m-page-footer__location a {
  color: #fff;
}

.m-page-footer__location a:active:after,
.m-page-footer__location a:focus:after,
.m-page-footer__location a:hover:after {
  width: 0;
}

.m-page-footer__location strong {
  font-weight: 900;
}

@media screen and (min-width: 480px) {
  .m-page-footer__location {
    font-size: 1rem;
    line-height: 1.53;
    margin-bottom: 1.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0 0 1.625rem 0;
  }

  .m-page-footer__locations:last-child .m-page-footer__location {
    margin-bottom: 0;
  }
}

.m-section-intro {
  padding: 3.75rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .m-section-intro {
    padding: 6.25rem 0 0 0;
  }
}

.m-section-intro__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 53.75rem;
}

@media screen and (min-width: 768px) {
  .m-section-intro__wrapper {
    padding: 0 1.25rem;
  }
}

.m-section-intro__title {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .m-section-intro__title {
    margin-bottom: 1.125rem;
  }
}

.m-section-intro__text {
  font-size: 1rem;
  line-height: 1.39;
  margin-bottom: 1.25rem;
  max-width: 53.75rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .m-section-intro__text {
    font-size: 1.125rem;
  }
}

.toolbar {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: auto;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .toolbar {
    right: 2.25rem;
    bottom: 1.75rem;
  }
}

.breadcrumb-bar,
breadcrumb-bar {
  display: block;
  background-color: #232841;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  height: 3rem;
}

.breadcrumb-bar--sticky,
breadcrumb-bar--sticky {
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
}

.breadcrumb-bar .back-button,
breadcrumb-bar .back-button {
  padding-left: 0.625rem;
  margin-right: 0.625rem;
  max-width: 11rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumb-bar .dialog,
breadcrumb-bar .dialog {
  margin-left: auto;
  padding: 0 1.1875rem;
}

.breadcrumb-bar-spacer {
  height: 3rem;
}

@media screen and (min-width: 968px) {
  .breadcrumb-bar-spacer {
    margin-bottom: 7.5rem;
  }
}

.breadcrumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
}

.breadcrumb__container {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__container > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.breadcrumb__item {
  background-color: #c83232;
  color: #fff;
  padding: 0 0.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin: 0 1.3125rem 0 0.1875rem;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.breadcrumb__item:first-child {
  margin-left: 0;
}

.breadcrumb__item .shape-before,
.breadcrumb__item .shape-after {
  fill: #c83232;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.breadcrumb__item:hover,
.breadcrumb__item:focus {
  background: #9c211c;
}

.breadcrumb__item:hover .shape-before,
.breadcrumb__item:hover .shape-after,
.breadcrumb__item:focus .shape-before,
.breadcrumb__item:focus .shape-after {
  fill: #9c211c;
}

.breadcrumb__item:hover:active,
.breadcrumb__item:focus:active {
  background: #861c18;
}

.breadcrumb__item:hover:active .shape-before,
.breadcrumb__item:hover:active .shape-after,
.breadcrumb__item:focus:active .shape-before,
.breadcrumb__item:focus:active .shape-after {
  fill: #861c18;
}

.breadcrumb__item--home {
  background-color: #9c211c;
  padding-left: 2.5625rem;
}

.breadcrumb__item--home .icon {
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.breadcrumb__item--home .shape-before,
.breadcrumb__item--home .shape-after {
  fill: #9c211c;
}

.breadcrumb__item--home:hover,
.breadcrumb__item--home:focus {
  background: #861c18;
}

.breadcrumb__item--home:hover .shape-before,
.breadcrumb__item--home:hover .shape-after,
.breadcrumb__item--home:focus .shape-before,
.breadcrumb__item--home:focus .shape-after {
  fill: #861c18;
}

.breadcrumb__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  font-size: 1rem;
  padding: 0 1rem;
  font-weight: bold;
}

.breadcrumb .shape-before {
  width: 1.375rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: -1.375rem;
}

.breadcrumb .shape-after {
  width: 1.3125rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: -1.25rem;
}

.anchor-bar {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "MarkPro";
}

.anchor {
  background: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  font-family: "MarkPro";
  line-height: 3rem;
  padding: 0 1rem;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: 0;
}

.anchor:hover,
.anchor:focus {
  background-color: #1a1e30;
}

.anchor:hover.active,
.anchor:focus.active {
  background-color: #151826;
}

.anchor .icon {
  width: 1.1875rem;
  height: 1.1875rem;
  color: #c83232;
  position: relative;
  bottom: -0.25rem;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

.anchor--up .icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.anchor-compact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  padding: 0 0.6875rem;
}

.dialog {
  position: relative;
}

.dialog-content {
  position: absolute;
  right: 0;
  width: 10rem;
  background-color: #232841;
  top: calc(100% + 0.1875rem);
  color: #fff;
  z-index: 40;
  padding: 0.5rem 0;
}

.dialog-content ul {
  padding: 0;
  margin: 0;
}

.dialog-content ul button {
  width: 100%;
  text-align: left;
}

.dialog-button {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  height: 100%;
  color: #fff;
  font-family: "MarkPro";
}

.dialog-button .icon {
  margin-right: 0.1875rem;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
}

.active .dialog-button .icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination {
  margin: 3rem 0;
  text-align: center;
}

.pagination .divider {
  display: inline-block;
  margin: 0 0.125rem;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.pagination ul li a,
.pagination ul li button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0.375rem;
  color: #232841;
  margin: 0 0.25rem;
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li button:hover,
.pagination ul li button:focus {
  color: #fff;
  background-color: #c83232;
}

.pagination ul li button {
  margin-top: -0.375rem;
}

.image-tile {
  margin: 0;
}

.image-tile img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .image-tile img {
    height: 17.125rem;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.image-tile figcaption {
  color: #c83232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
}

.image-tile figcaption p {
  margin-bottom: 0;
}

.image-tile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 768px) {
  .image-tile-list {
    margin: 0 -0.9375rem;
  }
}

.image-tile-list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0.9375rem 0;
}

@media screen and (min-width: 768px) {
  .image-tile-list > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 1.875rem);
        flex-basis: calc(50% - 1.875rem);
    padding: 1.25rem 0.9375rem;
  }
}

@media screen and (min-width: 968px) {
  .image-tile-list > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(33.33% - 1.875rem);
        flex-basis: calc(33.33% - 1.875rem);
  }
}

.nav-bar,
nav-bar {
  display: block;
  padding: 1rem 0;
  border-top: 2px solid #f1f1ee;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .nav-bar,
  nav-bar {
    padding: 1.5625rem 0;
  }
}

.nav-bar .ml,
nav-bar .ml {
  margin-left: 0.4375rem;
}

.nav-bar ul,
nav-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-bar ul li,
nav-bar ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 540px) {
  .nav-bar ul li .a-link-label,
  nav-bar ul li .a-link-label {
    display: none;
  }
}

.nav-bar ul a,
nav-bar ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-table-listing {
  border-top: solid 0.1875rem #232841;
}

.m-table-listing .m-table-item {
  padding: 0.6875rem 0 0.75rem 0.0625rem;
  border-bottom: solid 0.0625rem #232841;
}

@media screen and (min-width: 768px) {
  .m-table-listing .m-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-table-listing .m-table-item:nth-last-child(2) {
  border-bottom: solid 0.1875rem #232841;
}

.m-table-listing .m-table-item:last-child {
  padding-top: 0.75rem;
  border-bottom: solid 0.1875rem #232841;
}

.m-table-listing .m-table-item span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75%;
}

.m-table-listing .m-table-item .a-button,
.m-table-listing .m-table-item .app .Cookie--base .Cookie__button,
.app .Cookie--base .m-table-listing .m-table-item .Cookie__button,
.m-table-listing .m-table-item .hellotrust.hellotrust__contentblocker .btn,
.hellotrust.hellotrust__contentblocker .m-table-listing .m-table-item .btn {
  display: block;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 968px) {
  .m-table-listing .m-table-item .a-button,
  .m-table-listing .m-table-item .app .Cookie--base .Cookie__button,
  .app .Cookie--base .m-table-listing .m-table-item .Cookie__button,
  .m-table-listing .m-table-item .hellotrust.hellotrust__contentblocker .btn,
  .hellotrust.hellotrust__contentblocker .m-table-listing .m-table-item .btn {
    margin-top: 0;
  }
}

.gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 1.25rem;
}

.gallery .row .image {
  margin-bottom: 1.25rem;
}

.m-social-share {
  padding: 1.5rem 0 0.9375rem 0;
  height: 1rem;
}

@media screen and (min-width: 768px) {
  .m-social-share {
    padding: 1.5rem 0;
    height: 4.625rem;
  }
}

.m-social-share__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232841;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-family: "MarkPro";
}

.m-social-share__button svg {
  margin-right: 0.625rem;
}

.m-social-share__button.is-hidden {
  opacity: 0;
  height: 0;
  -webkit-transform: translate(0, -1.875rem);
       -o-transform: translate(0, -1.875rem);
          transform: translate(0, -1.875rem);
}

.m-social-share__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.79;
}

.m-social-share__icon-list {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, -o-transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  -webkit-transform: translate(0, 1.875rem);
       -o-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-social-share__icon-list.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.m-social-share__icon-list > a {
  line-height: 0;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5rem;
}

.m-social-share__icon svg {
  color: #232841;
}

.m-social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1rem 0;
}

.m-social-media-list li {
  margin-right: 0.75rem;
}

.m-social-media-list a:hover svg {
  fill: #c83232;
}

.m-social-media-icon {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}

.video-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.video-container .video-wrapper {
  position: relative;
}

.video-container figure {
  margin: 0;
}

.video-container figure img {
  display: block;
}

.video-container .video-action {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(90%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(transparent 20%, rgba(255, 255, 255, 0.8) 90%);
  background: -o-linear-gradient(transparent 20%, rgba(255, 255, 255, 0.8) 90%);
  background: linear-gradient(transparent 20%, rgba(255, 255, 255, 0.8) 90%);
}

.video-container .video-action svg {
  width: 4rem;
  height: 4rem;
  color: #c83232;
}

@media screen and (min-width: 968px) {
  .video-container .video-action svg {
    width: 6rem;
    height: 6rem;
  }
}

.video-container .video-action:hover svg,
.video-container .video-action:focus svg {
  color: #9c211c;
}

.video-container .video-action p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.5rem;
  margin-top: 8px;
  font-weight: normal;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .video-container .video-action p {
    padding: 0 1rem;
    bottom: 16px;
  }
}

@media screen and (min-width: 968px) {
  .video-container .video-action p {
    font-size: 16px;
  }
}

.video-container .video-action p a {
  font-weight: bold;
}

.video-container iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.o-banner__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-banner__wrapper {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 968px) {
  .o-banner__wrapper {
    padding: 0 1.25rem;
  }
}

.map {
  height: 70vh;
  max-height: 45.625rem;
}

.map__container {
  height: 100%;
  width: 100%;
}

.map__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 53.75rem;
}

@media screen and (min-width: 768px) {
  .map__wrapper {
    padding: 0 1.25rem;
  }
}

.map__legend {
  color: #232841;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 2.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.6875rem 0;
  display: inline-block;
  position: relative;
}

.map__legend:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-bottom: 0.875rem solid #c9d2ff;
}

.map-view {
  margin-top: 4.6875rem;
  position: relative;
  overflow: hidden;
}

.info-window {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1.25rem 2rem 1.25rem;
  background-color: #232841;
  color: white;
  width: 13.5rem;
  min-height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "MarkPro";
}

.info-window p {
  font-size: 0.875rem;
  line-height: 1.43;
}

.info-window p:last-child {
  margin-bottom: 0;
}

.info-window h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  color: white;
  margin-bottom: auto;
}

.info-window a {
  color: white;
}

.info-window a:after {
  background-color: white;
}

.o-quote {
  background-color: #f1f1ee;
  line-height: 0;
  overflow: hidden;
}

.o-quote.align-right .o-quote__fixed {
  left: initial;
  right: 0;
}

.o-quote__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-quote__wrapper {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 1165px) {
  .o-quote__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-quote__block {
  margin: 0;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .o-quote__block {
    position: relative;
    max-width: 32.5rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 1330px) {
  .o-quote__block {
    padding-left: 7.375rem;
  }
}

.o-quote__text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: #232841;
}

@media screen and (min-width: 768px) {
  .o-quote__text {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    font-size: 2rem;
  }
}

.o-quote__footer {
  margin-top: 4.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #c83232;
}

@media screen and (min-width: 768px) {
  .o-quote__footer {
    font-size: 1rem;
  }
}

.o-quote__footer strong {
  font-weight: 900;
}

@media screen and (min-width: 1165px) {
  .o-quote__fixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-quote__img {
  padding-top: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .o-quote__img {
    max-width: 100vw;
    margin-left: -1.25rem;
  }
}

@media screen and (min-width: 1165px) {
  .o-quote__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 60rem;
    margin-left: auto;
    right: -9.375rem;
    position: relative;
    max-height: 42.5rem;
  }
}

.o-quote__icon {
  width: 2.875rem;
  height: 2.375rem;
  fill: #232841;
  margin: 2.1875rem 0;
}

@media screen and (min-width: 768px) {
  .o-quote__icon {
    width: 4.125rem;
    height: 3.4375rem;
    margin: 3.75rem 0;
  }
}

@media screen and (min-width: 1165px) {
  .o-quote__icon {
    position: absolute;
    left: 1rem;
    top: -7.25rem;
    margin: 0;
    width: 5.375rem;
    height: 4.5rem;
  }
}

.o-service-overview {
  background-color: #232841;
  color: #fff;
  padding: 5rem 0 2rem 0;
}

.o-service-overview__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .o-service-overview__wrapper {
    padding: 0 1.25rem;
  }
}

.o-service-overview__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  max-width: 53.75rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .o-service-overview__text {
    font-size: 1.125rem;
  }
}

.o-service-overview__text .a-link {
  margin-top: 0.9375rem;
}

.o-service-overview__list {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-service-overview-item {
  text-align: center;
}

.o-service-overview__list .o-service-overview-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 100%;
  width: 100%;
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .o-service-overview__list .o-service-overview-item {
    margin-bottom: 5rem;
    min-width: 50%;
    width: 50%;
  }
}

@media screen and (min-width: 968px) {
  .o-service-overview__list .o-service-overview-item {
    min-width: 33%;
    width: 33%;
  }
}

@media screen and (min-width: 1165px) {
  .o-service-overview__list .o-service-overview-item {
    min-width: 25%;
    width: 25%;
  }
}

.o-service-overview-item__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.35;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .o-service-overview-item__title {
    font-size: 1.25rem;
  }
}

a:hover .o-service-overview-item__title,
a:focus .o-service-overview-item__title,
a:active .o-service-overview-item__title {
  color: #c83232;
}

.o-service-overview-item__icon {
  fill: #c83232;
}

.o-slideshow {
  width: 100%;
  position: relative;
  background: #f1f1ee;
}

.o-slideshow__picture {
  width: 100%;
  display: block;
  line-height: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (min-width: 768px) {
  .o-slideshow__picture {
    height: 50rem;
  }
}

.o-slideshow__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (min-width: 768px) {
  .o-slideshow__img {
    height: 50rem;
  }
}

.o-slideshow__wrapper {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-slideshow__wrapper {
    position: absolute;
    pointer-events: none;
  }
}

.o-slideshow__content {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
  background: #f1f1ee;
}

@media screen and (min-width: 768px) {
  .o-slideshow__content {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .o-slideshow__content {
    background: none;
  }
}

.o-slideshow__text {
  padding: 1.1875rem 0 1rem 0;
  background-color: #f1f1ee;
  opacity: 0.94;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .o-slideshow__text {
    background-color: #fff;
    position: absolute;
    right: 4.6875rem;
    pointer-events: auto;
    top: 23.75rem;
    bottom: auto;
    min-height: 15.625rem;
    width: 33.75rem;
    padding: 2rem 2.4375rem 2rem 2rem;
  }
}

@media screen and (min-width: 968px) {
  .o-slideshow__text {
    width: 39.375rem;
    padding: 2.5625rem 3.0625rem 2.5625rem 2.5625rem;
  }
}

.o-slideshow__text p {
  font-size: 0.9375rem;
  line-height: 1.47;
}

@media screen and (min-width: 768px) {
  .o-slideshow__text p {
    font-size: 1.0625rem;
    line-height: 1.53;
  }
}

.o-slideshow__title {
  margin: 0 0 0.75rem 0;
}

@media screen and (min-width: 768px) {
  .o-slideshow__title {
    margin-bottom: 1rem;
  }
}

.o-slideshow__pagination {
  position: absolute;
  bottom: 0.625rem;
  right: 2rem;
  z-index: 3;
  display: none;
}

@media screen and (min-width: 768px) {
  .o-slideshow__pagination {
    bottom: 3.375rem;
    right: 4.6875rem;
    display: block;
  }
}

.o-slideshow__pagination .swiper-pagination-bullet {
  width: 31px;
  height: 6px;
  border-radius: 0;
  margin-left: 10px;
  background: #232841;
  opacity: 1;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.o-slideshow__pagination .swiper-pagination-bullet-active {
  background: #c83232;
}

.o-slideshow__interface {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .o-slideshow__interface {
    padding: 0 1.25rem;
  }
}

.o-slideshow__interface > .a-slider-button {
  position: absolute;
  top: 9.6875rem;
}

@media screen and (min-width: 768px) {
  .o-slideshow__interface > .a-slider-button {
    top: 23.75rem;
    bottom: auto;
  }
}

.o-slideshow-container {
  position: relative;
}

.o-text-image {
  margin: 3.75rem 0 0 0;
  width: 100%;
}

@media screen and (min-width: 1165px) {
  .o-text-image {
    margin: 6.25rem 0;
  }
}

.o-text-image__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-text-image__wrapper {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 1165px) {
  .o-text-image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-text-image__image {
  margin-top: 1.25rem;
  line-height: 0;
  position: relative;
}

.o-text-image__image .a-badge {
  right: -8px;
  top: -32px;
}

@media screen and (min-width: 1165px) {
  .o-text-image__image .a-badge {
    left: 0;
    top: -32px;
  }
}

@media screen and (min-width: 1440px) {
  .o-text-image__image .a-badge {
    left: auto;
    right: -96px;
    top: -32px;
  }
}

@media screen and (min-width: 1165px) {
  .o-text-image__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 43.75rem;
            flex: 1 1 43.75rem;
    max-width: 43.75rem;
    margin-top: 0;
    margin-left: auto;
  }
}

.o-text-image__text {
  max-width: 36.4375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-text-image__text p:last-child {
  margin: 0;
}

@media screen and (min-width: 1165px) {
  .o-text-image__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-top: 6.25rem;
  }
}

@media screen and (min-width: 1165px) {
  .o-text-image__text .o-text-image__button,
  .o-text-image__text .a-scrollbutton {
    margin-top: auto;
  }
}

.o-text-image__description {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.35;
  color: #232841;
}

@media screen and (min-width: 768px) {
  .o-text-image__description {
    font-size: 1.25rem;
  }
}

.o-text-image__img {
  width: 100%;
}

@media screen and (min-width: 1165px) {
  .o-text-image__img {
    position: relative;
    right: -4.3125rem;
  }
}

.o-text-image p:not(.o-text-image__description) {
  margin-top: 4.5625rem;
}

.o-event-slider {
  background-color: #f1f1ee;
  padding: 2.5rem 0 1.875rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-event-slider {
    padding: 3rem 0 2.9375rem 0;
  }
}

.o-event-slider__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .o-event-slider__wrapper {
    padding: 0 1.25rem;
  }
}

.o-event-slider__image img {
  display: block;
  width: 100%;
}

.o-event-slider__body {
  padding: 1.25rem 1rem 1.25rem 1rem;
  min-height: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .o-event-slider__body {
    padding: 1.125rem 1.6875rem 2.25rem 1.5625rem;
    min-height: 20.25rem;
  }
}

.o-event-slider__item {
  background-color: #fff;
  color: #232841;
}

.o-event-slider__item .a-button,
.o-event-slider__item .app .Cookie--base .Cookie__button,
.app .Cookie--base .o-event-slider__item .Cookie__button,
.o-event-slider__item .hellotrust.hellotrust__contentblocker .btn,
.hellotrust.hellotrust__contentblocker .o-event-slider__item .btn {
  margin-top: auto;
}

@media screen and (min-width: 600px) {
  .o-event-slider__item .a-button,
  .o-event-slider__item .app .Cookie--base .Cookie__button,
  .app .Cookie--base .o-event-slider__item .Cookie__button,
  .o-event-slider__item .hellotrust.hellotrust__contentblocker .btn,
  .hellotrust.hellotrust__contentblocker .o-event-slider__item .btn {
    width: auto;
  }
}

.o-event-slider__city {
  font-size: 1.0625rem;
  line-height: 1.35;
  margin-bottom: 0.6875rem;
  min-height: 1.375rem;
}

@media screen and (min-width: 768px) {
  .o-event-slider__city {
    font-size: 1.25rem;
    min-height: 1.6875rem;
  }
}

.o-event-slider__date {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0.94;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-event-slider__date {
    font-size: 2rem;
  }
}

.o-event-slider__date:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #c83232;
  margin: 1rem 0 0.6875rem 0;
}

.o-event-slider__header {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.25;
  display: block;
  position: relative;
  width: 100%;
}

.o-event-slider__header > a {
  color: #232841;
}

@media screen and (min-width: 768px) {
  .o-event-slider__header {
    font-size: 1.75rem;
  }
}

.o-event-slider__header:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #c83232;
  margin: 1rem 0 0.6875rem 0;
}

.o-event-slider__title {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .o-event-slider__title {
    font-size: 1.25rem;
  }
}

.o-event-slider__interface {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .o-event-slider__interface {
    padding: 0 1.25rem;
  }
}

.o-event-slider__interface > .a-slider-button {
  position: absolute;
  top: calc(50% - 20px);
  background-color: #fff;
}

.o-event-slider__interface > .a-slider-button.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.7);
}

.o-event-slider__interface > .a-slider-button.a-slider-button--prev {
  left: -0.5rem;
}

@media screen and (min-width: 1440px) {
  .o-event-slider__interface > .a-slider-button.a-slider-button--prev {
    left: -2rem;
  }
}

.o-event-slider__interface > .a-slider-button.a-slider-button--next {
  right: -0.5rem;
}

@media screen and (min-width: 1440px) {
  .o-event-slider__interface > .a-slider-button.a-slider-button--next {
    right: -2rem;
  }
}

.o-tag-list {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f1f1ee;
  padding: 0 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.3125rem;
  will-change: auto;
  overflow: hidden;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .o-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-tag-list-label {
  font-size: 1rem;
  font-family: "MarkPro";
}

.o-tag-list-label.is-clickable {
  cursor: pointer;
  color: #878185;
}

.o-tag-list-label.is-clickable:hover,
.o-tag-list-label.is-clickable:focus,
.o-tag-list-label.is-clickable:active {
  color: #000;
}

.o-tag-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 1.25rem;
  padding: 0 0.9375rem;
  position: relative;
}

.o-tag-list-items:after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #878185;
}

.grow-in-enter-active {
  -webkit-transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
}

.grow-in-leave-active {
  -webkit-transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  transition: all 0.5s cubic-bezier(0.39, -0.42, 0.53, 1.6);
}

.grow-in-enter,
.grow-in-leave-to {
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}

.shrink-enter-active {
  -webkit-transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  -o-transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
}

.shrink-leave-active {
  -webkit-transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  -o-transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
  transition: all 0.4s cubic-bezier(0.39, -0.42, 0.53, 1.6);
}

.shrink-enter,
.shrink-leave-to {
  height: 0;
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}

.o-popup {
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-popup {
    display: inline-block;
  }
}

.o-popup-title {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  font-size: 1rem;
  color: #232841;
  font-family: "MarkPro";
  cursor: pointer;
  font-weight: bold;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-popup-title {
    font-weight: normal;
  }
}

.o-popup-title > .icon {
  margin-left: 0.5625rem;
}

.o-popup-title:hover,
.o-popup-title:focus,
.o-popup-title:active {
  color: #c83232;
}

.o-popup-title.is-active {
  color: #c83232;
  font-weight: bold;
}

.o-popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #f1f1ee;
  right: 0;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .o-popup-container {
    -webkit-box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    height: 22.8125rem;
    width: 17.5rem;
    margin: 0 auto;
    top: 130%;
    left: 0;
    left: calc(-8.75rem + 50%);
  }

  .o-popup-container:before {
    content: '';
    position: absolute;
    top: -0.6875rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 10px solid #f1f1ee;
  }

  .o-popup-container:after {
    content: '';
    position: absolute;
    top: -0.625rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
}

.o-popup-inner-title {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #f1f1ee;
  font-weight: 600;
}

.o-popup-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 1.25rem;
  border-top: 1px solid #f1f1ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-popup-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.o-popup-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: block;
  max-height: 17.5rem;
  padding: 0 1.25rem;
}

.o-popup-list li {
  margin: 1rem 0;
  color: #232841;
}

.o-popup-list li label {
  font-size: 1rem;
  margin: 0;
}

.o-popup-list li.is-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
  color: #878185;
}

.bounce-enter-active {
  -webkit-animation: bounce-in .35s;
       -o-animation: bounce-in .35s;
          animation: bounce-in .35s;
}

.bounce-leave-active {
  animation: bounce-in .35s reverse;
}

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }

  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@-o-keyframes bounce-in {
  0% {
    -o-transform: scaleY(0);
       transform: scaleY(0);
    -o-transform-origin: top;
       transform-origin: top;
  }

  100% {
    -o-transform: scaleY(1);
       transform: scaleY(1);
    -o-transform-origin: top;
       transform-origin: top;
  }
}

@keyframes bounce-in {
  0% {
    -webkit-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }

  100% {
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }
}

.o-popup-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.hidden-checkbox {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.service-block {
  padding: 5.625rem 0;
}

@media screen and (min-width: 768px) {
  .service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .service-block-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-block-dark {
  background: #f1f1ee;
}

.service-block-light {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .service-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 968px) {
  .service-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.service-block-icon > img {
  width: 10.625rem;
}

@media screen and (min-width: 768px) {
  .service-block-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .service-block-column {
    -ms-flex-preferred-size: 32.5rem;
        flex-basis: 32.5rem;
  }

  .service-block-column:first-child {
    padding-right: 1.875rem;
  }

  .service-block-column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.service-block-row {
  padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
  .service-block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .service-block-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(50% - 1.875rem);
        flex-basis: calc(50% - 1.875rem);
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 968px) {
  .service-block-row-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .service-block-row-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .service-block-row-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25.5rem;
            flex: 1 0 25.5rem;
  }
}

.o-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-card-list > * {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .o-card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -0.9375rem;
  }

  .o-card-list > * {
    -ms-flex-preferred-size: calc(33.33% - 5.3125rem);
        flex-basis: calc(33.33% - 5.3125rem);
    margin: 0.9375rem;
  }
}

.o-card-list-container {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .o-card-list-container {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .o-card-list-container {
    padding-top: 3.9375rem;
    padding-bottom: 5.375rem;
  }
}

.o-card-list-container .o-card-list-introtext {
  margin-bottom: 0.4375rem;
}

.o-card-list-container .a-link {
  padding-top: 3.4375rem;
}

.collapse-container {
  border-top: 1px solid #232841;
  border-bottom: 2px solid #232841;
}

.collapse,
collapse {
  display: block;
  border-top: 1px solid #232841;
  padding-bottom: 2rem;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .collapse,
  collapse {
    padding-bottom: 3rem;
  }
}

.collapse-header {
  color: #232841;
  padding: 1rem 1rem 2rem 1rem;
  margin: 0;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .collapse-header {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}

.collapse-header time {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .collapse-header time {
    font-size: 0.9375rem;
  }
}

.collapse-header h2,
.collapse-header h3,
.collapse-header h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 3rem;
}

@media screen and (min-width: 768px) {
  .collapse-header h2,
  .collapse-header h3,
  .collapse-header h4 {
    font-size: 1.25rem;
  }
}

.collapse-header .button-toggle {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.collapse-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .collapse-content {
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
  }
}

.collapse-content .row img {
  margin-bottom: 1rem;
  width: 100%;
}

.collapse-content .a-link-list {
  margin-top: 2rem;
}

.o-references-contact {
  background: #f1f1ee;
}

.o-references-contact .column-50 {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .o-references-contact .column-50 {
    margin-bottom: 1.875rem;
  }
}

.item-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}

.item-list__header {
  padding: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f1f1ee;
  color: #232841;
}

.item-list__content {
  padding: 0.8125rem 0.625rem;
}

.item-list__content ul {
  border-bottom: 1px solid #f1f1ee;
}

.item-list__content ul li {
  margin: 1.5625rem 0;
}

.item-list__footer {
  padding: 1rem 0.625rem;
}

.item-list-toggle {
  padding: 0;
}

.item-list-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}

.app .Cookie--base {
  background-color: white;
  border-top: 1px solid #232841;
}

.app .Cookie--base .Cookie__button {
  margin-right: 0;
  background-color: #c83232;
}

.app .Cookie__content {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .app .Cookie__content {
    text-align: left;
    padding-right: 2rem;
  }
}

.flexible-field {
  position: relative;
}

.flexible-field.align-left .flexible-field__column {
  left: 0;
  right: initial;
}

.flexible-field.align-right .flexible-field__column {
  right: 0;
  left: initial;
}

.flexible-field__container {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .flexible-field__container {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 1165px) {
  .flexible-field__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .flexible-field__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .flexible-field__column {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flexible-field__column .o-slideshow__text {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
}

.flexible-field__image {
  width: 100%;
}

.flexible-field__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .flexible-field__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 50rem;
  }
}

@media screen and (max-width: 968px) {
  .flexible-field__column .o-slideshow__text,
  .flexible-field__column .flexible-field__title,
  .flexible-field__column .o-quote__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 1165px) {
  .flexible-field__column .flexible-field__title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide .flexible-field {
    padding-bottom: 16px;
  }
}

.swiper-slide .flexible-field.align-right .flexible-field__column {
  right: 5.5rem;
}

.swiper-slide .flexible-field.align-left .flexible-field__column {
  left: 5.5rem;
  right: 5.5rem;
}

.swiper-slide .flexible-field__container {
  max-width: 75.625rem;
}

.o-article-grid-container {
  background-color: #f1f1ee;
}

.o-article-grid-container > .container {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media screen and (min-width: 1165px) {
  .o-article-grid-container > .container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.o-article-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media screen and (min-width: 480px) {
  .o-article-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 968px) {
  .o-article-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer {
  background-color: #232841;
  color: #fff;
}

.footer .footer__wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer .footer__wrapper {
    padding: 0 1.25rem;
  }
}

body:not(.page-template-template-landingpage) {
  padding-top: 3.125rem;
}

@media screen and (min-width: 968px) {
  body:not(.page-template-template-landingpage) {
    padding-top: 4.125rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

.error-page {
  padding: 10.625rem 0 12.5rem 0;
  text-align: center;
  background: #f1f1ee;
}

.error-page h1 {
  font-size: 7.9375rem;
  margin-bottom: 0;
}

.error-page p {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  max-width: 100%;
  margin-bottom: 3.625rem;
}

.page-space {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .page-space {
    margin-bottom: 7.5rem;
  }
}

.single-article {
  background-color: #f1f1ee;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .single-article {
    padding-bottom: 6rem;
  }
}

.single-article .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .single-article .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .single-article .column-35 {
    min-width: 280px;
  }
}

.single-article .left {
  min-width: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .single-article .left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}

@media screen and (min-width: 1165px) {
  .single-article .left {
    -ms-flex-preferred-size: calc(65% - 2rem);
        flex-basis: calc(65% - 2rem);
  }
}

.single-article .right {
  position: relative;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .single-article .right {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .single-article .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
}

.single-article header h1 {
  font-size: 1.0625rem;
  line-height: 1.35;
  font-weight: normal;
  color: #232841;
}

@media screen and (min-width: 768px) {
  .single-article header h1 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.single-article header h1 span {
  display: block;
  font-weight: bold;
}

.single-article header h1.headline-xl {
  font-size: 1.625rem;
  line-height: 1.12;
}

@media screen and (min-width: 768px) {
  .single-article header h1.headline-xl {
    font-size: 2.25rem;
    line-height: 1.11;
  }
}

.single-article ul {
  margin-bottom: 2.25rem;
}

.single-article .info-1 {
  font-size: 1rem;
  color: #232841;
}

.single-article .info-1__icon {
  padding-right: 0.625rem;
  fill: #232841;
  position: relative;
  top: 0.1875rem;
}

.single-article .info-1 a {
  color: #232841;
}

.single-article .info-1 a:hover,
.single-article .info-1 a:active,
.single-article .info-1 a:focus {
  color: #9aa2c9;
}

.single-article a {
  line-break: auto;
}

.single-article .info-2 {
  font-size: 1.0625rem;
}

.single-article .thumbnail {
  line-height: 0;
}

.single-article .thumbnail img {
  width: 100%;
  height: auto;
}

.single-article .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: center;
          flex-direction: center;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .single-article .share {
    margin-top: 1.6875rem;
  }
}

.single-article .share__link {
  color: #232841;
  font-size: 0.875rem;
  padding-left: 0.625rem;
}

.hellotrust.hellotrust__contentblocker {
  background: #eccbcb;
}

.hellotrust.hellotrust__contentblocker .btn {
  display: block;
  margin: 16px auto 0 auto;
}

.entry-content-asset > [id*='hellotrust_contentblocker_wrapper__hellotrust']:not(:empty) {
  aspect-ratio: 16 / 9;
}

.entry-content-asset iframe {
  width: 100%;
  height: 100%;
}

.article-linklist {
  margin: 16px 0;
}

.events-container {
  margin-bottom: 9rem;
}

@media screen and (min-width: 768px) {
  .events-container {
    margin-bottom: 14rem;
  }
}

.events-container .collapse-header h3 span {
  font-weight: normal;
}

.events-container .collapse-header time {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .events-container .collapse-header time {
    font-size: 2rem;
  }
}

.events-container .collapse-content p {
  margin-bottom: 1.5em;
}

.events-container .button-bar {
  margin-top: 3rem;
}

.events-container .collapse {
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.events-container .collapse.active {
  background-color: #f1f1ee;
}

.filter-toolbar {
  font-size: 1rem;
  margin-bottom: 1.3125rem;
  position: relative;
}

.filter-toolbar .filter-toolbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-toolbar .filter-toolbar-list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filter-toolbar .filter-toolbar-list > li {
  min-width: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1165px) {
  .filter-toolbar .filter-toolbar-list > li {
    min-width: 10rem;
  }
}

.filter-toolbar .filter-toolbar-list > li.spacer {
  margin-left: 1.5rem;
}

.filter-toolbar .filter-toolbar-list > li > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filter-toolbar .sk-fading-circle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-toolbar .filter-toolbar-list > li.filter-toolbar-order {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 40px;
}

@media screen and (max-width: 1024px) {
  .filter-toolbar .filter-toolbar-list > li.filter-toolbar-order .filter-toolbar-label {
    display: none;
  }
}

.toolbar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.125rem;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:before,
.multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #878185 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
       -o-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
       -o-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 14px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495E;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotateZ(180deg);
       -o-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 1px 0 0 5px;
  width: calc(100%);
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 6px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  background: #fff;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #878185;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #232841;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #232841;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: white;
}

.multiselect__current {
  line-height: 16px;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}

.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #999999 transparent transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #ADADAD;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #E8E8E8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #E8E8E8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
}

.multiselect__option--highlight {
  background: #878185;
  outline: none;
  color: white;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #878185;
  color: white;
}

.multiselect__option--selected {
  background: #F3F3F3;
  color: #35495E;
  font-weight: bold;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #FF6A6A;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #FF6A6A;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede !important;
}

.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 10px;
  display: inline-block;
}

*[dir="rtl"] .multiselect {
  text-align: right;
}

*[dir="rtl"] .multiselect__select {
  right: auto;
  left: 1px;
}

*[dir="rtl"] .multiselect__tags {
  padding: 8px 8px 0px 40px;
}

*[dir="rtl"] .multiselect__content {
  text-align: right;
}

*[dir="rtl"] .multiselect__option:after {
  right: auto;
  left: 0;
}

*[dir="rtl"] .multiselect__clear {
  right: auto;
  left: 12px;
}

*[dir="rtl"] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@-o-keyframes spinning {
  from {
    -o-transform: rotate(0);
       transform: rotate(0);
  }

  to {
    -o-transform: rotate(2turn);
       transform: rotate(2turn);
  }
}

@keyframes spinning {
  from {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(2turn);
         -o-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

.multiselect {
  background: #fff;
  border: 1px solid #232841;
  border-radius: 0;
}

.multiselect:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #232841;
          box-shadow: 0px 0px 0px 1px #232841;
}

.multiselect:hover input[type="text"] {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.multiselect input[type="text"]:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.multiselect__tags {
  border: 0;
  border-radius: 0;
}

.multiselect__input,
.multiselect__single {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.landingpage .intro {
  background-color: #FF4C74;
  width: 100%;
  padding-bottom: 126px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  min-height: 100vh;
}

.landingpage .intro-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: auto;
  min-height: 50vh;
  margin-bottom: 126px;
}

@media (orientation: portrait) and (max-width: 480px) {
  .landingpage .intro-logo-wrapper {
    margin-bottom: 32px;
  }
}

.landingpage .intro-logo {
  max-width: 80vw;
}

.landingpage .intro-logo.intro-logo--portrait {
  width: 44px;
  margin-top: 64px;
  margin-bottom: 32px;
  display: none;
}

@media (orientation: portrait) and (max-width: 480px) {
  .landingpage .intro-logo.intro-logo--landscape {
    display: none;
  }

  .landingpage .intro-logo.intro-logo--portrait {
    display: block;
  }
}

.landingpage .intro-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0000FF;
  font-family: "Work Sans", sans-serif;
}

@media (min-width: 768px) {
  .landingpage .intro-heading {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .landingpage .intro-heading {
    font-size: 64px;
  }
}

.landingpage .intro-text {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0.25em;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 16px;
  color: #FF4C74;
  background: #0000FF;
}

@media (min-width: 768px) {
  .landingpage .intro-text {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .landingpage .intro-text {
    font-size: 64px;
    margin-bottom: 32px;
  }
}

.landingpage .intro-text-1 {
  right: -1em;
}

.landingpage .intro-text-2 {
  left: -1em;
}

.landingpage .intro-text-3 {
  right: -1.5em;
}

@media (min-width: 768px) {
  .landingpage .intro-text-1 {
    right: -2em;
  }

  .landingpage .intro-text-2 {
    left: -2em;
  }

  .landingpage .intro-text-3 {
    right: -2.5em;
  }
}

.landingpage .intro-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 2em 0;
  overflow: hidden;
}

.landingpage .images {
  max-width: 100%;
  overflow: hidden;
  background-color: #FF4C74;
}

.landingpage .images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.landingpage .images-wrapper img {
  width: 80vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .landingpage .images-wrapper img {
    width: 580px;
    height: 580px;
  }
}

@media (min-width: 1024px) {
  .landingpage .images-wrapper img {
    width: 748px;
    height: 748px;
  }
}

#text-section {
  background-color: #000099;
  min-height: 100vh;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}

@media (min-width: 768px) {
  #text-section {
    padding: 96px 0;
  }
}

@media (min-width: 1024px) {
  #text-section {
    padding: 126px 0;
  }
}

#text-section p {
  margin-bottom: 20px;
  max-width: none;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 480px) {
  #text-section p {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #text-section p {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  #text-section p {
    font-size: 32px;
  }
}

#text-section p b {
  position: relative;
  font-weight: 600;
  white-space: nowrap;
}

#text-section p b .marker-text {
  position: relative;
  z-index: 1;
}

#text-section p b .marker-bg {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 3px;
  left: -2px;
  width: 0;
  background-color: #FF4C74;
  z-index: 0;
}

@media (min-width: 768px) {
  #text-section p b .marker-bg {
    bottom: -5px;
    height: 5px;
  }
}

#text-section .container {
  max-width: 1124px;
  padding: 0 24px;
}

#text-section .text-section--mt {
  margin-top: 64px;
}

@media (min-width: 768px) {
  #text-section .text-section--mt {
    margin-top: 96px;
  }
}

@media (min-width: 1024px) {
  #text-section .text-section--mt {
    margin-top: 126px;
  }
}

.landingpage-text-section-title {
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  line-height: 1.1;
  font-size: 32px;
}

@media (min-width: 480px) {
  .landingpage-text-section-title {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .landingpage-text-section-title {
    font-size: 62px;
  }
}

@media (min-width: 1024px) {
  .landingpage-text-section-title {
    font-size: 96px;
  }
}

.landingpage-text-section-title span:not(.logo-inline) {
  color: #FF4C74;
}

.numbers {
  background-color: #FF4C74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  padding: 16px;
  gap: 24px;
}

@media (min-width: 768px) {
  .numbers {
    padding: 22px;
    gap: 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .numbers {
    padding: 32px;
    gap: 32px;
  }
}

.numbers .number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  text-align: center;
}

.numbers .number-value {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #000099;
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .numbers .number-value {
    font-size: 62px;
  }
}

.numbers .number-value-prefix {
  font-size: 24px;
}

@media (min-width: 768px) {
  .numbers .number-value-prefix {
    font-size: 32px;
  }
}

.numbers .number-description {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}

@media (min-width: 768px) {
  .numbers .number-description {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .numbers .number-description {
    font-size: 24px;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  background-color: #FF4C74;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta .cta-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
}

.cta .cta-left img,
.cta .cta-left video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cta .cta-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 40px 16px;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.cta .cta-right .cta-container {
  max-width: 864px;
  margin: 0 auto;
  text-align: center;
}

.cta .cta-right img {
  width: 100px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .cta .cta-right img {
    width: 138px;
    margin-bottom: 24px;
  }
}

.cta .cta-right h2 {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}

.cta .cta-right h2 span {
  color: #0000FF;
}

@media (min-width: 768px) {
  .cta .cta-right h2 {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .cta .cta-right h2 {
    font-size: 64px;
  }
}

.cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0000FF;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  padding: 10px 20px;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.cta-button svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
  .cta-button {
    padding: 16px 32px;
    font-size: 24px;
  }
}

.cta-button:hover,
.cta-button:focus {
  background-color: #000099;
}

.cta-button.cta-button--sm {
  padding: 8px 16px;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .cta-button.cta-button--sm {
    padding: 10px 20px;
    font-size: 20px;
  }
}

.landingpage-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

@media (min-width: 768px) {
  .header-container {
    padding: 24px;
  }
}

@media (min-width: 1024px) {
  .header-container {
    padding: 32px;
  }
}

.header-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (min-width: 768px) {
  .header-link {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .header-link {
    font-size: 18px;
  }
}

.header-link:hover,
.header-link:focus {
  text-decoration: underline;
}

.header-logo {
  width: 100%;
  max-width: 120px;
}

@media (min-width: 768px) {
  .header-logo {
    max-width: 140px;
  }
}

@media (min-width: 1024px) {
  .header-logo {
    max-width: 170px;
  }
}

.header-logo > svg {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-height: 950px) and (min-width: 1024px) {
  .service-spacer {
    position: -webkit-sticky;
    position: sticky;
    height: calc(50dvh - 103px);
    max-height: 550px;
    top: 113px;
    background-color: red;
    pointer-events: none;
    opacity: 0;
  }
}

.services {
  background-color: #000099;
  min-height: 100vh;
  padding: 64px 0 126px;
  position: relative;
}

.services .navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.services .services-container {
  position: relative;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1289px;
}

.services .service {
  padding: 16px;
  background-color: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
}

@media screen and (min-height: 950px) and (min-width: 1024px) {
  .services .service {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 20dvh;
    height: calc(100dvh - 103px);
    max-height: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 113px;
  }

  .services .service hr {
    margin: 16px 0;
  }
}

@media screen and (min-width: 1024px) {
  .services .service {
    padding: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .services .service {
    padding: 64px;
  }
}

.services .services-navigation-container {
  max-width: 1289px;
  margin: 0 auto;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
}

@media screen and (min-height: 950px) and (min-width: 1024px) {
  .services .services-navigation-container {
    padding: 0 16px;
    top: 16px;
  }
}

.services .services-navigation {
  height: 55px;
  background-color: #FF4C74;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
}

@media screen and (min-height: 950px) and (min-width: 1024px) {
  .services .services-navigation {
    height: 81px;
    border-radius: 8px;
    top: 16px;
  }
}

.service hr {
  border-color: #e0e0e0;
}

.service .service-image {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .service .service-image {
    margin-bottom: 0;
  }
}

.service .service-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .service .service-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 64px;
  }

  .service .service-row .service-content {
    width: 60%;
  }

  .service .service-row .service-image {
    width: 40%;
  }
}

.service .service-row h3 {
  font-size: 20px;
  color: #FF4C74;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .service .service-row h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .service .service-row h3 {
    font-size: 42px;
    margin-bottom: 16px;
  }
}

.service .service-row p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .service .service-row p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .service .service-row p {
    font-size: 20px;
  }
}

.services-navigation {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-navigation .services-navigation-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 1224px) {
  .services-navigation .services-navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.services-navigation .services-navigation-list a {
  font-size: 14px;
  font-weight: 700;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  line-height: 0;
}

.services-navigation .services-navigation-list a.active {
  background-color: rgba(0, 0, 0, 0.15);
}

.services-navigation .services-navigation-list a:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1280px) {
  .services-navigation .services-navigation-list a {
    font-size: 15px;
  }
}

.services-navigation .services-navigation-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 1224px) {
  .services-navigation .services-navigation-arrows {
    display: none;
  }
}

.services-navigation .services-navigation-arrows li {
  height: 100%;
}

.services-navigation .services-navigation-arrows button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  line-height: 0;
}

.services-navigation .services-navigation-arrows button:hover,
.services-navigation .services-navigation-arrows button:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.services-navigation .services-navigation-arrows button svg {
  width: 24px;
  height: 24px;
}

.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.chips .chip {
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: #0000FF;
  color: white;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {
  .chips .chip {
    padding: 4px 8px;
    font-size: 16px;
  }
}

.casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .casestudy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .casestudy .casestudy-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }

  .casestudy .casestudy-content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2 1;
  }
}

.casestudy .casestudy-image {
  max-width: 375px;
}

.casestudy .casestudy-image img {
  border-radius: 16px;
  width: 100%;
  display: block;
}

.casestudy .casestudy-content h3 {
  color: #0000FF;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  line-height: 1.1;
  font-size: 32px;
}

@media (min-width: 480px) {
  .casestudy .casestudy-content h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .casestudy .casestudy-content h3 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .casestudy .casestudy-content h3 {
    font-size: 32px;
  }
}

.casestudy .casestudy-content h3 span {
  color: #0000FF;
  text-transform: uppercase;
}

.casestudy .casestudy-content p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .casestudy .casestudy-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .casestudy .casestudy-content p {
    font-size: 20px;
  }
}

.logo-inline {
  position: relative;
  display: inline-block;
  line-height: 0.6;
}

.logo-inline .logo-inline-text {
  opacity: 0;
}

.logo-inline svg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: auto;
  z-index: 1;
}

.page-template-template-landingpage .footer {
  background-color: #000099;
}


/*# sourceMappingURL=main.css.map*/