@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  overflow: overlay;
}

html {
  scroll-behavior: smooth;
}

.main {
  position: relative;
  overflow: hidden;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #A3977D;
  -webkit-text-decoration: underline color__cta 0.0625rem;
          text-decoration: underline color__cta 0.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #6A604F;
}

.anchor {
  margin-top: -4.1875rem;
  position: absolute;
}

* :focus-visible {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 0.4375rem;
}

::-webkit-scrollbar-thumb {
  background: #A3977D;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #6A604F;
}

body {
  overflow: overlay;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #A3977D;
}

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

.cc-window {
  border-top: 0.0625rem #e5e5e5 solid !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  padding: 36px 90px !important;
  max-width: unset !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
  bottom: 0 !important;
}
@media (max-width: 48em) {
  .cc-window {
    padding: 2.25rem 5.625rem;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
}
@media (max-width: 425px) {
  .cc-window {
    padding: 2rem 1.5rem !important;
  }
}
.cc-btn {
  padding: 0.3125rem 4.6875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.125rem !important;
  font-family: "Jost", Helvetica, Arial, sans-serif !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-btn:hover {
  background-color: #6A604F !important;
}
.cc-message {
  max-width: 65% !important;
  height: 7.5rem;
}
@media (max-width: 48em) {
  .cc-message {
    max-width: 100% !important;
    height: 10.5rem;
  }
}
@media (max-width: 425px) {
  .cc-message {
    max-width: 100% !important;
    height: 16.75rem;
  }
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.CookieDeclaration {
  display: none !important;
}

#CookieDeclaration, h2, p {
  font-family: "Jost";
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

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

.plyr [hidden] {
  display: none !important;
}

.f-palette {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.f-color {
  -webkit-box-flex: 1;
          flex: 1 1 4em;
  margin: 0 0.25em 1.5em;
}
.f-color svg {
  width: 100%;
  height: 5em;
  border-radius: 0.25rem;
}
.f-color code {
  display: inline-block;
  color: #000;
}
.f-color text {
  font: 0.75em/1em Hack, Consolas, Monaco, monospace;
  font-style: normal;
  text-shadow: 0 0 2px #000;
}

.u-hide {
  display: none;
}

.u-no-bullet {
  list-style-type: none;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-hide-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

.icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor;
}

.icon__sprite svg {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.icon--m {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--l {
  width: 3.75rem;
  height: 3.75rem;
}

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto;
}

body {
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-rendering: auto;
  color: #000;
}

h1,
.h1 {
  font-size: 3.25rem;
  line-height: 1;
  margin: 0 0 0.75rem;
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 0.5625rem;
  font-weight: 500;
}
@media (max-width: 425px) {
  h2,
  .h2 {
    font-size: 2.25rem !important;
  }
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.26;
  margin: 0 0 0.1875rem;
  font-weight: 500;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.125;
  margin: 0 0 0.1875rem;
}

p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.75rem;
  text-rendering: auto;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

ol {
  padding-left: 1.4375rem;
}

ul ul,
ol ol {
  margin-left: 0;
}

hr {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

small {
  color: #6e6e6e;
}

blockquote {
  font-family: inherit;
  font-size: 1.25rem;
  font-style: italic;
  margin: 0 0 0.75rem 0;
}

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 1.125rem;
  background-color: #fff;
  border: 0.0625rem solid #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: #A3977D;
  letter-spacing: 0.0625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn > * {
  pointer-events: none;
}
.btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
  pointer-events: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0.25rem 0 #403036;
}
.btn:active, .btn.btn--active {
  -webkit-transition: none;
  transition: none;
  color: #757575;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}
.btn:disabled {
  color: #9e9e9e;
  cursor: not-allowed;
}
.btn:disabled:hover {
  color: #9e9e9e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.primary {
  color: #fff;
  background-color: #A3977D;
  border-color: #fff;
  padding: 0.75rem 1.5rem;
}
.primary:focus {
  border-color: #fff;
}
.primary:hover {
  color: #fff;
  background-color: #6A604F;
  border: 0.0625rem solid #fff;
}
.primary:active, .primary.btn--active {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.primary:disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.primary:disabled:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}

.secondary {
  color: #000;
  background-color: transparent;
  border-color: #000;
  padding: 0.75rem 1.5rem;
}
.secondary:focus {
  border-color: #403036;
}
.secondary svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.secondary:hover {
  color: #fff;
  background-color: #403036;
  border: 0.0625rem solid #fff;
}
.secondary:hover svg {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.secondary:active, .secondary.btn--active {
  color: #fff;
  background-color: #403036;
  border: 0.0625rem solid #fff;
}
.secondary:disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.secondary:disabled:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}

.btn--icon {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn--icon-left {
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}

.btn--icon-right {
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}

.btn--small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.btn--expanded {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.125rem;
}

legend {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.375rem;
  cursor: pointer;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}

input::-webkit-input-placeholder {
  color: #6e6e6e;
}

input::-moz-placeholder {
  color: #6e6e6e;
}

input:-ms-input-placeholder {
  color: #6e6e6e;
}

input::-ms-input-placeholder {
  color: #6e6e6e;
}

input::placeholder {
  color: #6e6e6e;
}

[type=text],
[type=password],
[type=email],
[type=number],
[type=url],
[type=tel],
[type=time],
[type=date],
[type=datetime],
[type=month],
[type=week],
[type=search],
[type=range],
[type=reset],
textarea {
  display: block;
  width: 100%;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  background-clip: padding-box;
}
[type=text]:focus,
[type=password]:focus,
[type=email]:focus,
[type=number]:focus,
[type=url]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=month]:focus,
[type=week]:focus,
[type=search]:focus,
[type=range]:focus,
[type=reset]:focus,
textarea:focus {
  outline: 0;
  border-color: #acacac;
  box-shadow: 0 0 0.25rem 0 #a3977d;
}
[type=text]:hover,
[type=password]:hover,
[type=email]:hover,
[type=number]:hover,
[type=url]:hover,
[type=tel]:hover,
[type=time]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=month]:hover,
[type=week]:hover,
[type=search]:hover,
[type=range]:hover,
[type=reset]:hover,
textarea:hover {
  border-color: #6A604F;
}
[type=text]:active,
[type=password]:active,
[type=email]:active,
[type=number]:active,
[type=url]:active,
[type=tel]:active,
[type=time]:active,
[type=date]:active,
[type=datetime]:active,
[type=month]:active,
[type=week]:active,
[type=search]:active,
[type=range]:active,
[type=reset]:active,
textarea:active {
  box-shadow: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.75rem;
  padding: 0.5625rem 1.875rem 0.5625rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  border: 0.0625rem solid #acacac;
  border-radius: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}
select option {
  color: #000;
}
select::-ms-expand {
  display: none;
}
select:hover {
  color: #403036;
  cursor: pointer;
}
select:focus {
  outline: 0;
  color: #403036;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%23403036%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23403036%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
}
select:focus::-ms-value {
  color: #403036;
  background-color: transparent;
}

.form--field-error label {
  color: #dc3545;
}
.form--field-error input {
  border-color: #dc3545;
}

.form--field-valid label {
  color: #28a745;
}
.form--field-valid input {
  border-color: #28a745;
}

@media (min-width: 40em) {
  .form--horizontal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem;
  }
  .form--horizontal:after {
    content: " ";
    display: block;
    clear: both;
  }
  .form--horizontal label {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding-top: 0.5625rem;
  }
  .form--horizontal input,
  .form--horizontal select {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.checkbox__input:focus + .checkbox__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.checkbox__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.checkbox__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}
.checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
  top: 0.5625rem;
  left: 0.5625rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.checkbox__input:checked + .checkbox__label, .checkbox__input:checked:hover + .checkbox__label {
  color: #000;
}
.checkbox__input:checked + .checkbox__label::before, .checkbox__input:checked:hover + .checkbox__label::before {
  color: #000;
  border-color: transparent;
  background-color: #403036;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.checkbox__input:checked + .checkbox__label::after, .checkbox__input:checked:hover + .checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 1.0625rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox--alternate .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__label::before {
  border-color: #fff;
  background-color: transparent;
}
.checkbox--alternate .checkbox__label:hover::before {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::before, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::before {
  background-color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::after, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::after {
  border-color: #403036;
}

.lt-ie9 .checkbox__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .checkbox__input + label {
  padding: 0;
}
.lt-ie9 .checkbox__input + label::before, .lt-ie9 .checkbox__input + label::after {
  display: none;
}

.radio {
  display: inline-block;
  position: relative;
}

.radio__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.radio__input:focus + .radio__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.radio__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.radio__label::before, .radio__label::after {
  display: block;
  top: 0.5625rem;
  left: 0.5625rem;
  border-radius: 100%;
}
.radio__label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
}
.radio__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 0.875rem;
  height: 0.875rem;
  left: 0.875rem;
  top: 0.875rem;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.radio__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}

.radio__input:checked + .radio__label, .radio__input:checked:hover + .radio__label {
  color: #000;
}
.radio__input:checked + .radio__label::before, .radio__input:checked:hover + .radio__label::before {
  color: #000;
  border-color: currentColor;
}
.radio__input:checked + .radio__label::after, .radio__input:checked:hover + .radio__label::after {
  background-color: #403036;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.radio--alternate .radio__label {
  color: #fff;
}
.radio--alternate .radio__label::before {
  border-color: #fff;
  background-color: transparent;
}
.radio--alternate .radio__label:hover::before {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label, .radio--alternate .radio__input:checked:hover + .radio__label {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::before, .radio--alternate .radio__input:checked:hover + .radio__label::before {
  background-color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::after, .radio--alternate .radio__input:checked:hover + .radio__label::after {
  border-color: #403036;
}

.lt-ie9 .radio__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .radio__input + label {
  padding: 0;
}
.lt-ie9 .radio__input + label i {
  display: none;
}

.table-wrapper {
  margin: 1.5rem 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-spacing: 0;
}

thead {
  color: #fff;
  text-align: left;
}

th {
  background-color: #381c2e;
}

td,
th {
  min-width: 6.25rem;
  padding: 0.5rem;
  border-right: 0.125rem solid #6e6e6e;
}
td:last-child,
th:last-child {
  border-right: 0;
}

tbody tr {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
  color: #6e6e6e;
}
tbody tr:hover {
  background-color: #6A604F;
  color: #000;
}

@media (min-width: 50em) {
  .table-wrapper {
    overflow-x: hidden;
  }
}
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.image img {
  margin-bottom: 0.75rem;
}

.image__caption {
  color: #000;
  padding: 0 space(1);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

@media (min-width: 50em) {
  .image img {
    margin-bottom: 1.5rem;
  }
}
.switch {
  display: inline-block;
  position: relative;
  margin-bottom: 1.125rem;
  cursor: pointer;
  height: 2.5rem;
  width: 5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__label {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  background: #acacac;
  border-radius: 2.5rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.switch__label::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2.5rem;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.switch__input {
  display: none;
}

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

.switch__active,
.switch__inactive {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch__active {
  display: none;
  left: 15%;
}

.switch__inactive {
  right: 15%;
}

.switch:hover .switch__label {
  background: #6e6e6e;
}

.switch__input:checked + .switch__label {
  background: #403036;
}
.switch__input:checked + .switch__label::after {
  left: 2.75rem;
}
.switch__input:checked + .switch__label .switch__inactive {
  display: none;
}
.switch__input:checked + .switch__label .switch__active {
  display: inline;
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.75rem 0 1.125rem;
}
.button-group > .btn {
  position: relative;
  float: left;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
}
.button-group > .btn:last-child {
  margin-right: 0;
}

.input-addon {
  display: -webkit-box;
  display: flex;
}
.input-addon__field {
  -webkit-box-flex: 1;
          flex: 1;
}
.input-addon__item {
  margin-bottom: 0;
}

.input-addon--overlay {
  position: relative;
}
.input-addon--overlay .input-addon__input {
  padding-right: 3.125rem;
}
.input-addon--overlay .input-addon__item {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.input-addon--overlay .input-addon__item, .input-addon--overlay .input-addon__item:hover, .input-addon--overlay .input-addon__item:active {
  background-color: transparent;
}
.input-addon--overlay .input-addon__item:hover {
  color: #6e6e6e;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.main-nav__link {
  display: block;
  padding: 0.6875rem 1.125rem;
  color: #acacac;
  font-size: 1.125rem;
  line-height: 1.33;
}
.main-nav__link:hover, .main-nav__link:focus, .main-nav__link.main-nav--active {
  color: #fff;
  background-color: #403036;
}

.dropdown {
  position: relative;
  margin: 0 0 1.125rem;
}
.dropdown .btn {
  margin-bottom: 0;
}

.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.375rem 0;
  margin: 0.125rem 0 0;
  list-style: none;
  background-color: #fff;
  border: 0.0625rem solid #acacac;
}
.dropdown__menu a {
  display: block;
  padding: 0.3125rem 0.75rem;
  white-space: nowrap;
}

.dropdown--open .dropdown__menu {
  display: block;
}

.tab__nav {
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #A3977D;
}

.tab__nav-item {
  display: block;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.tab__link {
  display: block;
  background-color: #fff;
  color: #A3977D;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.tab__link:hover {
  background-color: #6A604F;
  color: #fff;
}
.tab__link:active, .tab__link.tab--active {
  background-color: #A3977D;
  color: #fff;
}

.tab__panel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tab__panel:focus {
  outline: none;
}
.tab__panel.tab--active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumb {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb__item {
  display: inline-block;
  padding: 0.5rem 0;
}
.breadcrumb__item a {
  display: inline-block;
  color: #6e6e6e;
}
.breadcrumb__item a:hover {
  color: #000;
}
.breadcrumb__item::after {
  content: "|";
  margin: 0 0.75rem;
  color: #6e6e6e;
}
.breadcrumb__item:last-child::after {
  content: "";
  display: none;
}
.breadcrumb__item:last-child a {
  color: #403036;
}

.breadcrumb__item--active {
  color: #403036;
}

@media (min-width: 50em) {
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.topbar__mobile-menu {
  display: block;
  background-color: #f0f0f0;
  color: #6e6e6e;
  border: 0;
  padding: 0.4375rem 0.625rem 0.375rem;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
.topbar__mobile-menu:hover {
  color: #6e6e6e;
}

.topbar__list,
.topbar__sub-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar__item {
  background-color: #f0f0f0;
  display: block;
}

.topbar__link {
  border-bottom: 0.0625rem solid #acacac;
  display: block;
  padding: 0.75rem;
  color: #6e6e6e;
}
.topbar__link:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #fff;
}

.topbar__sub-list {
  padding: 0;
  background-color: #fff;
}

.topbar__sub {
  display: block;
}
.topbar__sub .topbar__link {
  background-color: #fff;
  border-color: #fff;
  color: #6e6e6e;
  padding-left: 1.875rem;
}
.topbar__sub .topbar__link:hover {
  color: #000;
}

.topbar--active {
  background-color: #f0f0f0;
  color: #403036;
}
.topbar--active:hover {
  background-color: #fff;
}

.topbar--open .topbar__list {
  display: block;
}

.topbar__sub-list--open {
  display: block;
}

@media (min-width: 50em) {
  .topbar {
    font-size: 1.125rem;
  }
  .topbar__mobile-menu {
    display: none;
  }
  .topbar__list, .topbar--open .topbar__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .topbar__item {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    position: relative;
  }
  .topbar__item:not(:last-child) {
    border-right: 0.0625rem solid #acacac;
  }
  .topbar__link {
    padding: 0.6875rem 1.125rem;
    text-align: center;
  }
  .topbar__sub-list {
    border: 0.0625rem solid #acacac;
    border-top-width: 0;
    left: -0.0625rem;
    min-width: 14.375rem;
    position: absolute;
  }
  .topbar__item:last-child .topbar__sub-list {
    left: auto;
    right: 0;
  }
  .topbar__sub-item a {
    padding: 0.6875rem 1.125rem;
  }
}
.accordion {
  display: block;
  margin: 0;
  padding: 0;
}

.accordion__item {
  display: block;
  border-top: 0.125rem solid #381c2e;
}

.accordion__title {
  display: block;
  min-height: 4.125rem;
  margin: 0;
  padding: 0.9375rem 3.125rem 0.9375rem 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  cursor: pointer;
  color: #000;
}
.accordion__title::before, .accordion__title::after {
  content: "";
  display: block;
  position: absolute;
}
.accordion__title::before {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.8125rem;
  right: 0;
  border: 0.0625rem solid #acacac;
  border-radius: 100%;
}
.accordion__title::after {
  height: 0;
  width: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.3125rem solid currentColor;
  top: 1.9375rem;
  right: 0.9375rem;
}
.accordion__title:hover {
  color: #acacac;
}

.accordion__content {
  display: none;
}

.accordion--open .accordion__title {
  color: #403036;
}
.accordion--open .accordion__title::after {
  height: 0;
  width: 0;
  border-bottom: 0.3125rem solid currentColor;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  top: 1.875rem;
  border-top: 0;
}
.accordion--open .accordion__content {
  display: block;
}

.no-js .accordion__content {
  display: block;
}

@media (min-width: 50em) {
  .accordion__title {
    min-height: 4.375rem;
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .accordion__title::before {
    top: 0.9375rem;
  }
  .accordion__title::after {
    top: 2.0625rem;
  }
  .accordion--open .accordion__title::after {
    top: 2rem;
  }
}
.embed iframe {
  border: none;
}

.content--lead {
  font-size: 1.1875rem;
}

@media (min-width: 40em) {
  .content--lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 50em) {
  .content {
    max-width: 48.75rem;
  }
  .content--lead {
    font-size: 1.5rem;
  }
}
.hero {
  position: relative;
  height: 88vh;
  overflow: hidden;
  margin-bottom: 3.9375rem;
}
.hero__wrapper {
  position: absolute;
}
@media (max-width: 425px) {
  .hero__wrapper {
    width: 100%;
    height: 100%;
  }
}
.hero__stoerer {
  position: absolute;
  width: 14.0625rem;
  height: 14.0625rem;
  right: 4.5625rem;
  bottom: 4.1875rem;
  background: linear-gradient(45deg, rgb(159, 110, 85) 0%, rgb(177, 137, 115) 47%, rgb(124, 93, 70) 100%);
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 425px) {
  .hero__stoerer {
    width: 11.25rem;
    height: 11.25rem;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.25rem;
  }
}
.hero__background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 95%;
  height: 100vh;
}
@media (max-width: 425px) {
  .hero__background {
    width: 100%;
  }
}
.hero__background img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.hero__logo {
  position: absolute;
  top: 4rem;
  left: 6.25rem;
  width: 11.5625rem;
  height: 10.625rem;
}
@media (max-width: 425px) {
  .hero__logo {
    margin-left: 50%;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
.hero__logo svg {
  width: 13.125rem;
  height: 14.375rem;
}
@media (max-width: 425px) {
  .hero__logo svg {
    width: 14.375rem;
    height: 9.1875rem;
  }
}
.hero__content {
  z-index: 2;
  position: absolute;
  top: 51vh;
  left: 7.8125rem;
  width: 18.75rem;
}
@media (max-width: 425px) {
  .hero__content {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20%;
    top: unset;
    left: 50%;
  }
}
.hero__content h1 {
  color: #fff;
  font-family: proforma, serif;
  font-weight: 400;
  font-size: 2.9375rem;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 425px) {
  .hero__content h1 {
    display: none;
  }
}
.hero__content a {
  position: absolute;
  width: 70%;
  margin-top: 0.5rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero__triangles span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.hero__triangles span:nth-child(1) {
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  top: 0;
  border-width: 0 10vw 130vh 25vw;
  border-color: transparent #403036 #403036 transparent;
  -webkit-animation: intro1 1.2s ease;
          animation: intro1 1.2s ease;
}
@media (max-width: 425px) {
  .hero__triangles span:nth-child(1) {
    -webkit-animation: intro1Mobile 1.2s ease !important;
            animation: intro1Mobile 1.2s ease !important;
    border-width: 0 0vw 45vh 60vw;
  }
}
.hero__triangles span:nth-child(2) {
  left: 0;
  top: 0;
  border-width: 0 36vw 145vh 27vw;
  border-color: transparent transparent #403036 transparent;
  opacity: 0.75;
  -webkit-animation: intro2 1s 0.1s ease;
          animation: intro2 1s 0.1s ease;
}
@media (max-width: 425px) {
  .hero__triangles span:nth-child(2) {
    display: none;
  }
}

@-webkit-keyframes intro1 {
  0% {
    border-width: 0 0vw 130vh 25vw;
  }
  100% {
    border-width: 0 10vw 130vh 25vw;
  }
}

@keyframes intro1 {
  0% {
    border-width: 0 0vw 130vh 25vw;
  }
  100% {
    border-width: 0 10vw 130vh 25vw;
  }
}
@-webkit-keyframes intro2 {
  0% {
    border-width: 0 36vw 145vh 7vw;
  }
  100% {
    border-width: 0 36vw 145vh 27vw;
  }
}
@keyframes intro2 {
  0% {
    border-width: 0 36vw 145vh 7vw;
  }
  100% {
    border-width: 0 36vw 145vh 27vw;
  }
}
@-webkit-keyframes intro1Mobile {
  0% {
    border-width: 0 0vw 5vh 60vw;
  }
  100% {
    border-width: 0 0vw 45vh 60vw;
  }
}
@keyframes intro1Mobile {
  0% {
    border-width: 0 0vw 5vh 60vw;
  }
  100% {
    border-width: 0 0vw 45vh 60vw;
  }
}
#slider {
  height: 100%;
}

.swiperHero {
  height: 100%;
}

.hero__stoerer--text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
}
.hero__stoerer--text p {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  line-height: 1;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.iframe:after {
  content: " ";
  display: block;
  clear: both;
}
.iframe__inner {
  padding: 7.5625rem 10.9375rem;
}
@media (max-width: 425px) {
  .iframe__inner {
    padding: 2rem 1.5rem;
  }
}
.iframe__inner h2 {
  font-size: 4rem;
  text-align: center;
  font-family: proforma, "serif";
}
@media (max-width: 425px) {
  .iframe__inner h2 {
    text-align: left;
  }
}
.iframe__mobileIframe {
  display: none;
  object-fit: contain;
}
@media (max-width: 425px) {
  .iframe__mobileIframe {
    display: unset;
  }
}
@media (max-width: 425px) {
  .iframe__iframe {
    display: none;
  }
}

.lead__inner {
  position: relative;
  padding: 7.5625rem 4rem;
}
@media (max-width: 425px) {
  .lead__inner {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
.lead__content {
  width: 66.1016949153%;
  margin-left: auto;
  max-width: 53rem;
  margin-right: auto;
}
@media (max-width: 425px) {
  .lead__content {
    width: 100%;
  }
}
.lead__content h2 {
  font-size: 4rem;
  font-family: proforma, serif;
  text-align: center;
}
@media (max-width: 425px) {
  .lead__content h2 {
    font-size: 2.25rem;
    text-align: left;
  }
}
.lead__content p {
  font-size: 1.625rem;
  font-family: proforma, serif;
  font-weight: 400;
}
@media (max-width: 48em) {
  .lead__content p {
    font-size: 1.3125rem;
  }
}
.lead__buttons {
  display: -webkit-box;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 425px) {
  .lead__buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.lead__buttons--primary {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 425px) {
  .lead__buttons--primary {
    margin-left: 0;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}

.textblock__inner {
  position: relative;
  padding: 7.5625rem 4rem;
}
@media (max-width: 425px) {
  .textblock__inner {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
.textblock__content {
  width: 66.1016949153%;
  margin-left: auto;
  max-width: 53rem;
  margin-right: auto;
}
@media (max-width: 425px) {
  .textblock__content {
    width: 100%;
  }
}
.textblock__content h2 {
  font-size: 3rem;
  font-family: proforma, serif;
  text-align: center;
}
@media (max-width: 425px) {
  .textblock__content h2 {
    font-size: 2.25rem;
    text-align: left;
  }
}
.textblock__buttons {
  display: -webkit-box;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 425px) {
  .textblock__buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.textblock__buttons--primary {
  margin-top: 4rem;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 425px) {
  .textblock__buttons--primary {
    margin-left: 0;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
  }
}

.slider {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.slider:after {
  content: " ";
  display: block;
  clear: both;
}
.slider__inner {
  padding: 7.5625rem 4rem;
  position: relative;
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .slider__inner {
    padding: 4rem 4rem;
  }
}
@media (max-width: 425px) {
  .slider__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.slider__inner h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4rem;
  text-align: center;
  font-family: proforma, "serif";
}
@media (max-width: 425px) {
  .slider__inner h2 {
    text-align: left;
  }
}
.slider__slider {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  margin-top: 4rem;
}
@media (max-width: 48em) {
  .slider__slider {
    width: 100%;
    height: 20rem;
    margin-left: 0;
  }
}
.slider__slide {
  position: relative;
  display: grid;
  height: 37.5rem;
}
@media (max-width: 425px) {
  .slider__slide {
    height: 16.6875rem;
  }
}
.slider__slide__img {
  width: 100%;
  height: 29.125rem;
  z-index: -1;
}
@media (max-width: 425px) {
  .slider__slide__img {
    width: 19.5rem;
    height: 12.625rem;
    width: 100%;
  }
}
.slider__slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__slide__pagination .swiper-pagination-bullet-active {
  background-color: #6A604F !important;
}
.slider__slide__pagination .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  background-color: #fff;
  border: 0.0625rem solid #6A604F;
  border-radius: 100%;
  opacity: 1;
}

.slider-button-prev {
  position: absolute;
  left: 4rem;
  top: 53%;
  z-index: 90;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.625rem;
}
.slider-button-prev:active {
  opacity: 0.8;
}
.slider-button-prev:hover {
  opacity: 0.8;
}
@media (max-width: 425px) {
  .slider-button-prev {
    display: none;
  }
}

.slider-button-next {
  position: absolute;
  right: 4rem;
  top: 53%;
  z-index: 90;
  cursor: pointer;
  padding: 0.625rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-button-next:active {
  opacity: 0.8;
}
.slider-button-next:hover {
  opacity: 0.8;
}
@media (max-width: 425px) {
  .slider-button-next {
    display: none;
  }
}

.download {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.download:after {
  content: " ";
  display: block;
  clear: both;
}
.download__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5625rem 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .download__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 425px) {
  .download__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.download__inner h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: proforma, serif;
  text-align: center;
  margin-bottom: 7.6875rem;
}
@media (max-width: 425px) {
  .download__inner h2 {
    margin-bottom: 5rem;
    text-align: left;
  }
}
.download__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 12rem;
}
@media (max-width: 425px) {
  .download__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.download__img {
  width: 40.6779661017%;
  height: 20rem;
  object-fit: cover;
}
@media (max-width: 425px) {
  .download__img {
    width: 100%;
    height: 13.0625rem;
  }
}
.download__table {
  width: 57.6271186441%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 425px) {
  .download__table {
    width: 100%;
    margin: 2rem 0;
  }
}
.download__table__title {
  display: -webkit-box;
  display: flex;
  padding: 1.3125rem 1.625rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background-color: #7D756D;
  color: #fff;
}
.download__table__title li:nth-child(1) {
  width: 7.1875rem;
}
@media (max-width: 425px) {
  .download__table__title li:nth-child(1) {
    width: 5.625rem;
  }
}
@media (max-width: 425px) {
  .download__table__title li:nth-child(2) {
    width: 7.8125rem;
  }
}
.download__table__title li:nth-child(3) {
  width: 20rem;
}
@media (max-width: 425px) {
  .download__table__title li:nth-child(3) {
    width: 9.6875rem;
  }
}
.download__table--a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 3.875rem;
}
@media (max-width: 425px) {
  .download__table--a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.download__table--a a {
  width: 45%;
}
@media (max-width: 425px) {
  .download__table--a a {
    width: 100%;
  }
}
.download__table__row {
  display: -webkit-box;
  display: flex;
  padding: 1.3125rem 1.625rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid #A3977D;
}
.download__table__row li:nth-child(1) {
  width: 7.1875rem;
}
.download__table__row svg {
  width: 1.4375rem;
  height: 1.25rem;
}
.download__table__tag {
  position: absolute;
  top: -4rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem solid #A3977D;
  width: 40%;
}
@media (max-width: 425px) {
  .download__table__tag {
    top: -18.125rem;
  }
}
.download__table li {
  list-style: none;
  width: 10rem;
}
.download__table li:nth-child(4) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 425px) {
  .download__table li:nth-child(4) {
    width: 1.5rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form {
  background-color: #403036;
  color: #fff;
  position: relative;
}
.form__inner {
  padding: 7.5625rem 4rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 425px) {
  .form__inner {
    padding: 2rem 1.5rem;
  }
}
.form__message {
  color: #fff;
  font-size: 3.125rem;
  background-color: #403036;
  position: absolute;
  top: 7.5625rem;
  margin-left: 16.9491525424%;
  padding: 0 50% 5% 0;
  font-family: proforma, serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .form__message {
    width: 100%;
    margin-left: 0;
  }
}
.form__form {
  width: 66.1016949153%;
  margin-left: 16.9491525424%;
  z-index: 2;
}
@media (max-width: 48em) {
  .form__form {
    width: 100%;
    margin-left: 0;
  }
}
.form__checkboxWrapper {
  display: -webkit-box;
  display: flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 425px) {
  .form__checkboxWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.form__content {
  width: 66.1016949153%;
  margin-left: 16.9491525424%;
}
@media (max-width: 48em) {
  .form__content {
    width: 100%;
    margin-left: 0;
  }
}
.form__content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.3125rem;
  font-size: 4rem;
  text-align: center;
  font-family: proforma, "serif";
  color: #fff;
}
.form__content--p {
  font-size: 1.625rem;
  font-family: proforma, "serif";
}
.form__content--text  {
  font-size: 1.25rem;
}
.form__content--text  p {
  font-size: 1.25rem;
}
.form__content a {
  margin: 2rem 0 5rem 50%;
  width: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 425px) {
  .form__content a {
    width: 55%;
  }
}
.form__triangles__rect1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 425px) {
  .form__triangles__rect1 {
    display: none;
  }
}
.form__triangles__rect2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 425px) {
  .form__triangles__rect2 {
    display: none;
  }
}
.form__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem;
  z-index: 1;
}
.form__send {
  position: absolute;
  left: 50%;
  top: 110%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
}
@media (max-width: 425px) {
  .form__send {
    width: 80%;
    position: unset;
    margin-top: 2rem;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
.form__wrapper {
  margin-top: 2rem;
}
.form__wrapper--terms {
  margin-left: 2rem;
  color: #fff;
}
.form__checkmark {
  position: absolute;
  height: 1.1875rem;
  width: 1.1875rem;
  border: solid 0.0625rem #fff;
}
.form input:checked ~ div {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 0.75rem;
  width: 0.375rem;
  border-bottom: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  margin-left: 0.4375rem;
  margin-top: 0.125rem;
}
.form__inputField {
  margin-top: 1.0625rem;
}
.form__radiolabel {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin-right: 25%;
  margin-bottom: 1.5rem;
}
.form__radio {
  width: 130%;
  position: relative;
}
.form__radio input {
  width: 1.5625rem;
  height: 1.5625rem;
  z-index: 3;
}
.form__radio label {
  margin: 0.125rem 0 0 1.5625rem;
  font-size: 1.125rem;
}
.form__radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form__radio .checkmark:after {
  top: 0rem;
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #A3977D;
}
.form__radio input:checked ~ .checkmark:after {
  display: block;
}
.form__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form__radio .checkmark {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  height: 1.25rem;
  width: 1.25rem;
  border: #fff 0.125rem solid;
  border-radius: 50%;
}
.form__input {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 4rem;
  background: transparent;
  border: none;
  border-bottom: 0.0625rem solid #BEB9B2;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0 !important;
}
.form__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.form__input__textarea {
  max-height: 12.5rem;
  min-height: 4rem;
  padding-top: 0.9375rem;
}
.form__label {
  position: absolute;
  margin-top: -3.125rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}
.form input:focus + label {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.form input:not(:placeholder-shown) + label {
  font-size: 1rem;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  color: #fff;
}
.form input[type=text]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
}
.form input[type=email]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
}
.form textarea + label {
  position: absolute;
  top: 4.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form textarea:focus + label {
  color: #fff;
  font-size: 1rem;
  top: 2.5rem;
}
.form textarea:not(:placeholder-shown) + label {
  font-size: 1rem;
  top: 2.5rem;
  color: #fff;
}
.form textarea[type=text]:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
}
.form__inputWrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.form__inputField {
  width: 100%;
  position: relative;
}
.form__inputField--50 {
  width: 48%;
}
.form__inputField--25 {
  width: 53%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.875rem;
}
@media (max-width: 425px) {
  .form__inputField--25 {
    width: 100%;
  }
}

.hideForm {
  visibility: hidden;
}

.two-column {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.two-column:after {
  content: " ";
  display: block;
  clear: both;
}
.two-column__inner {
  padding: 7.5625rem 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .two-column__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 425px) {
  .two-column__inner {
    padding: 2rem 1.5rem;
  }
}
.two-column__container {
  display: -webkit-box;
  display: flex;
  width: 83.0508474576%;
  margin-left: 8.4745762712%;
  position: relative;
  overflow: hidden;
  margin: 4rem;
}
@media (max-width: 64em) {
  .two-column__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}
.two-column__intro {
  width: 66.1016949153%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 425px) {
  .two-column__intro {
    width: 100%;
  }
}
.two-column__intro h3 {
  font-size: 4rem;
  text-align: center;
  font-family: proforma, "serif";
}
@media (max-width: 425px) {
  .two-column__intro h3 {
    text-align: left;
    font-size: 2.25rem;
  }
}
.two-column__map {
  width: 57.6271186441%;
  max-height: 26.0625rem;
}
.two-column__map__options {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none rgb(255, 255, 255);
  border: 0px;
  margin: 10px;
  padding: 0px;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 0px;
  width: 40px;
  overflow: hidden;
  top: 45px;
  right: 0px;
}
@media (max-width: 64em) {
  .two-column__map__options {
    top: unset !important;
    bottom: 9.375rem;
  }
}
.two-column__map__share {
  margin-top: 2.8125rem;
  box-shadow: none !important;
}
@media (max-width: 64em) {
  .two-column__map__share {
    top: 10px !important;
  }
}
.two-column__map__home {
  box-shadow: none !important;
}
@media (max-width: 64em) {
  .two-column__map__home {
    top: 10px !important;
  }
}
.two-column__map__home::after {
  content: "";
  display: block;
  border-bottom: 0.0625rem rgba(102, 102, 102, 0.168627451) solid;
  width: 70%;
  margin-left: 15%;
  margin-top: 0.8125rem;
}
.two-column__map__more {
  margin: 10px;
  z-index: 4 !important;
  box-shadow: rgba(0, 0, 0, 0.301) 0px 1px 0px -1px !important;
}
@media (max-width: 64em) {
  .two-column__map__more {
    top: unset !important;
    bottom: 9.375rem;
  }
}
.two-column__map__buttons {
  background: none rgb(255, 255, 255);
  border: 0px;
  padding: 0px;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.301) 0px 1px 4px -1px;
  overflow: hidden;
  top: 45px;
  right: 0px;
}
.two-column__map__buttons svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
@media (max-width: 64em) {
  .two-column__map {
    width: 100%;
    height: 21.875rem;
    margin-bottom: 4rem;
  }
}
.two-column__content {
  width: 42.3728813559%;
  padding: 0 1.9375rem 0 0;
}
@media (max-width: 64em) {
  .two-column__content {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.two-column__content h3 {
  font-size: 1.75rem;
  margin-bottom: 1.9375rem;
}
.two-column__content ul {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0;
  margin-bottom: unset;
}
.two-column__content li {
  font-weight: 300;
  font-size: 1.125rem;
}
.two-column__content--wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.5rem;
  border-top: #000 0.0625rem solid;
  padding-top: 0.3125rem;
}
.two-column__content div:first-child {
  border-top: transparent;
}
.two-column__content div:first-child li {
  font-weight: bold;
}
.two-column__content--first {
  width: 50%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.two-column__content--align {
  text-align: right;
  width: 25%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.optionsOpen {
  height: 8.4375rem;
}

.gm-bundled-control-on-bottom > :first-child {
  margin-top: 6.25rem;
}
@media (max-width: 425px) {
  .gm-bundled-control-on-bottom > :first-child {
    margin-top: 1.6875rem;
  }
}

.copyLinkToast {
  position: absolute;
  bottom: -2.8125rem;
  right: 23%;
  background: none rgb(255, 255, 255);
  border: 0px;
  padding: 0.75rem;
  text-transform: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.301) 0px 1px 4px -1px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 64em) {
  .copyLinkToast {
    right: 38%;
  }
}
@media (max-width: 425px) {
  .copyLinkToast {
    right: 35%;
  }
}

.copyLinkToastOpen {
  bottom: 0.625rem;
}

.legal__title {
  margin-bottom: 4rem;
  background-color: #fff;
  padding: 8.375rem 8.375rem 0 8.375rem;
}
@media (max-width: 425px) {
  .legal__title {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.legal__title h1 {
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.legal__wrapper {
  background-color: #f0f0f0;
  padding: 6.875rem 8.375rem;
}
@media (max-width: 425px) {
  .legal__wrapper {
    padding: 2rem 1.5rem;
  }
}
.legal__wrapper a {
  margin-bottom: 4.6875rem;
}
.legal__wrapper a svg {
  height: 1.0625rem !important;
  margin-right: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.legal__wrapper a:hover svg {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.legal__content {
  width: 57.6271186441%;
  margin-bottom: 4rem;
}
@media (max-width: 425px) {
  .legal__content {
    width: 100%;
    margin-bottom: 0;
  }
}
.legal__content h2 {
  margin-bottom: 2rem;
}
.legal__content h3 {
  margin-bottom: 1rem;
  font-size: 1.3125rem;
}
.legal__content p {
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.legal__content ol {
  font-weight: 300;
  line-height: 1.5;
}

.cards {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.cards:after {
  content: " ";
  display: block;
  clear: both;
}
.cards__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .cards__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 425px) {
  .cards__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.cards__wrapper {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 425px) {
  .cards__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.cards__cards {
  width: 33%;
}
@media (max-width: 425px) {
  .cards__cards {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cards__cards:nth-child(2n+2) {
  margin: 0 2.5625rem;
}
@media (max-width: 425px) {
  .cards__cards:nth-child(2n+2) {
    margin: unset;
  }
}
.cards__cards h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.3125rem;
  font-size: 1.75rem;
}
@media (max-width: 425px) {
  .cards__cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.wohnungteaser {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.wohnungteaser:after {
  content: " ";
  display: block;
  clear: both;
}
.wohnungteaser__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5625rem 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .wohnungteaser__inner {
    padding: 0rem 4rem 0rem 4rem;
  }
}
@media (max-width: 425px) {
  .wohnungteaser__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.wohnungteaser__inner h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4rem;
  text-align: center;
  font-family: proforma, "serif";
}
@media (max-width: 425px) {
  .wohnungteaser__inner h2 {
    text-align: left;
  }
}
.wohnungteaser__paragraph {
  width: 83.0508474576%;
  margin: 2rem auto 4rem auto;
}
@media (max-width: 425px) {
  .wohnungteaser__paragraph {
    width: 100%;
  }
}
.wohnungteaser__paragraph p {
  font-family: proforma, "serif";
  font-size: 1.625rem;
}
.wohnungteaser__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 425px) {
  .wohnungteaser__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.wohnungteaser__img {
  width: 40.6779661017%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .wohnungteaser__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.wohnungteaser__content {
  width: 57.6271186441%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 425px) {
  .wohnungteaser__content {
    width: 100%;
  }
}
.wohnungteaser__content--a {
  width: 50%;
  align-self: center;
  margin-top: 2rem;
}
.wohnungteaser__content__tag {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem solid #A3977D;
  font-weight: 500;
  width: 40%;
  margin-bottom: 0.75rem;
}
.wohnungteaser__content p {
  margin-bottom: 2rem;
}

.loginpage__inner {
  padding: 5rem 4.125rem;
  position: relative;
  height: 100vh;
  background-color: #403036;
}
@media (max-width: 48em) {
  .loginpage__inner {
    padding: 2rem 1.5rem;
  }
}
.loginpage__logo {
  display: -webkit-box;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.5rem;
  position: absolute;
}
.loginpage__logo svg {
  width: 100%;
  height: 100%;
}
.loginpage input[type=password]:not(:placeholder-shown) ~ ul {
  opacity: 0;
}
.loginpage__form {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  padding: 3.875rem 0 0 3.875rem;
}
@media (max-width: 48em) {
  .loginpage__form {
    padding: 1.5rem 1.5rem;
    width: 87%;
  }
}
.loginpage__form label {
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loginpage__form__input {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.loginpage__form__input input {
  border: 0;
  padding: 1rem;
  font-size: 1.5rem;
}
.loginpage__form__input input:focus {
  outline: none !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}
.loginpage__form__input input:focus + button {
  opacity: 1;
  margin-left: -5%;
}
.loginpage__form__input input:focus ~ ul {
  opacity: 0;
}
.loginpage__form__input button {
  padding: 0;
  background: 0;
  opacity: 0;
  border: 0;
  margin-left: -8%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.errors {
  padding: 0;
  padding-left: 1rem;
  margin: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 1.125rem;
  pointer-events: none;
}
.errors li {
  list-style: none;
  color: #b40314;
}

.teaser {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.teaser:after {
  content: " ";
  display: block;
  clear: both;
}
.teaser__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5625rem 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .teaser__inner {
    padding: 0rem 4rem 0rem 4rem;
  }
}
@media (max-width: 48em) {
  .teaser__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.teaser__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 48em) {
  .teaser__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.teaser__img {
  width: 40.6779661017%;
  object-fit: cover;
}
@media (max-width: 48em) {
  .teaser__img {
    width: 100%;
    height: 13rem;
  }
}
.teaser__content {
  width: 57.6271186441%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 48em) {
  .teaser__content {
    width: 100%;
  }
}
.teaser__content h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: proforma, serif;
}
@media (max-width: 48em) {
  .teaser__content h2 {
    margin-top: 2rem;
  }
}
.teaser__content--a {
  width: 50%;
  align-self: center;
  margin-top: 2rem;
}
@media (max-width: 48em) {
  .teaser__content--a {
    width: 100%;
  }
}
.teaser__content__tag {
  position: absolute;
  top: -4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem solid #A3977D;
  width: 40%;
}
@media (max-width: 48em) {
  .teaser__content__tag {
    top: -16.25rem;
    width: 60%;
  }
}

.popup {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.popup__inner {
  background-color: rgba(64, 48, 54, 0.856);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.popup__closePopup {
  position: absolute;
  top: -5.3125rem;
  right: 5.3125rem;
  width: 5.125rem;
  height: 5.125rem;
  cursor: pointer;
  padding: 2rem;
}
@media (max-width: 48em) {
  .popup__closePopup {
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.125rem;
  }
}
.popup__closePopup svg {
  fill: #fff;
  height: 100%;
  width: 100%;
}
.popup__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  width: 83.0508474576%;
}
.popup__wrapper h2 {
  color: #fff;
  font-family: proforma, serif;
  margin-bottom: 3rem;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  align-self: center;
}
.popup__wrapper a:last-child {
  margin-left: 5.5625rem;
}
@media (max-width: 48em) {
  .popup__wrapper a:last-child {
    margin-left: 0;
  }
}

.openPopup {
  opacity: 1;
  pointer-events: unset;
}

.mapteaser {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.mapteaser:after {
  content: " ";
  display: block;
  clear: both;
}
.mapteaser__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5625rem 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .mapteaser__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 48em) {
  .mapteaser__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.mapteaser__inner h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: proforma, serif;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 48em) {
  .mapteaser__inner h2 {
    text-align: left;
  }
}
.mapteaser__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 48em) {
  .mapteaser__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.mapteaser__gmap {
  width: 49.1525423729%;
  height: 20rem;
}
@media (max-width: 48em) {
  .mapteaser__gmap {
    height: 13rem;
    width: 100%;
  }
}
.mapteaser__content {
  width: 49.1525423729%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 48em) {
  .mapteaser__content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.mapteaser__content--a {
  width: 50%;
  align-self: center;
  margin-top: 2rem;
}
@media (max-width: 48em) {
  .mapteaser__content--a {
    width: 100%;
  }
}
.mapteaser__content__tag {
  position: absolute;
  top: -4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem solid #A3977D;
  width: 40%;
}

.notfound__inner {
  min-height: 66vh;
}
.notfound__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 11.25rem;
}
@media (max-width: 425px) {
  .notfound__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 5.625rem;
  }
}
.notfound__img {
  width: 33.8983050847%;
  -webkit-animation: fadeIn2 1.5s ease;
          animation: fadeIn2 1.5s ease;
}
@media (max-width: 425px) {
  .notfound__img {
    width: 80%;
    padding: 0 1.5rem;
  }
}
.notfound__triangles__rect1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: fadeIn 2.5s ease alternate;
          animation: fadeIn 2.5s ease alternate;
}
@media (max-width: 425px) {
  .notfound__triangles__rect1 {
    display: none;
  }
}
.notfound__triangles__rect2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: fadeIn2 1.5s ease;
          animation: fadeIn2 1.5s ease;
}
@media (max-width: 425px) {
  .notfound__triangles__rect2 {
    display: none;
  }
}
.notfound__text {
  width: 32.2033898305%;
  display: -webkit-box;
  display: flex;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 425px) {
  .notfound__text {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.notfound__text h2 {
  color: #000;
  margin-bottom: 2.1875rem;
}
.notfound__text p {
  color: #000;
}
.notfound__text__button {
  margin-top: 3.125rem;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  border-top: 0.0625rem solid #A3977D;
}
.footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer__top {
  height: 5.75rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  background-color: #403036;
  padding: 1.625rem 4rem;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media (max-width: 64em) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 3.5rem 1.5rem;
    height: 15.625rem;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.footer__top__webcam {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  position: absolute;
}
.footer__top__logo {
  width: 7.5625rem;
  height: 2.5rem;
  margin-right: 8.4745762712%;
}
@media (max-width: 64em) {
  .footer__top__logo {
    margin-bottom: 2rem;
  }
}
.footer__top__logo svg {
  width: 7.5625rem;
  height: 2.5rem;
}
.footer__top__details {
  margin-right: 3.75rem;
}
@media (max-width: 425px) {
  .footer__top__details {
    margin-bottom: 1.4375rem;
  }
}
.footer__top__info {
  margin-right: 15.2542372881%;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 64em) {
  .footer__top__info {
    margin-top: 1.4375rem;
  }
}
@media (max-width: 425px) {
  .footer__top__info {
    margin-bottom: 1.4375rem;
    margin-top: 0rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.footer__top__info--mail {
  margin-right: 1.875rem;
}
@media (max-width: 425px) {
  .footer__top__info--mail {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.footer__top__info svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4375rem;
}
.footer__top__lang {
  color: #fff;
  position: absolute;
  right: 4.4375rem;
  font-size: 0.75rem;
}
@media (max-width: 64em) {
  .footer__top__lang {
    position: unset;
    margin-top: -0.75rem;
    align-self: flex-end;
  }
}
@media (max-width: 425px) {
  .footer__top__lang {
    margin-top: 0;
  }
}
.footer__top__lang--inactive {
  opacity: 0.7;
}
.footer__bot {
  height: 3.375rem;
  width: 100%;
  display: -webkit-box;
  display: flex;
  background-color: #5f5156;
  padding: 0 4rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
}
.footer__bot a {
  margin: 0 0.75rem 0 0.75rem;
}

.angebot--left {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.angebot--left:after {
  content: " ";
  display: block;
  clear: both;
}
.angebot--left__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .angebot--left__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 48em) {
  .angebot--left__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.angebot--left__wrapper {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 48em) {
  .angebot--left__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.angebot--left__wrapper--1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 60%;
  margin-right: 1.6949152542%;
}
@media (max-width: 48em) {
  .angebot--left__wrapper--1 {
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.angebot--left__wrapper--1 img {
  height: 26.5rem;
  width: 100%;
  margin-top: 3rem;
  object-fit: cover;
}
@media (max-width: 48em) {
  .angebot--left__wrapper--1 img {
    margin-bottom: 3rem;
  }
}
.angebot--left__wrapper--1 h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: proforma, serif;
}
@media (max-width: 48em) {
  .angebot--left__wrapper--1 h2 {
    font-size: 1.75rem !important;
  }
}
.angebot--left__wrapper--2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 40%;
}
@media (max-width: 48em) {
  .angebot--left__wrapper--2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.angebot--left__wrapper--2 img {
  height: 47.25rem;
  object-fit: cover;
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 48em) {
  .angebot--left__wrapper--2 img {
    height: 13rem;
  }
}
.angebot--left__etage--1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem #A3977D solid;
  margin-bottom: 2.1875rem;
  width: 32.2033898305%;
}
@media (max-width: 48em) {
  .angebot--left__etage--1 {
    width: 60%;
    position: absolute;
    top: 0;
  }
}
.angebot--left__links--2 {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
@media (max-width: 48em) {
  .angebot--left__links--2 {
    width: 100%;
  }
}
.angebot--left__links--2 a {
  width: 100%;
}

.angebot--right {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
.angebot--right:after {
  content: " ";
  display: block;
  clear: both;
}
.angebot--right__inner {
  width: 83.0508474576%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 7.5625rem 4rem;
}
@media (max-width: 64em) {
  .angebot--right__inner {
    padding: 0 4rem 0rem 4rem;
  }
}
@media (max-width: 48em) {
  .angebot--right__inner {
    padding: 2rem 1.5rem;
    width: 100%;
  }
}
.angebot--right__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
@media (max-width: 48em) {
  .angebot--right__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.angebot--right__wrapper--1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 60%;
  margin-left: 1.6949152542%;
}
@media (max-width: 48em) {
  .angebot--right__wrapper--1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}
.angebot--right__wrapper--1 img {
  height: 26.5rem;
  width: 100%;
  margin-top: 3rem;
  object-fit: cover;
}
@media (max-width: 48em) {
  .angebot--right__wrapper--1 img {
    margin-bottom: 3rem;
  }
}
.angebot--right__wrapper--1 h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: proforma, serif;
}
@media (max-width: 48em) {
  .angebot--right__wrapper--1 h2 {
    font-size: 1.75rem !important;
  }
}
.angebot--right__wrapper--2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 40%;
}
@media (max-width: 48em) {
  .angebot--right__wrapper--2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.angebot--right__wrapper--2 img {
  height: 47.25rem;
  object-fit: cover;
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 48em) {
  .angebot--right__wrapper--2 img {
    height: 13rem;
  }
}
.angebot--right__etage--1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 0.1875rem #A3977D solid;
  margin-bottom: 2.1875rem;
  width: 32.2033898305%;
}
@media (max-width: 48em) {
  .angebot--right__etage--1 {
    width: 60%;
    position: absolute;
    top: 0;
  }
}
.angebot--right__links--2 {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
@media (max-width: 48em) {
  .angebot--right__links--2 {
    width: 100%;
  }
}
.angebot--right__links--2 a {
  width: 100%;
}

.header {
  position: relative;
  height: 0;
}
.header__nav {
  background-color: rgba(64, 48, 54, 0.856);
  position: fixed;
  right: -100%;
  bottom: 0;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 25%;
}
@media (max-width: 64em) {
  .header__nav {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .header__nav {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.header__nav ul {
  margin-top: 7.8125rem;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: 75%;
  padding: 0;
}
@media (max-width: 425px) {
  .header__nav ul {
    width: 60%;
  }
}
.header__nav li {
  font-size: 2.25rem;
  margin-top: 2.8125rem;
}
.header__nav a {
  color: #fff !important;
  font-family: proforma, serif;
  font-weight: 400;
  text-decoration: none;
}
.header__nav__img {
  height: 100%;
  z-index: 98;
  width: 100%;
}
.header__lang {
  margin-top: 1.625rem;
}
.header__hamburger {
  width: 2.375rem;
  height: 1.5rem;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
}
@media (max-width: 48em) {
  .header__hamburger {
    display: block;
    right: 1rem;
    top: 1rem;
  }
}
.header__hamburger--span {
  width: 1.875rem;
  position: absolute;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
}
.header__hamburger--span:nth-child(1n+1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 98;
}
.header__hamburger--span:nth-child(1n+2) {
  -webkit-transform: translate(0, 900%);
          transform: translate(0, 900%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 9999;
}
.header__hamburger--span:nth-child(1n+3) {
  -webkit-transform: translate(0, 900%);
          transform: translate(0, 900%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 9999;
}
.header__hamburger--span:nth-child(1n+4) {
  -webkit-transform: translate(0, 1800%);
          transform: translate(0, 1800%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 98;
}
.header__triangles span {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
.header__triangles span:nth-child(1) {
  top: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  right: 0;
  position: fixed;
  z-index: 99;
  border-width: 0 0 8.125rem 10rem;
  border-color: transparent #403036 #403036 transparent;
  -webkit-animation: intro3 1s 0.1s ease;
          animation: intro3 1s 0.1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 425px) {
  .header__triangles span:nth-child(1) {
    -webkit-animation: introMobile 1s 0.1s ease !important;
            animation: introMobile 1s 0.1s ease !important;
    border-width: 0 0 8.5rem 5.625rem;
  }
}

@-webkit-keyframes intro3 {
  0% {
    border-width: 0 0 8.125rem 0rem;
  }
  100% {
    border-width: 0 0 8.125rem 10rem;
  }
}

@keyframes intro3 {
  0% {
    border-width: 0 0 8.125rem 0rem;
  }
  100% {
    border-width: 0 0 8.125rem 10rem;
  }
}
@-webkit-keyframes introMobile {
  0% {
    border-width: 0 0 0 5.625rem;
  }
  100% {
    border-width: 0 0 8.5rem 5.625rem;
  }
}
@keyframes introMobile {
  0% {
    border-width: 0 0 0 5.625rem;
  }
  100% {
    border-width: 0 0 8.5rem 5.625rem;
  }
}
.headerOpen {
  right: -0.125rem;
}
@media (max-width: 425px) {
  .headerOpen {
    right: 0rem;
  }
}

.outro {
  border-width: 0 0 8.125rem 0rem !important;
}

.headerIcon0 {
  opacity: 0;
  width: 0;
}

.headerIcon1 {
  -webkit-transform: translate(0, 900%) rotate(45deg) !important;
          transform: translate(0, 900%) rotate(45deg) !important;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 3;
  background-color: #fff !important;
}

.headerIcon2 {
  -webkit-transform: translate(0, 900%) rotate(-45deg) !important;
          transform: translate(0, 900%) rotate(-45deg) !important;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 3;
  background-color: #fff !important;
}

.headerIcon3 {
  opacity: 0;
  width: 0;
}