/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

: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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next: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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
  background: 0 0;
}

.video-js .vjs-menu :focus:not(:focus-visible), .video-js :focus:not(:focus-visible) {
  outline: 0;
  background: 0 0;
}

.counter-group {
  margin: 3rem auto;
  display: inline-block;
}

.counter-group:before,
.counter-group:after {
  content: " ";
  display: table;
}

.counter-group:after {
  clear: both;
}

.counter-block {
  float: left;
  padding-right: 0.5rem;
}
.counter-block:last-child {
  padding-right: 0;
}

.counter-block .counter {
  position: relative;
  width: 6.9rem;
  height: 6rem;
  overflow: hidden;
}

.counter-block .counter .number {
  padding: 1%;
  width: 50%;
  height: 98%;
  position: absolute;
  top: -10000px;
}

.counter-block .counter .number.tens {
  left: 0;
}

.counter-block .counter .number.units {
  left: 50%;
}

.counter-block .counter .number.hundreds {
  display: none;
}

.counter-block .counter .number.show {
  top: 0;
  z-index: 2;
}

.counter-block .counter .number.hidden-down {
  top: 100%;
}

.counter-block .counter .number.hidden-up {
  top: -100%;
  z-index: 100;
}

.counter-block .counter.with-hundreds {
  width: 30rem;
}

.counter-block .counter.with-hundreds .number {
  width: 30.66%;
}

.counter-block .counter.with-hundreds .number.tens {
  left: 33.33%;
}

.counter-block .counter.with-hundreds .number.units {
  left: 66.66%;
}

.counter-block .counter.with-hundreds .number.hundreds {
  display: block;
  left: 0;
}

.counter-block .counter-caption {
  font-size: 150%;
}

@media (min-width: 992px) {
  .counter-block .counter {
    width: 16.5rem;
    height: 12rem;
  }

  .counter-block {
    padding-right: 2rem;
  }
}
/*! purgecss start ignore */
html {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphenate-character: "-";
}

@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: calc(6.6px + (100vw - 992px) * 0.0066532258);
  }
}
@media screen and (min-width: 1322px) {
  html {
    font-size: calc(6px + (100vw - 992px) * 0.0060483871);
  }
}
a {
  text-decoration: none;
  color: inherit;
}

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

p {
  margin: 0;
}

*, *:active, *:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.marked-text {
  padding: 1.5rem;
  border: 2px solid #005ac3;
  margin: 3rem 0;
}

.privacy-policy table, .privacy-policy th, .privacy-policy td {
  border: 1px solid #005ac3;
  border-collapse: collapse;
}
.privacy-policy th, .privacy-policy td {
  padding: 1.2rem;
}
.privacy-policy table {
  font-size: 0.6em;
  hyphens: auto;
  max-width: 100%;
  table-layout: fixed;
}
.privacy-policy h3 {
  hyphens: auto;
}

.vjs-loading-spinner:after {
  top: 0;
  left: 0;
}
.vjs-loading-spinner .vjs-control-text {
  opacity: 0;
}

.no-wrap {
  white-space: nowrap;
}

@font-face {
  font-family: "StudioFeixenSans";
  src: url("../../fonts/StudioFeixenSans-Medium.eot");
  src: url("../../fonts/StudioFeixenSans-Medium.eot") format("embedded-opentype"), url("../../fonts/StudioFeixenSans-Medium.woff2") format("woff2"), url("../../fonts/StudioFeixenSans-Medium.woff") format("woff"), url("../../fonts/StudioFeixenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "StudioFeixenSans";
  src: url("../../fonts/StudioFeixenSans-Bold.eot");
  src: url("../../fonts/StudioFeixenSans-Bold.eot") format("embedded-opentype"), url("../../fonts/StudioFeixenSans-Bold.woff2") format("woff2"), url("../../fonts/StudioFeixenSans-Bold.woff") format("woff"), url("../../fonts/StudioFeixenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "permodo";
  src: url("../../fonts/permodo.eot?beonjs&version=2");
  src: url("../../fonts/permodo.eot?beonjs&version=2#iefix") format("embedded-opentype"), url("../../fonts/permodo.ttf?beonjs&version=2") format("truetype"), url("../../fonts/permodo.woff?beonjs&version=2") format("woff"), url("../../fonts/permodo.svg?beonjs&version=2#permodo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "permodo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e90e";
}

.icon-volume-mute:before {
  content: "\e90c";
}

.icon-volume-on:before {
  content: "\e90d";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-extern:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-burger:before {
  content: "\e905";
}

.icon-dropdown:before {
  content: "\e906";
}

.icon-more:before {
  content: "\e907";
}

.icon-pause:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-x:before {
  content: "\e90b";
}

.inline-icon {
  display: inline-block;
  height: 5.3rem;
  width: 5.3rem;
  vertical-align: middle;
  margin: -0.5rem;
}

@media (min-width: 992px) {
  .inline-icon {
    height: 15rem;
    width: 15rem;
    margin: -2rem;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  padding: 0.97rem 1.5rem;
  border: 0.3rem solid #005ac3;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #005ac3;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button span {
  margin-right: 0.6rem;
}

@media (min-width: 992px) {
  .button {
    padding: 1.7rem 1.5rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
  .button span {
    margin-right: 0.6rem;
  }
}
.bio_reveal {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  backface-visibility: hidden;
  pointer-events: none;
}
.bio_reveal[data-delay="1"] {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.bio_reveal[data-delay="2"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bio_reveal[data-delay="3"] {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.bio_reveal[data-delay="4"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.bio_reveal[data-delay="5"] {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.bio_reveal[data-delay="6"] {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.bio_reveal[data-delay="7"] {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.bio_reveal[data-delay="8"] {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.bio_reveal[data-delay="9"] {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.bio_reveal[data-delay="10"] {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.bio_reveal_alpha {
  opacity: 0;
}

.bio_reveal_fromTop {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.bio_reveal_fromBottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.bio_reveal_fromRight {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  opacity: 0;
}

.bio_reveal_fromRightBig {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  opacity: 0;
}

.bio_reveal_fromLeft {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
}

.bio_reveal_show {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

/*===== yeoman hook: content-modules/index.scss =====*/
.hero-text {
  margin-bottom: 8rem;
}
.hero-text__text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  color: #005ac3;
}

@media (min-width: 992px) {
  .hero-text {
    margin-bottom: 14rem;
    cursor: pointer;
  }
  .hero-text__text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.inline-text {
  margin-bottom: 8rem;
}
.inline-text__text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #005ac3;
}

@media (min-width: 992px) {
  .inline-text {
    margin-bottom: 14rem;
  }
  .inline-text__text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
  }
}
.accordion {
  color: #005ac3;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.accordion__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 4rem;
}
.accordion__tab {
  border-bottom: 0.1rem solid #005ac3;
}
.accordion__tab--opened .accordion__tab-header-toggle {
  transform: rotate(45deg);
}
.accordion__tab:last-child {
  margin-bottom: 0;
}
.accordion__tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.3rem;
  padding-top: 2rem;
  cursor: pointer;
}
.accordion__tab-header-toggle {
  font-size: 1.5rem;
  margin-left: 1.9rem;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.accordion__tab-header-left-part {
  display: flex;
  align-items: center;
}
.accordion__tab-header-illustration-wrapper {
  margin-right: 2.6rem;
  flex: 0 0 3.8rem;
  width: 3.8rem;
}
.accordion__tab-header-icon {
  width: 100%;
}
.accordion__tab-header-icon picture {
  width: 100%;
  display: flex;
  align-items: center;
}
.accordion__tab-header-icon picture img {
  width: 100%;
}
.accordion__tab-header-text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.accordion__tab-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion__tab-body-content {
  padding-top: 0.4rem;
  padding-bottom: 1.9rem;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .accordion__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8rem;
  }
  .accordion__tab {
    border-bottom: 0.2rem solid #005ac3;
  }
  .accordion__tab-header {
    padding-top: 3rem;
    padding-bottom: 1.6rem;
  }
  .accordion__tab-header-animation {
    width: 100%;
  }
  .accordion__tab-header-toggle {
    font-size: 2.4rem;
    margin-left: 7.6rem;
  }
  .accordion__tab-header-illustration-wrapper {
    margin-right: 6rem;
    flex: 0 0 7rem;
    width: 7rem;
  }
  .accordion__tab-header-text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .accordion__tab-body-content {
    padding-left: 13rem;
    padding-bottom: 6.2rem;
    padding-top: 1.2rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
}
.content-fader {
  padding: 8.2rem 0 5rem;
}
.content-fader--manual .content-fader__slide-body-progress {
  transition: none !important;
}
.content-fader__illustration-side {
  width: 100%;
  margin-bottom: 4rem;
}
.content-fader__illustration-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.content-fader__illustration-sizer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-fader__illustration {
  width: 100%;
  height: 100%;
  background-color: #05001f;
  border-radius: 4rem;
  position: relative;
}
.content-fader__illustration--blue {
  background-color: #005ac3;
}
.content-fader__illustration-item {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.content-fader__illustration-item--active {
  opacity: 1;
}
.content-fader__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  color: #005ac3;
  margin-bottom: 4.2rem;
}
.content-fader__slides-wrapper {
  position: relative;
  visibility: hidden;
}
.content-fader__slides {
  position: absolute;
  top: 0;
  left: 0;
}
.content-fader__slide {
  margin-bottom: 0;
  transition: margin-bottom 0.5s ease 0.5s;
}
.content-fader__slide.progress-empty .content-fader__slide-body-progress {
  height: 0;
  transition: height 0s linear;
}
.content-fader__slide--active {
  margin-bottom: 2rem;
}
.content-fader__slide--active .content-fader__slide-body-progress-wrapper {
  height: 100%;
  transition: none;
}
.content-fader__slide--active .content-fader__slide-body-progress {
  height: 100%;
  transition: height 5s linear 1s;
}
.content-fader__slide--active .content-fader__slide-body {
  transition: height 0.5s ease 0.5s;
}
.content-fader__slide--closing .content-fader__slide-body-progress {
  height: 100.01%;
  transition: height 0.4s ease;
}
.content-fader__slide-headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 2rem;
  color: #005ac3;
  cursor: pointer;
}
.content-fader__slide-body {
  width: calc(100% + 1.3rem);
  position: relative;
  left: -1.3rem;
  padding-left: 1.3rem;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease 0.5s;
}
.content-fader__slide-body-content {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #05001f;
  position: relative;
}
.content-fader__slide-body-content strong {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0.8rem;
}
.content-fader__slide-body-progress-wrapper {
  position: absolute;
  left: -1.1rem;
  bottom: 0;
  width: 0.214rem;
  height: 0;
  background-color: #a5d7f4;
  transition: height 0.5s ease;
}
.content-fader__slide-body-progress {
  width: 100%;
  background-color: #05001f;
  height: 0;
  transition: height 0.5s ease;
}

@media (min-width: 992px) {
  .content-fader {
    padding: 14rem 0;
  }
  .content-fader__illustration-side {
    margin-bottom: 0;
  }
  .content-fader__illustration-item {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .content-fader__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
  }
  .content-fader__slides-wrapper {
    visibility: visible;
  }
  .content-fader__slide {
    margin-bottom: 0;
  }
  .content-fader__slide--active {
    margin-bottom: 1.5rem;
  }
  .content-fader__slide-headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 1.5rem;
  }
  .content-fader__slide-body-content {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .content-fader__slide-body-content strong {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 0;
  }
}
.image-with-text {
  padding-bottom: 8rem;
  color: #005ac3;
}
.image-with-text__title {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 6rem;
}
.image-with-text__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.image-with-text__image-wrapper {
  overflow: hidden;
  margin-bottom: 4rem;
}
.image-with-text__image-wrapper picture img {
  border-radius: 4rem;
}
.image-with-text__text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.image-with-text__link {
  margin-top: 4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.image-with-text__link:hover {
  background-color: #005ac3;
  color: #82b4d2;
}

@media (min-width: 992px) {
  .image-with-text {
    padding-bottom: 14rem;
  }
  .image-with-text__title {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8rem;
  }
  .image-with-text__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .image-with-text__image-wrapper {
    margin-bottom: 0;
  }
  .image-with-text__image-wrapper picture img {
    border-radius: 6rem;
  }
  .image-with-text__text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .image-with-text__link {
    margin-top: 3rem;
  }
}
.instagram-feed {
  color: #005ac3;
  padding-bottom: 8rem;
}
.instagram-feed__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3.2rem;
}
.instagram-feed__text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.instagram-feed .swiper-slide {
  width: auto;
}
.instagram-feed .swiper-container {
  padding: 0 2rem;
}
.instagram-feed__slide {
  width: 31rem;
  height: 31rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.instagram-feed__slide a {
  display: block;
  width: 100%;
}
.instagram-feed__slide a picture {
  display: flex;
  align-items: center;
}
.instagram-feed__slide a picture img {
  width: 100%;
}
.instagram-feed__swiper-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.6rem;
}
.instagram-feed__swiper-arrow {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #05001f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
}
.instagram-feed__swiper-arrow--prev {
  margin-right: 0.5rem;
}
.instagram-feed--start .instagram-feed__swiper-arrow--prev {
  pointer-events: none;
  opacity: 0.3;
}
.instagram-feed--end .instagram-feed__swiper-arrow--next {
  pointer-events: none;
  opacity: 0.3;
}
.instagram-feed__mobile-icon {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #005ac3;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (min-width: 992px) {
  .instagram-feed {
    padding-bottom: 14rem;
  }
  .instagram-feed__headline {
    margin-bottom: 8rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .instagram-feed .swiper-container {
    padding: 0 4.2rem;
  }
  .instagram-feed__swiper-arrow {
    width: 6rem;
    height: 6rem;
    font-size: 3.4rem;
  }
  .instagram-feed__slide {
    width: 48rem;
    height: 48rem;
    border-radius: 6rem;
  }
  .instagram-feed__slide a {
    cursor: inherit;
  }
  .instagram-feed__slide:hover .instagram-feed__mobile-icon {
    opacity: 1;
  }
  .instagram-feed__swiper-navigation {
    margin-bottom: 4.2rem;
  }
  .instagram-feed__mobile-icon {
    opacity: 0;
  }
}
.job-offerings {
  color: #005ac3;
}
.job-offerings__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3.2rem;
}
.job-offerings__cta-text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 2rem;
}
.job-offerings__contact-mail {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  font-size: 6.6vw;
  margin-bottom: 8rem;
}
.job-offerings__card {
  border-radius: 4rem;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 31rem;
  height: 38.2rem;
}
.job-offerings__card--dark {
  background-color: #05001f;
  color: #005ac3;
}
.job-offerings__card--dark .job-offerings__card-link:hover {
  background-color: #005ac3;
  color: #05001f;
}
.job-offerings__card--light {
  background-color: #005ac3;
  color: #05001f;
}
.job-offerings__card--light .job-offerings__card-link {
  border: 0.2rem solid #05001f;
}
.job-offerings__card-starting-from {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.job-offerings__card-title {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1.6rem;
}
.job-offerings__card-description {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.job-offerings__card-link {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1.45rem 2rem;
  border: 0.2rem solid #005ac3;
  border-radius: 100rem;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  white-space: nowrap;
}
.job-offerings__card-link .icon-arrow-right {
  margin-right: 0.7rem;
}
.job-offerings__card-link:hover {
  background-color: #05001f;
  color: #005ac3;
}
.job-offerings .swiper-slide {
  width: auto;
}
.job-offerings .swiper-container {
  padding: 0 2rem;
  margin-bottom: 8rem;
}
.job-offerings__slide {
  width: 31rem;
  height: 31rem;
}
.job-offerings__swiper-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.6rem;
}
.job-offerings__swiper-arrow {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #05001f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
}
.job-offerings__swiper-arrow--prev {
  margin-right: 0.5rem;
}
.job-offerings--start .job-offerings__swiper-arrow--prev {
  pointer-events: none;
  opacity: 0.3;
}
.job-offerings--end .job-offerings__swiper-arrow--next {
  pointer-events: none;
  opacity: 0.3;
}
.job-offerings__cards-desktop {
  display: none;
}
@media (min-width: 500px) {
  .job-offerings__contact-mail {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.28;
  }
}
@media (min-width: 992px) {
  .job-offerings__headline {
    margin-bottom: 8rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .job-offerings__cta-text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 4.2rem;
  }
  .job-offerings__card {
    border-radius: 6rem;
    padding: 3rem;
    width: calc(100% - 2.2rem);
    margin-left: 1.1rem;
    height: 50.4rem;
    margin-bottom: 4.2rem;
  }
  .job-offerings__card-title {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  .job-offerings__card-description {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .job-offerings__swiper-navigation {
    display: none;
  }
  .job-offerings__contact-mail {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 14rem;
  }
  .job-offerings__contact-mail a {
    position: relative;
  }
  .job-offerings__contact-mail a:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #005ac3;
    right: 0;
    width: 0;
    height: 0.3rem;
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
  }
  .job-offerings__contact-mail a:hover:before {
    width: 100%;
    left: 0;
    transition-delay: 0.25s;
  }
  .job-offerings__cards-desktop {
    display: flex;
    margin-bottom: 8rem;
  }
  .job-offerings__cards-mobile {
    display: none;
  }
}
.text-cards-slider {
  color: #005ac3;
  padding-bottom: 8rem;
}
.text-cards-slider__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3.2rem;
}
.text-cards-slider__text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.text-cards-slider .swiper-slide {
  width: auto;
}
.text-cards-slider .swiper-container {
  padding: 0 2rem;
}
.text-cards-slider__swiper-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.6rem;
}
.text-cards-slider__swiper-arrow {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #05001f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
}
.text-cards-slider__swiper-arrow--prev {
  margin-right: 0.5rem;
}
.text-cards-slider--start .text-cards-slider__swiper-arrow--prev {
  pointer-events: none;
  opacity: 0.3;
}
.text-cards-slider--end .text-cards-slider__swiper-arrow--next {
  pointer-events: none;
  opacity: 0.3;
}
.text-cards-slider__card {
  width: 31rem;
  height: 38.2rem;
  padding: 2.7rem 2.3rem;
  border-radius: 2rem;
  box-sizing: border-box;
}
.text-cards-slider__card--blue {
  background-color: #005ac3;
  color: #05001f;
}
.text-cards-slider__card--white {
  color: #005ac3;
  background-color: #fff;
}
.text-cards-slider__card--dark-blue {
  background-color: #05001f;
  color: #005ac3;
}
.text-cards-slider__card--light-blue {
  background-color: #a5d7f4;
  color: #005ac3;
}
.text-cards-slider__card--light-gold {
  background-color: #cbac70;
  color: #241902;
}
.text-cards-slider__card--dark-gold {
  background-color: #241902;
  color: #cbac70;
}
.text-cards-slider__card--white-gold {
  background-color: #fff;
  color: #987443;
}
.text-cards-slider__card-headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 1.5rem;
}
.text-cards-slider__card-body {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.text-cards-slider__link-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.text-cards-slider__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 1.7rem 1.5rem;
  border-radius: 100rem;
  border: solid 0.3rem #fff;
  transition: 0.3s ease;
}
.text-cards-slider__link:hover {
  color: #987443;
  background-color: #fff;
}
.text-cards-slider__link .icon-arrow-right {
  font-size: 2rem;
  margin-right: 0.6rem;
}

@media (min-width: 576px) {
  .text-cards-slider--no-nav-desktop .text-cards-slider__nav-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .text-cards-slider {
    padding-bottom: 14rem;
  }
  .text-cards-slider__headline {
    margin-bottom: 8rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .text-cards-slider .swiper-container {
    padding: 0 4.2rem;
  }
  .text-cards-slider__swiper-arrow {
    width: 6rem;
    height: 6rem;
    font-size: 3.4rem;
  }
  .text-cards-slider__swiper-navigation {
    margin-bottom: 4.2rem;
  }
  .text-cards-slider__card {
    width: 50.4rem;
    height: 62rem;
    padding: 6rem;
    border-radius: 6rem;
    box-sizing: border-box;
  }
  .text-cards-slider__card-headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5rem;
  }
  .text-cards-slider__card-body {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.product-teaser {
  background-color: #05001f;
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #005ac3;
}
.product-teaser--start .product-teaser__swiper-arrow--prev {
  pointer-events: none;
  opacity: 0.3;
}
.product-teaser--end .product-teaser__swiper-arrow--next {
  pointer-events: none;
  opacity: 0.3;
}
.product-teaser__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 8rem;
}
.product-teaser__section-trigger-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  position: relative;
}
.product-teaser__section-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #82b4d2;
  border: 0.2rem solid #82b4d2;
  width: 11.8rem;
  height: 11.8rem;
  max-width: calc((100vw - 6rem) / 3);
  max-height: calc((100vw - 6rem) / 3);
  border-radius: 50%;
  cursor: pointer;
}
.product-teaser__section-trigger--active {
  background-color: #82b4d2;
  color: #05001f;
}
.product-teaser__stage-row {
  padding-bottom: 8rem;
}
.product-teaser .swiper-container {
  position: relative;
  background-color: #005ac3;
  border-radius: 6rem;
}
.product-teaser__swiper-arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  font-size: 2.38rem;
  color: #05001f;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.product-teaser__swiper-arrow--prev {
  left: 0;
  padding-left: 0.847rem;
}
.product-teaser__swiper-arrow--next {
  right: 0;
  padding-right: 0.847rem;
  justify-content: flex-end;
}
.product-teaser .swiper-slide {
  padding: 3rem;
  box-sizing: border-box;
  height: auto;
}
.product-teaser__studio-headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3.1rem;
}
.product-teaser__studio-text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 4rem;
}
.product-teaser__link {
  margin-top: 5.25rem;
  padding: 1.25rem 2rem;
  border: 0.2rem solid #005ac3;
  border-radius: 100rem;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  white-space: nowrap;
}
.product-teaser__link .icon-arrow-right {
  margin-right: 0.7rem;
}
.product-teaser__link:hover {
  background-color: #005ac3;
  color: #05001f;
}
.product-teaser__features-list {
  position: absolute;
  left: 50%;
  bottom: 2.3rem;
  transform: translateX(-50%);
  width: calc(100% - 8.4rem);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product-teaser__features-list .features__item-title {
  color: #05001f;
}
.product-teaser__animation {
  display: block;
  position: relative;
  top: -1rem;
}

@media (min-width: 576px) {
  .product-teaser__section-trigger {
    max-width: calc((100vw - 6rem) / 3);
    max-height: calc((100vw - 6rem) / 3);
  }
}
@media (min-width: 767px) {
  .product-teaser__section-trigger-wrapper {
    justify-content: center;
  }
  .product-teaser__section-trigger {
    margin-right: 3rem;
  }
  .product-teaser__section-trigger:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .product-teaser .swiper-slide {
    padding: 6rem;
  }
  .product-teaser__headline {
    margin-bottom: 8.7rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .product-teaser__swiper-arrow {
    font-size: 4rem;
  }
  .product-teaser__swiper-arrow--prev {
    padding-left: 1.7rem;
  }
  .product-teaser__swiper-arrow--next {
    padding-right: 1.7rem;
  }
  .product-teaser__stage-row {
    padding-bottom: 8rem;
  }
  .product-teaser__section-trigger-wrapper {
    height: 100%;
  }
  .product-teaser__features-list {
    overflow: visible;
  }
  .product-teaser__section-trigger {
    width: 20.9rem;
    height: 20.9rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .product-teaser__section-trigger[data-group=format] {
    transform: translateY(-85%) translateX(-95%);
  }
  .product-teaser__section-trigger[data-group=function] {
    transform: translateY(-85%) translateX(-5%);
  }
  .product-teaser__section-trigger[data-group=content] {
    transform: translateY(-25%) translateX(-50%);
  }
  .product-teaser__studio-headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    word-spacing: 100rem;
  }
  .product-teaser__studio-text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .product-teaser__link {
    margin-top: 3rem;
  }
  .product-teaser__animation {
    top: -2rem;
  }
}
.advertising-materials-grid {
  padding-bottom: 8rem;
}
.advertising-materials-grid__items {
  margin-bottom: -8rem;
}
.advertising-materials-grid__item {
  width: 100%;
  max-width: 75vh;
  margin: 0 auto 8rem;
}
.advertising-materials-grid__load-more {
  margin: 0 auto 14rem;
}
.advertising-materials-grid__load-more:hover {
  color: #05001f;
  background-color: #005ac3;
}
.advertising-materials-grid__load-more--active {
  color: #05001f;
  background-color: #005ac3;
}
.advertising-materials-grid__load-more--hidden {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 767px) {
  .advertising-materials-grid__item {
    margin-left: 1.1rem;
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 992px) {
  .advertising-materials-grid {
    padding-bottom: 8rem;
  }
  .advertising-materials-grid__items {
    margin-bottom: -14rem;
  }
  .advertising-materials-grid__item {
    margin: 0 auto 14rem;
  }
}
.am-preview {
  width: 100%;
}
.am-preview--gold .am-preview__subheadline {
  color: #241902;
}
.am-preview--gold .am-preview__media-wrapper-content {
  background-color: transparent;
}
.am-preview--gold .am-preview__media-mobile-toggle {
  color: #cbac70;
}
.am-preview--gold .am-preview__footer-link {
  border-color: #fff;
  color: #fff;
}
.am-preview .vjs-poster {
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
}
.am-preview__type-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.am-preview__type-wrapper .am-preview__subheadline {
  margin-bottom: 0;
}
.am-preview__type {
  background-color: #cbac70;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.am-preview__subheadline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #005ac3;
  margin-bottom: 1.5rem;
}
.am-preview__title {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 2rem;
}
.am-preview__media-wrapper {
  width: 100%;
  max-width: 75vh;
  margin: 0 auto;
  overflow: hidden;
}
.am-preview__media-wrapper--playing .am-preview__media-mobile-toggle {
  opacity: 0;
}
.am-preview__media-wrapper-sizer {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.am-preview__media-wrapper-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6rem;
  background-color: #005ac3;
  overflow: hidden;
}
.am-preview__atoy-badge-wrapper {
  position: absolute;
  top: 1.3rem;
  left: -0.4rem;
  z-index: 10;
  width: 10.5rem;
}
.am-preview__media-content {
  width: 102%;
  height: 102%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1%;
  left: -1%;
  cursor: pointer;
}
.am-preview__media-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  pointer-events: none;
}
.am-preview__media-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6rem;
  pointer-events: none;
}
.am-preview__media-features {
  margin-bottom: 4rem;
  pointer-events: none;
}
.am-preview__qr {
  display: none;
}
.am-preview__footer {
  display: flex;
  flex-wrap: wrap;
}
.am-preview__footer-link {
  flex: 0 0 100%;
  margin-top: 4rem;
  max-width: max-content;
  padding: 0.97rem 3rem;
}
.am-preview__media-mobile-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background-color: #fff;
  color: #005ac3;
  transition: opacity 0.3s ease;
}
.am-preview__media-mobile-toggle .icon-pause {
  display: none;
}
.am-preview__media-features {
  position: absolute;
  bottom: 1.6rem;
  left: 5%;
  width: 90%;
  margin-bottom: 0;
  overflow: hidden;
}
.am-preview__media-features .features__item-title {
  color: #05001f;
}
.am-preview__voting-checkbox-wrapper {
  margin-bottom: 2rem;
  position: relative;
}
.am-preview__voting-checkbox-wrapper--active .am-preview__voting-checkbox-max-number-hint {
  opacity: 0;
}
.am-preview__voting-checkbox-wrapper--active .am-preview__voting-checkbox-indicator {
  background-color: #fff;
}
.am-preview__voting-checkbox-wrapper--active .am-preview__voting-checkbox-indicator:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "\e90e";
  font-family: "permodo" !important;
  color: #241902;
  font-size: 1.44rem;
}
.am-preview__voting-checkbox-wrapper--active .am-preview__voting-checkbox-selected {
  display: block;
}
.am-preview__voting-checkbox-wrapper--active .am-preview__voting-checkbox-description {
  display: none;
}
.am-preview__voting-checkbox-wrapper--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.am-preview__voting-checkbox {
  appearance: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.am-preview__voting-checkbox-label {
  cursor: pointer;
  display: flex;
  padding: 1.5rem;
  background-color: #241902;
  color: #cbac70;
  border-radius: 0.8rem;
}
.am-preview__voting-checkbox-label-part--left {
  margin-right: 1rem;
}
.am-preview__voting-checkbox-indicator {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  background-color: #cbac70;
}
.am-preview__voting-checkbox-selected {
  display: none;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}
.am-preview__voting-checkbox-description, .am-preview__voting-checkbox-max-number-hint {
  display: block;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
}
.am-preview__media-content-switcher {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.am-preview__media-content-switch {
  padding: 1rem;
  border-radius: 0.6rem;
  display: flex;
  gap: 0.8rem;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  align-items: center;
}
.am-preview__media-content-switch--active {
  background-color: #241902;
}
.am-preview__media-content-switch-icon {
  width: 2rem;
}
.am-preview__media-content-tabs {
  width: 100%;
}
.am-preview__media-content-tab {
  display: none;
}
.am-preview__media-content-tab--active {
  display: block;
}

@media (min-width: 767px) {
  .am-preview__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .am-preview__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .am-preview__subheadline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .am-preview__title {
    flex: 0 0 calc(100% - 7rem);
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .am-preview__footer {
    display: none;
  }
  .am-preview__qr {
    flex: 0 0 5rem;
    width: 5rem;
    display: block;
  }
  .am-preview__media-mobile-toggle {
    display: none;
  }
  .am-preview__voting-checkbox-wrapper {
    margin-bottom: 3rem;
  }
  .am-preview__voting-checkbox-indicator {
    top: 0.2rem;
  }
  .am-preview__voting-checkbox-selected, .am-preview__voting-checkbox-description, .am-preview__voting-checkbox-max-number-hint {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.features {
  width: max-content;
  min-width: 100%;
  display: flex;
  justify-content: center;
  color: #05001f;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.features__item {
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
}
.features__item:last-child {
  margin-right: 0;
}
.features__item:last-child .features__item-title:after {
  display: none;
}
.features__item-animation {
  width: 2.4rem;
  margin-right: 1rem;
}
.features__item-title {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #005ac3;
}
.features__item-title:after {
  content: ",";
}

@media (min-width: 992px) {
  .features {
    flex-wrap: wrap;
    width: 100%;
  }
  .features__item-title {
    color: #05001f;
  }
}
.highlight-slider {
  width: 100%;
  position: relative;
  margin-bottom: 8rem;
}
.highlight-slider .swiper-container {
  padding: 0 2rem;
}
.highlight-slider .swiper-container .swiper-slide-active .bio_reveal {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.highlight-slider__image {
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.highlight-slider__image picture {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.highlight-slider__image picture img {
  max-height: 80vh;
  border-radius: 4rem;
}
.highlight-slider__focal-point {
  display: block;
  position: absolute;
  width: 13vw;
  height: 13vw;
  max-width: 18rem;
  max-height: 18rem;
}
.highlight-slider__description {
  display: none;
}
.highlight-slider__description--mobile {
  display: block;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #005ac3;
  margin-top: 2rem;
}
.highlight-slider__navigation {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #05001f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  top: 26vw;
  transform: translateY(-50%);
  z-index: 50;
}
.highlight-slider__navigation--prev {
  left: 1.5rem;
}
.highlight-slider__navigation--next {
  right: 1.5rem;
}

@media (min-width: 576px) {
  .highlight-slider {
    margin-bottom: 14rem;
  }
  .highlight-slider .swiper-container {
    padding: 0 4.2rem;
  }
  .highlight-slider .swiper-container .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .highlight-slider__image {
    width: max-content;
    display: block;
    height: max-content;
  }
  .highlight-slider__image picture img {
    border-radius: 6rem;
  }
  .highlight-slider__description {
    display: block;
    position: absolute;
    left: 10.5%;
    bottom: 6rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
    width: 80%;
    min-width: 25rem;
  }
  .highlight-slider__description:before {
    content: "\e903";
    font-family: "permodo" !important;
    font-size: 2rem;
    display: block;
    position: absolute;
    left: -3rem;
    top: 0;
  }
  .highlight-slider__description--mobile {
    display: none;
  }
  .highlight-slider__navigation {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .highlight-slider__navigation {
    width: 6rem;
    height: 6rem;
    font-size: 3.4rem;
  }
  .highlight-slider__description {
    width: 45%;
  }
}
.partners-logos {
  background-color: #05001f;
  margin-bottom: 6rem;
  max-width: 100%;
  overflow: hidden;
}
.partners-logos__headline {
  color: #005ac3;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
}
.partners-logos__logos-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -3rem -1.6rem;
}
.partners-logos__logos-wrapper picture img {
  height: 3.1rem;
}
.partners-logos__logos-row-item {
  margin-bottom: 1.6rem;
  padding: 0 3rem;
}

@media (min-width: 992px) {
  .partners-logos {
    margin-bottom: 0;
  }
  .partners-logos__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8rem;
  }
  .partners-logos__logos-wrapper {
    margin: 0 -6rem -8rem;
  }
  .partners-logos__logos-row-item {
    padding: 0 6rem;
    margin-bottom: 8rem;
  }
  .partners-logos__logos-row-item picture img {
    height: 4.2rem;
  }
}
.scroll-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4rem;
}
.scroll-slider__row-wrapper {
  display: flex;
  width: 120%;
  position: relative;
  left: 5vw;
}
.scroll-slider__item {
  margin-right: 3rem;
  flex: 1 0 auto;
}
.scroll-slider__item picture {
  display: flex;
  align-items: center;
}
.scroll-slider__item picture img {
  height: 33.3333333333vw;
  min-height: 25rem;
  max-height: 48rem;
}
.scroll-slider__item:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .scroll-slider {
    margin-bottom: 6rem;
  }
  .scroll-slider__row-wrapper {
    left: 5%;
  }
  .scroll-slider__item {
    margin-right: 6rem;
  }
}
.preview-text {
  color: #005ac3;
}
.preview-text__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 2.69rem;
}
.preview-text__abstract {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
.preview-text__link {
  margin-top: 2.69rem;
  border-radius: 1000px;
}
.preview-text__link:hover {
  background-color: #005ac3;
  color: #05001f;
}

@media (min-width: 992px) {
  .preview-text__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .preview-text__abstract {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.35;
  }
  .preview-text__link {
    margin-top: 3rem;
  }
}
.person-preview {
  background-color: #005ac3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.5rem 2rem;
  border-radius: 6rem;
  color: #05001f;
}
.person-preview--light-light-blue {
  background-color: #a5d7f4;
}
.person-preview--light-light-blue .person-preview__link:hover {
  color: #a5d7f4;
}
.person-preview__avatar {
  width: 15rem;
  height: 15rem;
  margin-bottom: 1.5rem;
}
.person-preview__avatar picture {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.person-preview__avatar picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.person-preview__name {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}
.person-preview__position {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.person-preview__email {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.person-preview__phone-number {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .person-preview {
    padding: 16.7rem 2rem;
    width: calc(100% - 2.2rem);
    margin-left: 1.1rem;
  }
  .person-preview__avatar {
    margin-bottom: 3rem;
  }
  .person-preview__name {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .person-preview__position {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .person-preview__email {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .person-preview__phone-number {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .person-preview__email, .person-preview__phone-number {
    position: relative;
  }
  .person-preview__email:before, .person-preview__phone-number:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    width: 0;
    height: 0.1rem;
    background-color: #05001f;
    transition: width 0.3s ease;
  }
  .person-preview__email:hover:before, .person-preview__phone-number:hover:before {
    width: 100%;
    left: 0;
  }
}
.animated-header {
  height: max-content;
  padding-bottom: 4.5rem;
  padding-top: 9.4rem;
  position: relative;
  background-color: #005ac3;
}
.animated-header--ready .animated-header__animation {
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 1;
}
.animated-header--ready .animated-header__animation--1 {
  transform: translateX(-38%);
  opacity: 1;
}
.animated-header--ready .animated-header__animation--2 {
  transform: translateX(-58%) rotate(90deg);
}
.animated-header--ready .animated-header__animation--3 {
  transform: translateX(-27%) scale(1);
}
.animated-header--ready .animated-header__animation--4 {
  transform: rotate(90deg) translateX(-27%) translateY(0);
}
.animated-header--ready .animated-header__animation--5 {
  transform: translateX(61%) rotate(-90deg);
}
.animated-header--ready .animated-header__animation--6 {
  transform: translateX(27%);
}
.animated-header--ready .animated-header__animation--7 {
  transform: translateX(38%);
  opacity: 1;
}
.animated-header--ready .animated-header__animation--8 {
  transform: translateX(27%) rotate(90deg);
}
.animated-header__content-wrapper {
  position: relative;
  pointer-events: none;
}
.animated-header__title {
  padding: 0 2rem;
  position: relative;
  width: 82%;
  margin-bottom: 3rem;
}
.animated-header__title-text {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  font-size: 7.73vw;
  margin-bottom: 2rem;
  color: #05001f;
}
.animated-header__title-link {
  border-color: #05001f;
  color: #05001f;
  background-color: #005ac3;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.animated-header__title-link:hover {
  background-color: #05001f;
  color: #005ac3;
}
.animated-header__animations-wrapper {
  position: relative;
  max-width: 100%;
  height: 104vw;
  overflow: hidden;
}
.animated-header__animation {
  position: absolute;
  width: 48.3vw;
  z-index: 14;
  opacity: 0;
}
.animated-header__animation--1 {
  left: 10.1vw;
  top: 0;
  transform: translateX(-38%);
  opacity: 0;
}
.animated-header__animation--2 {
  left: 10.1vw;
  top: 40vw;
  transform: translateX(-130%) rotate(90deg);
}
.animated-header__animation--3 {
  top: 29vw;
  left: 37.56vw;
  transform: translateX(-27%) scale(0);
}
.animated-header__animation--4 {
  top: 2.415vw;
  left: 35.02vw;
  transform: rotate(90deg) translateX(-27%) translateY(-100vh);
  transform-origin: center;
}
.animated-header__animation--5 {
  right: 10.14vw;
  top: 16.9vw;
  transform: translateX(130%) rotate(-90deg);
}
.animated-header__animation--6 {
  right: calc(16.6666666667% + 4.2rem);
  top: calc(50vh + 8rem);
  transform: translateX(27%);
  display: none;
}
.animated-header__animation--7 {
  right: 10.14vw;
  top: 56.76vw;
  transform: translateX(38%);
  opacity: 0;
}
.animated-header__animation--8 {
  right: 48.18vw;
  top: 67.63vw;
  transform: translateX(-100vw) rotate(90deg);
}
.animated-header__animation--9 {
  display: none;
}
.animated-header__mobile-arrow {
  position: sticky;
  left: 50%;
  top: calc(100vh - 14rem);
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #05001f;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.animated-header__mobile-arrow span {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.animated-header__clickable-area {
  display: none;
}

@media (min-width: 767px) {
  .animated-header {
    padding-top: 12rem;
  }
  .animated-header__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1000px) {
  .animated-header {
    height: 100vh;
    max-height: 100vw;
    position: relative;
    background-color: #005ac3;
    padding-bottom: 0;
    padding-top: 0;
  }
  .animated-header--ready .animated-header__animation {
    transition: transform 2400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
  }
  .animated-header--ready .animated-header__animation--1, .animated-header--ready .animated-header__animation--2 {
    transform: translateX(-27%) translateY(0);
  }
  .animated-header--ready .animated-header__animation--3 {
    transform: translateX(-27%) translateY(0);
  }
  .animated-header--ready .animated-header__animation--4 {
    transform: rotate(90deg) translateX(-27%) translateY(0);
  }
  .animated-header--ready .animated-header__animation--5, .animated-header--ready .animated-header__animation--6 {
    transform: translateX(27%) translateY(0);
  }
  .animated-header--ready .animated-header__animation--7, .animated-header--ready .animated-header__animation--8 {
    transform: translateX(27%) translateY(0);
  }
  .animated-header--ready .animated-header__animation--9 {
    transform: rotate(90deg) translateX(-27%) translateY(0);
  }
  .animated-header__content-wrapper {
    overflow: hidden;
    height: 200vw;
    max-height: 200vh;
  }
  .animated-header__title {
    position: absolute;
    top: calc(23rem + 15vw);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    width: 20%;
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
  }
  .animated-header__title-text {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 3rem;
    pointer-events: none;
  }
  .animated-header__title-link {
    border-color: #05001f;
    color: #05001f;
    display: flex;
  }
  .animated-header__title-link:hover {
    background-color: #05001f;
    color: #005ac3;
  }
  .animated-header__animations-wrapper {
    position: absolute;
    left: 0;
    top: 10rem;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .animated-header__animation {
    position: absolute;
    width: 30.8333333333%;
    max-width: 50rem;
  }
  .animated-header__animation--1 {
    left: 4.2rem;
    top: 0;
    transform: translateX(-27%) translateY(-150vh);
  }
  .animated-header__animation--2 {
    left: 4.2rem;
    top: 50vh;
    transform: translateX(-27%) translateY(-150vh);
  }
  .animated-header__animation--3 {
    top: 13rem;
    left: calc(16.6666666667% + 4.2rem);
    transform: translateX(-27%) translateY(150vh);
  }
  .animated-header__animation--4 {
    top: calc(50vh + 8rem);
    left: calc(16.6666666667% + 2.2rem);
    transform: rotate(90deg) translateX(-27%) translateY(150vh);
    transform-origin: center;
  }
  .animated-header__animation--5 {
    right: calc(16.6666666667% + 4.2rem);
    top: 13rem;
    transform: translateX(27%) translateY(150vh);
  }
  .animated-header__animation--6 {
    right: calc(16.6666666667% + 4.2rem);
    top: calc(50vh + 8rem);
    transform: translateX(27%) translateY(150vh);
    display: block;
  }
  .animated-header__animation--7 {
    right: 4.2rem;
    top: 0;
    transform: translateX(27%) translateY(-150vh);
  }
  .animated-header__animation--8 {
    right: 4.2rem;
    top: 50vh;
    transform: translateX(27%) translateY(-150vh);
  }
  .animated-header__animation--9 {
    display: block;
    top: -9rem;
    left: calc(16.6666666667% + 2.2rem);
    transform: rotate(90deg) translateX(-27%) translateY(150vh);
    transform-origin: center;
  }
  .animated-header__mobile-arrow {
    display: none;
  }
  .animated-header__clickable-area {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 20;
  }
}
@media (min-width: 1000px) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 11/10) {
  .animated-header {
    height: 75vh;
  }
}
@media (min-width: 1000px) and (min-aspect-ratio: 11/10) and (max-aspect-ratio: 13/10) {
  .animated-header {
    height: 80vh;
  }
}
@media (min-width: 1000px) and (min-aspect-ratio: 13/10) and (max-aspect-ratio: 14/10) {
  .animated-header {
    height: 90vh;
  }
}
@media (min-width: 1000px) and (min-aspect-ratio: 14/10) and (max-aspect-ratio: 15/10) {
  .animated-header {
    height: 95vh;
  }
}
@media (min-width: 1000px) and (min-aspect-ratio: 1/10) and (max-aspect-ratio: 99/100) {
  .animated-header {
    height: 65vw;
  }
}
/*@media (min-width: 1300px) {
  .animated-header {
    &__title {
      top: 54rem;
    }
  }
}*/
.showroom-filter .search-filter-scroll-loading {
  display: none;
}
.showroom-filter__filter-wrapper {
  padding: 0;
  margin-bottom: 4.2rem;
}
.showroom-filter__show-all-features span {
  padding: 0.7rem 1.5rem 0.9rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.showroom-filter__item-animation {
  width: 2.4rem;
  margin-right: 1rem;
}
.showroom-filter .searchandfilter ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.showroom-filter .searchandfilter input {
  display: none;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature .sf-label-checkbox, .showroom-filter .searchandfilter .sf-field-taxonomy-feature a {
  display: flex;
  align-items: center;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature li {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #005ac3;
  display: flex;
  border: solid 0.3rem #005ac3;
  border-radius: 100rem;
  margin: 0 0.5rem 0.5rem 0;
  white-space: nowrap;
  padding: 0;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature li.sf-option-active {
  background-color: #005ac3;
  color: #0a003c;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature li.sf-option-active label {
  position: relative;
  padding-right: 4.2rem;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature li.sf-option-active label:after {
  content: "\e90b";
  font-family: "permodo" !important;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  color: #0a003c;
}
.showroom-filter .searchandfilter .sf-field-taxonomy-feature .search-filter-reset,
.showroom-filter .searchandfilter .sf-field-taxonomy-feature label {
  padding: 0.7rem 1.5rem 0.9rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .showroom-filter__filter-wrapper {
    padding: 0 5%;
    margin-bottom: 8rem;
  }
  .showroom-filter .searchandfilter ul {
    flex-wrap: wrap;
  }
}
.voting__headline {
  color: #fff;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
}
.voting__headline--multi-screen {
  margin-top: 8rem;
}
.voting__sub-headline {
  color: #fff;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 4.2rem;
}
.voting__form {
  margin-bottom: 8rem;
}
.voting__submit-headline {
  margin-top: 8rem;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 4.2rem;
}
.voting__email-label {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #241902;
}
.voting__email-input-wrapper {
  margin-bottom: 1.5rem;
}
.voting__email-input, .voting__submit-button {
  width: 100%;
  padding: 1.5rem;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  border: 0;
  text-align: left;
  outline: 0;
}
.voting__email-input {
  color: #fff;
  background-color: #241902;
  border-radius: 0.8rem 0.8rem 0 0;
}
.voting__email-input::placeholder {
  color: #cbac70;
}
.voting__submit-button {
  color: #241902;
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  cursor: pointer;
}
.voting__checkbox-label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}
.voting__checkbox {
  appearance: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.voting__checkbox-content {
  display: flex;
}
.voting__checkbox:checked ~ .voting__checkbox-content .voting__checkbox-checkmark {
  background-color: #fff;
  position: relative;
}
.voting__checkbox:checked ~ .voting__checkbox-content .voting__checkbox-checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "\e90e";
  font-family: "permodo" !important;
  color: #241902;
  font-size: 1.44rem;
}
.voting__checkbox:checked ~ .voting__checkbox-content .voting__checkbox-description {
  color: #fff;
}
.voting__checkbox-checkmark {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #241902;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.voting__checkbox-description {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.voting__checkbox-description a {
  text-decoration: underline;
}
.voting label.error {
  display: block;
  white-space: nowrap;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #e40000;
  flex: 0 0 100%;
}

@media (min-width: 992px) {
  .voting__headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .voting__headline--multi-screen {
    margin-top: 14rem;
  }
  .voting__form {
    margin-bottom: 14rem;
  }
  .voting__sub-headline {
    margin-bottom: 8rem;
  }
  .voting__submit-headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
  .voting__email-input-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .voting__email-input, .voting__submit-button {
    padding: 1.4rem 1.5rem 1.6rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .voting__submit-button {
    flex: 0 0 34%;
    border-radius: 0 0.8rem 0.8rem 0;
    text-align: center;
  }
  .voting__email-input {
    flex: 0 0 66%;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .voting__checkbox-content {
    align-items: center;
  }
  .voting__checkbox-checkmark {
    margin-top: 0;
  }
}
.cookie-warning {
  position: fixed;
  z-index: 9999999999;
  width: calc(100% - 8rem);
  left: 4rem;
  bottom: 4rem;
  background-color: #000;
  color: #fff;
  line-height: 7rem;
}
.cookie-warning__container {
  padding: 0 3rem;
}
.cookie-warning__read-more {
  text-decoration: underline;
  font-weight: 500;
}
.cookie-warning__bottom-row {
  text-align: right;
}
.cookie-warning__bottom-row .button {
  margin-right: 1.5rem;
}
.cookie-warning__bottom-row .button:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .cookie-warning {
    width: calc(100% - 4.5rem);
    left: 2.25rem;
    padding: 3.25rem 0;
    line-height: 3rem;
    text-align: center;
  }
  .cookie-warning__bottom-row {
    text-align: center;
  }
  .cookie-warning__bottom-row .button {
    margin: 1.5rem 0 0 0;
  }
}
.header {
  height: 7rem;
  padding: 0 2rem;
  background-color: #fff;
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: height 0.1s ease;
}
.header--gold {
  background-color: #987443;
  color: #fff;
}
.header--gold.headroom--not-top {
  border-bottom: 0.1rem solid #cbac70;
}
.header--gold .header__mobile-menu-trigger {
  color: #fff;
}
.header--gold .header__main-nav-wrapper {
  color: #fff;
  background-color: #241902;
  border-bottom: 0.1rem solid #241902;
}
.header--gold ul li.current-menu-item, .header--gold ul li.current_page_item {
  color: #cbac70;
}
.header--mobile-menu-open .header__main-nav-wrapper {
  transform: translateY(0);
}
.header--mobile-menu-open .header__mobile-menu-trigger .icon-burger {
  display: none;
}
.header--mobile-menu-open .header__mobile-menu-trigger .icon-x {
  display: inline;
}
.header__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 2rem;
  transition: padding-top 0.1s ease;
}
.header__logo-wrapper {
  display: block;
  position: relative;
  z-index: 10;
}
.header__logo-wrapper img {
  height: 3rem;
}
.header__logo-animation-wrapper {
  max-height: 5rem;
  width: 14.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header__logo-animation {
  height: 3rem;
}
.header__mobile-menu-trigger {
  color: #005ac3;
  font-size: 3.2rem;
  cursor: pointer;
  position: relative;
  z-index: 16;
  top: 0.3rem;
  transition: color 0.1s ease;
}
.header__mobile-menu-trigger .icon-burger {
  display: inline;
}
.header__mobile-menu-trigger .icon-x {
  display: none;
}
.header__main-nav-wrapper {
  color: #005ac3;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;
  background-color: #05001f;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  border-bottom: 0.1rem solid #005ac3;
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.header ul li {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  line-height: 155%;
  margin-bottom: 0.5rem;
}
.header ul .current-menu-item, .header ul .current_page_item {
  color: #fff;
}
.header__main-nav-divider {
  display: none;
}
.header__language-switcher {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
}

.headroom--not-top {
  border-bottom: 0.1rem solid #005ac3;
  height: 5rem;
}
.headroom--not-top .header__content-wrapper {
  padding-top: 0;
}
.headroom--top .header__main-nav-wrapper {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .header {
    height: 10rem;
    padding: 0 4.2rem;
    transition: none;
  }
  .header--gold .header__main-nav-wrapper {
    border-bottom: none;
    background-color: transparent;
  }
  .header--gold ul li.current-menu-item, .header--gold ul li.current_page_item {
    background-color: #fff;
    color: #987443;
  }
  .header--gold.headroom--not-top {
    border-bottom: none;
  }
  .header--gold.headroom--not-top .header__content-wrapper {
    border-bottom: 0.1rem solid #cbac70;
  }
  .header__content-wrapper {
    padding-top: 0;
  }
  .header__mobile-menu-trigger {
    display: none;
  }
  .header__logo-wrapper img {
    height: 3.4rem;
  }
  .header__logo-animation {
    height: 3.5rem;
  }
  .header__logo-animation-wrapper {
    width: 17.8rem;
  }
  .header__main-nav-wrapper {
    display: flex;
    align-items: center;
    position: static;
    width: auto;
    transform: none;
    background-color: transparent;
    flex-direction: row;
    padding: 0;
    border-bottom: none;
  }
  .header ul {
    display: flex;
  }
  .header ul li {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    padding: 1rem;
    margin-right: 3rem;
    border-radius: 0.6rem;
    margin-bottom: 0;
  }
  .header ul li:first-child {
    display: none;
  }
  .header ul .current-menu-item, .header ul .current_page_item {
    background-color: #005ac3;
    color: #fff;
  }
  .header__main-nav-divider {
    display: inline;
    font-size: 1.8rem;
  }
  .header__language-switcher {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 3rem;
  }

  .headroom--not-top {
    border-bottom: none;
    height: 7rem;
  }
  .headroom--not-top .header__content-wrapper {
    border-bottom: 0.1rem solid #005ac3;
  }
  .headroom--top .header__main-nav-wrapper {
    padding-top: 0;
  }
}
.footer {
  background-color: #05001f;
  color: #005ac3;
  padding: 4rem 2rem 4.5rem;
}
.footer--gold {
  background-color: #241902;
  color: #987443;
}
.footer--gold .footer__contact-cta {
  border: 0.2rem solid #987443;
}
.footer--gold .footer__contact-cta:hover {
  background-color: #987443;
  color: #241902;
}
.footer--gold .footer__link-animation {
  position: relative;
}
.footer--gold .footer__link-animation:before {
  background-color: #987443;
}
.footer--gold .footer__navigation .menu-item:before {
  background-color: #987443;
}
.footer__header {
  display: flex;
  margin-bottom: 4rem;
  flex: 1 1 100%;
}
.footer__contact-cta-wrapper--mobile {
  display: flex;
}
.footer__contact-cta-wrapper--desktop {
  display: none;
}
.footer__logo-wrapper {
  flex: 0 0 50%;
}
.footer__logo-wrapper img {
  height: 3rem;
}
.footer__logo-animation-wrapper {
  max-height: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer__logo-animation {
  height: 3rem;
  max-width: 15rem;
}
.footer__contact-cta {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.8rem 1.3rem 0.8rem 1.4rem;
  border: 0.2rem solid #005ac3;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  white-space: nowrap;
}
.footer__contact-cta .icon-arrow-right {
  margin-right: 0.7rem;
}
.footer__contact-cta:hover {
  background-color: #005ac3;
  color: #05001f;
}
.footer__info-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer__info-block {
  flex: 1 1 50%;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.footer__info-block--navigation {
  display: flex;
}
.footer__info-headline {
  margin-bottom: 3.2rem;
  white-space: nowrap;
}
.footer__info-text {
  white-space: nowrap;
}
.footer__link {
  display: block;
}
.footer__link-animation {
  position: relative;
}
.footer__link-animation:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #005ac3;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
.footer__link-animation:hover:before {
  width: 100%;
  left: 0;
  transition-delay: 0.25s;
}
.footer__navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
}
.footer__navigation .menu-item {
  position: relative;
}
.footer__navigation .menu-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #005ac3;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
.footer__navigation .menu-item:hover:before {
  width: 100%;
  left: 0;
  transition-delay: 0.25s;
}

@media (min-width: 992px) {
  .footer {
    padding: 4.2rem 6rem;
    display: flex;
  }
  .footer__header {
    flex: 0 0 17rem;
    display: flex;
    margin-bottom: 0;
    margin-right: 8rem;
    align-items: flex-end;
  }
  .footer__logo-wrapper {
    flex: 0 0 100%;
    margin-right: 6rem;
  }
  .footer__logo-wrapper img {
    height: 3.4rem;
  }
  .footer__logo-animation {
    height: 3.5rem;
    max-width: 17rem;
  }
  .footer__contact-cta-wrapper--mobile {
    display: none;
  }
  .footer__contact-cta-wrapper--desktop {
    display: flex;
  }
  .footer__contact-cta {
    margin-top: auto;
  }
  .footer__info-blocks-wrapper {
    flex-wrap: nowrap;
    width: 100%;
  }
  .footer__info-block {
    flex: 0 1 0;
    margin-bottom: 0;
    margin-right: 8rem;
  }
  .footer__info-block--navigation {
    order: 3;
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin-right: 0;
  }
  .footer__info-block--navigation ul {
    display: flex;
  }
  .footer__info-block--navigation ul li {
    margin-right: 3rem;
  }
  .footer__info-block--navigation ul li:last-child {
    margin-right: 0;
  }
}
.cursor {
  display: none;
}

@media (min-width: 992px) {
  .cursor {
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 10002;
    transform-origin: center;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.15s cubic-bezier(0.5, 0.03, 0.42, 1.46), height 0.15s cubic-bezier(0.5, 0.03, 0.42, 1.46);
  }
  .cursor--small {
    width: 4rem;
    height: 4rem;
  }
  .cursor--small .cursor__content {
    font-size: 1.8rem;
  }
  .cursor--shifted {
    transform: translate(3%, 3%);
  }
  .cursor--mouse-down {
    width: 7rem;
    height: 7rem;
  }
  .cursor--mouse-down.cursor--small {
    width: 3rem;
    height: 3rem;
  }
  .cursor__body {
    position: absolute;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 300ms cubic-bezier(0.5, 0.03, 0.42, 1.46);
    background-color: #005ac3;
    border-radius: 50%;
  }
  .cursor__content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.8rem;
    line-height: 1;
  }
  .cursor__hint {
    position: absolute;
    bottom: -0.5rem;
    transform: translateY(100%) translateX(-50%);
    left: 50%;
    width: max-content;
    text-align: center;
    color: #fff;
  }
  .cursor:not([data-type="0"]) .cursor__body {
    transform: scale(1);
  }
  .cursor[data-type="1"] .cursor__content--scroll-down {
    display: flex;
  }
  .cursor[data-type="2"] .cursor__content--play {
    display: flex;
  }
  .cursor[data-type="3"] .cursor__content--pause {
    display: flex;
  }
  .cursor[data-type="4"] .cursor__content--new-window {
    display: flex;
  }
  .cursor[data-type="5"] .cursor__content--prev {
    display: flex;
  }
  .cursor[data-type="6"] .cursor__content--next {
    display: flex;
  }
  .cursor[data-type="7"] .cursor__content--volume-off {
    display: flex;
  }
  .cursor[data-type="8"] .cursor__content--volume-on {
    display: flex;
  }
  .cursor__content {
    display: none;
  }
}
.page-template-page-ad-oty .cursor {
  color: #987443 !important;
}
.page-template-page-ad-oty .cursor__body {
  background-color: #fff !important;
}

.cursor[data-color="0"] {
  color: #fff;
}
.cursor[data-color="0"] .cursor__body {
  background-color: #005ac3;
}

.cursor[data-color="1"] {
  color: #005ac3;
}
.cursor[data-color="1"] .cursor__body {
  background-color: #fff;
}

.cursor[data-color="2"] {
  color: #fff;
}
.cursor[data-color="2"] .cursor__body {
  background-color: #05001f;
}

.cursor[data-color="3"] {
  color: #987443;
}
.cursor[data-color="3"] .cursor__body {
  background-color: #fff;
}

.cursor[data-color="4"] {
  color: #fff;
}
.cursor[data-color="4"] .cursor__body {
  background-color: #005ac3;
}

.cursor[data-color="5"] {
  color: #fff;
}
.cursor[data-color="5"] .cursor__body {
  background-color: #005ac3;
}

@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}
.jump-menu {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 100;
  transition: transform 0.3s ease 0.2s;
  pointer-events: none;
}
.jump-menu--hidden {
  transform: translate(0, calc(100% + 3rem));
  transition-delay: 0s;
}
.jump-menu--opened {
  pointer-events: auto;
}
.jump-menu--opened .jump-menu__items {
  opacity: 1;
  pointer-events: auto;
}
.jump-menu--opened .jump-menu__mobile-toggle span {
  transform: rotate(45deg);
}
.jump-menu__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.jump-menu__item {
  margin-bottom: 1rem;
  padding: 1rem 1.3rem 0.8rem;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #005ac3;
  border-radius: 103px;
  text-align: center;
  white-space: nowrap;
}
.jump-menu__item a {
  position: relative;
  top: -0.1rem;
}
.jump-menu__floating-background {
  display: none;
}
.jump-menu__mobile-toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #005ac3;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  pointer-events: auto;
}
.jump-menu__mobile-toggle span {
  transition: transform 0.3s ease;
  transform-origin: center;
}

@media (min-width: 992px) {
  .jump-menu {
    width: auto;
    padding: 0.7rem 0.8rem;
    background-color: #005ac3;
    border-radius: 100px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  .jump-menu--hidden {
    transform: translate(-50%, calc(100% + 2rem));
  }
  .jump-menu__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  .jump-menu__item {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 1.1rem 1rem 0.8rem;
    margin-bottom: 0;
    background-color: transparent;
  }
  .jump-menu__item--active {
    color: #005ac3;
  }
  .jump-menu__floating-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 103px;
    background-color: #a5d7f4;
    z-index: -1;
    transition: left 0.3s ease, width 0.3s ease;
  }
  .jump-menu__mobile-toggle {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup--visible {
  display: flex;
}
.popup__card {
  background-color: #987443;
  color: #fff;
  border-radius: 0.8rem;
  padding: 6rem 1rem 0;
  position: relative;
  max-width: calc(100% - 4rem);
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(25%) translateY(-25%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #987443;
  font-size: 2.8rem;
}
.popup__body {
  max-height: 70vh;
  overflow: auto;
  padding-bottom: 6rem;
}
.popup__headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4.2rem;
}
.popup__animation-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 4.2rem;
}
.popup__animation-wrapper .inline-icon {
  margin: 0;
  width: 11rem;
  height: 11rem;
}
.popup__content {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 3rem;
}
.popup__content ul {
  margin: 0;
  padding-left: 1.5rem;
}
.popup__link-wrapper {
  display: flex;
  justify-content: center;
}
.popup__link {
  min-width: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 1.7rem 1.5rem;
  border-radius: 100rem;
  border: solid 0.2rem #fff;
  transition: 0.3s ease;
  cursor: pointer;
}
.popup__link:hover {
  color: #987443;
  background-color: #fff;
}
.popup__link .icon-arrow-right {
  margin-right: 0.6rem;
}

@media (min-width: 992px) {
  .popup__card {
    max-width: 66.6666666667%;
  }
  .popup__headline {
    padding: 0 12.7rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .popup__animation-wrapper .inline-icon {
    width: 21.8rem;
    height: 21.8rem;
  }
  .popup__content {
    padding: 0 12.7rem;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .popup__link {
    border: solid 0.3rem #fff;
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
  .popup__link .icon-arrow-right {
    margin-right: 0.5rem;
  }
}
.page-base {
  min-height: 100vh;
  padding-top: 15.2rem;
}

@media (min-width: 992px) {
  .page-base {
    padding-top: 24rem;
  }
}
.error-page {
  display: flex;
  align-items: center;
  padding: 5rem 0 0 0 !important;
}
.error-page--gold {
  background-color: #987443;
}
.error-page--gold .error-page__info {
  color: #fff;
}
.error-page--gold .error-page__link {
  color: #fff;
  border: solid 0.3rem #fff;
}
.error-page--gold .error-page__link:hover {
  color: #987443;
  background-color: #fff;
}
.error-page__info {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3rem;
}
.error-page__link-wrapper {
  display: flex;
  justify-content: flex-start;
}
.error-page__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #005ac3;
  padding: 1.7rem 1.5rem;
  border-radius: 100rem;
  border: solid 0.3rem #005ac3;
  transition: 0.3s ease;
  cursor: pointer;
}
.error-page__link:hover {
  color: #fff;
  background-color: #005ac3;
}
.error-page__link .icon-arrow-right {
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .error-page {
    padding: 5rem 0 0 0 !important;
  }
  .error-page__info {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.advertising-page__technology-content-fader-wrapper {
  background-color: #82b4d2;
}

.page-advertising .header[data-theme=white] {
  color: #005ac3;
  border-color: #005ac3;
  background-color: #fff;
}
.page-advertising .header[data-theme=white] .header__logo-animation {
  display: block;
}
.page-advertising .header[data-theme=white] .header__logo-animation--dark {
  display: none;
}
.page-advertising .header[data-theme=white] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-advertising .header[data-theme=white] .header__content-wrapper {
  border-color: #005ac3;
}
.page-advertising .header[data-theme=white] .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-advertising .header[data-theme=dark] {
  background-color: #05001f;
  color: #005ac3;
  border-color: #005ac3;
}
.page-advertising .header[data-theme=dark] .header__logo-animation {
  display: block;
}
.page-advertising .header[data-theme=dark] .header__logo-animation--dark {
  display: none;
}
.page-advertising .header[data-theme=dark] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-advertising .header[data-theme=dark] .header__content-wrapper {
  border-color: #005ac3;
}
.page-advertising .header[data-theme=dark] .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-advertising .header[data-theme=light-blue] {
  background-color: #82b4d2;
  color: #005ac3;
  border-color: #005ac3;
}
.page-advertising .header[data-theme=light-blue] .header__logo-animation {
  display: block;
}
.page-advertising .header[data-theme=light-blue] .header__logo-animation--dark {
  display: none;
}
.page-advertising .header[data-theme=light-blue] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-advertising .header[data-theme=light-blue] .header__content-wrapper {
  border-color: #005ac3;
}
.page-advertising .header[data-theme=light-blue] .header__mobile-menu-trigger {
  color: #005ac3;
}

@media (min-width: 992px) {
  .page-advertising .hero-text__text p {
    width: calc(100% + 11rem);
    position: relative;
    left: -5.5rem;
  }
}
@media (min-width: 1322px) {
  .page-advertising .hero-text__text p {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
  }
}
.career-page {
  background-color: #82b4d2;
}

.page-career {
  background-color: #82b4d2;
}
.page-career header {
  background-color: #82b4d2;
}
.page-career .footer {
  background-color: #82b4d2;
}

.showroom-page {
  background-color: #05001f;
}
.showroom-page .inline-text .inline-icon {
  margin: -0.7rem;
}

.page-template-page-showroom-filter,
.page-template-page-showroom,
.page-showroom {
  background-color: #05001f;
}
.page-template-page-showroom-filter header,
.page-template-page-showroom header,
.page-showroom header {
  background-color: #05001f;
}
.page-template-page-showroom-filter .footer,
.page-template-page-showroom .footer,
.page-showroom .footer {
  background-color: #05001f;
}

@media (min-width: 992px) {
  .showroom-page .hero-text__text p {
    width: calc(100% + 22.7rem);
    position: relative;
    left: -11.35rem;
  }
  .showroom-page .hero-text .inline-icon {
    margin: -1rem;
  }
  .showroom-page .inline-text .inline-icon {
    height: 4rem;
    width: 4rem;
    margin: -1rem;
  }

  .page-showroom .cursor__body {
    background-color: #05001f !important;
    color: #005ac3;
  }
}
@media (min-width: 1322px) {
  .showroom-page .hero-text__text p {
    width: calc(100% + 12.7rem);
    position: relative;
    left: -6.35rem;
  }
}
.home-page {
  padding-top: 0 !important;
}
.home-page__area--white {
  background-color: #fff;
  padding-top: 8rem;
}
.home-page__area--dark {
  background-color: #05001f;
  padding-top: 7.1rem;
  padding-bottom: 8rem;
}
.home-page__area--light-blue {
  background-color: #82b4d2;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home-page__area--light-blue .image-with-text {
  padding-bottom: 0;
}

.page-home {
  background-color: #005ac3;
}
.page-home .header {
  background-color: transparent;
  border-color: #05001f;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.page-home .header[data-theme=blue] {
  background-color: #005ac3;
}
.page-home .header[data-theme=white] {
  color: #005ac3;
  border-color: #005ac3;
  background-color: #fff;
}
.page-home .header[data-theme=white] .header__logo-animation {
  display: block;
}
.page-home .header[data-theme=white] .header__logo-animation--dark {
  display: none;
}
.page-home .header[data-theme=white] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-home .header[data-theme=white] .header__content-wrapper {
  border-color: #005ac3;
}
.page-home .header[data-theme=white] .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-home .header[data-theme=dark] {
  background-color: #05001f;
  color: #005ac3;
  border-color: #005ac3;
}
.page-home .header[data-theme=dark] .header__logo-animation {
  display: block;
}
.page-home .header[data-theme=dark] .header__logo-animation--dark {
  display: none;
}
.page-home .header[data-theme=dark] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-home .header[data-theme=dark] .header__content-wrapper {
  border-color: #005ac3;
}
.page-home .header[data-theme=dark] .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-home .header[data-theme=light-blue] {
  background-color: #82b4d2;
  color: #005ac3;
  border-color: #005ac3;
}
.page-home .header[data-theme=light-blue] .header__logo-animation {
  display: block;
}
.page-home .header[data-theme=light-blue] .header__logo-animation--dark {
  display: none;
}
.page-home .header[data-theme=light-blue] .header__main-nav-wrapper {
  color: #005ac3;
}
.page-home .header[data-theme=light-blue] .header__content-wrapper {
  border-color: #005ac3;
}
.page-home .header[data-theme=light-blue] .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-home .header__logo-animation {
  display: none;
}
.page-home .header__logo-animation--dark {
  display: block;
}
.page-home .header__mobile-menu-trigger {
  color: #05001f;
}
.page-home .header__content-wrapper {
  border-color: #05001f;
}
.page-home .header--mobile-menu-open .header__mobile-menu-trigger {
  color: #005ac3;
}
.page-home .header.headroom--top {
  background-color: transparent;
}
.page-home .footer {
  background-color: #fff;
}

@media (min-width: 992px) {
  .home-page__area--white {
    padding-top: 14rem;
  }
  .home-page__area--dark {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .home-page__area--light-blue {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .page-home .header__main-nav-wrapper {
    color: #05001f;
  }
}
.contact-page {
  background-color: #05001f;
  padding-bottom: 3.8rem;
}
.contact-page__person {
  margin-bottom: 2.1rem;
}
.contact-page__person .person-preview {
  height: 100%;
}

.page-contact {
  background-color: #05001f;
}
.page-contact .header {
  background-color: #05001f;
}

@media (min-width: 992px) {
  .contact-page__person {
    margin-bottom: 4.2rem;
  }
}
.simple-page {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  color: #005ac3;
  padding-bottom: 8rem;
}
.simple-page h2 {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
}
.simple-page h3 {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.3;
  font-size: 2.6rem;
}
.simple-page a {
  text-decoration: underline;
}

.page-simple .footer {
  background-color: #fff;
}

@media (min-width: 992px) {
  .simple-page {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
  }
  .simple-page h2 {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .simple-page h3 {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.page-template-page-ad-oty, .ad-otyw {
  background-color: #987443;
}
.page-template-page-ad-oty .hero-text__text,
.page-template-page-ad-oty .inline-text__text, .ad-otyw .hero-text__text,
.ad-otyw .inline-text__text {
  color: #fff;
}
.page-template-page-ad-oty .text-cards-slider__swiper-arrow, .ad-otyw .text-cards-slider__swiper-arrow {
  background-color: #241902;
}

.ad-otyw .inline-text {
  padding-bottom: 8rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ad-otyw .inline-text {
    padding-bottom: 14rem;
    margin-bottom: 0;
  }
}
.page-template-page-link-tree .header__content-wrapper {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.link-tree {
  position: relative;
  padding-top: 10.2rem;
}
.link-tree--white {
  color: #fff;
  background-color: #005ac3;
}
.link-tree--bright-blue {
  color: #82b4d2;
}
.link-tree--dark-blue {
  color: #0a003c;
}
.link-tree__background-image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.link-tree__boxed-image-wrapper {
  margin-bottom: 1.6rem;
  border-radius: 4rem;
  overflow: hidden;
  display: flex;
}
.link-tree__boxed-image-wrapper picture {
  display: flex;
}
.link-tree__title {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.link-tree__abstract {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.link-tree__links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.link-tree__button {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  padding: 1rem;
  border-radius: 100rem;
  text-align: center;
}
.link-tree__button--white {
  background-color: #fff;
  color: #0a003c;
}
.link-tree__button--bright-blue {
  background-color: #82b4d2;
  color: #0a003c;
}
.link-tree__button--dark-blue {
  background-color: #005ac3;
  color: #fff;
}
.link-tree__socials-wrapper {
  display: flex;
  gap: 4rem;
  margin-bottom: 3.2rem;
  justify-content: center;
}

.editor-styles__card_headline {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.28;
  display: block;
  margin-bottom: 4.2rem;
}
.editor-styles__card_headline .inline-icon {
  width: 5rem;
  height: 5rem;
  margin-left: -0.5rem;
}

@media (min-width: 992px) {
  .editor-styles__card_headline {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.countdown .counter-block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}
.countdown .counter-block:after {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.1;
  content: ":";
  position: absolute;
  bottom: 0;
  font-size: 4.6rem;
  right: -0.3rem;
  color: #241902;
}
.countdown .counter-block:last-child:after {
  content: none;
}
.countdown .counter-block .counter {
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.1;
  color: #241902;
}
.countdown .counter-block .tens {
  text-align: right;
}
.countdown .counter-block .units {
  text-align: left;
}
.countdown .counter-caption {
  text-align: center;
  font-family: "StudioFeixenSans", SanSerif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #cbac70;
}

@media (min-width: 992px) {
  .countdown .counter-block:after {
    right: -2rem;
    bottom: -1.2rem;
  }
  .countdown .counter-block:after {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1.1;
    transform: translateX(-50%);
  }
  .countdown .counter-block .counter {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 12rem;
    font-weight: 500;
    line-height: 1.1;
  }
  .countdown .counter-caption {
    font-family: "StudioFeixenSans", SanSerif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
  }
}
/*! purgecss end ignore */
