@charset "UTF-8";
/**
 * Define breakpoints the grid should respond to.
 * Grid cell classes will be generated like
 * .grid-wrapper
 * .grid-container
 * .grid-cell-1, .grid-cell-6-xs, .grid-cell-12-m, …
 * .grid-pre-1, .grid-post-6-xs, …
 */
/**
 * Define speaking names for numbered cells, so you can use
 * .grid-cell-half instead of .grid-cell-6
 * It's easier to handle, when nesting cells.
 */
/**
 * The micro clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/**
 * Create an grid wrapper, which can have a max-width and would be centered.
 */
/**
 * Create an grid container, which contains grid cells.
 * You can compare it with Susy's `container` mixin in some way.
 */
/**
 * Create an grid cell, which spans to x columns.
 * You can compare it with Susy's `span` mixin in some way.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Offset a grid cell to the right.
 * You can compare it with Susy's `pre` mixin in some way.
 * @param {number} $_columns number of columns to offset.
 */
/**
 * Add margin to the right of a grid cell.
 * You can compare it with Susy's `post` mixin in some way.
 * @param {number} $_columns number of columns margin should be added.
 */
/**
 * Size the grid cell.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Calculate the size of a grid cell, which spans to x columns.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Size the grid cell.
 * @param {number} $_columns number of columns the cell spans.
 * @param {number} $_total-columns total number of columns.
 */
/**
 * Create grid cells and add breakpoint name.
 * Size:        AP_cell-1 … AP_cell-12
 * Breakpoints: AP_cell-1-xs … AP_cell-1-xl
 * @param {string} $_breakpoint-name defined in $grid-breakpoints
 */
/**
 * Create grid cells for all breakpoints defined in $grid-breakpoints.
 */
/**
 * Create grid cell offsets and add breakpoint name.
 * Size:        AP_ext-pre-1 … AP_ext-pre-12
 * Breakpoints: AP_ext-pre-1-xs … AP_ext-pre-1-xl
 * Sides:       AP_ext-pre-1, AP_ext-post-1
 * @param {string} $_side margin is applied to pre (left) or post (right)
 * @param {string} $_breakpoint-name defined in $grid-breakpoints
 */
/**
 * Create grid cell offsets for all breakpoints defined in $grid-breakpoints.
 */
/**
 * Polyfill CSS `object-fit` on IE11, Edge
 * 
 * @see https://github.com/bfred-it/object-fit-images
 * @see https://developer.mozilla.org/de/docs/Web/CSS/object-fit
 * 
 * @param {string} $_object-fit - fill, contain, cover, none, scale-down
 */
/**
 * Removing the tap highlight color on touch devices
 * http://phonegap-tips.com/articles/essential-phonegap-css-webkit-tap-highlight-color.html
 * 
 * 1. Removing the tap highlight color on iOS
 * 2. … and some Androids
 */
/**
 * Remove the unit of a number
 * @param {number} $_number to remove unit from
 * @return {number} an unitless number
 */
.icon--Loading {
  width: 18px;
  height: 18px;
}
.icon--arrow-back {
  width: 24px;
  height: 13px;
}
.icon--arrow-double {
  width: 13px;
  height: 26px;
}
.icon--arrow-down {
  width: 17px;
  height: 9px;
}
.icon--arrow-external {
  width: 25px;
  height: 25px;
}
.icon--arrow-left {
  width: 23px;
  height: 48px;
}
.icon--arrow-long {
  width: 24px;
  height: 13px;
}
.icon--arrow-right {
  width: 23px;
  height: 48px;
}
.icon--arrow-scroll {
  width: 15px;
  height: 27px;
}
.icon--arrow-short {
  width: 7px;
  height: 12px;
}
.icon--backpack {
  width: 23px;
  height: 37px;
}
.icon--bonus {
  width: 50px;
  height: 77px;
}
.icon--check_ico {
  width: 42px;
  height: 42px;
}
.icon--close {
  width: 23px;
  height: 23px;
}
.icon--download {
  width: 30px;
  height: 37px;
}
.icon--dropdown {
  width: 33px;
  height: 14px;
}
.icon--enbw_odr_logo-line {
  width: 67.5px;
  height: 25.5px;
}
.icon--enbw_odr_logo-text {
  width: 173.5px;
  height: 25.5px;
}
.icon--expand {
  width: 28px;
  height: 28px;
}
.icon--gas {
  width: 20px;
  height: 37px;
}
.icon--haus {
  width: 34px;
  height: 35px;
}
.icon--info_ico {
  width: 20px;
  height: 20px;
}
.icon--laptop {
  width: 24.9px;
  height: 17.7px;
}
.icon--logo {
  width: 205px;
  height: 22px;
}
.icon--mail_ico {
  width: 30px;
  height: 28px;
}
.icon--nightstorage {
  width: 22px;
  height: 33px;
}
.icon--odr {
  width: 307px;
  height: 778px;
}
.icon--open-close {
  width: 28px;
  height: 28px;
}
.icon--person {
  width: 32.3px;
  height: 39.9px;
}
.icon--phone_ico {
  width: 38px;
  height: 38px;
}
.icon--play {
  width: 51px;
  height: 52px;
}
.icon--plus {
  width: 18px;
  height: 18px;
}
.icon--pump {
  width: 49px;
  height: 26px;
}
.icon--qm-1 {
  width: 27px;
  height: 31px;
}
.icon--qm-2 {
  width: 32px;
  height: 37px;
}
.icon--qm-3 {
  width: 37px;
  height: 43px;
}
.icon--qm-4 {
  width: 41px;
  height: 49px;
}
.icon--search {
  width: 20px;
  height: 21px;
}
.icon--settings {
  width: 30px;
  height: 30px;
}
.icon--social-facebook {
  width: 39px;
  height: 39px;
}
.icon--social-insta {
  width: 39px;
  height: 39px;
}
.icon--social-instagram {
  width: 39px;
  height: 39px;
}
.icon--social-linkedin {
  width: 38px;
  height: 38px;
}
.icon--social-twitter {
  width: 49px;
  height: 42px;
}
.icon--social-xing {
  width: 36px;
  height: 43px;
}
.icon--social-youtube {
  width: 48.7px;
  height: 48.7px;
}
.icon--strom {
  width: 26px;
  height: 36px;
}
.icon--support {
  width: 40px;
  height: 40px;
}
.icon--waerme {
  width: 51px;
  height: 36px;
}
.icon--waerme_nachtspeicher {
  width: 50px;
  height: 50px;
}
.icon--waerme_waermepumpe {
  width: 50px;
  height: 40px;
}
.icon--www {
  width: 35px;
  height: 35px;
}
.icon--accordeon_down {
  width: 33px;
  height: 14px;
}
.icon--ansprechpartner {
  width: 40px;
  height: 40px;
}
.icon--appstore {
  width: 151px;
  height: 61px;
}
.icon--arrow-button {
  width: 10px;
  height: 20px;
}
.icon--arrow-down {
  width: 12px;
  height: 6px;
}
.icon--arrow-left {
  width: 28.9px;
  height: 43.7px;
}
.icon--arrow-long {
  width: 24px;
  height: 13px;
}
.icon--arrow-right {
  width: 29px;
  height: 44px;
}
.icon--arrow-short {
  width: 7px;
  height: 12px;
}
.icon--arrow-slider-next {
  width: 72px;
  height: 202px;
}
.icon--arrow-slider-prev {
  width: 72px;
  height: 202px;
}
.icon--arrow-slider {
  width: 46.5px;
  height: 127px;
}
.icon--arrow_horizontal {
  width: 24px;
  height: 24px;
}
.icon--betrieb {
  width: 41px;
  height: 44px;
}
.icon--bezahlung {
  width: 48px;
  height: 48px;
}
.icon--check {
  width: 64px;
  height: 64px;
}
.icon--close {
  width: 26px;
  height: 26px;
}
.icon--daumen {
  width: 48px;
  height: 48px;
}
.icon--enbw_odr_logo-line {
  width: 67.5px;
  height: 25.5px;
}
.icon--enbw_odr_logo-text {
  width: 173.5px;
  height: 25.5px;
}
.icon--enbw_odr_logo {
  width: 248px;
  height: 25.5px;
}
.icon--facebook {
  width: 29px;
  height: 29px;
}
.icon--geschenke {
  width: 48px;
  height: 48px;
}
.icon--googleplay {
  width: 151px;
  height: 61px;
}
.icon--hero-odr-line {
  width: 140px;
  height: 530px;
}
.icon--hero-odr-overlay {
  width: 730px;
  height: 280px;
}
.icon--hero-odr {
  width: 730px;
  height: 280px;
}
.icon--home {
  width: 48px;
  height: 46px;
}
.icon--home_nav {
  width: 32px;
  height: 38px;
}
.icon--info_ico {
  width: 20px;
  height: 20px;
}
.icon--insta {
  width: 29px;
  height: 29px;
}
.icon--installation {
  width: 39px;
  height: 39px;
}
.icon--kommune {
  width: 47px;
  height: 46px;
}
.icon--konditionen {
  width: 48px;
  height: 48px;
}
.icon--konzept {
  width: 29px;
  height: 42px;
}
.icon--ladekarte {
  width: 48px;
  height: 48px;
}
.icon--laden {
  width: 40px;
  height: 44px;
}
.icon--last {
  width: 40px;
  height: 37px;
}
.icon--local {
  width: 48px;
  height: 48px;
}
.icon--logo {
  width: 300px;
  height: 150px;
}
.icon--menschenkreis {
  width: 40px;
  height: 40px;
}
.icon--office-building {
  width: 50px;
  height: 46px;
}
.icon--partner {
  width: 42px;
  height: 36px;
}
.icon--plus {
  width: 18px;
  height: 18px;
}
.icon--portfolio {
  width: 30px;
  height: 27px;
}
.icon--rechnung {
  width: 32px;
  height: 42px;
}
.icon--roaming {
  width: 48px;
  height: 48px;
}
.icon--route {
  width: 30px;
  height: 29px;
}
.icon--schnell {
  width: 48px;
  height: 48px;
}
.icon--scroll-up {
  width: 13px;
  height: 13px;
}
.icon--sidebar-home {
  width: 30px;
  height: 29px;
}
.icon--sidebar-road {
  width: 30px;
  height: 29px;
}
.icon--sidebar-work {
  width: 30px;
  height: 27px;
}
.icon--smart {
  width: 34px;
  height: 41px;
}
.icon--smartphone {
  width: 48px;
  height: 48px;
}
.icon--sparschwein {
  width: 48px;
  height: 48px;
}
.icon--step-slider {
  width: 204px;
  height: 205px;
}
.icon--transparent {
  width: 41px;
  height: 44px;
}
.icon--twitter {
  width: 22.3px;
  height: 18.3px;
}
.icon--whatsapp {
  width: 24px;
  height: 24px;
}
.icon--youtube {
  width: 19px;
  height: 13px;
}
.icon--stromverbrauch {
  width: 48px;
  height: 48px;
}
.icon--sparen {
  width: 48px;
  height: 48px;
}
.icon--sicherheit {
  width: 48px;
  height: 48px;
}
.icon--lupe {
  width: 48px;
  height: 48px;
}
.icon--digital {
  width: 48px;
  height: 48px;
}
.icon--oekologisch {
  width: 48px;
  height: 48px;
}
.icon--oekologischgruen {
  width: 48px;
  height: 48px;
}
.icon--development {
  width: 48px;
  height: 48px;
}
.icon--installationwallbox {
  width: 48px;
  height: 48px;
}
.icon--sparsam {
  width: 48px;
  height: 48px;
}
.icon--kompetenz {
  width: 48px;
  height: 48px;
}
.icon--vernetzt {
  width: 48px;
  height: 48px;
}
.icon--vernetztblau {
  width: 48px;
  height: 48px;
}
.icon--wissen {
  width: 48px;
  height: 48px;
}
.icon--kontaktaufnahme {
  width: 48px;
  height: 48px;
}
.icon--liste {
  width: 48px;
  height: 48px;
}
.icon--callcenter {
  width: 24.9px;
  height: 17.7px;
}
.icon--kontrast {
  width: 24px;
  height: 24px;
}
.icon--familiaer {
  width: 48px;
  height: 48px;
}
.icon--fortschrittlich {
  width: 48px;
  height: 48px;
}
.icon--leidenschaftlich {
  width: 48px;
  height: 48px;
}
.icon--regional {
  width: 48px;
  height: 48px;
}
.icon--sozial {
  width: 48px;
  height: 48px;
}
.icon--click {
  width: 35px;
  height: 35px;
}
.icon--click-white {
  width: 35px;
  height: 35px;
}
.icon--phonecallcenter {
  width: 25px;
  height: 34px;
}

.svg-icon--info_ico {
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

.svg-icon--info_ico::before {
  content: " ";
  opacity: 0.4;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 40px;
  height: 40px;
  background: url("../Icons/info_ico_orange.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/**
 * Remove address styling.
 */
address {
  font-style: normal;
}

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

p {
  font-size: 17px;
  line-height: 1.53;
}

/*body{
  cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='54px' height='54px' viewBox='0 0 54 54' style='enable-background:new 0 0 54 54;' xml:space='preserve'%3E %3Cpath d='M27,54C12.1,54,0,41.9,0,27C0,12.1,12.1,0,27,0c14.9,0,27,12.1,27,27C54,41.9,41.9,54,27,54z M27,1C12.7,1,1,12.7,1,27 s11.7,26,26,26s26-11.7,26-26S41.3,1,27,1z'/%3E %3C/svg%3E") 27 27, pointer;
}*/
*,
*::before,
*::after {
  box-sizing: inherit;
  outline: none;
}

html {
  height: 100%;
  font-family: sans-serif;
  font-size: 8px;
  line-height: 1.53;
  text-size-adjust: 100%;
}

body {
  background: #fff;
  position: relative;
  color: #3B3B3B;
  font-family: "EnBWSansText", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  overflow-x: hidden;
}

/**
 * 1. Prevent zooming in IE
 * 2. Removing the tap highlight color on touch devices
 */
a,
button,
input {
  -ms-touch-action: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
  font-size: 17px;
  font-family: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p.author {
  font-weight: 600;
  color: #757575;
}
p.author span {
  display: inline-block;
  margin-left: 5px;
  padding-left: 10px;
  border-left: solid 2px #ff9900;
}

svg {
  fill: #3B3B3B;
}

.container {
  padding-bottom: 48px;
}

.ar--1-1 {
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 1023px) {
  .ar--tablet-1-1 {
    width: 100%;
    padding-top: 100%;
  }
}
.ar--tablet-1-1 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-1-1 {
    width: 100%;
    padding-top: 100%;
  }
}
.ar--phone-1-1 img {
  object-fit: cover;
  object-position: top;
}

.ar--4-1 {
  width: 100%;
  padding-top: 25%;
}

@media (max-width: 1023px) {
  .ar--tablet-4-1 {
    width: 100%;
    padding-top: 25%;
  }
}
.ar--tablet-4-1 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-4-1 {
    width: 100%;
    padding-top: 25%;
  }
}
.ar--phone-4-1 img {
  object-fit: cover;
  object-position: top;
}

.ar--8-5 {
  width: 100%;
  padding-top: 62.5%;
}

@media (max-width: 1023px) {
  .ar--tablet-8-5 {
    width: 100%;
    padding-top: 62.5%;
  }
}
.ar--tablet-8-5 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-8-5 {
    width: 100%;
    padding-top: 62.5%;
  }
}
.ar--phone-8-5 img {
  object-fit: cover;
  object-position: top;
}

.ar--4-5 {
  width: 100%;
  padding-top: 125%;
}

@media (max-width: 1023px) {
  .ar--tablet-4-5 {
    width: 100%;
    padding-top: 125%;
  }
}
.ar--tablet-4-5 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-4-5 {
    width: 100%;
    padding-top: 125%;
  }
}
.ar--phone-4-5 img {
  object-fit: cover;
  object-position: top;
}

.ar--5-2 {
  width: 100%;
  padding-top: 40%;
}

@media (max-width: 1023px) {
  .ar--tablet-5-2 {
    width: 100%;
    padding-top: 40%;
  }
}
.ar--tablet-5-2 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-5-2 {
    width: 100%;
    padding-top: 40%;
  }
}
.ar--phone-5-2 img {
  object-fit: cover;
  object-position: top;
}

.ar--3-2 {
  width: 100%;
  padding-top: 66.6666666667%;
}

@media (max-width: 1023px) {
  .ar--tablet-3-2 {
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
.ar--tablet-3-2 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-3-2 {
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
.ar--phone-3-2 img {
  object-fit: cover;
  object-position: top;
}

.ar--3-4 {
  width: 100%;
  padding-top: 133.3333333333%;
}

@media (max-width: 1023px) {
  .ar--tablet-3-4 {
    width: 100%;
    padding-top: 133.3333333333%;
  }
}
.ar--tablet-3-4 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-3-4 {
    width: 100%;
    padding-top: 133.3333333333%;
  }
}
.ar--phone-3-4 img {
  object-fit: cover;
  object-position: top;
}

.ar--5-4 {
  width: 100%;
  padding-top: 80%;
}

@media (max-width: 1023px) {
  .ar--tablet-5-4 {
    width: 100%;
    padding-top: 80%;
  }
}
.ar--tablet-5-4 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-5-4 {
    width: 100%;
    padding-top: 80%;
  }
}
.ar--phone-5-4 img {
  object-fit: cover;
  object-position: top;
}

.ar--13-5 {
  width: 100%;
  padding-top: 38.4615384615%;
}

@media (max-width: 1023px) {
  .ar--tablet-13-5 {
    width: 100%;
    padding-top: 38.4615384615%;
  }
}
.ar--tablet-13-5 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-13-5 {
    width: 100%;
    padding-top: 38.4615384615%;
  }
}
.ar--phone-13-5 img {
  object-fit: cover;
  object-position: top;
}

.ar--8-9 {
  width: 100%;
  padding-top: 112.5%;
}

@media (max-width: 1023px) {
  .ar--tablet-8-9 {
    width: 100%;
    padding-top: 112.5%;
  }
}
.ar--tablet-8-9 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-8-9 {
    width: 100%;
    padding-top: 112.5%;
  }
}
.ar--phone-8-9 img {
  object-fit: cover;
  object-position: top;
}

.ar--16-9 {
  width: 100%;
  padding-top: 56.25%;
}

@media (max-width: 1023px) {
  .ar--tablet-16-9 {
    width: 100%;
    padding-top: 56.25%;
  }
}
.ar--tablet-16-9 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-16-9 {
    width: 100%;
    padding-top: 56.25%;
  }
}
.ar--phone-16-9 img {
  object-fit: cover;
  object-position: top;
}

.ar--2-1 {
  width: 100%;
  padding-top: 50%;
}

@media (max-width: 1023px) {
  .ar--tablet-2-1 {
    width: 100%;
    padding-top: 50%;
  }
}
.ar--tablet-2-1 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-2-1 {
    width: 100%;
    padding-top: 50%;
  }
}
.ar--phone-2-1 img {
  object-fit: cover;
  object-position: top;
}

.ar--3-1 {
  width: 100%;
  padding-top: 33.3333333333%;
}

@media (max-width: 1023px) {
  .ar--tablet-3-1 {
    width: 100%;
    padding-top: 33.3333333333%;
  }
}
.ar--tablet-3-1 img {
  object-fit: cover;
}

@media (max-width: 767px) {
  .ar--phone-3-1 {
    width: 100%;
    padding-top: 33.3333333333%;
  }
}
.ar--phone-3-1 img {
  object-fit: cover;
  object-position: top;
}

.ar {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ar > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ar {
  /*+ p{
  	font-size: $fs-small;
  	padding-top: 10px;
  	margin-bottom: 0;

  	@include respond-up-to($bp-l){
  		margin-bottom: 0px;
  	}
  }*/
}

@media (min-width: 992px) {
  .no-gutter .grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#overlay {
  width: 100%;
}

@media (min-width: 992px) {
  .fullwidth [class*=__wrapper] {
    max-width: 100vw;
    width: 100%;
  }
}
.fullwidth [class*=__container] {
  margin-left: 0;
  margin-right: 0;
}

.d-i-b {
  display: inline-block;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.flex-center {
  justify-content: center;
}

.t-a-c {
  text-align: center;
}

h1.t-a-c {
  width: 100%;
}

.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

.f-a-c {
  justify-content: center;
  align-self: center;
}

.f-a-l {
  justify-content: left;
}

.f-a-r {
  justify-content: flex-end;
}

.f-s-b, .card--with-image .card__text {
  justify-content: space-between;
}

.f-a-s {
  align-items: flex-start;
}

.p-t-40-per {
  padding-top: 40%;
}

.p-t-20-per {
  padding-top: 20%;
}

.f-a-e {
  align-self: flex-end;
}
.f-a-e.text {
  padding-bottom: 50px;
}

.r-0 {
  right: 0;
}

.t-0 {
  top: 0;
}

.d-f, .card--with-image .card__text {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none !important;
}

.pos-a {
  position: absolute !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.small {
  font-size: 15px;
}

.ov-h {
  overflow: hidden;
}

@media (max-width: 991px) {
  .ov-h-md {
    overflow: hidden;
  }
}

hr {
  height: 0;
  border: 0;
  border-top: solid 2px #ff9900;
  margin: 20px 0;
}

break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.border-white {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.shadow {
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
}

.border-left {
  position: relative;
}
.border-left:before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ff9900;
}

.border-right {
  position: relative;
}
.border-right:before {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ff9900;
}

.border-left-white {
  position: relative;
}
.border-left-white:before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}

.spacing-t-none {
  margin-top: 0px;
}

.spacing-t-extra-small {
  margin-top: 50px !important;
}

.spacing-t-small {
  margin-top: 100px !important;
}

.spacing-t-medium {
  margin-top: 150px !important;
}

.spacing-t-large {
  margin-top: 200px !important;
}

.spacing-t-extra-large {
  margin-top: 250px !important;
}

.spacing-b-none {
  margin-bottom: 0px !important;
}

.spacing-b-extra-small {
  margin-bottom: 50px !important;
}

.spacing-b-small {
  margin-bottom: 100px !important;
}

.spacing-b-medium {
  margin-bottom: 150px !important;
}

.spacing-b-large {
  margin-bottom: 200px !important;
}

.spacing-b-extra-large {
  margin-bottom: 250px !important;
}

.of-contain {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.of-cover {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.mobile-only {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .reverse-mobile {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 992px) {
  .act-like-not-fullwidth {
    max-width: calc(100vw - 1600px);
  }
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.t-0p {
  top: 0%;
}

.t-10p {
  top: 10%;
}

.t-20p {
  top: 20%;
}

.t-30p {
  top: 30%;
}

.t-40p {
  top: 40%;
}

.t-50p {
  top: 50%;
}

.t-60p {
  top: 60%;
}

.t-70p {
  top: 70%;
}

.t-80p {
  top: 80%;
}

.t-90p {
  top: 90%;
}

.m-t-0 {
  margin-top: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.b-0 {
  bottom: 0px;
}

.m-t--0 {
  margin-top: -0px;
}

.m-b--0 {
  margin-bottom: -0px;
}

.m-l--0 {
  margin-left: -0px;
}

.m-r--0 {
  margin-right: -0px;
}

.p-t--0 {
  padding-top: -0px;
}

.p-b--0 {
  padding-bottom: -0px;
}

@media (max-width: 991px) {
  .m-t-0 {
    margin-top: 0px !important;
  }
  .m-b-0 {
    margin-bottom: 0px !important;
  }
  .p-t-0 {
    padding-top: 0px !important;
  }
  .p-b-0 {
    padding-bottom: 0px !important;
  }
  .p-l-0 {
    padding-left: 0px !important;
  }
  .p-r-0 {
    padding-right: 0px !important;
  }
  .m-t--0 {
    margin-top: -0px !important;
  }
  .m-b--0 {
    margin-bottom: -0px !important;
  }
  .p-t--0 {
    padding-top: -0px !important;
  }
  .p-b--0 {
    padding-bottom: -0px !important;
  }
}
.m-t-5 {
  margin-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-5 {
  padding: 5px;
}

.b-5 {
  bottom: 5px;
}

.m-t--5 {
  margin-top: -5px;
}

.m-b--5 {
  margin-bottom: -5px;
}

.m-l--5 {
  margin-left: -5px;
}

.m-r--5 {
  margin-right: -5px;
}

.p-t--5 {
  padding-top: -5px;
}

.p-b--5 {
  padding-bottom: -5px;
}

@media (max-width: 991px) {
  .m-t-5 {
    margin-top: 2.5px !important;
  }
  .m-b-5 {
    margin-bottom: 2.5px !important;
  }
  .p-t-5 {
    padding-top: 2.5px !important;
  }
  .p-b-5 {
    padding-bottom: 2.5px !important;
  }
  .p-l-5 {
    padding-left: 2.5px !important;
  }
  .p-r-5 {
    padding-right: 2.5px !important;
  }
  .m-t--5 {
    margin-top: -2.5px !important;
  }
  .m-b--5 {
    margin-bottom: -2.5px !important;
  }
  .p-t--5 {
    padding-top: -2.5px !important;
  }
  .p-b--5 {
    padding-bottom: -2.5px !important;
  }
}
.m-t-10 {
  margin-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-10 {
  padding: 10px;
}

.b-10 {
  bottom: 10px;
}

.m-t--10 {
  margin-top: -10px;
}

.m-b--10 {
  margin-bottom: -10px;
}

.m-l--10 {
  margin-left: -10px;
}

.m-r--10 {
  margin-right: -10px;
}

.p-t--10 {
  padding-top: -10px;
}

.p-b--10 {
  padding-bottom: -10px;
}

@media (max-width: 991px) {
  .m-t-10 {
    margin-top: 5px !important;
  }
  .m-b-10 {
    margin-bottom: 5px !important;
  }
  .p-t-10 {
    padding-top: 5px !important;
  }
  .p-b-10 {
    padding-bottom: 5px !important;
  }
  .p-l-10 {
    padding-left: 5px !important;
  }
  .p-r-10 {
    padding-right: 5px !important;
  }
  .m-t--10 {
    margin-top: -5px !important;
  }
  .m-b--10 {
    margin-bottom: -5px !important;
  }
  .p-t--10 {
    padding-top: -5px !important;
  }
  .p-b--10 {
    padding-bottom: -5px !important;
  }
}
.m-t-15 {
  margin-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-15 {
  padding: 15px;
}

.b-15 {
  bottom: 15px;
}

.m-t--15 {
  margin-top: -15px;
}

.m-b--15 {
  margin-bottom: -15px;
}

.m-l--15 {
  margin-left: -15px;
}

.m-r--15 {
  margin-right: -15px;
}

.p-t--15 {
  padding-top: -15px;
}

.p-b--15 {
  padding-bottom: -15px;
}

@media (max-width: 991px) {
  .m-t-15 {
    margin-top: 7.5px !important;
  }
  .m-b-15 {
    margin-bottom: 7.5px !important;
  }
  .p-t-15 {
    padding-top: 7.5px !important;
  }
  .p-b-15 {
    padding-bottom: 7.5px !important;
  }
  .p-l-15 {
    padding-left: 7.5px !important;
  }
  .p-r-15 {
    padding-right: 7.5px !important;
  }
  .m-t--15 {
    margin-top: -7.5px !important;
  }
  .m-b--15 {
    margin-bottom: -7.5px !important;
  }
  .p-t--15 {
    padding-top: -7.5px !important;
  }
  .p-b--15 {
    padding-bottom: -7.5px !important;
  }
}
.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-20 {
  padding: 20px;
}

.b-20 {
  bottom: 20px;
}

.m-t--20 {
  margin-top: -20px;
}

.m-b--20 {
  margin-bottom: -20px;
}

.m-l--20 {
  margin-left: -20px;
}

.m-r--20 {
  margin-right: -20px;
}

.p-t--20 {
  padding-top: -20px;
}

.p-b--20 {
  padding-bottom: -20px;
}

@media (max-width: 991px) {
  .m-t-20 {
    margin-top: 10px !important;
  }
  .m-b-20 {
    margin-bottom: 10px !important;
  }
  .p-t-20 {
    padding-top: 10px !important;
  }
  .p-b-20 {
    padding-bottom: 10px !important;
  }
  .p-l-20 {
    padding-left: 10px !important;
  }
  .p-r-20 {
    padding-right: 10px !important;
  }
  .m-t--20 {
    margin-top: -10px !important;
  }
  .m-b--20 {
    margin-bottom: -10px !important;
  }
  .p-t--20 {
    padding-top: -10px !important;
  }
  .p-b--20 {
    padding-bottom: -10px !important;
  }
}
.m-t-25 {
  margin-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-25 {
  padding: 25px;
}

.b-25 {
  bottom: 25px;
}

.m-t--25 {
  margin-top: -25px;
}

.m-b--25 {
  margin-bottom: -25px;
}

.m-l--25 {
  margin-left: -25px;
}

.m-r--25 {
  margin-right: -25px;
}

.p-t--25 {
  padding-top: -25px;
}

.p-b--25 {
  padding-bottom: -25px;
}

@media (max-width: 991px) {
  .m-t-25 {
    margin-top: 12.5px !important;
  }
  .m-b-25 {
    margin-bottom: 12.5px !important;
  }
  .p-t-25 {
    padding-top: 12.5px !important;
  }
  .p-b-25 {
    padding-bottom: 12.5px !important;
  }
  .p-l-25 {
    padding-left: 12.5px !important;
  }
  .p-r-25 {
    padding-right: 12.5px !important;
  }
  .m-t--25 {
    margin-top: -12.5px !important;
  }
  .m-b--25 {
    margin-bottom: -12.5px !important;
  }
  .p-t--25 {
    padding-top: -12.5px !important;
  }
  .p-b--25 {
    padding-bottom: -12.5px !important;
  }
}
.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-30 {
  padding: 30px;
}

.b-30 {
  bottom: 30px;
}

.m-t--30 {
  margin-top: -30px;
}

.m-b--30 {
  margin-bottom: -30px;
}

.m-l--30 {
  margin-left: -30px;
}

.m-r--30 {
  margin-right: -30px;
}

.p-t--30 {
  padding-top: -30px;
}

.p-b--30 {
  padding-bottom: -30px;
}

@media (max-width: 991px) {
  .m-t-30 {
    margin-top: 15px !important;
  }
  .m-b-30 {
    margin-bottom: 15px !important;
  }
  .p-t-30 {
    padding-top: 15px !important;
  }
  .p-b-30 {
    padding-bottom: 15px !important;
  }
  .p-l-30 {
    padding-left: 15px !important;
  }
  .p-r-30 {
    padding-right: 15px !important;
  }
  .m-t--30 {
    margin-top: -15px !important;
  }
  .m-b--30 {
    margin-bottom: -15px !important;
  }
  .p-t--30 {
    padding-top: -15px !important;
  }
  .p-b--30 {
    padding-bottom: -15px !important;
  }
}
.m-t-35 {
  margin-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-35 {
  padding: 35px;
}

.b-35 {
  bottom: 35px;
}

.m-t--35 {
  margin-top: -35px;
}

.m-b--35 {
  margin-bottom: -35px;
}

.m-l--35 {
  margin-left: -35px;
}

.m-r--35 {
  margin-right: -35px;
}

.p-t--35 {
  padding-top: -35px;
}

.p-b--35 {
  padding-bottom: -35px;
}

@media (max-width: 991px) {
  .m-t-35 {
    margin-top: 17.5px !important;
  }
  .m-b-35 {
    margin-bottom: 17.5px !important;
  }
  .p-t-35 {
    padding-top: 17.5px !important;
  }
  .p-b-35 {
    padding-bottom: 17.5px !important;
  }
  .p-l-35 {
    padding-left: 17.5px !important;
  }
  .p-r-35 {
    padding-right: 17.5px !important;
  }
  .m-t--35 {
    margin-top: -17.5px !important;
  }
  .m-b--35 {
    margin-bottom: -17.5px !important;
  }
  .p-t--35 {
    padding-top: -17.5px !important;
  }
  .p-b--35 {
    padding-bottom: -17.5px !important;
  }
}
.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-40 {
  padding: 40px;
}

.b-40 {
  bottom: 40px;
}

.m-t--40 {
  margin-top: -40px;
}

.m-b--40 {
  margin-bottom: -40px;
}

.m-l--40 {
  margin-left: -40px;
}

.m-r--40 {
  margin-right: -40px;
}

.p-t--40 {
  padding-top: -40px;
}

.p-b--40 {
  padding-bottom: -40px;
}

@media (max-width: 991px) {
  .m-t-40 {
    margin-top: 20px !important;
  }
  .m-b-40 {
    margin-bottom: 20px !important;
  }
  .p-t-40 {
    padding-top: 20px !important;
  }
  .p-b-40 {
    padding-bottom: 20px !important;
  }
  .p-l-40 {
    padding-left: 20px !important;
  }
  .p-r-40 {
    padding-right: 20px !important;
  }
  .m-t--40 {
    margin-top: -20px !important;
  }
  .m-b--40 {
    margin-bottom: -20px !important;
  }
  .p-t--40 {
    padding-top: -20px !important;
  }
  .p-b--40 {
    padding-bottom: -20px !important;
  }
}
.m-t-45 {
  margin-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-45 {
  padding: 45px;
}

.b-45 {
  bottom: 45px;
}

.m-t--45 {
  margin-top: -45px;
}

.m-b--45 {
  margin-bottom: -45px;
}

.m-l--45 {
  margin-left: -45px;
}

.m-r--45 {
  margin-right: -45px;
}

.p-t--45 {
  padding-top: -45px;
}

.p-b--45 {
  padding-bottom: -45px;
}

@media (max-width: 991px) {
  .m-t-45 {
    margin-top: 22.5px !important;
  }
  .m-b-45 {
    margin-bottom: 22.5px !important;
  }
  .p-t-45 {
    padding-top: 22.5px !important;
  }
  .p-b-45 {
    padding-bottom: 22.5px !important;
  }
  .p-l-45 {
    padding-left: 22.5px !important;
  }
  .p-r-45 {
    padding-right: 22.5px !important;
  }
  .m-t--45 {
    margin-top: -22.5px !important;
  }
  .m-b--45 {
    margin-bottom: -22.5px !important;
  }
  .p-t--45 {
    padding-top: -22.5px !important;
  }
  .p-b--45 {
    padding-bottom: -22.5px !important;
  }
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-50 {
  padding: 50px;
}

.b-50 {
  bottom: 50px;
}

.m-t--50 {
  margin-top: -50px;
}

.m-b--50 {
  margin-bottom: -50px;
}

.m-l--50 {
  margin-left: -50px;
}

.m-r--50 {
  margin-right: -50px;
}

.p-t--50 {
  padding-top: -50px;
}

.p-b--50 {
  padding-bottom: -50px;
}

@media (max-width: 991px) {
  .m-t-50 {
    margin-top: 25px !important;
  }
  .m-b-50 {
    margin-bottom: 25px !important;
  }
  .p-t-50 {
    padding-top: 25px !important;
  }
  .p-b-50 {
    padding-bottom: 25px !important;
  }
  .p-l-50 {
    padding-left: 25px !important;
  }
  .p-r-50 {
    padding-right: 25px !important;
  }
  .m-t--50 {
    margin-top: -25px !important;
  }
  .m-b--50 {
    margin-bottom: -25px !important;
  }
  .p-t--50 {
    padding-top: -25px !important;
  }
  .p-b--50 {
    padding-bottom: -25px !important;
  }
}
.m-t-55 {
  margin-top: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-55 {
  padding: 55px;
}

.b-55 {
  bottom: 55px;
}

.m-t--55 {
  margin-top: -55px;
}

.m-b--55 {
  margin-bottom: -55px;
}

.m-l--55 {
  margin-left: -55px;
}

.m-r--55 {
  margin-right: -55px;
}

.p-t--55 {
  padding-top: -55px;
}

.p-b--55 {
  padding-bottom: -55px;
}

@media (max-width: 991px) {
  .m-t-55 {
    margin-top: 27.5px !important;
  }
  .m-b-55 {
    margin-bottom: 27.5px !important;
  }
  .p-t-55 {
    padding-top: 27.5px !important;
  }
  .p-b-55 {
    padding-bottom: 27.5px !important;
  }
  .p-l-55 {
    padding-left: 27.5px !important;
  }
  .p-r-55 {
    padding-right: 27.5px !important;
  }
  .m-t--55 {
    margin-top: -27.5px !important;
  }
  .m-b--55 {
    margin-bottom: -27.5px !important;
  }
  .p-t--55 {
    padding-top: -27.5px !important;
  }
  .p-b--55 {
    padding-bottom: -27.5px !important;
  }
}
.m-t-60 {
  margin-top: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-60 {
  padding: 60px;
}

.b-60 {
  bottom: 60px;
}

.m-t--60 {
  margin-top: -60px;
}

.m-b--60 {
  margin-bottom: -60px;
}

.m-l--60 {
  margin-left: -60px;
}

.m-r--60 {
  margin-right: -60px;
}

.p-t--60 {
  padding-top: -60px;
}

.p-b--60 {
  padding-bottom: -60px;
}

@media (max-width: 991px) {
  .m-t-60 {
    margin-top: 30px !important;
  }
  .m-b-60 {
    margin-bottom: 30px !important;
  }
  .p-t-60 {
    padding-top: 30px !important;
  }
  .p-b-60 {
    padding-bottom: 30px !important;
  }
  .p-l-60 {
    padding-left: 30px !important;
  }
  .p-r-60 {
    padding-right: 30px !important;
  }
  .m-t--60 {
    margin-top: -30px !important;
  }
  .m-b--60 {
    margin-bottom: -30px !important;
  }
  .p-t--60 {
    padding-top: -30px !important;
  }
  .p-b--60 {
    padding-bottom: -30px !important;
  }
}
.m-t-65 {
  margin-top: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-65 {
  padding: 65px;
}

.b-65 {
  bottom: 65px;
}

.m-t--65 {
  margin-top: -65px;
}

.m-b--65 {
  margin-bottom: -65px;
}

.m-l--65 {
  margin-left: -65px;
}

.m-r--65 {
  margin-right: -65px;
}

.p-t--65 {
  padding-top: -65px;
}

.p-b--65 {
  padding-bottom: -65px;
}

@media (max-width: 991px) {
  .m-t-65 {
    margin-top: 32.5px !important;
  }
  .m-b-65 {
    margin-bottom: 32.5px !important;
  }
  .p-t-65 {
    padding-top: 32.5px !important;
  }
  .p-b-65 {
    padding-bottom: 32.5px !important;
  }
  .p-l-65 {
    padding-left: 32.5px !important;
  }
  .p-r-65 {
    padding-right: 32.5px !important;
  }
  .m-t--65 {
    margin-top: -32.5px !important;
  }
  .m-b--65 {
    margin-bottom: -32.5px !important;
  }
  .p-t--65 {
    padding-top: -32.5px !important;
  }
  .p-b--65 {
    padding-bottom: -32.5px !important;
  }
}
.m-t-70 {
  margin-top: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-70 {
  padding: 70px;
}

.b-70 {
  bottom: 70px;
}

.m-t--70 {
  margin-top: -70px;
}

.m-b--70 {
  margin-bottom: -70px;
}

.m-l--70 {
  margin-left: -70px;
}

.m-r--70 {
  margin-right: -70px;
}

.p-t--70 {
  padding-top: -70px;
}

.p-b--70 {
  padding-bottom: -70px;
}

@media (max-width: 991px) {
  .m-t-70 {
    margin-top: 35px !important;
  }
  .m-b-70 {
    margin-bottom: 35px !important;
  }
  .p-t-70 {
    padding-top: 35px !important;
  }
  .p-b-70 {
    padding-bottom: 35px !important;
  }
  .p-l-70 {
    padding-left: 35px !important;
  }
  .p-r-70 {
    padding-right: 35px !important;
  }
  .m-t--70 {
    margin-top: -35px !important;
  }
  .m-b--70 {
    margin-bottom: -35px !important;
  }
  .p-t--70 {
    padding-top: -35px !important;
  }
  .p-b--70 {
    padding-bottom: -35px !important;
  }
}
.m-t-75 {
  margin-top: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-75 {
  padding: 75px;
}

.b-75 {
  bottom: 75px;
}

.m-t--75 {
  margin-top: -75px;
}

.m-b--75 {
  margin-bottom: -75px;
}

.m-l--75 {
  margin-left: -75px;
}

.m-r--75 {
  margin-right: -75px;
}

.p-t--75 {
  padding-top: -75px;
}

.p-b--75 {
  padding-bottom: -75px;
}

@media (max-width: 991px) {
  .m-t-75 {
    margin-top: 37.5px !important;
  }
  .m-b-75 {
    margin-bottom: 37.5px !important;
  }
  .p-t-75 {
    padding-top: 37.5px !important;
  }
  .p-b-75 {
    padding-bottom: 37.5px !important;
  }
  .p-l-75 {
    padding-left: 37.5px !important;
  }
  .p-r-75 {
    padding-right: 37.5px !important;
  }
  .m-t--75 {
    margin-top: -37.5px !important;
  }
  .m-b--75 {
    margin-bottom: -37.5px !important;
  }
  .p-t--75 {
    padding-top: -37.5px !important;
  }
  .p-b--75 {
    padding-bottom: -37.5px !important;
  }
}
.m-t-80 {
  margin-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-80 {
  padding: 80px;
}

.b-80 {
  bottom: 80px;
}

.m-t--80 {
  margin-top: -80px;
}

.m-b--80 {
  margin-bottom: -80px;
}

.m-l--80 {
  margin-left: -80px;
}

.m-r--80 {
  margin-right: -80px;
}

.p-t--80 {
  padding-top: -80px;
}

.p-b--80 {
  padding-bottom: -80px;
}

@media (max-width: 991px) {
  .m-t-80 {
    margin-top: 40px !important;
  }
  .m-b-80 {
    margin-bottom: 40px !important;
  }
  .p-t-80 {
    padding-top: 40px !important;
  }
  .p-b-80 {
    padding-bottom: 40px !important;
  }
  .p-l-80 {
    padding-left: 40px !important;
  }
  .p-r-80 {
    padding-right: 40px !important;
  }
  .m-t--80 {
    margin-top: -40px !important;
  }
  .m-b--80 {
    margin-bottom: -40px !important;
  }
  .p-t--80 {
    padding-top: -40px !important;
  }
  .p-b--80 {
    padding-bottom: -40px !important;
  }
}
.m-t-85 {
  margin-top: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-85 {
  padding: 85px;
}

.b-85 {
  bottom: 85px;
}

.m-t--85 {
  margin-top: -85px;
}

.m-b--85 {
  margin-bottom: -85px;
}

.m-l--85 {
  margin-left: -85px;
}

.m-r--85 {
  margin-right: -85px;
}

.p-t--85 {
  padding-top: -85px;
}

.p-b--85 {
  padding-bottom: -85px;
}

@media (max-width: 991px) {
  .m-t-85 {
    margin-top: 42.5px !important;
  }
  .m-b-85 {
    margin-bottom: 42.5px !important;
  }
  .p-t-85 {
    padding-top: 42.5px !important;
  }
  .p-b-85 {
    padding-bottom: 42.5px !important;
  }
  .p-l-85 {
    padding-left: 42.5px !important;
  }
  .p-r-85 {
    padding-right: 42.5px !important;
  }
  .m-t--85 {
    margin-top: -42.5px !important;
  }
  .m-b--85 {
    margin-bottom: -42.5px !important;
  }
  .p-t--85 {
    padding-top: -42.5px !important;
  }
  .p-b--85 {
    padding-bottom: -42.5px !important;
  }
}
.m-t-90 {
  margin-top: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-90 {
  padding: 90px;
}

.b-90 {
  bottom: 90px;
}

.m-t--90 {
  margin-top: -90px;
}

.m-b--90 {
  margin-bottom: -90px;
}

.m-l--90 {
  margin-left: -90px;
}

.m-r--90 {
  margin-right: -90px;
}

.p-t--90 {
  padding-top: -90px;
}

.p-b--90 {
  padding-bottom: -90px;
}

@media (max-width: 991px) {
  .m-t-90 {
    margin-top: 45px !important;
  }
  .m-b-90 {
    margin-bottom: 45px !important;
  }
  .p-t-90 {
    padding-top: 45px !important;
  }
  .p-b-90 {
    padding-bottom: 45px !important;
  }
  .p-l-90 {
    padding-left: 45px !important;
  }
  .p-r-90 {
    padding-right: 45px !important;
  }
  .m-t--90 {
    margin-top: -45px !important;
  }
  .m-b--90 {
    margin-bottom: -45px !important;
  }
  .p-t--90 {
    padding-top: -45px !important;
  }
  .p-b--90 {
    padding-bottom: -45px !important;
  }
}
.m-t-95 {
  margin-top: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-95 {
  padding: 95px;
}

.b-95 {
  bottom: 95px;
}

.m-t--95 {
  margin-top: -95px;
}

.m-b--95 {
  margin-bottom: -95px;
}

.m-l--95 {
  margin-left: -95px;
}

.m-r--95 {
  margin-right: -95px;
}

.p-t--95 {
  padding-top: -95px;
}

.p-b--95 {
  padding-bottom: -95px;
}

@media (max-width: 991px) {
  .m-t-95 {
    margin-top: 47.5px !important;
  }
  .m-b-95 {
    margin-bottom: 47.5px !important;
  }
  .p-t-95 {
    padding-top: 47.5px !important;
  }
  .p-b-95 {
    padding-bottom: 47.5px !important;
  }
  .p-l-95 {
    padding-left: 47.5px !important;
  }
  .p-r-95 {
    padding-right: 47.5px !important;
  }
  .m-t--95 {
    margin-top: -47.5px !important;
  }
  .m-b--95 {
    margin-bottom: -47.5px !important;
  }
  .p-t--95 {
    padding-top: -47.5px !important;
  }
  .p-b--95 {
    padding-bottom: -47.5px !important;
  }
}
.m-t-100 {
  margin-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-l-100 {
  padding-left: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-100 {
  padding: 100px;
}

.b-100 {
  bottom: 100px;
}

.m-t--100 {
  margin-top: -100px;
}

.m-b--100 {
  margin-bottom: -100px;
}

.m-l--100 {
  margin-left: -100px;
}

.m-r--100 {
  margin-right: -100px;
}

.p-t--100 {
  padding-top: -100px;
}

.p-b--100 {
  padding-bottom: -100px;
}

@media (max-width: 991px) {
  .m-t-100 {
    margin-top: 50px !important;
  }
  .m-b-100 {
    margin-bottom: 50px !important;
  }
  .p-t-100 {
    padding-top: 50px !important;
  }
  .p-b-100 {
    padding-bottom: 50px !important;
  }
  .p-l-100 {
    padding-left: 50px !important;
  }
  .p-r-100 {
    padding-right: 50px !important;
  }
  .m-t--100 {
    margin-top: -50px !important;
  }
  .m-b--100 {
    margin-bottom: -50px !important;
  }
  .p-t--100 {
    padding-top: -50px !important;
  }
  .p-b--100 {
    padding-bottom: -50px !important;
  }
}
.m-t-105 {
  margin-top: 105px;
}

.m-b-105 {
  margin-bottom: 105px;
}

.p-t-105 {
  padding-top: 105px;
}

.p-b-105 {
  padding-bottom: 105px;
}

.p-l-105 {
  padding-left: 105px;
}

.p-r-105 {
  padding-right: 105px;
}

.p-105 {
  padding: 105px;
}

.b-105 {
  bottom: 105px;
}

.m-t--105 {
  margin-top: -105px;
}

.m-b--105 {
  margin-bottom: -105px;
}

.m-l--105 {
  margin-left: -105px;
}

.m-r--105 {
  margin-right: -105px;
}

.p-t--105 {
  padding-top: -105px;
}

.p-b--105 {
  padding-bottom: -105px;
}

@media (max-width: 991px) {
  .m-t-105 {
    margin-top: 52.5px !important;
  }
  .m-b-105 {
    margin-bottom: 52.5px !important;
  }
  .p-t-105 {
    padding-top: 52.5px !important;
  }
  .p-b-105 {
    padding-bottom: 52.5px !important;
  }
  .p-l-105 {
    padding-left: 52.5px !important;
  }
  .p-r-105 {
    padding-right: 52.5px !important;
  }
  .m-t--105 {
    margin-top: -52.5px !important;
  }
  .m-b--105 {
    margin-bottom: -52.5px !important;
  }
  .p-t--105 {
    padding-top: -52.5px !important;
  }
  .p-b--105 {
    padding-bottom: -52.5px !important;
  }
}
.m-t-110 {
  margin-top: 110px;
}

.m-b-110 {
  margin-bottom: 110px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.p-l-110 {
  padding-left: 110px;
}

.p-r-110 {
  padding-right: 110px;
}

.p-110 {
  padding: 110px;
}

.b-110 {
  bottom: 110px;
}

.m-t--110 {
  margin-top: -110px;
}

.m-b--110 {
  margin-bottom: -110px;
}

.m-l--110 {
  margin-left: -110px;
}

.m-r--110 {
  margin-right: -110px;
}

.p-t--110 {
  padding-top: -110px;
}

.p-b--110 {
  padding-bottom: -110px;
}

@media (max-width: 991px) {
  .m-t-110 {
    margin-top: 55px !important;
  }
  .m-b-110 {
    margin-bottom: 55px !important;
  }
  .p-t-110 {
    padding-top: 55px !important;
  }
  .p-b-110 {
    padding-bottom: 55px !important;
  }
  .p-l-110 {
    padding-left: 55px !important;
  }
  .p-r-110 {
    padding-right: 55px !important;
  }
  .m-t--110 {
    margin-top: -55px !important;
  }
  .m-b--110 {
    margin-bottom: -55px !important;
  }
  .p-t--110 {
    padding-top: -55px !important;
  }
  .p-b--110 {
    padding-bottom: -55px !important;
  }
}
.m-t-115 {
  margin-top: 115px;
}

.m-b-115 {
  margin-bottom: 115px;
}

.p-t-115 {
  padding-top: 115px;
}

.p-b-115 {
  padding-bottom: 115px;
}

.p-l-115 {
  padding-left: 115px;
}

.p-r-115 {
  padding-right: 115px;
}

.p-115 {
  padding: 115px;
}

.b-115 {
  bottom: 115px;
}

.m-t--115 {
  margin-top: -115px;
}

.m-b--115 {
  margin-bottom: -115px;
}

.m-l--115 {
  margin-left: -115px;
}

.m-r--115 {
  margin-right: -115px;
}

.p-t--115 {
  padding-top: -115px;
}

.p-b--115 {
  padding-bottom: -115px;
}

@media (max-width: 991px) {
  .m-t-115 {
    margin-top: 57.5px !important;
  }
  .m-b-115 {
    margin-bottom: 57.5px !important;
  }
  .p-t-115 {
    padding-top: 57.5px !important;
  }
  .p-b-115 {
    padding-bottom: 57.5px !important;
  }
  .p-l-115 {
    padding-left: 57.5px !important;
  }
  .p-r-115 {
    padding-right: 57.5px !important;
  }
  .m-t--115 {
    margin-top: -57.5px !important;
  }
  .m-b--115 {
    margin-bottom: -57.5px !important;
  }
  .p-t--115 {
    padding-top: -57.5px !important;
  }
  .p-b--115 {
    padding-bottom: -57.5px !important;
  }
}
.m-t-120 {
  margin-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-l-120 {
  padding-left: 120px;
}

.p-r-120 {
  padding-right: 120px;
}

.p-120 {
  padding: 120px;
}

.b-120 {
  bottom: 120px;
}

.m-t--120 {
  margin-top: -120px;
}

.m-b--120 {
  margin-bottom: -120px;
}

.m-l--120 {
  margin-left: -120px;
}

.m-r--120 {
  margin-right: -120px;
}

.p-t--120 {
  padding-top: -120px;
}

.p-b--120 {
  padding-bottom: -120px;
}

@media (max-width: 991px) {
  .m-t-120 {
    margin-top: 60px !important;
  }
  .m-b-120 {
    margin-bottom: 60px !important;
  }
  .p-t-120 {
    padding-top: 60px !important;
  }
  .p-b-120 {
    padding-bottom: 60px !important;
  }
  .p-l-120 {
    padding-left: 60px !important;
  }
  .p-r-120 {
    padding-right: 60px !important;
  }
  .m-t--120 {
    margin-top: -60px !important;
  }
  .m-b--120 {
    margin-bottom: -60px !important;
  }
  .p-t--120 {
    padding-top: -60px !important;
  }
  .p-b--120 {
    padding-bottom: -60px !important;
  }
}
.m-t-125 {
  margin-top: 125px;
}

.m-b-125 {
  margin-bottom: 125px;
}

.p-t-125 {
  padding-top: 125px;
}

.p-b-125 {
  padding-bottom: 125px;
}

.p-l-125 {
  padding-left: 125px;
}

.p-r-125 {
  padding-right: 125px;
}

.p-125 {
  padding: 125px;
}

.b-125 {
  bottom: 125px;
}

.m-t--125 {
  margin-top: -125px;
}

.m-b--125 {
  margin-bottom: -125px;
}

.m-l--125 {
  margin-left: -125px;
}

.m-r--125 {
  margin-right: -125px;
}

.p-t--125 {
  padding-top: -125px;
}

.p-b--125 {
  padding-bottom: -125px;
}

@media (max-width: 991px) {
  .m-t-125 {
    margin-top: 62.5px !important;
  }
  .m-b-125 {
    margin-bottom: 62.5px !important;
  }
  .p-t-125 {
    padding-top: 62.5px !important;
  }
  .p-b-125 {
    padding-bottom: 62.5px !important;
  }
  .p-l-125 {
    padding-left: 62.5px !important;
  }
  .p-r-125 {
    padding-right: 62.5px !important;
  }
  .m-t--125 {
    margin-top: -62.5px !important;
  }
  .m-b--125 {
    margin-bottom: -62.5px !important;
  }
  .p-t--125 {
    padding-top: -62.5px !important;
  }
  .p-b--125 {
    padding-bottom: -62.5px !important;
  }
}
.m-t-130 {
  margin-top: 130px;
}

.m-b-130 {
  margin-bottom: 130px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-b-130 {
  padding-bottom: 130px;
}

.p-l-130 {
  padding-left: 130px;
}

.p-r-130 {
  padding-right: 130px;
}

.p-130 {
  padding: 130px;
}

.b-130 {
  bottom: 130px;
}

.m-t--130 {
  margin-top: -130px;
}

.m-b--130 {
  margin-bottom: -130px;
}

.m-l--130 {
  margin-left: -130px;
}

.m-r--130 {
  margin-right: -130px;
}

.p-t--130 {
  padding-top: -130px;
}

.p-b--130 {
  padding-bottom: -130px;
}

@media (max-width: 991px) {
  .m-t-130 {
    margin-top: 65px !important;
  }
  .m-b-130 {
    margin-bottom: 65px !important;
  }
  .p-t-130 {
    padding-top: 65px !important;
  }
  .p-b-130 {
    padding-bottom: 65px !important;
  }
  .p-l-130 {
    padding-left: 65px !important;
  }
  .p-r-130 {
    padding-right: 65px !important;
  }
  .m-t--130 {
    margin-top: -65px !important;
  }
  .m-b--130 {
    margin-bottom: -65px !important;
  }
  .p-t--130 {
    padding-top: -65px !important;
  }
  .p-b--130 {
    padding-bottom: -65px !important;
  }
}
.m-t-135 {
  margin-top: 135px;
}

.m-b-135 {
  margin-bottom: 135px;
}

.p-t-135 {
  padding-top: 135px;
}

.p-b-135 {
  padding-bottom: 135px;
}

.p-l-135 {
  padding-left: 135px;
}

.p-r-135 {
  padding-right: 135px;
}

.p-135 {
  padding: 135px;
}

.b-135 {
  bottom: 135px;
}

.m-t--135 {
  margin-top: -135px;
}

.m-b--135 {
  margin-bottom: -135px;
}

.m-l--135 {
  margin-left: -135px;
}

.m-r--135 {
  margin-right: -135px;
}

.p-t--135 {
  padding-top: -135px;
}

.p-b--135 {
  padding-bottom: -135px;
}

@media (max-width: 991px) {
  .m-t-135 {
    margin-top: 67.5px !important;
  }
  .m-b-135 {
    margin-bottom: 67.5px !important;
  }
  .p-t-135 {
    padding-top: 67.5px !important;
  }
  .p-b-135 {
    padding-bottom: 67.5px !important;
  }
  .p-l-135 {
    padding-left: 67.5px !important;
  }
  .p-r-135 {
    padding-right: 67.5px !important;
  }
  .m-t--135 {
    margin-top: -67.5px !important;
  }
  .m-b--135 {
    margin-bottom: -67.5px !important;
  }
  .p-t--135 {
    padding-top: -67.5px !important;
  }
  .p-b--135 {
    padding-bottom: -67.5px !important;
  }
}
.m-t-140 {
  margin-top: 140px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.p-t-140 {
  padding-top: 140px;
}

.p-b-140 {
  padding-bottom: 140px;
}

.p-l-140 {
  padding-left: 140px;
}

.p-r-140 {
  padding-right: 140px;
}

.p-140 {
  padding: 140px;
}

.b-140 {
  bottom: 140px;
}

.m-t--140 {
  margin-top: -140px;
}

.m-b--140 {
  margin-bottom: -140px;
}

.m-l--140 {
  margin-left: -140px;
}

.m-r--140 {
  margin-right: -140px;
}

.p-t--140 {
  padding-top: -140px;
}

.p-b--140 {
  padding-bottom: -140px;
}

@media (max-width: 991px) {
  .m-t-140 {
    margin-top: 70px !important;
  }
  .m-b-140 {
    margin-bottom: 70px !important;
  }
  .p-t-140 {
    padding-top: 70px !important;
  }
  .p-b-140 {
    padding-bottom: 70px !important;
  }
  .p-l-140 {
    padding-left: 70px !important;
  }
  .p-r-140 {
    padding-right: 70px !important;
  }
  .m-t--140 {
    margin-top: -70px !important;
  }
  .m-b--140 {
    margin-bottom: -70px !important;
  }
  .p-t--140 {
    padding-top: -70px !important;
  }
  .p-b--140 {
    padding-bottom: -70px !important;
  }
}
.m-t-145 {
  margin-top: 145px;
}

.m-b-145 {
  margin-bottom: 145px;
}

.p-t-145 {
  padding-top: 145px;
}

.p-b-145 {
  padding-bottom: 145px;
}

.p-l-145 {
  padding-left: 145px;
}

.p-r-145 {
  padding-right: 145px;
}

.p-145 {
  padding: 145px;
}

.b-145 {
  bottom: 145px;
}

.m-t--145 {
  margin-top: -145px;
}

.m-b--145 {
  margin-bottom: -145px;
}

.m-l--145 {
  margin-left: -145px;
}

.m-r--145 {
  margin-right: -145px;
}

.p-t--145 {
  padding-top: -145px;
}

.p-b--145 {
  padding-bottom: -145px;
}

@media (max-width: 991px) {
  .m-t-145 {
    margin-top: 72.5px !important;
  }
  .m-b-145 {
    margin-bottom: 72.5px !important;
  }
  .p-t-145 {
    padding-top: 72.5px !important;
  }
  .p-b-145 {
    padding-bottom: 72.5px !important;
  }
  .p-l-145 {
    padding-left: 72.5px !important;
  }
  .p-r-145 {
    padding-right: 72.5px !important;
  }
  .m-t--145 {
    margin-top: -72.5px !important;
  }
  .m-b--145 {
    margin-bottom: -72.5px !important;
  }
  .p-t--145 {
    padding-top: -72.5px !important;
  }
  .p-b--145 {
    padding-bottom: -72.5px !important;
  }
}
.m-t-150 {
  margin-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.p-t-150 {
  padding-top: 150px;
}

.p-b-150 {
  padding-bottom: 150px;
}

.p-l-150 {
  padding-left: 150px;
}

.p-r-150 {
  padding-right: 150px;
}

.p-150 {
  padding: 150px;
}

.b-150 {
  bottom: 150px;
}

.m-t--150 {
  margin-top: -150px;
}

.m-b--150 {
  margin-bottom: -150px;
}

.m-l--150 {
  margin-left: -150px;
}

.m-r--150 {
  margin-right: -150px;
}

.p-t--150 {
  padding-top: -150px;
}

.p-b--150 {
  padding-bottom: -150px;
}

@media (max-width: 991px) {
  .m-t-150 {
    margin-top: 75px !important;
  }
  .m-b-150 {
    margin-bottom: 75px !important;
  }
  .p-t-150 {
    padding-top: 75px !important;
  }
  .p-b-150 {
    padding-bottom: 75px !important;
  }
  .p-l-150 {
    padding-left: 75px !important;
  }
  .p-r-150 {
    padding-right: 75px !important;
  }
  .m-t--150 {
    margin-top: -75px !important;
  }
  .m-b--150 {
    margin-bottom: -75px !important;
  }
  .p-t--150 {
    padding-top: -75px !important;
  }
  .p-b--150 {
    padding-bottom: -75px !important;
  }
}
.m-t-155 {
  margin-top: 155px;
}

.m-b-155 {
  margin-bottom: 155px;
}

.p-t-155 {
  padding-top: 155px;
}

.p-b-155 {
  padding-bottom: 155px;
}

.p-l-155 {
  padding-left: 155px;
}

.p-r-155 {
  padding-right: 155px;
}

.p-155 {
  padding: 155px;
}

.b-155 {
  bottom: 155px;
}

.m-t--155 {
  margin-top: -155px;
}

.m-b--155 {
  margin-bottom: -155px;
}

.m-l--155 {
  margin-left: -155px;
}

.m-r--155 {
  margin-right: -155px;
}

.p-t--155 {
  padding-top: -155px;
}

.p-b--155 {
  padding-bottom: -155px;
}

@media (max-width: 991px) {
  .m-t-155 {
    margin-top: 77.5px !important;
  }
  .m-b-155 {
    margin-bottom: 77.5px !important;
  }
  .p-t-155 {
    padding-top: 77.5px !important;
  }
  .p-b-155 {
    padding-bottom: 77.5px !important;
  }
  .p-l-155 {
    padding-left: 77.5px !important;
  }
  .p-r-155 {
    padding-right: 77.5px !important;
  }
  .m-t--155 {
    margin-top: -77.5px !important;
  }
  .m-b--155 {
    margin-bottom: -77.5px !important;
  }
  .p-t--155 {
    padding-top: -77.5px !important;
  }
  .p-b--155 {
    padding-bottom: -77.5px !important;
  }
}
.m-t-160 {
  margin-top: 160px;
}

.m-b-160 {
  margin-bottom: 160px;
}

.p-t-160 {
  padding-top: 160px;
}

.p-b-160 {
  padding-bottom: 160px;
}

.p-l-160 {
  padding-left: 160px;
}

.p-r-160 {
  padding-right: 160px;
}

.p-160 {
  padding: 160px;
}

.b-160 {
  bottom: 160px;
}

.m-t--160 {
  margin-top: -160px;
}

.m-b--160 {
  margin-bottom: -160px;
}

.m-l--160 {
  margin-left: -160px;
}

.m-r--160 {
  margin-right: -160px;
}

.p-t--160 {
  padding-top: -160px;
}

.p-b--160 {
  padding-bottom: -160px;
}

@media (max-width: 991px) {
  .m-t-160 {
    margin-top: 80px !important;
  }
  .m-b-160 {
    margin-bottom: 80px !important;
  }
  .p-t-160 {
    padding-top: 80px !important;
  }
  .p-b-160 {
    padding-bottom: 80px !important;
  }
  .p-l-160 {
    padding-left: 80px !important;
  }
  .p-r-160 {
    padding-right: 80px !important;
  }
  .m-t--160 {
    margin-top: -80px !important;
  }
  .m-b--160 {
    margin-bottom: -80px !important;
  }
  .p-t--160 {
    padding-top: -80px !important;
  }
  .p-b--160 {
    padding-bottom: -80px !important;
  }
}
.m-t-165 {
  margin-top: 165px;
}

.m-b-165 {
  margin-bottom: 165px;
}

.p-t-165 {
  padding-top: 165px;
}

.p-b-165 {
  padding-bottom: 165px;
}

.p-l-165 {
  padding-left: 165px;
}

.p-r-165 {
  padding-right: 165px;
}

.p-165 {
  padding: 165px;
}

.b-165 {
  bottom: 165px;
}

.m-t--165 {
  margin-top: -165px;
}

.m-b--165 {
  margin-bottom: -165px;
}

.m-l--165 {
  margin-left: -165px;
}

.m-r--165 {
  margin-right: -165px;
}

.p-t--165 {
  padding-top: -165px;
}

.p-b--165 {
  padding-bottom: -165px;
}

@media (max-width: 991px) {
  .m-t-165 {
    margin-top: 82.5px !important;
  }
  .m-b-165 {
    margin-bottom: 82.5px !important;
  }
  .p-t-165 {
    padding-top: 82.5px !important;
  }
  .p-b-165 {
    padding-bottom: 82.5px !important;
  }
  .p-l-165 {
    padding-left: 82.5px !important;
  }
  .p-r-165 {
    padding-right: 82.5px !important;
  }
  .m-t--165 {
    margin-top: -82.5px !important;
  }
  .m-b--165 {
    margin-bottom: -82.5px !important;
  }
  .p-t--165 {
    padding-top: -82.5px !important;
  }
  .p-b--165 {
    padding-bottom: -82.5px !important;
  }
}
.m-t-170 {
  margin-top: 170px;
}

.m-b-170 {
  margin-bottom: 170px;
}

.p-t-170 {
  padding-top: 170px;
}

.p-b-170 {
  padding-bottom: 170px;
}

.p-l-170 {
  padding-left: 170px;
}

.p-r-170 {
  padding-right: 170px;
}

.p-170 {
  padding: 170px;
}

.b-170 {
  bottom: 170px;
}

.m-t--170 {
  margin-top: -170px;
}

.m-b--170 {
  margin-bottom: -170px;
}

.m-l--170 {
  margin-left: -170px;
}

.m-r--170 {
  margin-right: -170px;
}

.p-t--170 {
  padding-top: -170px;
}

.p-b--170 {
  padding-bottom: -170px;
}

@media (max-width: 991px) {
  .m-t-170 {
    margin-top: 85px !important;
  }
  .m-b-170 {
    margin-bottom: 85px !important;
  }
  .p-t-170 {
    padding-top: 85px !important;
  }
  .p-b-170 {
    padding-bottom: 85px !important;
  }
  .p-l-170 {
    padding-left: 85px !important;
  }
  .p-r-170 {
    padding-right: 85px !important;
  }
  .m-t--170 {
    margin-top: -85px !important;
  }
  .m-b--170 {
    margin-bottom: -85px !important;
  }
  .p-t--170 {
    padding-top: -85px !important;
  }
  .p-b--170 {
    padding-bottom: -85px !important;
  }
}
.m-t-175 {
  margin-top: 175px;
}

.m-b-175 {
  margin-bottom: 175px;
}

.p-t-175 {
  padding-top: 175px;
}

.p-b-175 {
  padding-bottom: 175px;
}

.p-l-175 {
  padding-left: 175px;
}

.p-r-175 {
  padding-right: 175px;
}

.p-175 {
  padding: 175px;
}

.b-175 {
  bottom: 175px;
}

.m-t--175 {
  margin-top: -175px;
}

.m-b--175 {
  margin-bottom: -175px;
}

.m-l--175 {
  margin-left: -175px;
}

.m-r--175 {
  margin-right: -175px;
}

.p-t--175 {
  padding-top: -175px;
}

.p-b--175 {
  padding-bottom: -175px;
}

@media (max-width: 991px) {
  .m-t-175 {
    margin-top: 87.5px !important;
  }
  .m-b-175 {
    margin-bottom: 87.5px !important;
  }
  .p-t-175 {
    padding-top: 87.5px !important;
  }
  .p-b-175 {
    padding-bottom: 87.5px !important;
  }
  .p-l-175 {
    padding-left: 87.5px !important;
  }
  .p-r-175 {
    padding-right: 87.5px !important;
  }
  .m-t--175 {
    margin-top: -87.5px !important;
  }
  .m-b--175 {
    margin-bottom: -87.5px !important;
  }
  .p-t--175 {
    padding-top: -87.5px !important;
  }
  .p-b--175 {
    padding-bottom: -87.5px !important;
  }
}
.m-t-180 {
  margin-top: 180px;
}

.m-b-180 {
  margin-bottom: 180px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-b-180 {
  padding-bottom: 180px;
}

.p-l-180 {
  padding-left: 180px;
}

.p-r-180 {
  padding-right: 180px;
}

.p-180 {
  padding: 180px;
}

.b-180 {
  bottom: 180px;
}

.m-t--180 {
  margin-top: -180px;
}

.m-b--180 {
  margin-bottom: -180px;
}

.m-l--180 {
  margin-left: -180px;
}

.m-r--180 {
  margin-right: -180px;
}

.p-t--180 {
  padding-top: -180px;
}

.p-b--180 {
  padding-bottom: -180px;
}

@media (max-width: 991px) {
  .m-t-180 {
    margin-top: 90px !important;
  }
  .m-b-180 {
    margin-bottom: 90px !important;
  }
  .p-t-180 {
    padding-top: 90px !important;
  }
  .p-b-180 {
    padding-bottom: 90px !important;
  }
  .p-l-180 {
    padding-left: 90px !important;
  }
  .p-r-180 {
    padding-right: 90px !important;
  }
  .m-t--180 {
    margin-top: -90px !important;
  }
  .m-b--180 {
    margin-bottom: -90px !important;
  }
  .p-t--180 {
    padding-top: -90px !important;
  }
  .p-b--180 {
    padding-bottom: -90px !important;
  }
}
.m-t-185 {
  margin-top: 185px;
}

.m-b-185 {
  margin-bottom: 185px;
}

.p-t-185 {
  padding-top: 185px;
}

.p-b-185 {
  padding-bottom: 185px;
}

.p-l-185 {
  padding-left: 185px;
}

.p-r-185 {
  padding-right: 185px;
}

.p-185 {
  padding: 185px;
}

.b-185 {
  bottom: 185px;
}

.m-t--185 {
  margin-top: -185px;
}

.m-b--185 {
  margin-bottom: -185px;
}

.m-l--185 {
  margin-left: -185px;
}

.m-r--185 {
  margin-right: -185px;
}

.p-t--185 {
  padding-top: -185px;
}

.p-b--185 {
  padding-bottom: -185px;
}

@media (max-width: 991px) {
  .m-t-185 {
    margin-top: 92.5px !important;
  }
  .m-b-185 {
    margin-bottom: 92.5px !important;
  }
  .p-t-185 {
    padding-top: 92.5px !important;
  }
  .p-b-185 {
    padding-bottom: 92.5px !important;
  }
  .p-l-185 {
    padding-left: 92.5px !important;
  }
  .p-r-185 {
    padding-right: 92.5px !important;
  }
  .m-t--185 {
    margin-top: -92.5px !important;
  }
  .m-b--185 {
    margin-bottom: -92.5px !important;
  }
  .p-t--185 {
    padding-top: -92.5px !important;
  }
  .p-b--185 {
    padding-bottom: -92.5px !important;
  }
}
.m-t-190 {
  margin-top: 190px;
}

.m-b-190 {
  margin-bottom: 190px;
}

.p-t-190 {
  padding-top: 190px;
}

.p-b-190 {
  padding-bottom: 190px;
}

.p-l-190 {
  padding-left: 190px;
}

.p-r-190 {
  padding-right: 190px;
}

.p-190 {
  padding: 190px;
}

.b-190 {
  bottom: 190px;
}

.m-t--190 {
  margin-top: -190px;
}

.m-b--190 {
  margin-bottom: -190px;
}

.m-l--190 {
  margin-left: -190px;
}

.m-r--190 {
  margin-right: -190px;
}

.p-t--190 {
  padding-top: -190px;
}

.p-b--190 {
  padding-bottom: -190px;
}

@media (max-width: 991px) {
  .m-t-190 {
    margin-top: 95px !important;
  }
  .m-b-190 {
    margin-bottom: 95px !important;
  }
  .p-t-190 {
    padding-top: 95px !important;
  }
  .p-b-190 {
    padding-bottom: 95px !important;
  }
  .p-l-190 {
    padding-left: 95px !important;
  }
  .p-r-190 {
    padding-right: 95px !important;
  }
  .m-t--190 {
    margin-top: -95px !important;
  }
  .m-b--190 {
    margin-bottom: -95px !important;
  }
  .p-t--190 {
    padding-top: -95px !important;
  }
  .p-b--190 {
    padding-bottom: -95px !important;
  }
}
.m-t-195 {
  margin-top: 195px;
}

.m-b-195 {
  margin-bottom: 195px;
}

.p-t-195 {
  padding-top: 195px;
}

.p-b-195 {
  padding-bottom: 195px;
}

.p-l-195 {
  padding-left: 195px;
}

.p-r-195 {
  padding-right: 195px;
}

.p-195 {
  padding: 195px;
}

.b-195 {
  bottom: 195px;
}

.m-t--195 {
  margin-top: -195px;
}

.m-b--195 {
  margin-bottom: -195px;
}

.m-l--195 {
  margin-left: -195px;
}

.m-r--195 {
  margin-right: -195px;
}

.p-t--195 {
  padding-top: -195px;
}

.p-b--195 {
  padding-bottom: -195px;
}

@media (max-width: 991px) {
  .m-t-195 {
    margin-top: 97.5px !important;
  }
  .m-b-195 {
    margin-bottom: 97.5px !important;
  }
  .p-t-195 {
    padding-top: 97.5px !important;
  }
  .p-b-195 {
    padding-bottom: 97.5px !important;
  }
  .p-l-195 {
    padding-left: 97.5px !important;
  }
  .p-r-195 {
    padding-right: 97.5px !important;
  }
  .m-t--195 {
    margin-top: -97.5px !important;
  }
  .m-b--195 {
    margin-bottom: -97.5px !important;
  }
  .p-t--195 {
    padding-top: -97.5px !important;
  }
  .p-b--195 {
    padding-bottom: -97.5px !important;
  }
}
.m-t-200 {
  margin-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

.p-t-200 {
  padding-top: 200px;
}

.p-b-200 {
  padding-bottom: 200px;
}

.p-l-200 {
  padding-left: 200px;
}

.p-r-200 {
  padding-right: 200px;
}

.p-200 {
  padding: 200px;
}

.b-200 {
  bottom: 200px;
}

.m-t--200 {
  margin-top: -200px;
}

.m-b--200 {
  margin-bottom: -200px;
}

.m-l--200 {
  margin-left: -200px;
}

.m-r--200 {
  margin-right: -200px;
}

.p-t--200 {
  padding-top: -200px;
}

.p-b--200 {
  padding-bottom: -200px;
}

@media (max-width: 991px) {
  .m-t-200 {
    margin-top: 100px !important;
  }
  .m-b-200 {
    margin-bottom: 100px !important;
  }
  .p-t-200 {
    padding-top: 100px !important;
  }
  .p-b-200 {
    padding-bottom: 100px !important;
  }
  .p-l-200 {
    padding-left: 100px !important;
  }
  .p-r-200 {
    padding-right: 100px !important;
  }
  .m-t--200 {
    margin-top: -100px !important;
  }
  .m-b--200 {
    margin-bottom: -100px !important;
  }
  .p-t--200 {
    padding-top: -100px !important;
  }
  .p-b--200 {
    padding-bottom: -100px !important;
  }
}
.m-t-205 {
  margin-top: 205px;
}

.m-b-205 {
  margin-bottom: 205px;
}

.p-t-205 {
  padding-top: 205px;
}

.p-b-205 {
  padding-bottom: 205px;
}

.p-l-205 {
  padding-left: 205px;
}

.p-r-205 {
  padding-right: 205px;
}

.p-205 {
  padding: 205px;
}

.b-205 {
  bottom: 205px;
}

.m-t--205 {
  margin-top: -205px;
}

.m-b--205 {
  margin-bottom: -205px;
}

.m-l--205 {
  margin-left: -205px;
}

.m-r--205 {
  margin-right: -205px;
}

.p-t--205 {
  padding-top: -205px;
}

.p-b--205 {
  padding-bottom: -205px;
}

@media (max-width: 991px) {
  .m-t-205 {
    margin-top: 102.5px !important;
  }
  .m-b-205 {
    margin-bottom: 102.5px !important;
  }
  .p-t-205 {
    padding-top: 102.5px !important;
  }
  .p-b-205 {
    padding-bottom: 102.5px !important;
  }
  .p-l-205 {
    padding-left: 102.5px !important;
  }
  .p-r-205 {
    padding-right: 102.5px !important;
  }
  .m-t--205 {
    margin-top: -102.5px !important;
  }
  .m-b--205 {
    margin-bottom: -102.5px !important;
  }
  .p-t--205 {
    padding-top: -102.5px !important;
  }
  .p-b--205 {
    padding-bottom: -102.5px !important;
  }
}
.m-t-210 {
  margin-top: 210px;
}

.m-b-210 {
  margin-bottom: 210px;
}

.p-t-210 {
  padding-top: 210px;
}

.p-b-210 {
  padding-bottom: 210px;
}

.p-l-210 {
  padding-left: 210px;
}

.p-r-210 {
  padding-right: 210px;
}

.p-210 {
  padding: 210px;
}

.b-210 {
  bottom: 210px;
}

.m-t--210 {
  margin-top: -210px;
}

.m-b--210 {
  margin-bottom: -210px;
}

.m-l--210 {
  margin-left: -210px;
}

.m-r--210 {
  margin-right: -210px;
}

.p-t--210 {
  padding-top: -210px;
}

.p-b--210 {
  padding-bottom: -210px;
}

@media (max-width: 991px) {
  .m-t-210 {
    margin-top: 105px !important;
  }
  .m-b-210 {
    margin-bottom: 105px !important;
  }
  .p-t-210 {
    padding-top: 105px !important;
  }
  .p-b-210 {
    padding-bottom: 105px !important;
  }
  .p-l-210 {
    padding-left: 105px !important;
  }
  .p-r-210 {
    padding-right: 105px !important;
  }
  .m-t--210 {
    margin-top: -105px !important;
  }
  .m-b--210 {
    margin-bottom: -105px !important;
  }
  .p-t--210 {
    padding-top: -105px !important;
  }
  .p-b--210 {
    padding-bottom: -105px !important;
  }
}
.m-t-215 {
  margin-top: 215px;
}

.m-b-215 {
  margin-bottom: 215px;
}

.p-t-215 {
  padding-top: 215px;
}

.p-b-215 {
  padding-bottom: 215px;
}

.p-l-215 {
  padding-left: 215px;
}

.p-r-215 {
  padding-right: 215px;
}

.p-215 {
  padding: 215px;
}

.b-215 {
  bottom: 215px;
}

.m-t--215 {
  margin-top: -215px;
}

.m-b--215 {
  margin-bottom: -215px;
}

.m-l--215 {
  margin-left: -215px;
}

.m-r--215 {
  margin-right: -215px;
}

.p-t--215 {
  padding-top: -215px;
}

.p-b--215 {
  padding-bottom: -215px;
}

@media (max-width: 991px) {
  .m-t-215 {
    margin-top: 107.5px !important;
  }
  .m-b-215 {
    margin-bottom: 107.5px !important;
  }
  .p-t-215 {
    padding-top: 107.5px !important;
  }
  .p-b-215 {
    padding-bottom: 107.5px !important;
  }
  .p-l-215 {
    padding-left: 107.5px !important;
  }
  .p-r-215 {
    padding-right: 107.5px !important;
  }
  .m-t--215 {
    margin-top: -107.5px !important;
  }
  .m-b--215 {
    margin-bottom: -107.5px !important;
  }
  .p-t--215 {
    padding-top: -107.5px !important;
  }
  .p-b--215 {
    padding-bottom: -107.5px !important;
  }
}
.m-t-220 {
  margin-top: 220px;
}

.m-b-220 {
  margin-bottom: 220px;
}

.p-t-220 {
  padding-top: 220px;
}

.p-b-220 {
  padding-bottom: 220px;
}

.p-l-220 {
  padding-left: 220px;
}

.p-r-220 {
  padding-right: 220px;
}

.p-220 {
  padding: 220px;
}

.b-220 {
  bottom: 220px;
}

.m-t--220 {
  margin-top: -220px;
}

.m-b--220 {
  margin-bottom: -220px;
}

.m-l--220 {
  margin-left: -220px;
}

.m-r--220 {
  margin-right: -220px;
}

.p-t--220 {
  padding-top: -220px;
}

.p-b--220 {
  padding-bottom: -220px;
}

@media (max-width: 991px) {
  .m-t-220 {
    margin-top: 110px !important;
  }
  .m-b-220 {
    margin-bottom: 110px !important;
  }
  .p-t-220 {
    padding-top: 110px !important;
  }
  .p-b-220 {
    padding-bottom: 110px !important;
  }
  .p-l-220 {
    padding-left: 110px !important;
  }
  .p-r-220 {
    padding-right: 110px !important;
  }
  .m-t--220 {
    margin-top: -110px !important;
  }
  .m-b--220 {
    margin-bottom: -110px !important;
  }
  .p-t--220 {
    padding-top: -110px !important;
  }
  .p-b--220 {
    padding-bottom: -110px !important;
  }
}
.m-t-225 {
  margin-top: 225px;
}

.m-b-225 {
  margin-bottom: 225px;
}

.p-t-225 {
  padding-top: 225px;
}

.p-b-225 {
  padding-bottom: 225px;
}

.p-l-225 {
  padding-left: 225px;
}

.p-r-225 {
  padding-right: 225px;
}

.p-225 {
  padding: 225px;
}

.b-225 {
  bottom: 225px;
}

.m-t--225 {
  margin-top: -225px;
}

.m-b--225 {
  margin-bottom: -225px;
}

.m-l--225 {
  margin-left: -225px;
}

.m-r--225 {
  margin-right: -225px;
}

.p-t--225 {
  padding-top: -225px;
}

.p-b--225 {
  padding-bottom: -225px;
}

@media (max-width: 991px) {
  .m-t-225 {
    margin-top: 112.5px !important;
  }
  .m-b-225 {
    margin-bottom: 112.5px !important;
  }
  .p-t-225 {
    padding-top: 112.5px !important;
  }
  .p-b-225 {
    padding-bottom: 112.5px !important;
  }
  .p-l-225 {
    padding-left: 112.5px !important;
  }
  .p-r-225 {
    padding-right: 112.5px !important;
  }
  .m-t--225 {
    margin-top: -112.5px !important;
  }
  .m-b--225 {
    margin-bottom: -112.5px !important;
  }
  .p-t--225 {
    padding-top: -112.5px !important;
  }
  .p-b--225 {
    padding-bottom: -112.5px !important;
  }
}
.m-t-230 {
  margin-top: 230px;
}

.m-b-230 {
  margin-bottom: 230px;
}

.p-t-230 {
  padding-top: 230px;
}

.p-b-230 {
  padding-bottom: 230px;
}

.p-l-230 {
  padding-left: 230px;
}

.p-r-230 {
  padding-right: 230px;
}

.p-230 {
  padding: 230px;
}

.b-230 {
  bottom: 230px;
}

.m-t--230 {
  margin-top: -230px;
}

.m-b--230 {
  margin-bottom: -230px;
}

.m-l--230 {
  margin-left: -230px;
}

.m-r--230 {
  margin-right: -230px;
}

.p-t--230 {
  padding-top: -230px;
}

.p-b--230 {
  padding-bottom: -230px;
}

@media (max-width: 991px) {
  .m-t-230 {
    margin-top: 115px !important;
  }
  .m-b-230 {
    margin-bottom: 115px !important;
  }
  .p-t-230 {
    padding-top: 115px !important;
  }
  .p-b-230 {
    padding-bottom: 115px !important;
  }
  .p-l-230 {
    padding-left: 115px !important;
  }
  .p-r-230 {
    padding-right: 115px !important;
  }
  .m-t--230 {
    margin-top: -115px !important;
  }
  .m-b--230 {
    margin-bottom: -115px !important;
  }
  .p-t--230 {
    padding-top: -115px !important;
  }
  .p-b--230 {
    padding-bottom: -115px !important;
  }
}
.m-t-235 {
  margin-top: 235px;
}

.m-b-235 {
  margin-bottom: 235px;
}

.p-t-235 {
  padding-top: 235px;
}

.p-b-235 {
  padding-bottom: 235px;
}

.p-l-235 {
  padding-left: 235px;
}

.p-r-235 {
  padding-right: 235px;
}

.p-235 {
  padding: 235px;
}

.b-235 {
  bottom: 235px;
}

.m-t--235 {
  margin-top: -235px;
}

.m-b--235 {
  margin-bottom: -235px;
}

.m-l--235 {
  margin-left: -235px;
}

.m-r--235 {
  margin-right: -235px;
}

.p-t--235 {
  padding-top: -235px;
}

.p-b--235 {
  padding-bottom: -235px;
}

@media (max-width: 991px) {
  .m-t-235 {
    margin-top: 117.5px !important;
  }
  .m-b-235 {
    margin-bottom: 117.5px !important;
  }
  .p-t-235 {
    padding-top: 117.5px !important;
  }
  .p-b-235 {
    padding-bottom: 117.5px !important;
  }
  .p-l-235 {
    padding-left: 117.5px !important;
  }
  .p-r-235 {
    padding-right: 117.5px !important;
  }
  .m-t--235 {
    margin-top: -117.5px !important;
  }
  .m-b--235 {
    margin-bottom: -117.5px !important;
  }
  .p-t--235 {
    padding-top: -117.5px !important;
  }
  .p-b--235 {
    padding-bottom: -117.5px !important;
  }
}
.m-t-240 {
  margin-top: 240px;
}

.m-b-240 {
  margin-bottom: 240px;
}

.p-t-240 {
  padding-top: 240px;
}

.p-b-240 {
  padding-bottom: 240px;
}

.p-l-240 {
  padding-left: 240px;
}

.p-r-240 {
  padding-right: 240px;
}

.p-240 {
  padding: 240px;
}

.b-240 {
  bottom: 240px;
}

.m-t--240 {
  margin-top: -240px;
}

.m-b--240 {
  margin-bottom: -240px;
}

.m-l--240 {
  margin-left: -240px;
}

.m-r--240 {
  margin-right: -240px;
}

.p-t--240 {
  padding-top: -240px;
}

.p-b--240 {
  padding-bottom: -240px;
}

@media (max-width: 991px) {
  .m-t-240 {
    margin-top: 120px !important;
  }
  .m-b-240 {
    margin-bottom: 120px !important;
  }
  .p-t-240 {
    padding-top: 120px !important;
  }
  .p-b-240 {
    padding-bottom: 120px !important;
  }
  .p-l-240 {
    padding-left: 120px !important;
  }
  .p-r-240 {
    padding-right: 120px !important;
  }
  .m-t--240 {
    margin-top: -120px !important;
  }
  .m-b--240 {
    margin-bottom: -120px !important;
  }
  .p-t--240 {
    padding-top: -120px !important;
  }
  .p-b--240 {
    padding-bottom: -120px !important;
  }
}
.m-t-245 {
  margin-top: 245px;
}

.m-b-245 {
  margin-bottom: 245px;
}

.p-t-245 {
  padding-top: 245px;
}

.p-b-245 {
  padding-bottom: 245px;
}

.p-l-245 {
  padding-left: 245px;
}

.p-r-245 {
  padding-right: 245px;
}

.p-245 {
  padding: 245px;
}

.b-245 {
  bottom: 245px;
}

.m-t--245 {
  margin-top: -245px;
}

.m-b--245 {
  margin-bottom: -245px;
}

.m-l--245 {
  margin-left: -245px;
}

.m-r--245 {
  margin-right: -245px;
}

.p-t--245 {
  padding-top: -245px;
}

.p-b--245 {
  padding-bottom: -245px;
}

@media (max-width: 991px) {
  .m-t-245 {
    margin-top: 122.5px !important;
  }
  .m-b-245 {
    margin-bottom: 122.5px !important;
  }
  .p-t-245 {
    padding-top: 122.5px !important;
  }
  .p-b-245 {
    padding-bottom: 122.5px !important;
  }
  .p-l-245 {
    padding-left: 122.5px !important;
  }
  .p-r-245 {
    padding-right: 122.5px !important;
  }
  .m-t--245 {
    margin-top: -122.5px !important;
  }
  .m-b--245 {
    margin-bottom: -122.5px !important;
  }
  .p-t--245 {
    padding-top: -122.5px !important;
  }
  .p-b--245 {
    padding-bottom: -122.5px !important;
  }
}
.m-t-250 {
  margin-top: 250px;
}

.m-b-250 {
  margin-bottom: 250px;
}

.p-t-250 {
  padding-top: 250px;
}

.p-b-250 {
  padding-bottom: 250px;
}

.p-l-250 {
  padding-left: 250px;
}

.p-r-250 {
  padding-right: 250px;
}

.p-250 {
  padding: 250px;
}

.b-250 {
  bottom: 250px;
}

.m-t--250 {
  margin-top: -250px;
}

.m-b--250 {
  margin-bottom: -250px;
}

.m-l--250 {
  margin-left: -250px;
}

.m-r--250 {
  margin-right: -250px;
}

.p-t--250 {
  padding-top: -250px;
}

.p-b--250 {
  padding-bottom: -250px;
}

@media (max-width: 991px) {
  .m-t-250 {
    margin-top: 125px !important;
  }
  .m-b-250 {
    margin-bottom: 125px !important;
  }
  .p-t-250 {
    padding-top: 125px !important;
  }
  .p-b-250 {
    padding-bottom: 125px !important;
  }
  .p-l-250 {
    padding-left: 125px !important;
  }
  .p-r-250 {
    padding-right: 125px !important;
  }
  .m-t--250 {
    margin-top: -125px !important;
  }
  .m-b--250 {
    margin-bottom: -125px !important;
  }
  .p-t--250 {
    padding-top: -125px !important;
  }
  .p-b--250 {
    padding-bottom: -125px !important;
  }
}
.m-t-255 {
  margin-top: 255px;
}

.m-b-255 {
  margin-bottom: 255px;
}

.p-t-255 {
  padding-top: 255px;
}

.p-b-255 {
  padding-bottom: 255px;
}

.p-l-255 {
  padding-left: 255px;
}

.p-r-255 {
  padding-right: 255px;
}

.p-255 {
  padding: 255px;
}

.b-255 {
  bottom: 255px;
}

.m-t--255 {
  margin-top: -255px;
}

.m-b--255 {
  margin-bottom: -255px;
}

.m-l--255 {
  margin-left: -255px;
}

.m-r--255 {
  margin-right: -255px;
}

.p-t--255 {
  padding-top: -255px;
}

.p-b--255 {
  padding-bottom: -255px;
}

@media (max-width: 991px) {
  .m-t-255 {
    margin-top: 127.5px !important;
  }
  .m-b-255 {
    margin-bottom: 127.5px !important;
  }
  .p-t-255 {
    padding-top: 127.5px !important;
  }
  .p-b-255 {
    padding-bottom: 127.5px !important;
  }
  .p-l-255 {
    padding-left: 127.5px !important;
  }
  .p-r-255 {
    padding-right: 127.5px !important;
  }
  .m-t--255 {
    margin-top: -127.5px !important;
  }
  .m-b--255 {
    margin-bottom: -127.5px !important;
  }
  .p-t--255 {
    padding-top: -127.5px !important;
  }
  .p-b--255 {
    padding-bottom: -127.5px !important;
  }
}
.m-t-260 {
  margin-top: 260px;
}

.m-b-260 {
  margin-bottom: 260px;
}

.p-t-260 {
  padding-top: 260px;
}

.p-b-260 {
  padding-bottom: 260px;
}

.p-l-260 {
  padding-left: 260px;
}

.p-r-260 {
  padding-right: 260px;
}

.p-260 {
  padding: 260px;
}

.b-260 {
  bottom: 260px;
}

.m-t--260 {
  margin-top: -260px;
}

.m-b--260 {
  margin-bottom: -260px;
}

.m-l--260 {
  margin-left: -260px;
}

.m-r--260 {
  margin-right: -260px;
}

.p-t--260 {
  padding-top: -260px;
}

.p-b--260 {
  padding-bottom: -260px;
}

@media (max-width: 991px) {
  .m-t-260 {
    margin-top: 130px !important;
  }
  .m-b-260 {
    margin-bottom: 130px !important;
  }
  .p-t-260 {
    padding-top: 130px !important;
  }
  .p-b-260 {
    padding-bottom: 130px !important;
  }
  .p-l-260 {
    padding-left: 130px !important;
  }
  .p-r-260 {
    padding-right: 130px !important;
  }
  .m-t--260 {
    margin-top: -130px !important;
  }
  .m-b--260 {
    margin-bottom: -130px !important;
  }
  .p-t--260 {
    padding-top: -130px !important;
  }
  .p-b--260 {
    padding-bottom: -130px !important;
  }
}
.m-t-265 {
  margin-top: 265px;
}

.m-b-265 {
  margin-bottom: 265px;
}

.p-t-265 {
  padding-top: 265px;
}

.p-b-265 {
  padding-bottom: 265px;
}

.p-l-265 {
  padding-left: 265px;
}

.p-r-265 {
  padding-right: 265px;
}

.p-265 {
  padding: 265px;
}

.b-265 {
  bottom: 265px;
}

.m-t--265 {
  margin-top: -265px;
}

.m-b--265 {
  margin-bottom: -265px;
}

.m-l--265 {
  margin-left: -265px;
}

.m-r--265 {
  margin-right: -265px;
}

.p-t--265 {
  padding-top: -265px;
}

.p-b--265 {
  padding-bottom: -265px;
}

@media (max-width: 991px) {
  .m-t-265 {
    margin-top: 132.5px !important;
  }
  .m-b-265 {
    margin-bottom: 132.5px !important;
  }
  .p-t-265 {
    padding-top: 132.5px !important;
  }
  .p-b-265 {
    padding-bottom: 132.5px !important;
  }
  .p-l-265 {
    padding-left: 132.5px !important;
  }
  .p-r-265 {
    padding-right: 132.5px !important;
  }
  .m-t--265 {
    margin-top: -132.5px !important;
  }
  .m-b--265 {
    margin-bottom: -132.5px !important;
  }
  .p-t--265 {
    padding-top: -132.5px !important;
  }
  .p-b--265 {
    padding-bottom: -132.5px !important;
  }
}
.m-t-270 {
  margin-top: 270px;
}

.m-b-270 {
  margin-bottom: 270px;
}

.p-t-270 {
  padding-top: 270px;
}

.p-b-270 {
  padding-bottom: 270px;
}

.p-l-270 {
  padding-left: 270px;
}

.p-r-270 {
  padding-right: 270px;
}

.p-270 {
  padding: 270px;
}

.b-270 {
  bottom: 270px;
}

.m-t--270 {
  margin-top: -270px;
}

.m-b--270 {
  margin-bottom: -270px;
}

.m-l--270 {
  margin-left: -270px;
}

.m-r--270 {
  margin-right: -270px;
}

.p-t--270 {
  padding-top: -270px;
}

.p-b--270 {
  padding-bottom: -270px;
}

@media (max-width: 991px) {
  .m-t-270 {
    margin-top: 135px !important;
  }
  .m-b-270 {
    margin-bottom: 135px !important;
  }
  .p-t-270 {
    padding-top: 135px !important;
  }
  .p-b-270 {
    padding-bottom: 135px !important;
  }
  .p-l-270 {
    padding-left: 135px !important;
  }
  .p-r-270 {
    padding-right: 135px !important;
  }
  .m-t--270 {
    margin-top: -135px !important;
  }
  .m-b--270 {
    margin-bottom: -135px !important;
  }
  .p-t--270 {
    padding-top: -135px !important;
  }
  .p-b--270 {
    padding-bottom: -135px !important;
  }
}
.m-t-275 {
  margin-top: 275px;
}

.m-b-275 {
  margin-bottom: 275px;
}

.p-t-275 {
  padding-top: 275px;
}

.p-b-275 {
  padding-bottom: 275px;
}

.p-l-275 {
  padding-left: 275px;
}

.p-r-275 {
  padding-right: 275px;
}

.p-275 {
  padding: 275px;
}

.b-275 {
  bottom: 275px;
}

.m-t--275 {
  margin-top: -275px;
}

.m-b--275 {
  margin-bottom: -275px;
}

.m-l--275 {
  margin-left: -275px;
}

.m-r--275 {
  margin-right: -275px;
}

.p-t--275 {
  padding-top: -275px;
}

.p-b--275 {
  padding-bottom: -275px;
}

@media (max-width: 991px) {
  .m-t-275 {
    margin-top: 137.5px !important;
  }
  .m-b-275 {
    margin-bottom: 137.5px !important;
  }
  .p-t-275 {
    padding-top: 137.5px !important;
  }
  .p-b-275 {
    padding-bottom: 137.5px !important;
  }
  .p-l-275 {
    padding-left: 137.5px !important;
  }
  .p-r-275 {
    padding-right: 137.5px !important;
  }
  .m-t--275 {
    margin-top: -137.5px !important;
  }
  .m-b--275 {
    margin-bottom: -137.5px !important;
  }
  .p-t--275 {
    padding-top: -137.5px !important;
  }
  .p-b--275 {
    padding-bottom: -137.5px !important;
  }
}
.m-t-280 {
  margin-top: 280px;
}

.m-b-280 {
  margin-bottom: 280px;
}

.p-t-280 {
  padding-top: 280px;
}

.p-b-280 {
  padding-bottom: 280px;
}

.p-l-280 {
  padding-left: 280px;
}

.p-r-280 {
  padding-right: 280px;
}

.p-280 {
  padding: 280px;
}

.b-280 {
  bottom: 280px;
}

.m-t--280 {
  margin-top: -280px;
}

.m-b--280 {
  margin-bottom: -280px;
}

.m-l--280 {
  margin-left: -280px;
}

.m-r--280 {
  margin-right: -280px;
}

.p-t--280 {
  padding-top: -280px;
}

.p-b--280 {
  padding-bottom: -280px;
}

@media (max-width: 991px) {
  .m-t-280 {
    margin-top: 140px !important;
  }
  .m-b-280 {
    margin-bottom: 140px !important;
  }
  .p-t-280 {
    padding-top: 140px !important;
  }
  .p-b-280 {
    padding-bottom: 140px !important;
  }
  .p-l-280 {
    padding-left: 140px !important;
  }
  .p-r-280 {
    padding-right: 140px !important;
  }
  .m-t--280 {
    margin-top: -140px !important;
  }
  .m-b--280 {
    margin-bottom: -140px !important;
  }
  .p-t--280 {
    padding-top: -140px !important;
  }
  .p-b--280 {
    padding-bottom: -140px !important;
  }
}
.m-t-285 {
  margin-top: 285px;
}

.m-b-285 {
  margin-bottom: 285px;
}

.p-t-285 {
  padding-top: 285px;
}

.p-b-285 {
  padding-bottom: 285px;
}

.p-l-285 {
  padding-left: 285px;
}

.p-r-285 {
  padding-right: 285px;
}

.p-285 {
  padding: 285px;
}

.b-285 {
  bottom: 285px;
}

.m-t--285 {
  margin-top: -285px;
}

.m-b--285 {
  margin-bottom: -285px;
}

.m-l--285 {
  margin-left: -285px;
}

.m-r--285 {
  margin-right: -285px;
}

.p-t--285 {
  padding-top: -285px;
}

.p-b--285 {
  padding-bottom: -285px;
}

@media (max-width: 991px) {
  .m-t-285 {
    margin-top: 142.5px !important;
  }
  .m-b-285 {
    margin-bottom: 142.5px !important;
  }
  .p-t-285 {
    padding-top: 142.5px !important;
  }
  .p-b-285 {
    padding-bottom: 142.5px !important;
  }
  .p-l-285 {
    padding-left: 142.5px !important;
  }
  .p-r-285 {
    padding-right: 142.5px !important;
  }
  .m-t--285 {
    margin-top: -142.5px !important;
  }
  .m-b--285 {
    margin-bottom: -142.5px !important;
  }
  .p-t--285 {
    padding-top: -142.5px !important;
  }
  .p-b--285 {
    padding-bottom: -142.5px !important;
  }
}
.m-t-290 {
  margin-top: 290px;
}

.m-b-290 {
  margin-bottom: 290px;
}

.p-t-290 {
  padding-top: 290px;
}

.p-b-290 {
  padding-bottom: 290px;
}

.p-l-290 {
  padding-left: 290px;
}

.p-r-290 {
  padding-right: 290px;
}

.p-290 {
  padding: 290px;
}

.b-290 {
  bottom: 290px;
}

.m-t--290 {
  margin-top: -290px;
}

.m-b--290 {
  margin-bottom: -290px;
}

.m-l--290 {
  margin-left: -290px;
}

.m-r--290 {
  margin-right: -290px;
}

.p-t--290 {
  padding-top: -290px;
}

.p-b--290 {
  padding-bottom: -290px;
}

@media (max-width: 991px) {
  .m-t-290 {
    margin-top: 145px !important;
  }
  .m-b-290 {
    margin-bottom: 145px !important;
  }
  .p-t-290 {
    padding-top: 145px !important;
  }
  .p-b-290 {
    padding-bottom: 145px !important;
  }
  .p-l-290 {
    padding-left: 145px !important;
  }
  .p-r-290 {
    padding-right: 145px !important;
  }
  .m-t--290 {
    margin-top: -145px !important;
  }
  .m-b--290 {
    margin-bottom: -145px !important;
  }
  .p-t--290 {
    padding-top: -145px !important;
  }
  .p-b--290 {
    padding-bottom: -145px !important;
  }
}
.m-t-295 {
  margin-top: 295px;
}

.m-b-295 {
  margin-bottom: 295px;
}

.p-t-295 {
  padding-top: 295px;
}

.p-b-295 {
  padding-bottom: 295px;
}

.p-l-295 {
  padding-left: 295px;
}

.p-r-295 {
  padding-right: 295px;
}

.p-295 {
  padding: 295px;
}

.b-295 {
  bottom: 295px;
}

.m-t--295 {
  margin-top: -295px;
}

.m-b--295 {
  margin-bottom: -295px;
}

.m-l--295 {
  margin-left: -295px;
}

.m-r--295 {
  margin-right: -295px;
}

.p-t--295 {
  padding-top: -295px;
}

.p-b--295 {
  padding-bottom: -295px;
}

@media (max-width: 991px) {
  .m-t-295 {
    margin-top: 147.5px !important;
  }
  .m-b-295 {
    margin-bottom: 147.5px !important;
  }
  .p-t-295 {
    padding-top: 147.5px !important;
  }
  .p-b-295 {
    padding-bottom: 147.5px !important;
  }
  .p-l-295 {
    padding-left: 147.5px !important;
  }
  .p-r-295 {
    padding-right: 147.5px !important;
  }
  .m-t--295 {
    margin-top: -147.5px !important;
  }
  .m-b--295 {
    margin-bottom: -147.5px !important;
  }
  .p-t--295 {
    padding-top: -147.5px !important;
  }
  .p-b--295 {
    padding-bottom: -147.5px !important;
  }
}
.m-t-300 {
  margin-top: 300px;
}

.m-b-300 {
  margin-bottom: 300px;
}

.p-t-300 {
  padding-top: 300px;
}

.p-b-300 {
  padding-bottom: 300px;
}

.p-l-300 {
  padding-left: 300px;
}

.p-r-300 {
  padding-right: 300px;
}

.p-300 {
  padding: 300px;
}

.b-300 {
  bottom: 300px;
}

.m-t--300 {
  margin-top: -300px;
}

.m-b--300 {
  margin-bottom: -300px;
}

.m-l--300 {
  margin-left: -300px;
}

.m-r--300 {
  margin-right: -300px;
}

.p-t--300 {
  padding-top: -300px;
}

.p-b--300 {
  padding-bottom: -300px;
}

@media (max-width: 991px) {
  .m-t-300 {
    margin-top: 150px !important;
  }
  .m-b-300 {
    margin-bottom: 150px !important;
  }
  .p-t-300 {
    padding-top: 150px !important;
  }
  .p-b-300 {
    padding-bottom: 150px !important;
  }
  .p-l-300 {
    padding-left: 150px !important;
  }
  .p-r-300 {
    padding-right: 150px !important;
  }
  .m-t--300 {
    margin-top: -150px !important;
  }
  .m-b--300 {
    margin-bottom: -150px !important;
  }
  .p-t--300 {
    padding-top: -150px !important;
  }
  .p-b--300 {
    padding-bottom: -150px !important;
  }
}
.m-t-305 {
  margin-top: 305px;
}

.m-b-305 {
  margin-bottom: 305px;
}

.p-t-305 {
  padding-top: 305px;
}

.p-b-305 {
  padding-bottom: 305px;
}

.p-l-305 {
  padding-left: 305px;
}

.p-r-305 {
  padding-right: 305px;
}

.p-305 {
  padding: 305px;
}

.b-305 {
  bottom: 305px;
}

.m-t--305 {
  margin-top: -305px;
}

.m-b--305 {
  margin-bottom: -305px;
}

.m-l--305 {
  margin-left: -305px;
}

.m-r--305 {
  margin-right: -305px;
}

.p-t--305 {
  padding-top: -305px;
}

.p-b--305 {
  padding-bottom: -305px;
}

@media (max-width: 991px) {
  .m-t-305 {
    margin-top: 152.5px !important;
  }
  .m-b-305 {
    margin-bottom: 152.5px !important;
  }
  .p-t-305 {
    padding-top: 152.5px !important;
  }
  .p-b-305 {
    padding-bottom: 152.5px !important;
  }
  .p-l-305 {
    padding-left: 152.5px !important;
  }
  .p-r-305 {
    padding-right: 152.5px !important;
  }
  .m-t--305 {
    margin-top: -152.5px !important;
  }
  .m-b--305 {
    margin-bottom: -152.5px !important;
  }
  .p-t--305 {
    padding-top: -152.5px !important;
  }
  .p-b--305 {
    padding-bottom: -152.5px !important;
  }
}
.m-t-310 {
  margin-top: 310px;
}

.m-b-310 {
  margin-bottom: 310px;
}

.p-t-310 {
  padding-top: 310px;
}

.p-b-310 {
  padding-bottom: 310px;
}

.p-l-310 {
  padding-left: 310px;
}

.p-r-310 {
  padding-right: 310px;
}

.p-310 {
  padding: 310px;
}

.b-310 {
  bottom: 310px;
}

.m-t--310 {
  margin-top: -310px;
}

.m-b--310 {
  margin-bottom: -310px;
}

.m-l--310 {
  margin-left: -310px;
}

.m-r--310 {
  margin-right: -310px;
}

.p-t--310 {
  padding-top: -310px;
}

.p-b--310 {
  padding-bottom: -310px;
}

@media (max-width: 991px) {
  .m-t-310 {
    margin-top: 155px !important;
  }
  .m-b-310 {
    margin-bottom: 155px !important;
  }
  .p-t-310 {
    padding-top: 155px !important;
  }
  .p-b-310 {
    padding-bottom: 155px !important;
  }
  .p-l-310 {
    padding-left: 155px !important;
  }
  .p-r-310 {
    padding-right: 155px !important;
  }
  .m-t--310 {
    margin-top: -155px !important;
  }
  .m-b--310 {
    margin-bottom: -155px !important;
  }
  .p-t--310 {
    padding-top: -155px !important;
  }
  .p-b--310 {
    padding-bottom: -155px !important;
  }
}
.m-t-315 {
  margin-top: 315px;
}

.m-b-315 {
  margin-bottom: 315px;
}

.p-t-315 {
  padding-top: 315px;
}

.p-b-315 {
  padding-bottom: 315px;
}

.p-l-315 {
  padding-left: 315px;
}

.p-r-315 {
  padding-right: 315px;
}

.p-315 {
  padding: 315px;
}

.b-315 {
  bottom: 315px;
}

.m-t--315 {
  margin-top: -315px;
}

.m-b--315 {
  margin-bottom: -315px;
}

.m-l--315 {
  margin-left: -315px;
}

.m-r--315 {
  margin-right: -315px;
}

.p-t--315 {
  padding-top: -315px;
}

.p-b--315 {
  padding-bottom: -315px;
}

@media (max-width: 991px) {
  .m-t-315 {
    margin-top: 157.5px !important;
  }
  .m-b-315 {
    margin-bottom: 157.5px !important;
  }
  .p-t-315 {
    padding-top: 157.5px !important;
  }
  .p-b-315 {
    padding-bottom: 157.5px !important;
  }
  .p-l-315 {
    padding-left: 157.5px !important;
  }
  .p-r-315 {
    padding-right: 157.5px !important;
  }
  .m-t--315 {
    margin-top: -157.5px !important;
  }
  .m-b--315 {
    margin-bottom: -157.5px !important;
  }
  .p-t--315 {
    padding-top: -157.5px !important;
  }
  .p-b--315 {
    padding-bottom: -157.5px !important;
  }
}
.m-t-320 {
  margin-top: 320px;
}

.m-b-320 {
  margin-bottom: 320px;
}

.p-t-320 {
  padding-top: 320px;
}

.p-b-320 {
  padding-bottom: 320px;
}

.p-l-320 {
  padding-left: 320px;
}

.p-r-320 {
  padding-right: 320px;
}

.p-320 {
  padding: 320px;
}

.b-320 {
  bottom: 320px;
}

.m-t--320 {
  margin-top: -320px;
}

.m-b--320 {
  margin-bottom: -320px;
}

.m-l--320 {
  margin-left: -320px;
}

.m-r--320 {
  margin-right: -320px;
}

.p-t--320 {
  padding-top: -320px;
}

.p-b--320 {
  padding-bottom: -320px;
}

@media (max-width: 991px) {
  .m-t-320 {
    margin-top: 160px !important;
  }
  .m-b-320 {
    margin-bottom: 160px !important;
  }
  .p-t-320 {
    padding-top: 160px !important;
  }
  .p-b-320 {
    padding-bottom: 160px !important;
  }
  .p-l-320 {
    padding-left: 160px !important;
  }
  .p-r-320 {
    padding-right: 160px !important;
  }
  .m-t--320 {
    margin-top: -160px !important;
  }
  .m-b--320 {
    margin-bottom: -160px !important;
  }
  .p-t--320 {
    padding-top: -160px !important;
  }
  .p-b--320 {
    padding-bottom: -160px !important;
  }
}
.m-t-325 {
  margin-top: 325px;
}

.m-b-325 {
  margin-bottom: 325px;
}

.p-t-325 {
  padding-top: 325px;
}

.p-b-325 {
  padding-bottom: 325px;
}

.p-l-325 {
  padding-left: 325px;
}

.p-r-325 {
  padding-right: 325px;
}

.p-325 {
  padding: 325px;
}

.b-325 {
  bottom: 325px;
}

.m-t--325 {
  margin-top: -325px;
}

.m-b--325 {
  margin-bottom: -325px;
}

.m-l--325 {
  margin-left: -325px;
}

.m-r--325 {
  margin-right: -325px;
}

.p-t--325 {
  padding-top: -325px;
}

.p-b--325 {
  padding-bottom: -325px;
}

@media (max-width: 991px) {
  .m-t-325 {
    margin-top: 162.5px !important;
  }
  .m-b-325 {
    margin-bottom: 162.5px !important;
  }
  .p-t-325 {
    padding-top: 162.5px !important;
  }
  .p-b-325 {
    padding-bottom: 162.5px !important;
  }
  .p-l-325 {
    padding-left: 162.5px !important;
  }
  .p-r-325 {
    padding-right: 162.5px !important;
  }
  .m-t--325 {
    margin-top: -162.5px !important;
  }
  .m-b--325 {
    margin-bottom: -162.5px !important;
  }
  .p-t--325 {
    padding-top: -162.5px !important;
  }
  .p-b--325 {
    padding-bottom: -162.5px !important;
  }
}
.m-t-330 {
  margin-top: 330px;
}

.m-b-330 {
  margin-bottom: 330px;
}

.p-t-330 {
  padding-top: 330px;
}

.p-b-330 {
  padding-bottom: 330px;
}

.p-l-330 {
  padding-left: 330px;
}

.p-r-330 {
  padding-right: 330px;
}

.p-330 {
  padding: 330px;
}

.b-330 {
  bottom: 330px;
}

.m-t--330 {
  margin-top: -330px;
}

.m-b--330 {
  margin-bottom: -330px;
}

.m-l--330 {
  margin-left: -330px;
}

.m-r--330 {
  margin-right: -330px;
}

.p-t--330 {
  padding-top: -330px;
}

.p-b--330 {
  padding-bottom: -330px;
}

@media (max-width: 991px) {
  .m-t-330 {
    margin-top: 165px !important;
  }
  .m-b-330 {
    margin-bottom: 165px !important;
  }
  .p-t-330 {
    padding-top: 165px !important;
  }
  .p-b-330 {
    padding-bottom: 165px !important;
  }
  .p-l-330 {
    padding-left: 165px !important;
  }
  .p-r-330 {
    padding-right: 165px !important;
  }
  .m-t--330 {
    margin-top: -165px !important;
  }
  .m-b--330 {
    margin-bottom: -165px !important;
  }
  .p-t--330 {
    padding-top: -165px !important;
  }
  .p-b--330 {
    padding-bottom: -165px !important;
  }
}
.m-t-335 {
  margin-top: 335px;
}

.m-b-335 {
  margin-bottom: 335px;
}

.p-t-335 {
  padding-top: 335px;
}

.p-b-335 {
  padding-bottom: 335px;
}

.p-l-335 {
  padding-left: 335px;
}

.p-r-335 {
  padding-right: 335px;
}

.p-335 {
  padding: 335px;
}

.b-335 {
  bottom: 335px;
}

.m-t--335 {
  margin-top: -335px;
}

.m-b--335 {
  margin-bottom: -335px;
}

.m-l--335 {
  margin-left: -335px;
}

.m-r--335 {
  margin-right: -335px;
}

.p-t--335 {
  padding-top: -335px;
}

.p-b--335 {
  padding-bottom: -335px;
}

@media (max-width: 991px) {
  .m-t-335 {
    margin-top: 167.5px !important;
  }
  .m-b-335 {
    margin-bottom: 167.5px !important;
  }
  .p-t-335 {
    padding-top: 167.5px !important;
  }
  .p-b-335 {
    padding-bottom: 167.5px !important;
  }
  .p-l-335 {
    padding-left: 167.5px !important;
  }
  .p-r-335 {
    padding-right: 167.5px !important;
  }
  .m-t--335 {
    margin-top: -167.5px !important;
  }
  .m-b--335 {
    margin-bottom: -167.5px !important;
  }
  .p-t--335 {
    padding-top: -167.5px !important;
  }
  .p-b--335 {
    padding-bottom: -167.5px !important;
  }
}
.m-t-340 {
  margin-top: 340px;
}

.m-b-340 {
  margin-bottom: 340px;
}

.p-t-340 {
  padding-top: 340px;
}

.p-b-340 {
  padding-bottom: 340px;
}

.p-l-340 {
  padding-left: 340px;
}

.p-r-340 {
  padding-right: 340px;
}

.p-340 {
  padding: 340px;
}

.b-340 {
  bottom: 340px;
}

.m-t--340 {
  margin-top: -340px;
}

.m-b--340 {
  margin-bottom: -340px;
}

.m-l--340 {
  margin-left: -340px;
}

.m-r--340 {
  margin-right: -340px;
}

.p-t--340 {
  padding-top: -340px;
}

.p-b--340 {
  padding-bottom: -340px;
}

@media (max-width: 991px) {
  .m-t-340 {
    margin-top: 170px !important;
  }
  .m-b-340 {
    margin-bottom: 170px !important;
  }
  .p-t-340 {
    padding-top: 170px !important;
  }
  .p-b-340 {
    padding-bottom: 170px !important;
  }
  .p-l-340 {
    padding-left: 170px !important;
  }
  .p-r-340 {
    padding-right: 170px !important;
  }
  .m-t--340 {
    margin-top: -170px !important;
  }
  .m-b--340 {
    margin-bottom: -170px !important;
  }
  .p-t--340 {
    padding-top: -170px !important;
  }
  .p-b--340 {
    padding-bottom: -170px !important;
  }
}
.m-t-345 {
  margin-top: 345px;
}

.m-b-345 {
  margin-bottom: 345px;
}

.p-t-345 {
  padding-top: 345px;
}

.p-b-345 {
  padding-bottom: 345px;
}

.p-l-345 {
  padding-left: 345px;
}

.p-r-345 {
  padding-right: 345px;
}

.p-345 {
  padding: 345px;
}

.b-345 {
  bottom: 345px;
}

.m-t--345 {
  margin-top: -345px;
}

.m-b--345 {
  margin-bottom: -345px;
}

.m-l--345 {
  margin-left: -345px;
}

.m-r--345 {
  margin-right: -345px;
}

.p-t--345 {
  padding-top: -345px;
}

.p-b--345 {
  padding-bottom: -345px;
}

@media (max-width: 991px) {
  .m-t-345 {
    margin-top: 172.5px !important;
  }
  .m-b-345 {
    margin-bottom: 172.5px !important;
  }
  .p-t-345 {
    padding-top: 172.5px !important;
  }
  .p-b-345 {
    padding-bottom: 172.5px !important;
  }
  .p-l-345 {
    padding-left: 172.5px !important;
  }
  .p-r-345 {
    padding-right: 172.5px !important;
  }
  .m-t--345 {
    margin-top: -172.5px !important;
  }
  .m-b--345 {
    margin-bottom: -172.5px !important;
  }
  .p-t--345 {
    padding-top: -172.5px !important;
  }
  .p-b--345 {
    padding-bottom: -172.5px !important;
  }
}
.m-t-350 {
  margin-top: 350px;
}

.m-b-350 {
  margin-bottom: 350px;
}

.p-t-350 {
  padding-top: 350px;
}

.p-b-350 {
  padding-bottom: 350px;
}

.p-l-350 {
  padding-left: 350px;
}

.p-r-350 {
  padding-right: 350px;
}

.p-350 {
  padding: 350px;
}

.b-350 {
  bottom: 350px;
}

.m-t--350 {
  margin-top: -350px;
}

.m-b--350 {
  margin-bottom: -350px;
}

.m-l--350 {
  margin-left: -350px;
}

.m-r--350 {
  margin-right: -350px;
}

.p-t--350 {
  padding-top: -350px;
}

.p-b--350 {
  padding-bottom: -350px;
}

@media (max-width: 991px) {
  .m-t-350 {
    margin-top: 175px !important;
  }
  .m-b-350 {
    margin-bottom: 175px !important;
  }
  .p-t-350 {
    padding-top: 175px !important;
  }
  .p-b-350 {
    padding-bottom: 175px !important;
  }
  .p-l-350 {
    padding-left: 175px !important;
  }
  .p-r-350 {
    padding-right: 175px !important;
  }
  .m-t--350 {
    margin-top: -175px !important;
  }
  .m-b--350 {
    margin-bottom: -175px !important;
  }
  .p-t--350 {
    padding-top: -175px !important;
  }
  .p-b--350 {
    padding-bottom: -175px !important;
  }
}
.m-t-355 {
  margin-top: 355px;
}

.m-b-355 {
  margin-bottom: 355px;
}

.p-t-355 {
  padding-top: 355px;
}

.p-b-355 {
  padding-bottom: 355px;
}

.p-l-355 {
  padding-left: 355px;
}

.p-r-355 {
  padding-right: 355px;
}

.p-355 {
  padding: 355px;
}

.b-355 {
  bottom: 355px;
}

.m-t--355 {
  margin-top: -355px;
}

.m-b--355 {
  margin-bottom: -355px;
}

.m-l--355 {
  margin-left: -355px;
}

.m-r--355 {
  margin-right: -355px;
}

.p-t--355 {
  padding-top: -355px;
}

.p-b--355 {
  padding-bottom: -355px;
}

@media (max-width: 991px) {
  .m-t-355 {
    margin-top: 177.5px !important;
  }
  .m-b-355 {
    margin-bottom: 177.5px !important;
  }
  .p-t-355 {
    padding-top: 177.5px !important;
  }
  .p-b-355 {
    padding-bottom: 177.5px !important;
  }
  .p-l-355 {
    padding-left: 177.5px !important;
  }
  .p-r-355 {
    padding-right: 177.5px !important;
  }
  .m-t--355 {
    margin-top: -177.5px !important;
  }
  .m-b--355 {
    margin-bottom: -177.5px !important;
  }
  .p-t--355 {
    padding-top: -177.5px !important;
  }
  .p-b--355 {
    padding-bottom: -177.5px !important;
  }
}
.m-t-360 {
  margin-top: 360px;
}

.m-b-360 {
  margin-bottom: 360px;
}

.p-t-360 {
  padding-top: 360px;
}

.p-b-360 {
  padding-bottom: 360px;
}

.p-l-360 {
  padding-left: 360px;
}

.p-r-360 {
  padding-right: 360px;
}

.p-360 {
  padding: 360px;
}

.b-360 {
  bottom: 360px;
}

.m-t--360 {
  margin-top: -360px;
}

.m-b--360 {
  margin-bottom: -360px;
}

.m-l--360 {
  margin-left: -360px;
}

.m-r--360 {
  margin-right: -360px;
}

.p-t--360 {
  padding-top: -360px;
}

.p-b--360 {
  padding-bottom: -360px;
}

@media (max-width: 991px) {
  .m-t-360 {
    margin-top: 180px !important;
  }
  .m-b-360 {
    margin-bottom: 180px !important;
  }
  .p-t-360 {
    padding-top: 180px !important;
  }
  .p-b-360 {
    padding-bottom: 180px !important;
  }
  .p-l-360 {
    padding-left: 180px !important;
  }
  .p-r-360 {
    padding-right: 180px !important;
  }
  .m-t--360 {
    margin-top: -180px !important;
  }
  .m-b--360 {
    margin-bottom: -180px !important;
  }
  .p-t--360 {
    padding-top: -180px !important;
  }
  .p-b--360 {
    padding-bottom: -180px !important;
  }
}
.m-t-365 {
  margin-top: 365px;
}

.m-b-365 {
  margin-bottom: 365px;
}

.p-t-365 {
  padding-top: 365px;
}

.p-b-365 {
  padding-bottom: 365px;
}

.p-l-365 {
  padding-left: 365px;
}

.p-r-365 {
  padding-right: 365px;
}

.p-365 {
  padding: 365px;
}

.b-365 {
  bottom: 365px;
}

.m-t--365 {
  margin-top: -365px;
}

.m-b--365 {
  margin-bottom: -365px;
}

.m-l--365 {
  margin-left: -365px;
}

.m-r--365 {
  margin-right: -365px;
}

.p-t--365 {
  padding-top: -365px;
}

.p-b--365 {
  padding-bottom: -365px;
}

@media (max-width: 991px) {
  .m-t-365 {
    margin-top: 182.5px !important;
  }
  .m-b-365 {
    margin-bottom: 182.5px !important;
  }
  .p-t-365 {
    padding-top: 182.5px !important;
  }
  .p-b-365 {
    padding-bottom: 182.5px !important;
  }
  .p-l-365 {
    padding-left: 182.5px !important;
  }
  .p-r-365 {
    padding-right: 182.5px !important;
  }
  .m-t--365 {
    margin-top: -182.5px !important;
  }
  .m-b--365 {
    margin-bottom: -182.5px !important;
  }
  .p-t--365 {
    padding-top: -182.5px !important;
  }
  .p-b--365 {
    padding-bottom: -182.5px !important;
  }
}
.m-t-370 {
  margin-top: 370px;
}

.m-b-370 {
  margin-bottom: 370px;
}

.p-t-370 {
  padding-top: 370px;
}

.p-b-370 {
  padding-bottom: 370px;
}

.p-l-370 {
  padding-left: 370px;
}

.p-r-370 {
  padding-right: 370px;
}

.p-370 {
  padding: 370px;
}

.b-370 {
  bottom: 370px;
}

.m-t--370 {
  margin-top: -370px;
}

.m-b--370 {
  margin-bottom: -370px;
}

.m-l--370 {
  margin-left: -370px;
}

.m-r--370 {
  margin-right: -370px;
}

.p-t--370 {
  padding-top: -370px;
}

.p-b--370 {
  padding-bottom: -370px;
}

@media (max-width: 991px) {
  .m-t-370 {
    margin-top: 185px !important;
  }
  .m-b-370 {
    margin-bottom: 185px !important;
  }
  .p-t-370 {
    padding-top: 185px !important;
  }
  .p-b-370 {
    padding-bottom: 185px !important;
  }
  .p-l-370 {
    padding-left: 185px !important;
  }
  .p-r-370 {
    padding-right: 185px !important;
  }
  .m-t--370 {
    margin-top: -185px !important;
  }
  .m-b--370 {
    margin-bottom: -185px !important;
  }
  .p-t--370 {
    padding-top: -185px !important;
  }
  .p-b--370 {
    padding-bottom: -185px !important;
  }
}
.m-t-375 {
  margin-top: 375px;
}

.m-b-375 {
  margin-bottom: 375px;
}

.p-t-375 {
  padding-top: 375px;
}

.p-b-375 {
  padding-bottom: 375px;
}

.p-l-375 {
  padding-left: 375px;
}

.p-r-375 {
  padding-right: 375px;
}

.p-375 {
  padding: 375px;
}

.b-375 {
  bottom: 375px;
}

.m-t--375 {
  margin-top: -375px;
}

.m-b--375 {
  margin-bottom: -375px;
}

.m-l--375 {
  margin-left: -375px;
}

.m-r--375 {
  margin-right: -375px;
}

.p-t--375 {
  padding-top: -375px;
}

.p-b--375 {
  padding-bottom: -375px;
}

@media (max-width: 991px) {
  .m-t-375 {
    margin-top: 187.5px !important;
  }
  .m-b-375 {
    margin-bottom: 187.5px !important;
  }
  .p-t-375 {
    padding-top: 187.5px !important;
  }
  .p-b-375 {
    padding-bottom: 187.5px !important;
  }
  .p-l-375 {
    padding-left: 187.5px !important;
  }
  .p-r-375 {
    padding-right: 187.5px !important;
  }
  .m-t--375 {
    margin-top: -187.5px !important;
  }
  .m-b--375 {
    margin-bottom: -187.5px !important;
  }
  .p-t--375 {
    padding-top: -187.5px !important;
  }
  .p-b--375 {
    padding-bottom: -187.5px !important;
  }
}
.m-t-380 {
  margin-top: 380px;
}

.m-b-380 {
  margin-bottom: 380px;
}

.p-t-380 {
  padding-top: 380px;
}

.p-b-380 {
  padding-bottom: 380px;
}

.p-l-380 {
  padding-left: 380px;
}

.p-r-380 {
  padding-right: 380px;
}

.p-380 {
  padding: 380px;
}

.b-380 {
  bottom: 380px;
}

.m-t--380 {
  margin-top: -380px;
}

.m-b--380 {
  margin-bottom: -380px;
}

.m-l--380 {
  margin-left: -380px;
}

.m-r--380 {
  margin-right: -380px;
}

.p-t--380 {
  padding-top: -380px;
}

.p-b--380 {
  padding-bottom: -380px;
}

@media (max-width: 991px) {
  .m-t-380 {
    margin-top: 190px !important;
  }
  .m-b-380 {
    margin-bottom: 190px !important;
  }
  .p-t-380 {
    padding-top: 190px !important;
  }
  .p-b-380 {
    padding-bottom: 190px !important;
  }
  .p-l-380 {
    padding-left: 190px !important;
  }
  .p-r-380 {
    padding-right: 190px !important;
  }
  .m-t--380 {
    margin-top: -190px !important;
  }
  .m-b--380 {
    margin-bottom: -190px !important;
  }
  .p-t--380 {
    padding-top: -190px !important;
  }
  .p-b--380 {
    padding-bottom: -190px !important;
  }
}
.m-t-385 {
  margin-top: 385px;
}

.m-b-385 {
  margin-bottom: 385px;
}

.p-t-385 {
  padding-top: 385px;
}

.p-b-385 {
  padding-bottom: 385px;
}

.p-l-385 {
  padding-left: 385px;
}

.p-r-385 {
  padding-right: 385px;
}

.p-385 {
  padding: 385px;
}

.b-385 {
  bottom: 385px;
}

.m-t--385 {
  margin-top: -385px;
}

.m-b--385 {
  margin-bottom: -385px;
}

.m-l--385 {
  margin-left: -385px;
}

.m-r--385 {
  margin-right: -385px;
}

.p-t--385 {
  padding-top: -385px;
}

.p-b--385 {
  padding-bottom: -385px;
}

@media (max-width: 991px) {
  .m-t-385 {
    margin-top: 192.5px !important;
  }
  .m-b-385 {
    margin-bottom: 192.5px !important;
  }
  .p-t-385 {
    padding-top: 192.5px !important;
  }
  .p-b-385 {
    padding-bottom: 192.5px !important;
  }
  .p-l-385 {
    padding-left: 192.5px !important;
  }
  .p-r-385 {
    padding-right: 192.5px !important;
  }
  .m-t--385 {
    margin-top: -192.5px !important;
  }
  .m-b--385 {
    margin-bottom: -192.5px !important;
  }
  .p-t--385 {
    padding-top: -192.5px !important;
  }
  .p-b--385 {
    padding-bottom: -192.5px !important;
  }
}
.m-t-390 {
  margin-top: 390px;
}

.m-b-390 {
  margin-bottom: 390px;
}

.p-t-390 {
  padding-top: 390px;
}

.p-b-390 {
  padding-bottom: 390px;
}

.p-l-390 {
  padding-left: 390px;
}

.p-r-390 {
  padding-right: 390px;
}

.p-390 {
  padding: 390px;
}

.b-390 {
  bottom: 390px;
}

.m-t--390 {
  margin-top: -390px;
}

.m-b--390 {
  margin-bottom: -390px;
}

.m-l--390 {
  margin-left: -390px;
}

.m-r--390 {
  margin-right: -390px;
}

.p-t--390 {
  padding-top: -390px;
}

.p-b--390 {
  padding-bottom: -390px;
}

@media (max-width: 991px) {
  .m-t-390 {
    margin-top: 195px !important;
  }
  .m-b-390 {
    margin-bottom: 195px !important;
  }
  .p-t-390 {
    padding-top: 195px !important;
  }
  .p-b-390 {
    padding-bottom: 195px !important;
  }
  .p-l-390 {
    padding-left: 195px !important;
  }
  .p-r-390 {
    padding-right: 195px !important;
  }
  .m-t--390 {
    margin-top: -195px !important;
  }
  .m-b--390 {
    margin-bottom: -195px !important;
  }
  .p-t--390 {
    padding-top: -195px !important;
  }
  .p-b--390 {
    padding-bottom: -195px !important;
  }
}
.m-t-395 {
  margin-top: 395px;
}

.m-b-395 {
  margin-bottom: 395px;
}

.p-t-395 {
  padding-top: 395px;
}

.p-b-395 {
  padding-bottom: 395px;
}

.p-l-395 {
  padding-left: 395px;
}

.p-r-395 {
  padding-right: 395px;
}

.p-395 {
  padding: 395px;
}

.b-395 {
  bottom: 395px;
}

.m-t--395 {
  margin-top: -395px;
}

.m-b--395 {
  margin-bottom: -395px;
}

.m-l--395 {
  margin-left: -395px;
}

.m-r--395 {
  margin-right: -395px;
}

.p-t--395 {
  padding-top: -395px;
}

.p-b--395 {
  padding-bottom: -395px;
}

@media (max-width: 991px) {
  .m-t-395 {
    margin-top: 197.5px !important;
  }
  .m-b-395 {
    margin-bottom: 197.5px !important;
  }
  .p-t-395 {
    padding-top: 197.5px !important;
  }
  .p-b-395 {
    padding-bottom: 197.5px !important;
  }
  .p-l-395 {
    padding-left: 197.5px !important;
  }
  .p-r-395 {
    padding-right: 197.5px !important;
  }
  .m-t--395 {
    margin-top: -197.5px !important;
  }
  .m-b--395 {
    margin-bottom: -197.5px !important;
  }
  .p-t--395 {
    padding-top: -197.5px !important;
  }
  .p-b--395 {
    padding-bottom: -197.5px !important;
  }
}
@media (max-width: 991px) {
  .m-l--100 {
    margin-left: 0 !important;
  }
  .t-50p {
    top: 0 !important;
  }
}
/**
 * SVG sprite file(s) created by JS.
 */
.svg-sprite {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.icon--close {
  cursor: pointer;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
}
img.lazy {
  filter: blur(5px);
  transition: filter 0.3s;
}
img.lazyloaded {
  filter: blur(0);
}

/* Web Fonts */
/* Neue ODR FONT */
@font-face {
  font-family: "EnBWSansHeadline";
  src: url("../Fonts/EnBWSansHeadline-Regular.woff2") format("woff2"), url("../Fonts/EnBWSansHeadline-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EnBWSansHeadline";
  src: url("../Fonts/EnBWSansHeadline-Bold.woff2") format("woff2"), url("../Fonts/EnBWSansHeadline-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "EnBWSansText";
  src: url("../Fonts/EnBWSansText-Light.woff2") format("woff2"), url("../Fonts/EnBWSansText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "EnBWSansText";
  src: url("../Fonts/EnBWSansText-Regular.woff2") format("woff2"), url("../Fonts/EnBWSansText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EnBWSansText";
  src: url("../Fonts/EnBWSansText-Bold.woff2") format("woff2"), url("../Fonts/EnBWSansText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro.eot");
  font-weight: 400;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Medium.eot");
  font-weight: 500;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Light.eot");
  font-weight: 300;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Bold.eot");
  font-weight: 600;
}
@font-face {
  font-family: EnBWDINWebPro;
  src: url("../Fonts/EnBWDINWebPro-Bold.woff") format("woff");
  font-weight: 600;
}
/*@font-face {
  font-family: EnBWDINWebPro-Medium;
  src: url("../Fonts/EnBWDINWebPro-Medium.eot");
}
@font-face {
  font-family: EnBWDINWebPro-Medium;
  src: url("../Fonts/EnBWDINWebPro-Medium.woff") format("woff");
}

@font-face {
  font-family: EnBWDINWebPro-Light;
  src: url("../Fonts/EnBWDINWebPro-Light.eot");
}
@font-face {
  font-family: EnBWDINWebPro-Light;
  src: url("../Fonts/EnBWDINWebPro-Light.woff") format("woff");
  }*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "EnBWSansText", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 300;
  font-family: "EnBWSansText", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.53;
  font-size: 17px;
  font-smoothing: antialiased;
  font-style: normal;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "EnBWSansHeadline", sans-serif, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 600;
  hyphens: manual;
}

h1, .h1 {
  font-size: 45px;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 300;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}
h3 small, .h3 small {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  color: #757575;
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}

h5, .h5 {
  font-size: 20px;
}

h1 + .h4, h2 + .h4, h3 + .h4,
.h1 + .h4, .h2 + .h4, .h3 + .h4 {
  margin-top: -10px;
}

.text h1, .text h2, .text h3, .text h4, .text h5,
.text .h1, .text .h2, .text .h3, .text .h4, .text .h5 {
  font-family: "EnBWSansHeadline", sans-serif, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 600;
  hyphens: manual;
}
.text h1, .text .h1 {
  font-size: 45px;
  line-height: 1.4;
}
.text h2, .text .h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 300;
}
.text h3, .text .h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}
.text h3 small, .text .h3 small {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.27;
  color: #757575;
}
.text h4, .text .h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}
.text h5, .text .h5 {
  font-size: 20px;
}
.text h1 + .h4, .text h2 + .h4, .text h3 + .h4,
.text .h1 + .h4, .text .h2 + .h4, .text .h3 + .h4 {
  margin-top: -10px;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

.quote h1, .quote h2, .quote h3, .quote h4, .quote h5,
.quote .h1, .quote .h2, .quote .h3, .quote .h4, .quote .h5, .quote p {
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .quote h1, .quote h2, .quote h3, .quote h4, .quote h5,
  .quote .h1, .quote .h2, .quote .h3, .quote .h4, .quote .h5, .quote p {
    font-size: 17px;
  }
}

p b {
  color: #ff9900;
}

strong, b {
  font-weight: 600;
}

.small {
  font-size: 15px;
}

.fw-normal {
  font-weight: 400;
}

.border--top:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #3B3B3B;
  margin-bottom: 20px;
}

.big--number {
  color: #ff9900;
  font-size: 45px;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 399px) {
  .big--number {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    word-break: break-word;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 29px;
  }
  h3, .h3 {
    font-size: 23px;
  }
}
.acc--vertical .acc__head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  cursor: pointer;
}
.acc--vertical .acc__head .arrow-down-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
}
.acc--vertical .acc__head .arrow-down-close:before, .acc--vertical .acc__head .arrow-down-close:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #ff9900;
  position: relative;
  transition: 300ms ease-in-out all;
}
.acc--vertical .acc__head .arrow-down-close:before {
  transform: rotate(-55deg);
  left: 7px;
  top: -4px;
}
.acc--vertical .acc__head .arrow-down-close:after {
  transform: rotate(55deg);
  left: 20px;
  top: -4px;
}
.acc--vertical .acc__head h2, .acc--vertical .acc__head h3 {
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
  transition: all 0.2s;
}
.acc--vertical .acc__head:hover h2, .acc--vertical .acc__head:hover h3 {
  font-weight: 600;
}
.acc--vertical .acc__item {
  position: relative;
  border-bottom: 2px solid #757575;
}
.acc--vertical .acc__item--isopen h2, .acc--vertical .acc__item--isopen h3 {
  font-weight: 600;
}
.acc--vertical .acc__item--isopen .acc__content {
  opacity: 1;
}
.acc--vertical .acc__item--isopen .arrow-down-close:before, .acc--vertical .acc__item--isopen .arrow-down-close:after {
  height: 30px;
}
.acc--vertical .acc__item--isopen .arrow-down-close:before {
  transform: translateX(8px) rotate(-45deg);
}
.acc--vertical .acc__item--isopen .arrow-down-close:after {
  transform: translateX(-8px) rotate(45deg);
}
.acc--vertical .acc__content {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s;
}
.acc--vertical .acc__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .acc--vertical {
    padding-left: 10px;
  }
}
.acc--horizontal.acc--has-1 .acc__item {
  width: 100%;
}
.acc--horizontal.acc--has-2 .acc__item {
  width: 50%;
}
.acc--horizontal.acc--has-3 .acc__item {
  width: 33.3333333333%;
}
.acc--horizontal.acc--has-4 .acc__item {
  width: 25%;
}
.acc--horizontal.acc--has-5 .acc__item {
  width: 20%;
}
.acc--horizontal.acc--has-6 .acc__item {
  width: 16.6666666667%;
}
.acc--horizontal.acc--has-7 .acc__item {
  width: 14.2857142857%;
}
.acc--horizontal.acc--has-8 .acc__item {
  width: 12.5%;
}
.acc--horizontal.acc--has-9 .acc__item {
  width: 11.1111111111%;
}
.acc--horizontal.acc--has-10 .acc__item {
  width: 10%;
}
.acc--horizontal {
  min-height: 600px;
  height: 70vh;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: 50px;
  padding-top: 25px;
}
.acc--horizontal a {
  font-weight: 800;
}
.acc--horizontal .acc__item {
  height: 100%;
  cursor: pointer;
  z-index: 5;
  position: relative;
  transition: width 0.5s, opacity 0.5s;
  border-right: 1px solid #fff;
  padding: 0;
  padding-bottom: 20px;
}
.acc--horizontal .acc__item:last-of-type {
  border: none;
}
.acc--horizontal .acc__item:hover .icon--plus {
  transform: translateX(-50%) scale(1.5);
}
.acc--horizontal .acc__item:hover .acc__image {
  opacity: 0.3;
}
.acc--horizontal .acc__item .icon {
  transform: scale(1);
  transition: transform 0.3s;
}
.acc--horizontal .acc__item .icon--expand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  top: 40%;
  color: #fff;
  z-index: 10;
  width: 35px;
  height: 35px;
}
.acc--horizontal .acc__item .icon--expand:hover {
  transform: translateX(-50%) scale(1.2);
}
.acc--horizontal .acc__item .icon--close {
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s ease-out 0.6s, transform 0.3s ease 0s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  color: #fff;
}
.acc--horizontal .acc__item .icon--close:hover {
  transform: scale(1.3);
}
.acc--horizontal .acc__item .acc__number {
  position: absolute;
  top: -21px;
  width: calc(100% - 20px);
}
.acc--horizontal .acc__item .acc__number span {
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  position: relative;
  bottom: -3px;
}
.acc--horizontal .acc__head {
  left: 30px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  z-index: 10;
}
.acc--horizontal .acc__head h2 {
  margin: 0;
}
.acc--horizontal .acc__head h4 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 50px;
  white-space: nowrap;
}
.acc--horizontal .acc__head h5 {
  margin-bottom: 10px;
}
.acc--horizontal .acc__head img {
  height: 50px;
  margin-bottom: 20px;
}
.acc--horizontal .acc__caption {
  color: #fff;
  right: 50px;
  margin-bottom: 22px;
  transition: all 0.2s;
  opacity: 1;
  transition-delay: 0.5s;
  z-index: 10;
}
.acc--horizontal .acc__caption .text p {
  font-size: 15px;
  font-weight: 400;
}
.acc--horizontal .acc__caption .phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.acc--horizontal .acc__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.acc--horizontal .acc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acc--horizontal .acc__content {
  height: 100%;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-delay: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 991px) {
  .acc--horizontal .acc__content {
    left: 40px;
  }
}
.acc--horizontal .acc__content > .text {
  padding: 100px 100px 100px 0;
}
.acc--horizontal .acc__content > .text h2:before {
  display: none;
}
.acc--horizontal .acc__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.acc--horizontal .acc__bg:before, .acc--horizontal .acc__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  pointer-events: none;
}
.acc--horizontal .acc__bg:after {
  height: 100%;
}
.acc--horizontal .acc__bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .acc--horizontal .acc__caption {
    right: 50px;
    left: 110px;
  }
  .acc--horizontal .acc__content {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .acc--horizontal:not(.acc--horizontal--events) {
    flex-direction: column;
    height: auto;
    min-height: unset;
  }
  .acc--horizontal .acc__item {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-delay: 0s !important;
  }
  .acc--horizontal .acc__item .acc__caption {
    display: none;
  }
  .acc--horizontal .acc__item .icon--expand {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .acc--horizontal .acc__item .icon--close {
    top: 19px;
    right: 31px;
    left: auto;
  }
  .acc--horizontal .acc__item .acc__image img {
    object-position: top;
  }
  .acc--horizontal .acc__item--is-active .acc__content {
    max-height: 1000px;
    padding-top: 100px;
    padding-bottom: 40px;
    transition-delay: 0s !important;
  }
  .acc--horizontal .acc__item--is-active .icon--expand {
    transform: rotate(45deg) !important;
    pointer-events: none;
  }
  .acc--horizontal .acc__content {
    position: relative;
    padding: 100px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s !important;
    transition-delay: 0s !important;
    top: 0;
    left: auto;
    width: 100%;
  }
  .acc--horizontal .acc__content .button {
    margin-bottom: 30px;
  }
  .acc--horizontal .acc__content .text {
    padding: 0;
  }
  .acc--horizontal:not(.acc--horizontal--events) .acc__head {
    bottom: 30px;
  }
  .acc--horizontal .acc__head {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    text-align: center;
  }
  .acc--horizontal .acc__head--inactive {
    display: none;
  }
  .acc--horizontal .acc__head h4 {
    margin-bottom: 0;
  }
  .acc--horizontal.acc--is-open:not(.acc--horizontal--events) .acc__item {
    width: 100% !important;
  }
  .acc--horizontal.acc--is-open .acc__item--is-active .acc__image {
    width: 100%;
    opacity: 0.2 !important;
  }
  .acc--horizontal.acc--is-open .acc__item--is-active .acc__content {
    z-index: 5;
    padding: 100px 15px 0 15px !important;
  }
}
@media (max-width: 575px) {
  .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active {
    padding-left: unset;
    padding-top: 40px;
  }
  .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__head {
    position: relative;
    bottom: unset;
  }
  .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__content {
    padding: 20px;
    padding-top: 20px;
  }
}
.acc--horizontal-default {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .acc--horizontal-default .acc__item {
    width: 100% !important;
  }
  .acc--horizontal-default .acc__item:not(.acc__item--is-active) {
    height: 200px;
  }
}
.acc--horizontal-default .acc__item .acc__head {
  top: 0px;
  left: 0px;
  color: #3B3B3B;
  background-color: #E4DAD4;
  padding: 0 10px;
  border-bottom: 2px solid rgba(255, 153, 0, 0.5);
}
.acc--horizontal-default .acc__item .acc__head h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  text-align: initial;
  margin-bottom: 0;
}
.acc--horizontal-default .acc__item .acc__head h2 .headline--number {
  grid-column: 1;
  padding-right: 2px;
  white-space: nowrap;
  font-weight: inherit;
}
.acc--horizontal-default .acc__item .acc__head h2 .headline-text {
  grid--column: 2;
}
.acc--horizontal-default .acc__item .acc__number {
  top: 25px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 153, 0, 0.5);
}
.acc--horizontal-default .acc__item .acc__number span {
  padding: 0 5px 7px 5px;
  bottom: 2px;
  border-bottom: 2px solid #ff9900;
}
.acc--horizontal-default .acc__item .acc__head, .acc--horizontal-default .acc__item .acc__number, .acc--horizontal-default .acc__item .acc__content {
  position: relative;
  z-index: 2;
}
.acc--horizontal-default .acc__item .acc__content {
  margin-top: 100px;
}
.acc--horizontal-default .acc__item .acc__content p {
  max-width: 500px;
}
.acc--horizontal-default .acc__item .icon--expand {
  color: #ff9900;
}
@media (max-width: 1279px) {
  .acc--horizontal-default .acc__item .icon--expand {
    right: 20px;
    top: 10px;
    left: auto;
  }
}
.acc--horizontal-default .acc__item .icon--close {
  top: 10px;
  right: 35px;
  color: #ff9900;
}
.acc--horizontal-default .acc__item--video .acc__content {
  padding: 70px 0 0 0 !important;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .acc--horizontal-default .acc__item--video .acc__content p {
    max-height: 180px;
    overflow-y: scroll;
  }
  .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar {
    width: 3px;
  }
  .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-thumb {
    background: #ff9900;
    border-radius: 20px;
  }
  .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .acc--horizontal-default .acc__item--video .acc__content p {
    scrollbar-color: #ff9900 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.acc--horizontal-default .acc__item--video .videoplayer {
  margin-bottom: 20px;
}
.acc--horizontal-default .acc__bg:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.acc--horizontal-default.acc--is-open .acc__head {
  left: 0;
  padding-left: 60px;
}
@media (max-width: 1279px) {
  .acc--horizontal-default.acc--is-open .acc__item {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .acc--horizontal-default.acc--is-open .acc__item--is-inactive {
    width: 60px !important;
  }
}
@media (max-width: 1279px) {
  .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: none;
  }
  .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: rotate(-90deg) translateY(16%);
    background-color: transparent;
  }
  .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    background-color: #E4DAD4;
    text-align: left;
    padding-left: 3px;
    font-size: 20px;
    width: 210px;
    margin-left: -91px;
    white-space: normal;
    min-height: 3em;
  }
}
.acc--horizontal-default.acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid #ff9900;
}
.acc--horizontal-default.acc--is-open .acc__item--is-active .acc__content {
  margin-top: 0px;
  padding: 100px 0 0 60px;
  height: auto;
}
.acc--horizontal-default.acc--is-open .acc__item--is-active .acc__content .grid-cell {
  background-color: #fff;
  color: #3B3B3B;
  padding: 20px 10px 10px 30px;
}
.acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head h2 {
  text-align: left;
}
.acc--is-open .acc__item {
  width: 110px !important;
}
.acc--is-open .acc__item .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.acc--is-open .acc__item .icon--open-close {
  display: none;
}
.acc--is-open .acc__item--is-active {
  width: 100% !important;
  padding-left: 0;
  cursor: auto;
}
.acc--is-open .acc__item--is-active .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.acc--is-open .acc__item--is-active .acc__content, .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0s;
}
.acc--is-open .acc__item--is-active .acc__head h3 {
  display: none;
}
.acc--is-open .acc__item--is-active .acc__image {
  width: 40%;
  opacity: 1 !important;
}
.acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid white;
  width: calc(100% - 30px);
}
.acc--is-open .acc__item--is-inactive .icon--expand {
  opacity: 1;
  pointer-events: none;
}
.acc--is-open .acc__item--is-inactive {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.acc--is-open .acc__item--is-inactive .acc__image {
  width: 100%;
  opacity: 0.2;
}
.acc--is-open .acc__item--is-inactive .acc__caption {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item--is-inactive .acc__head {
    transform-origin: right bottom;
    transform: rotate(-90deg) translateY(-20%);
    white-space: pre;
    padding-left: 3px;
  }
  .acc--is-open .acc__item--is-inactive .acc__head h5 {
    position: absolute;
    top: 0;
    right: -60px;
  }
}
.acc--is-open .acc__item .acc--vertical .acc__head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  cursor: pointer;
}
.acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
}
.acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:before, .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #ff9900;
  position: relative;
  transition: 300ms ease-in-out all;
}
.acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:before {
  transform: rotate(-55deg);
  left: 7px;
  top: -4px;
}
.acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:after {
  transform: rotate(55deg);
  left: 20px;
  top: -4px;
}
.acc--is-open .acc__item .acc--vertical .acc__head h2, .acc--is-open .acc__item .acc--vertical .acc__head h3 {
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
  transition: all 0.2s;
}
.acc--is-open .acc__item .acc--vertical .acc__head:hover h2, .acc--is-open .acc__item .acc--vertical .acc__head:hover h3 {
  font-weight: 600;
}
.acc--is-open .acc__item .acc--vertical .acc__item {
  position: relative;
  border-bottom: 2px solid #757575;
}
.acc--is-open .acc__item .acc--vertical .acc__item--isopen h2, .acc--is-open .acc__item .acc--vertical .acc__item--isopen h3 {
  font-weight: 600;
}
.acc--is-open .acc__item .acc--vertical .acc__item--isopen .acc__content {
  opacity: 1;
}
.acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:before, .acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:after {
  height: 30px;
}
.acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:before {
  transform: translateX(8px) rotate(-45deg);
}
.acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:after {
  transform: translateX(-8px) rotate(45deg);
}
.acc--is-open .acc__item .acc--vertical .acc__content {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s;
}
.acc--is-open .acc__item .acc--vertical .acc__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .acc--is-open .acc__item .acc--vertical {
    padding-left: 10px;
  }
}
.acc--is-open .acc__item .acc--horizontal.acc--has-1 .acc__item {
  width: 100%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-2 .acc__item {
  width: 50%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-3 .acc__item {
  width: 33.3333333333%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-4 .acc__item {
  width: 25%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-5 .acc__item {
  width: 20%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-6 .acc__item {
  width: 16.6666666667%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-7 .acc__item {
  width: 14.2857142857%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-8 .acc__item {
  width: 12.5%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-9 .acc__item {
  width: 11.1111111111%;
}
.acc--is-open .acc__item .acc--horizontal.acc--has-10 .acc__item {
  width: 10%;
}
.acc--is-open .acc__item .acc--horizontal {
  min-height: 600px;
  height: 70vh;
  position: relative;
  display: flex;
  margin-bottom: 50px;
  padding-top: 25px;
}
.acc--is-open .acc__item .acc--horizontal a {
  font-weight: 800;
}
.acc--is-open .acc__item .acc--horizontal .acc__item {
  height: 100%;
  cursor: pointer;
  z-index: 5;
  position: relative;
  transition: width 0.5s, opacity 0.5s;
  border-right: 1px solid #fff;
  padding: 20px 10px;
}
.acc--is-open .acc__item .acc--horizontal .acc__item:last-of-type {
  border: none;
}
.acc--is-open .acc__item .acc--horizontal .acc__item:hover .icon--plus {
  transform: translateX(-50%) scale(1.5);
}
.acc--is-open .acc__item .acc--horizontal .acc__item:hover .acc__image {
  opacity: 0.3;
}
.acc--is-open .acc__item .acc--horizontal .acc__item .icon {
  transform: scale(1);
  transition: transform 0.3s;
}
.acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  top: 40%;
  color: #fff;
  z-index: 10;
  width: 35px;
  height: 35px;
}
.acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand:hover {
  transform: translateX(-50%) scale(1.2);
}
.acc--is-open .acc__item .acc--horizontal .acc__item .icon--close {
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s ease-out 0.6s, transform 0.3s ease 0s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  color: #fff;
}
.acc--is-open .acc__item .acc--horizontal .acc__item .icon--close:hover {
  transform: scale(1.3);
}
.acc--is-open .acc__item .acc--horizontal .acc__item .acc__number {
  position: absolute;
  top: -21px;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.acc--is-open .acc__item .acc--horizontal .acc__item .acc__number span {
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  position: relative;
  bottom: -3px;
}
.acc--is-open .acc__item .acc--horizontal .acc__head {
  left: 30px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  z-index: 10;
}
.acc--is-open .acc__item .acc--horizontal .acc__head h4 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 50px;
  white-space: nowrap;
}
.acc--is-open .acc__item .acc--horizontal .acc__head h5 {
  margin-bottom: 10px;
}
.acc--is-open .acc__item .acc--horizontal .acc__head img {
  height: 50px;
  margin-bottom: 20px;
}
.acc--is-open .acc__item .acc--horizontal .acc__caption {
  color: #fff;
  right: 50px;
  margin-bottom: 22px;
  transition: all 0.2s;
  opacity: 1;
  transition-delay: 0.5s;
  z-index: 10;
}
.acc--is-open .acc__item .acc--horizontal .acc__caption .text p {
  font-size: 15px;
  font-weight: 400;
}
.acc--is-open .acc__item .acc--horizontal .acc__caption .phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.acc--is-open .acc__item .acc--horizontal .acc__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.acc--is-open .acc__item .acc--horizontal .acc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acc--is-open .acc__item .acc--horizontal .acc__content {
  height: 100%;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-delay: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 991px) {
  .acc--is-open .acc__item .acc--horizontal .acc__content {
    left: 40px;
  }
}
.acc--is-open .acc__item .acc--horizontal .acc__content > .text {
  padding: 100px 100px 100px 0;
}
.acc--is-open .acc__item .acc--horizontal .acc__content > .text h2:before {
  display: none;
}
.acc--is-open .acc__item .acc--horizontal .acc__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.acc--is-open .acc__item .acc--horizontal .acc__bg:before, .acc--is-open .acc__item .acc--horizontal .acc__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  pointer-events: none;
}
.acc--is-open .acc__item .acc--horizontal .acc__bg:after {
  height: 100%;
}
.acc--is-open .acc__item .acc--horizontal .acc__bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .acc--is-open .acc__item .acc--horizontal .acc__caption {
    right: 50px;
    left: 110px;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__content {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal--events) {
    flex-direction: column;
    height: auto;
    min-height: unset;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-delay: 0s !important;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item .acc__caption {
    display: none;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item .icon--close {
    top: 19px;
    right: 31px;
    left: auto;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item .acc__image img {
    object-position: top;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item--is-active .acc__content {
    max-height: 1000px;
    padding-top: 100px;
    padding-bottom: 40px;
    transition-delay: 0s !important;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item--is-active .acc__content .grid-cell {
    background-color: #fff;
    color: #3B3B3B;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__item--is-active .icon--expand {
    transform: rotate(45deg) !important;
    pointer-events: none;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__content {
    position: relative;
    padding: 100px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s !important;
    transition-delay: 0s !important;
    top: 0;
    left: auto;
    width: 100%;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__content .button {
    margin-bottom: 30px;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__content .text {
    padding: 0;
  }
  .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal--events) .acc__head {
    bottom: 30px;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__head {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    text-align: center;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__head--inactive {
    display: none;
  }
  .acc--is-open .acc__item .acc--horizontal .acc__head h4 {
    margin-bottom: 0;
  }
  .acc--is-open .acc__item .acc--horizontal.acc--is-open:not(.acc--horizontal--events) .acc__item {
    width: 100% !important;
  }
  .acc--is-open .acc__item .acc--horizontal.acc--is-open .acc__item--is-active .acc__image {
    width: 100%;
    opacity: 0.2 !important;
  }
  .acc--is-open .acc__item .acc--horizontal.acc--is-open .acc__item--is-active .acc__content {
    z-index: 5;
    padding: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active {
    padding-left: unset;
    padding-top: 40px;
  }
  .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__head {
    position: relative;
    bottom: unset;
  }
  .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__content {
    padding: 20px;
    padding-top: 20px;
  }
}
.acc--is-open .acc__item .acc--horizontal-default {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal-default .acc__item {
    width: 100% !important;
  }
  .acc--is-open .acc__item .acc--horizontal-default .acc__item:not(.acc__item--is-active) {
    height: 200px;
  }
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head {
  top: 40px;
  left: 0px;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head h2 {
  text-align: initial;
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head {
    padding-right: 60px;
  }
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number {
  top: 25px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 153, 0, 0.5);
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number span {
  padding: 0 5px 7px 5px;
  bottom: 2px;
  border-bottom: 2px solid #ff9900;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head, .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number, .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content {
  position: relative;
  z-index: 2;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content {
  margin-top: 100px;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content p {
  max-width: 500px;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--expand {
  color: #ff9900;
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--expand {
    right: 20px;
    top: 10px;
    left: auto;
  }
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--close {
  top: 80px;
  right: 35px;
  color: #ff9900;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content {
  padding: 70px 0 0 0 !important;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p {
    max-height: 180px;
    overflow-y: scroll;
  }
  .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar {
    width: 3px;
  }
  .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-thumb {
    background: #ff9900;
    border-radius: 20px;
  }
  .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p {
    scrollbar-color: #ff9900 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.acc--is-open .acc__item .acc--horizontal-default .acc__item--video .videoplayer {
  margin-bottom: 20px;
}
.acc--is-open .acc__item .acc--horizontal-default .acc__bg:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__head {
  left: 12px;
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive {
    width: 60px !important;
  }
}
@media (max-width: 1279px) {
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: none;
  }
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: rotate(-90deg) translateY(16%);
  }
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: right;
    font-size: 20px;
  }
}
.acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid #ff9900;
}
.acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__content {
  margin-top: 0px;
  padding: 100px 0 0 0;
}
.acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head h2 {
  text-align: left;
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head {
    padding-right: 60px;
  }
}
.acc--is-open .acc__item .acc--is-open .acc__item {
  width: 110px !important;
}
.acc--is-open .acc__item .acc--is-open .acc__item .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.acc--is-open .acc__item .acc--is-open .acc__item .icon--open-close {
  display: none;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active {
  width: 100% !important;
  padding-left: 60px;
  cursor: auto;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__content, .acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0s;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__head h3 {
  display: none;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__image {
  width: 40%;
  opacity: 1 !important;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid white;
  width: calc(100% - 30px);
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .icon--expand {
  opacity: 1;
  pointer-events: none;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-inactive {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__image {
  width: 100%;
  opacity: 0.2;
}
.acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__caption {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media (min-width: 1280px) {
  .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__head {
    transform-origin: right bottom;
    transform: rotate(-90deg) translateY(-20%);
    white-space: pre;
  }
  .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__head h5 {
    position: absolute;
    top: 0;
    right: -60px;
  }
}

section .acc--horizontal--events {
  height: 800px;
  min-height: 800px;
  width: 100%;
  transform: translateX(0);
  transition: opacity 1s, transform 0.5s;
  opacity: 0;
  visibility: hidden;
}
section .acc--horizontal--events--initialized {
  opacity: 1;
  visibility: visible;
}
section .acc--horizontal--events__scroller {
  max-width: 100%;
  overflow: hidden;
}
section .acc--horizontal--events .acc__item {
  overflow: hidden;
  border: none;
  margin-top: 0px;
  padding: 0px;
  counter-reset: events;
  opacity: 0.8;
  width: 80px;
  transition: min-width 0.5s, height 0.5s, margin 0.5s, opacity 0.5s;
}
section .acc--horizontal--events .acc__item:hover {
  opacity: 1;
}
section .acc--horizontal--events .acc__item h5 {
  font-weight: 200;
}
section .acc--horizontal--events .acc__item--is-inactive {
  min-width: 80px !important;
}
section .acc--horizontal--events .acc__item--is-inactive .acc__head {
  position: relative;
  white-space: nowrap;
  left: -16px;
  top: 50px;
}
section .acc--horizontal--events .acc__item--is-active {
  margin-top: 0;
  opacity: 1;
  min-width: 800px !important;
}
section .acc--horizontal--events .acc__item--is-active .acc__head h5 {
  font-size: 34px;
}
section .acc--horizontal--events .acc__item--is-active .acc__content .scroller {
  height: 654px !important;
}
section .acc--horizontal--events .acc__item--is-active .acc__content > .icon {
  visibility: visible !important;
}
section .acc--horizontal--events .acc__item.acc-prev-1 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-1 .acc__item__inner {
  margin-top: 40px;
  height: calc(100% - 40px);
}
section .acc--horizontal--events .acc__item.acc-prev-2 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-2 .acc__item__inner {
  margin-top: 80px;
  height: calc(100% - 80px);
}
section .acc--horizontal--events .acc__item.acc-prev-3 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-3 .acc__item__inner {
  margin-top: 120px;
  height: calc(100% - 120px);
}
section .acc--horizontal--events .acc__item.acc-prev-4 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-4 .acc__item__inner {
  margin-top: 160px;
  height: calc(100% - 160px);
}
section .acc--horizontal--events .acc__item.acc-prev-5 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-5 .acc__item__inner {
  margin-top: 200px;
  height: calc(100% - 200px);
}
section .acc--horizontal--events .acc__item.acc-prev-6 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-6 .acc__item__inner {
  margin-top: 240px;
  height: calc(100% - 240px);
}
section .acc--horizontal--events .acc__item.acc-prev-7 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-7 .acc__item__inner {
  margin-top: 280px;
  height: calc(100% - 280px);
}
section .acc--horizontal--events .acc__item.acc-prev-8 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-8 .acc__item__inner {
  margin-top: 320px;
  height: calc(100% - 320px);
}
section .acc--horizontal--events .acc__item.acc-prev-9 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-9 .acc__item__inner {
  margin-top: 360px;
  height: calc(100% - 360px);
}
section .acc--horizontal--events .acc__item.acc-prev-10 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-10 .acc__item__inner {
  margin-top: 400px;
  height: calc(100% - 400px);
}
section .acc--horizontal--events .acc__item.acc-prev-11 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-11 .acc__item__inner {
  margin-top: 440px;
  height: calc(100% - 440px);
}
section .acc--horizontal--events .acc__item.acc-prev-12 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-12 .acc__item__inner {
  margin-top: 480px;
  height: calc(100% - 480px);
}
section .acc--horizontal--events .acc__item.acc-prev-13 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-13 .acc__item__inner {
  margin-top: 520px;
  height: calc(100% - 520px);
}
section .acc--horizontal--events .acc__item.acc-prev-14 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-14 .acc__item__inner {
  margin-top: 560px;
  height: calc(100% - 560px);
}
section .acc--horizontal--events .acc__item.acc-prev-15 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-15 .acc__item__inner {
  margin-top: 600px;
  height: calc(100% - 600px);
}
section .acc--horizontal--events .acc__item.acc-prev-16 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-16 .acc__item__inner {
  margin-top: 640px;
  height: calc(100% - 640px);
}
section .acc--horizontal--events .acc__item.acc-prev-17 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-17 .acc__item__inner {
  margin-top: 680px;
  height: calc(100% - 680px);
}
section .acc--horizontal--events .acc__item.acc-prev-18 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-18 .acc__item__inner {
  margin-top: 720px;
  height: calc(100% - 720px);
}
section .acc--horizontal--events .acc__item.acc-prev-19 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-19 .acc__item__inner {
  margin-top: 760px;
  height: calc(100% - 760px);
}
section .acc--horizontal--events .acc__item.acc-prev-20 .acc__item__inner, section .acc--horizontal--events .acc__item.acc-next-20 .acc__item__inner {
  margin-top: 800px;
  height: calc(100% - 800px);
}
section .acc--horizontal--events .acc__item:last-of-type .icon--arrow-right {
  pointer-events: none;
  opacity: 0.5;
}
section .acc--horizontal--events .acc__item:first-of-type .icon--arrow-left {
  pointer-events: none;
  opacity: 0.5;
}
section .acc--horizontal--events .acc__item__inner {
  position: relative;
  padding: 35px;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
  transition: margin 0.5s;
  max-height: 100%;
}
section .acc--horizontal--events .acc__item .acc__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 40px;
  position: relative;
}
section .acc--horizontal--events .acc__item .acc__content > .icon {
  cursor: pointer;
  position: absolute;
  transition: transform 0.2s;
  top: -60px;
  visibility: hidden;
}
section .acc--horizontal--events .acc__item .acc__content > .icon:hover {
  transform: scale(1.1);
}
section .acc--horizontal--events .acc__item .acc__content > .icon--arrow-left {
  right: 60px;
}
section .acc--horizontal--events .acc__item .acc__content > .icon--arrow-right {
  right: 10px;
}
section .acc--horizontal--events .acc__item .acc__content .date,
section .acc--horizontal--events .acc__item .acc__content h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
section .acc--horizontal--events .acc__item .acc__content h5 {
  font-weight: 400;
}
section .acc--horizontal--events .acc__item .acc__content h4 {
  font-size: 28px;
}
section .acc--horizontal--events .acc__item .acc__content p {
  font-size: 17px;
  margin-bottom: 0;
}
section .acc--horizontal--events .acc__item .acc__content .scroller {
  width: 100%;
  padding-right: 170px;
  padding-bottom: 50px;
  height: 620px;
}
section .acc--horizontal--events .acc__item .acc__content .event {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
  transition: transform 0.25s;
  transform-origin: left;
}
section .acc--horizontal--events .acc__item .acc__content .event:before, section .acc--horizontal--events .acc__item .acc__content .event:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 40px;
  top: 0;
}
section .acc--horizontal--events .acc__item .acc__content .event:after {
  height: 40px;
  transition: height 0.5s;
  background: #fff;
}
section .acc--horizontal--events .acc__item .acc__content .event:hover {
  transform: scale(1.025);
}
section .acc--horizontal--events .acc__item .acc__content .event:hover:after {
  height: 100%;
}
section .acc--horizontal--events .acc__item .acc__content .event__num:before {
  counter-increment: events;
  content: counters(events, ".", decimal-leading-zero);
  font-size: 28px;
  position: absolute;
  left: 0;
  height: 100%;
}
@media (max-width: 1449px) {
  section .acc--horizontal--events .acc__item--is-active {
    min-width: 700px !important;
  }
}
@media (max-width: 1279px) {
  section .acc--horizontal--events .acc__item--is-active {
    min-width: 500px !important;
  }
  section .acc--horizontal--events .acc__item .acc__head {
    position: relative;
    text-align: left;
    padding-left: 0px;
  }
  section .acc--horizontal--events .acc__item .acc__content {
    position: relative;
    z-index: 15 !important;
  }
  section .acc--horizontal--events .acc__item .acc__content > .icon {
    top: -63px;
  }
  section .acc--horizontal--events .acc__item--is-active .acc__content {
    padding-top: 50px !important;
    overflow: visible;
  }
  section .acc--horizontal--events .acc__item .acc__content .scroller {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  section .acc--horizontal--events {
    min-height: unset;
    max-height: 80vh;
  }
  section .acc--horizontal--events .acc__item {
    min-width: 100vw !important;
  }
  section .acc--horizontal--events .acc__item .acc__content .scroller {
    padding-right: 40px;
    height: calc(80vh - 150px) !important;
  }
}
@media (max-width: 1279px) {
  section .acc--horizontal--events__scroller {
    max-width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.acc-container {
  width: 100%;
  margin: auto;
}
.acc-container .acc-body {
  width: 98%;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 28px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
  display: none;
}
.acc-container label {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #E4DAD4;
  display: block;
  padding: 15px;
  width: 100%;
  color: #3B3B3B;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 100;
  font-size: 20px;
}
.acc-container label:before {
  display: block;
  float: right;
  content: " ";
  mask: url("/assets/Icons/accordeon_down.svg") no-repeat 50% 50%;
  height: 28px;
  width: 28px;
  mask-size: cover;
  background-color: #ff9900;
}
.acc-container input {
  display: none;
}
.acc-container input:checked + label:before {
  display: block;
  float: right;
  content: " ";
  mask: url("/assets/Icons/accordeon_down.svg") no-repeat 50% 50%;
  height: 28px;
  width: 28px;
  mask-size: cover;
  background-color: #ff9900;
  transition: 0.5s;
  transform: rotate(180deg);
}
.acc-container input:checked ~ .acc-body {
  height: auto;
  color: #3B3B3B;
  font-size: 16px;
  padding: 20px;
  transition: 0.5s;
  display: block;
}

#animation-smartphone {
  width: 100%;
  height: auto;
}

.section--animation {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.section--animation--lines {
  min-height: unset;
}

.animation {
  opacity: 0;
}
.animation--ready {
  opacity: 1;
}
.animation--fullwidth {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.animation--lines {
  position: relative;
}

blockquote p {
  border-top: solid 2px #ff9900;
  padding: 10px;
  font-size: 24px;
  color: #ff9900;
}
blockquote footer {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: #757575;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .blog--detail .grid-cell-6 {
    width: 66.66667%;
    max-width: 66.66667%;
  }
}

.button {
  position: relative;
  color: #fff;
  z-index: 1;
  text-decoration: none;
}
@media (max-width: 1279px) {
  .button {
    padding: 11px 30px 11px 20px;
  }
}
@media (min-width: 1280px) {
  .button {
    padding: 11px 50px;
  }
}
.button {
  font-size: 17px;
  font-weight: bold;
  transition: color 0.2s;
  display: inline-block;
  margin-top: 25px;
  border: none;
  background: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.button span {
  position: relative;
  z-index: 2;
  height: auto !important;
}
.button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ff9900;
  z-index: 0;
  border-radius: 21px;
  transition: all 0.2s;
  z-index: -1;
}
.button:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF9900;%7D%0A%3C/style%3E%3Cpath class='st0' d='M8.8,9.4c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1l-6-5C2.2,3.9,1.6,3.9,1.2,4.3C0.9,4.8,0.9,5.4,1.3,5.8L6.5,10 l-5.1,4.2c-0.4,0.4-0.5,1-0.1,1.4C1.5,15.9,1.7,16,2,16c0.2,0,0.5-0.1,0.6-0.2l6-5C9.1,10.4,9.1,9.8,8.8,9.4z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: -7px;
  width: 10px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.1s;
  transition-delay: 0;
}
.button:hover {
  color: #ff9900;
}
.button:hover:before {
  width: 29px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  right: -3px;
}
.button:hover:after {
  color: #fff;
  opacity: 1;
  transition-delay: 0.2s;
}
.button__white {
  color: #ff9900;
}
.button__white:before {
  background: #fff;
}
.button__white:hover {
  color: #fff;
}
.button__white:after {
  color: #fff;
}
.button--transparent {
  color: #fff;
}
.button--transparent:before {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #ff9900;
}
.button--transparent:hover:before {
  background: #ff9900;
  border: none;
}
.button--tertiary:hover {
  color: #ff9900;
}
.button--white {
  color: #ff9900;
}
.button--white:before {
  background: #fff;
}
.button--white:after {
  filter: brightness(100);
}
.button--white:hover {
  color: #fff;
}
.button--white:hover:before {
  background: #fff;
}
.button__gray-light {
  padding: 15px 20px;
  color: #757575;
}
.button__gray-light:before {
  border-radius: 0;
  background: #E4DAD4;
}
.button__gray-light:after {
  filter: brightness(100);
  display: none;
}
.button__gray-light:hover {
  color: #fff;
  background: #757575;
}
.button__gray-light:hover:before {
  display: none;
  background: #E4DAD4;
}
.button--back:after {
  left: -7px;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}
.button--back:hover:before {
  left: -3px;
  right: unset;
}

.text p a.button {
  color: white;
}
.text p a.button:hover {
  color: #ff9900;
}
.bg--orange .text p a.button {
  color: #ff9900;
}
.bg--orange .text p a.button:hover {
  color: #fff;
}

.card {
  overflow: hidden;
}
.card__inner {
  background: #fff;
  margin: 20px 17px;
}
.card__inner:not(.no-shadow) {
  padding: 20px;
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
}
.card__inner {
  display: block;
  text-decoration: none;
}
.card__inner p {
  font-size: 15px;
}
.card .icon {
  color: #ff9900;
  margin-left: 0;
  transform: translateX(0);
  transition: all 0.3s;
}
.card h2, .card h3, .card h4, .card h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.card h2:after, .card h2:before, .card h3:after, .card h3:before, .card h4:after, .card h4:before, .card h5:after, .card h5:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 153, 0, 0.4);
}
.card h2:before, .card h3:before, .card h4:before, .card h5:before {
  width: 40px;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ff9900;
}
.card strong {
  display: block;
  margin-bottom: 10px;
}
.card:hover h2:before, .card:hover h3:before, .card:hover h4:before, .card:hover h5:before {
  width: 100%;
}
.card__list {
  margin-bottom: 20px;
}
.card__list h2, .card__list h3, .card__list h4, .card__list h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card__list h2:after, .card__list h2:before, .card__list h3:after, .card__list h3:before, .card__list h4:after, .card__list h4:before, .card__list h5:after, .card__list h5:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 153, 0, 0.4);
}
.card__list h2:before, .card__list h3:before, .card__list h4:before, .card__list h5:before {
  width: 40px;
  transition: width 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ff9900;
}
.card__list.line-vertical {
  position: relative;
  padding-left: 10px;
  padding-right: 7px;
}
.card__list.line-vertical h2, .card__list.line-vertical h3, .card__list.line-vertical h4, .card__list.line-vertical h5 {
  line-height: 2;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card__list.line-vertical h2:after, .card__list.line-vertical h2:before, .card__list.line-vertical h3:after, .card__list.line-vertical h3:before, .card__list.line-vertical h4:after, .card__list.line-vertical h4:before, .card__list.line-vertical h5:after, .card__list.line-vertical h5:before {
  content: unset;
}
.card__list.line-vertical:after, .card__list.line-vertical:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(255, 153, 0, 0.4);
  height: 100%;
  width: 3px;
  left: 0px;
}
.card__list.line-vertical:before {
  transition: height 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ff9900;
  height: 40px;
  top: 0;
}
.card__list.line-vertical-left {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  padding-left: 45px;
  margin-bottom: 30px;
}
.card__list.line-vertical-left:after, .card__list.line-vertical-left:before {
  left: 32px;
}
.card__list.line-vertical-left span.h4 {
  position: absolute;
  left: 0;
}
.card__list:hover h2:before, .card__list:hover h3:before, .card__list:hover h4:before, .card__list:hover h5:before {
  width: 100%;
}
.card__list:hover.line-vertical:before {
  height: 100%;
}
.card--with-image {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.card--with-image .card__image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  transition: background-color 1s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}
.card--with-image .card__text {
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  color: #3B3B3B;
  background-color: #E4DAD4;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  padding: 1em;
  display: flex;
}
.card--with-image .card__text.d-f, .card--with-image .card__text {
  flex-wrap: initial;
}
.card--with-image .card__text {
  flex-direction: column;
  /* @include respond-up-to($bp-desktop){
  	flex-direction: row;
  }
  @include respond-to($bp-desktop) {
  	flex-direction: column;
  }*/
}
.card--with-image .card__text .card__content {
  opacity: 0;
  visibility: hidden;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card--with-image .card__text .icon {
  align-self: flex-start;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card--with-image .card__text .text {
  margin-bottom: 0;
}
.card--with-image:hover .card__image:before, .card--with-image:focus-within .card__image:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.card--with-image:hover .card__text, .card--with-image:focus-within .card__text {
  transform: translateY(0%);
}
.card--with-image:hover .card__text .card__content, .card--with-image:focus-within .card__text .card__content {
  opacity: 1;
  visibility: visible;
}
.card--with-image:hover .card__text .icon, .card--with-image:focus-within .card__text .icon {
  align-self: flex-end;
}
.card--with-image:hover .card__text p:not(.h2), .card--with-image:focus-within .card__text p:not(.h2) {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 575px) {
  .card--with-image .card__text {
    top: 10px;
    left: 20px;
    bottom: 10px;
    right: 20px;
  }
  .card--with-image .card__text p.h2 {
    font-size: 28px;
  }
}
@media (max-width: 399px) {
  .card--with-image .card__text h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .card--with-image .card__text h4:before, .card--with-image .card__text h4:after {
    bottom: 7px;
  }
  .card--with-image .card__text p.h2 {
    font-size: 22px;
  }
}
.card--sticky {
  right: 0;
  width: 246px;
  bottom: 120px;
  position: fixed;
  z-index: 99999;
}
.card--sticky .card__inner {
  padding: 9px;
}
.card--sticky .card__inner .link .icon {
  width: 25px;
  height: 25px;
}
.card--sticky .card__inner img {
  margin-bottom: 5px;
}
.card--sticky .card__inner h3, .card--sticky .card__inner h5 {
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.card--sticky .card__inner .h4,
.card--sticky .card__inner .link {
  font-size: 15px;
}
.card--sticky .card__inner .h4 span,
.card--sticky .card__inner .link span {
  margin-left: 0;
}
@media (max-width: 575px) {
  .card--sticky.person {
    position: relative;
    width: 100%;
    bottom: unset;
    z-index: auto;
  }
  .card--sticky.person .card__inner {
    box-shadow: none;
  }
}
.card--contact .card__image {
  margin-bottom: 20px;
  position: relative;
}
.card--contact .card__image .positions {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex: 1 1 auto;
  flex-flow: wrap;
  align-items: flex-end;
  align-content: flex-end;
  padding: 10px 10px 0;
}
.card--contact .card__image .positions span {
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  color: #757575;
  font-size: 15px;
  border-radius: 15px;
  padding: 6px 15px 1px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 10px;
}
.card--contact .icon {
  width: 25px;
  height: 25px;
}
.card--contact .link {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.bg--orange .card__list h2:after, .bg--orange .card__list h2:before, .bg--orange .card__list h3:after, .bg--orange .card__list h3:before, .bg--orange .card__list h4:after, .bg--orange .card__list h4:before, .bg--orange .card__list h5:after, .bg--orange .card__list h5:before {
  background: rgba(255, 255, 255, 0.4);
}
.bg--orange .card__list h2:before, .bg--orange .card__list h3:before, .bg--orange .card__list h4:before, .bg--orange .card__list h5:before {
  background: #fff;
}
.bg--orange .card__list.line-vertical:after, .bg--orange .card__list.line-vertical:before {
  background: rgba(255, 255, 255, 0.4);
}
.bg--orange .card__list.line-vertical:before {
  background: #fff;
}

.input--check-radio {
  display: flex;
  flex-wrap: wrap;
}
.input--check-radio > label {
  padding-bottom: 0;
}
.input--check-radio .form--radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-right: 10px;
  margin-top: 10px;
}
.input--check-radio .form--radio > * {
  width: auto;
}
.Kontaktformular_2024 .input--check-radio .form--radio {
  margin-top: 10px;
}
.input--check-radio .form--radio label {
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E4DAD4;
  color: #757575;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.input--check-radio .form--radio label:hover {
  color: #3B3B3B;
  font-weight: 400;
  border: 2px solid #ff9900;
}
.input--check-radio .form--radio input {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}
.input--check-radio .form--radio input:checked + label {
  background: #ff9900;
  color: #fff;
  font-weight: 400;
}
.input--check-radio .form--check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-right: 10px;
}
.input--check-radio .form--check > * {
  width: auto;
}
.input--check-radio .form--check label {
  margin-right: 15px;
  padding-bottom: 0;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.input--check-radio .form--check label:before, .input--check-radio .form--check label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: block;
}
.input--check-radio .form--check label:before {
  background-color: #E4DAD4;
}
.input--check-radio .form--check label:after {
  content: "";
  top: 5px;
  left: 15px;
  width: 12px;
  background: transparent;
  height: 24px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .input--check-radio .form--check label:hover:before {
    border: 2px solid #ff9900;
  }
  .input--check-radio .form--check label:hover:after {
    border-bottom: solid 2px #3B3B3B;
    border-right: solid 2px #3B3B3B;
  }
}
.input--check-radio .form--check label a {
  text-decoration: underline;
}
.input--check-radio .form--check label p {
  font-size: 14px;
  line-height: 1.5;
}
.input--check-radio .form--check input {
  margin-right: 10px;
  position: absolute;
  opacity: 0;
}
.input--check-radio .form--check input:checked + label:before {
  background-color: #ff9900;
}
.input--check-radio .form--check input:checked + label:after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.input--check-radio.radio--has-3 .form--radio {
  width: 33.3333333333%;
}
.input--check-radio.radio--has-3 .form--radio:last-child {
  padding-right: 0;
}
.input--check-radio.radio--has-2 .form--radio {
  width: 50%;
}
.input--check-radio.radio--has-2 .form--radio:last-child {
  padding-right: 0;
}
.input--check-radio.radio--has-4 .form--radio {
  width: 25%;
}
.input--check-radio.radio--has-4 .form--radio:last-child {
  padding-right: 0;
}
.input--check-radio.radio--has-5 .form--radio {
  width: 20%;
}
.input--check-radio.radio--has-5 .form--radio:last-child {
  padding-right: 0;
}
.input--check-radio.radio--has-6 .form--radio {
  width: 16.6666666667%;
}
.input--check-radio.radio--has-6 .form--radio:last-child {
  padding-right: 0;
}
.input--check-radio.radio--has-11 .form--radio {
  width: 9.0909090909%;
}
.input--check-radio.radio--has-11 .form--radio:last-child {
  padding-right: 0;
}

.bg--orange .input--check-radio .form--check label:before {
  background-color: #fff;
  border: none;
}
.bg--orange .input--check-radio .form--check label:after {
  border-bottom: solid 2px #757575;
  border-right: solid 2px #757575;
}
.bg--orange .input--check-radio .form--check label:hover:after {
  border-bottom: solid 2px #3B3B3B;
  border-right: solid 2px #3B3B3B;
}
.bg--orange .input--check-radio .form--check input:checked + label:before {
  background-color: #fff;
}
.bg--orange .input--check-radio .form--check input:checked + label:after {
  border-bottom: solid 2px #ff9900;
  border-right: solid 2px #ff9900;
}
.bg--orange .input--check-radio .form--radio label {
  background: #fff;
}
.bg--orange .input--check-radio .form--radio label:hover {
  border: none;
}
.bg--orange .input--check-radio .form--radio input:checked + label:after {
  opacity: 1;
}
.bg--orange .input--check-radio .form--radio input:checked + label {
  background: #fff;
  color: #ff9900;
  font-weight: 400;
}

.bg--white {
  background: #fff !important;
}
.bg--white.block__text {
  background: rgba(255, 255, 255, 0.85) !important;
}

.color--white {
  color: #fff !important;
}
.color--white h3 {
  color: #fff;
}

.circle--white:hover use, .circle--white.active use {
  fill: #fff;
}

.highlight--white.active, .highlight--white:hover {
  background: #fff !important;
}

.bg--black {
  background: #3B3B3B !important;
}
.bg--black.block__text {
  background: rgba(59, 59, 59, 0.85) !important;
}

.color--black {
  color: #3B3B3B !important;
}
.color--black h3 {
  color: #3B3B3B;
}

.circle--black:hover use, .circle--black.active use {
  fill: #3B3B3B;
}

.highlight--black.active, .highlight--black:hover {
  background: #3B3B3B !important;
}

.bg--red {
  background: #ff9900 !important;
}
.bg--red.block__text {
  background: rgba(255, 153, 0, 0.85) !important;
}

.color--red {
  color: #ff9900 !important;
}
.color--red h3 {
  color: #ff9900;
}

.circle--red:hover use, .circle--red.active use {
  fill: #ff9900;
}

.highlight--red.active, .highlight--red:hover {
  background: #ff9900 !important;
}

.bg--orange {
  background: #ff9900 !important;
}
.bg--orange.block__text {
  background: rgba(255, 153, 0, 0.85) !important;
}

.color--orange {
  color: #ff9900 !important;
}
.color--orange h3 {
  color: #ff9900;
}

.circle--orange:hover use, .circle--orange.active use {
  fill: #ff9900;
}

.highlight--orange.active, .highlight--orange:hover {
  background: #ff9900 !important;
}

.bg--blue {
  background: #000099 !important;
}
.bg--blue.block__text {
  background: rgba(0, 0, 153, 0.85) !important;
}

.color--blue {
  color: #000099 !important;
}
.color--blue h3 {
  color: #000099;
}

.circle--blue:hover use, .circle--blue.active use {
  fill: #000099;
}

.highlight--blue.active, .highlight--blue:hover {
  background: #000099 !important;
}

.bg--gray {
  background: #757575 !important;
}
.bg--gray.block__text {
  background: rgba(117, 117, 117, 0.85) !important;
}

.color--gray {
  color: #757575 !important;
}
.color--gray h3 {
  color: #757575;
}

.circle--gray:hover use, .circle--gray.active use {
  fill: #757575;
}

.highlight--gray.active, .highlight--gray:hover {
  background: #757575 !important;
}

.bg--gray-light {
  background: #E4DAD4 !important;
}
.bg--gray-light.block__text {
  background: rgba(228, 218, 212, 0.85) !important;
}

.color--gray-light {
  color: #E4DAD4 !important;
}
.color--gray-light h3 {
  color: #E4DAD4;
}

.circle--gray-light:hover use, .circle--gray-light.active use {
  fill: #E4DAD4;
}

.highlight--gray-light.active, .highlight--gray-light:hover {
  background: #E4DAD4 !important;
}

.bg--lichtgrau {
  background: #E4DAD4 !important;
}
.bg--lichtgrau.block__text {
  background: rgba(228, 218, 212, 0.85) !important;
}

.color--lichtgrau {
  color: #E4DAD4 !important;
}
.color--lichtgrau h3 {
  color: #E4DAD4;
}

.circle--lichtgrau:hover use, .circle--lichtgrau.active use {
  fill: #E4DAD4;
}

.highlight--lichtgrau.active, .highlight--lichtgrau:hover {
  background: #E4DAD4 !important;
}

ul.colors {
  display: flex;
  margin-bottom: 20px;
}
ul.colors li {
  width: 17px;
  height: 17px;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 12px;
}
ul.colors li.dashed {
  border-style: dotted;
}
ul.colors .icon {
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
ul.colors .icon svg {
  pointer-events: none;
}

.bg--black, .bg--orange {
  color: #fff;
}
.bg--black .icon, .bg--orange .icon {
  color: #fff !important;
}

.bg--white {
  color: #3B3B3B;
}

.cc-banner {
  font-family: "EnBWSansText", sans-serif !important;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link {
  text-decoration: underline;
}

.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 10px;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 10px;
}

.cc-left {
  left: 10px;
}

.cc-right {
  right: 10px;
}

.cc-bottom {
  bottom: 10px;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 10px;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.counters {
  display: flex;
  flex-wrap: wrap;
}

.counter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.counter__num {
  font-size: 100px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .counter__num {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter__num {
    font-size: 70px;
  }
}
.counter__num {
  color: #ff9900;
  font-weight: 700;
  white-space: nowrap;
}
.counter__num span {
  font-size: 20px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .counter__container .grid-cell-5 {
    width: 41.66667% !important;
    max-width: 41.66667% !important;
  }
  .counter__container .grid-cell-6 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

.cta {
  padding: 27px 35px;
  border: 4px solid #ff9900;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .cta {
    margin-bottom: 40px;
  }
}
.cta h5 {
  margin-bottom: 10px;
}
.cta table {
  font-size: 17px;
  margin-bottom: 0;
}
.cta table td {
  padding-right: 10px;
}
@media (max-width: 575px) {
  .cta {
    padding: 27px 15px;
  }
  .cta table td {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .download .grid-cell-3 {
    width: 50% !important;
    max-width: 50% !important;
  }
}
.download--card {
  margin-bottom: 20px;
}
.download--card img {
  margin-bottom: 10px;
}
.download--card p {
  font-size: 17px;
}
.download--card .link {
  max-width: 250px;
}
.download--card .link .icon {
  min-width: 30px;
}
.download--cols li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.download--cols li a {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
.download--cols li a:first-child {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.download--cols li .border-right:before {
  right: -1px;
  position: relative;
  height: 1em;
}
.download--list {
  margin-top: 50px;
}
.download--list a {
  margin-bottom: 14px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.download--list a p {
  display: flex;
}
.download--list a p span {
  display: inline-block;
  margin: 0 10px 0 20px;
}
.download--list a p span:before {
  left: -10px;
}
.download--list a .icon--download {
  flex-shrink: 0;
}
.download--list a * {
  display: inline-block;
  margin-bottom: 0;
}
.download--list a:hover {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .download--list a p {
    width: 100%;
    justify-content: space-between;
  }
  .download--list a p span {
    max-width: 78px;
    min-width: 78px;
  }
  .download--list .icon--download {
    width: 17px;
    height: 37px;
  }
}
@media (max-width: 399px) {
  .download--list a p {
    font-size: 15px;
  }
  .download--list a p span {
    max-width: 35px;
    min-width: 35px;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .download--process .grid-cell-8 {
    width: 100%;
    max-width: 100%;
  }
}

.extend-after {
  position: relative;
}
.extend-after:after {
  content: "";
  height: 100%;
  position: absolute;
  display: block;
  background: #3B3B3B;
  width: 100%;
  right: -100%;
}

@media (min-width: 1024px) {
  .footer {
    padding-left: 300px;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 50px;
  font-size: 14px;
  position: relative;
  z-index: 5;
}
.footer:before, .footer:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background: rgba(0, 0, 153, 0.3);
  position: absolute;
  top: 0;
  left: 20px;
}
.footer:after {
  width: 30%;
  background: #000099;
}
.footer__wrapper {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
.footer__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.footer__container {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  min-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .footer__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer .icon--arrow-scroll {
  position: absolute;
  z-index: 5;
  right: 40px;
  top: 85px;
  color: #ff9900;
  cursor: pointer;
}
.footer .link--with-icon {
  color: #ff9900;
  font-size: 15px;
  font-weight: 200;
}
.footer .link--with-icon + p {
  font-size: 15px;
  margin-top: 20px;
}
.footer .margin-top--70 {
  margin-top: -70px;
}
@media (max-width: 575px) {
  .footer .margin-top--70 {
    margin-top: 10px;
  }
}

.form {
  margin-left: -10px;
}
.form__inner {
  display: flex;
  flex-flow: row wrap;
}
.form label {
  font-size: 15px;
  font-weight: 400;
}
.form label.label-margin {
  margin-top: 42px;
  line-height: 0.7;
}
.form.Kontaktformular_2024 p {
  margin-bottom: 5px;
}
.form.Kontaktformular_2024 .text {
  margin-bottom: -5px;
  word-break: break-word;
  padding: 5px 5px 0 25px;
  background-color: #eff4eb;
}
.form.Kontaktformular_2024 .contentelement-1 .grid-cell-7,
.form.Kontaktformular_2024 .contentelement-2 .grid-cell-7 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px;
}
.form.Kontaktformular_2024 :focus {
  outline: none;
  font-weight: inherit;
  color: inherit;
}
.form.Kontaktformular_2024 label {
  font-weight: inherit;
  font-size: 15px;
}
.form.Kontaktformular_2024 label.label-margin {
  margin-top: 15px;
  display: block;
}
.form.Kontaktformular_2024 .m-t-20 {
  margin-top: 0px;
}
.form.Kontaktformular_2024 .m-t-60 {
  margin-top: 20px;
}
.form.Kontaktformular_2024 select.selectbetreff,
.form.Kontaktformular_2024 select.selectthema {
  background: #b7cda4;
}
.form.Kontaktformular_2024 select.selectbetreff :checked,
.form.Kontaktformular_2024 select.selectbetreff option:checked,
.form.Kontaktformular_2024 select.selectbetreff :focus option:checked,
.form.Kontaktformular_2024 select.selectthema :checked,
.form.Kontaktformular_2024 select.selectthema option:checked,
.form.Kontaktformular_2024 select.selectthema :focus option:checked {
  font-weight: bold;
}
.form.Kontaktformular_2024 .linkedcheckbox {
  margin-top: 15px;
}
.form .grid-cell {
  padding-right: 10px;
}
.form .help-block.error {
  color: #ff9900;
}
.form #cat-select {
  width: auto;
  padding: 0 40px 0 20px;
  margin-bottom: 50px;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
.form .fieldset.selected #cat-select {
  background-image: none;
}
.form .fieldset.selected {
  position: relative;
}
.form .fieldset.selected button {
  position: relative;
  left: -235px;
  top: 50%;
  height: 55px;
  width: 235px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  border: none;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}
.form .fieldset.selected button:hover {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='orange' class='bi bi-x' viewBox='0 0 16 16'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>");
}
.form .cat-selection-label h4 {
  margin-bottom: 10px;
}
.form .formtext p {
  margin-bottom: -15px !important;
  margin-top: 12px;
}
.form .ibanarea {
  margin-bottom: 15px;
  margin-top: 10px;
}
.form .ibanarea p {
  margin-bottom: 2px !important;
  margin-top: 10px !important;
}
.form .ibanarea input {
  background-color: #D4DAD4 !important;
}
.form .contentelement-1 .grid-cell-7,
.form .contentelement-2 .grid-cell-7 {
  max-width: 100%;
  width: 100%;
  margin-left: 10px;
  margin-top: 20px;
}
.form .inputs-list .fieldset {
  padding-bottom: 10px;
}
.form fieldset .small .grid-pre-1 {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 0;
}
.form fieldset .small p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -41px;
}
.form fieldset .small .text {
  margin-bottom: 0;
}
.form .fieldset {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 991px) {
  .form .fieldset.m-b-20 {
    margin-bottom: 20px !important;
  }
}
.form .fieldset .icon--search {
  position: absolute;
  right: 20px;
  top: 28px;
}
.form .fieldset input:not([type=checkbox]):not([type=radio]):not([type=time]), .form .fieldset textarea, .form .fieldset select {
  padding: 12px 20px;
  border: none;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  background: #E4DAD4;
  height: 57px;
}
.form .fieldset input:not([type=checkbox]):not([type=radio]):not([type=time])::placeholder, .form .fieldset textarea::placeholder, .form .fieldset select::placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
}
.form .fieldset input:not([type=checkbox]):not([type=radio]):not([type=time]).error, .form .fieldset textarea.error, .form .fieldset select.error {
  border: 1px solid #ff9900;
}
.form .fieldset input[type=text] {
  height: 42px;
}
.form .fieldset textarea {
  height: 100px;
  resize: vertical;
}
.form .fieldset textarea.textarea-contact {
  height: 300px;
  margin-top: 20px;
}
.form .fieldset input[type=date] {
  color: #757575;
}
.form .fieldset input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form .fieldset input[type=file] + label {
  background: #E4DAD4;
  height: 42px;
  padding: 12px 20px;
  width: 100%;
  color: #757575;
  font-size: 16px;
  font-weight: 300;
}
.form .date .help-block {
  margin-top: 10px;
}
.form .date input:not([type=checkbox]):not([type=radio]):not([type=time]), .form .date textarea, .form .date select {
  margin-top: 5px;
}
.form .datetime-container {
  display: flex;
}
.form .datetime-container div {
  flex-grow: 1;
  width: 50%;
  max-width: 50%;
}
.form .datetime-container div:first-child {
  margin-right: 20px;
}
@media (max-width: 1599px) {
  .form .datetime-container {
    /*flex-direction: column;
    div {
    	&:first-child {
    		margin-right: 0;
    	}
    }*/
  }
}
.form .custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  font-weight: 300;
}
.form .custom-select-wrapper .custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.form .custom-select-wrapper .custom-select.open .custom-options {
  visibility: visible;
  pointer-events: all;
  max-height: 320px;
  overflow-y: scroll;
}
.form .custom-select-wrapper .custom-select.open .arrow svg {
  transform: rotate(180deg);
}
.form .custom-select-wrapper .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 16px;
  height: 42px;
  background: #E4DAD4;
  cursor: pointer;
}
.form .custom-select-wrapper .custom-select__trigger span {
  text-align: center;
  color: #757575;
}
.form .custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #E4DAD4;
  transition: all 0.5s;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
}
.form .custom-select-wrapper .custom-option {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #757575;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  background: #E4DAD4;
}
.form .custom-select-wrapper .custom-option:not(:last-child) {
  margin-bottom: 5px;
}
.form .custom-select-wrapper .custom-option:hover {
  cursor: pointer;
}
.form .custom-select-wrapper .custom-option.selected {
  color: #3B3B3B;
  font-weight: 500;
}
.form .custom-select-wrapper .arrow {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 25px;
}
.form .custom-select-wrapper .arrow svg {
  display: block;
  height: 100%;
  width: 100%;
  fill: #ff9900;
  transition: all 0.3s;
}
.form-header {
  position: relative;
}
.form-header:after, .form-header:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 153, 0, 0.4);
}
.form-header:before {
  width: 25%;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ff9900;
}
.form-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.form--login .fieldset input:not([type=checkbox]):not([type=radio]):not([type=date]):not([type=time]), .form--login .fieldset textarea, .form--login .fieldset select {
  background: #E4DAD4;
}
.form {
  /* form inforveranstaltung energieimpulse start */
}
.form fieldset.weitere-person {
  margin-top: 30px;
}
.form .weitere-person.collapsed {
  display: none;
}
.form .form-toggle-next {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-top: 10px;
}
.form .form-toggle-next:hover {
  background: #e0e0e0;
}
.form {
  /* form inforveranstaltung energieimpulse end */
}

.bg--orange .form__inner .fieldset input:not([type=checkbox]):not([type=radio]):not([type=date]):not([type=time]), .bg--orange .form__inner .fieldset textarea, .bg--orange .form__inner .fieldset select, .bg--orange .form__inner .fieldset input[type=file] + label {
  background: #fff;
}
.bg--orange .form__inner .custom-select-wrapper .custom-select__trigger {
  background: #fff;
}
.bg--orange .form__inner .custom-select-wrapper .custom-options {
  background: #fff;
}
.bg--orange .form__inner .custom-select-wrapper .custom-option {
  background: #fff;
}
.bg--orange .form-header {
  position: relative;
}
.bg--orange .form-header:after, .bg--orange .form-header:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}
.bg--orange .form-header:before {
  width: 25%;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
}

.acc--horizontal .form textarea {
  height: calc(100% - 10px);
}

.header {
  position: relative;
}
@media (min-width: 1024px) {
  .header {
    margin-left: 300px;
  }
}
.header > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  top: 0;
  z-index: -1;
}
.header__wrapper {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
.header__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.header__wrapper {
  height: 100%;
  max-width: unset;
}
.header__container {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  min-width: 100%;
  height: 100%;
  max-width: calc(100% + 10px);
}
.header__container .nav__wrap {
  width: 100%;
}
.header__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(59, 59, 59, 0.8));
}
.header .text {
  position: relative;
  z-index: 2;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.header .text p {
  font-size: 22px;
}
.header .text h1 {
  font-size: 58px;
  line-height: 1;
  font-weight: 600;
}
.header .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
}
.header--mainstage {
  height: auto;
}
.header--mainstage > .grid-cell-9 {
  position: relative;
  margin-top: 15px;
  z-index: 10;
}
.header--mainstage .icon--odr {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
}
@media (max-width: 1279px) {
  .header--mainstage .grid-cell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header--mainstage .text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header--mainstage > .grid-cell-9 {
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .header--mainstage {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .header--mainstage .header__container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .header--mainstage .header__container .m-t-0 {
    margin-top: 20px !important;
  }
  .header--mainstage .header__container .m-t-10 {
    margin-top: 30px !important;
  }
  .header--mainstage .header__container .m-t-20 {
    margin-top: 40px !important;
  }
  .header--mainstage .header__container .m-t-30 {
    margin-top: 50px !important;
  }
  .header--mainstage .header__container .m-t-40 {
    margin-top: 60px !important;
  }
  .header--mainstage .header__container .m-t-50 {
    margin-top: 70px !important;
  }
  .header--mainstage .header__container .m-t-60 {
    margin-top: 80px !important;
  }
  .header--mainstage .header__container .m-t-70 {
    margin-top: 90px !important;
  }
  .header--mainstage .header__container .m-t-80 {
    margin-top: 100px !important;
  }
  .header--mainstage .header__container .m-t-90 {
    margin-top: 110px !important;
  }
  .header--mainstage .header__container .m-t-100 {
    margin-top: 120px !important;
  }
  .header--mainstage .header__container .m-t-110 {
    margin-top: 130px !important;
  }
  .header--mainstage .header__container .m-t-120 {
    margin-top: 140px !important;
  }
  .header--mainstage .header__container .m-t-130 {
    margin-top: 150px !important;
  }
  .header--mainstage .header__container .m-t-140 {
    margin-top: 160px !important;
  }
  .header--mainstage .header__container .m-t-150 {
    margin-top: 170px !important;
  }
  .header--mainstage .header__container .m-t-160 {
    margin-top: 180px !important;
  }
  .header--mainstage .header__container .m-t-170 {
    margin-top: 190px !important;
  }
  .header--mainstage .header__container .m-t-180 {
    margin-top: 200px !important;
  }
  .header--mainstage .header__container .m-t-190 {
    margin-top: 210px !important;
  }
  .header--mainstage .text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.header--mainstage .card .card__cta {
  display: flex;
  align-items: center;
  gap: 0.25em;
  position: relative;
  font-size: 2rem;
}
.header--mainstage .card .icon--arrow-right {
  transform: translateX(0);
  transition: transform 1.3s ease;
}
.header--mainstage .card:hover .cta-text {
  color: #ff9900;
}
.header--mainstage .card:hover .card__cta .icon--arrow-right {
  transform: translateX(100%);
}
@media (max-width: 575px) {
  .header--mainstage .text h1 {
    font-size: 34px;
  }
}
@media (max-width: 399px) {
  .header--mainstage .grid-cell.m-t-200 {
    margin-top: 50px !important;
  }
}
@media (max-width: 349px) {
  .header--mainstage {
    height: auto;
    padding-bottom: 150px;
  }
}
.header--intro {
  max-height: 1000px;
}
@media (min-width: 1024px) {
  .header--intro {
    height: calc(100vh - 200px);
  }
}
@media (max-width: 1023px) {
  .header--intro {
    height: 100vh;
  }
}
.header--intro {
  overflow: hidden;
}
.header--intro .grid-cell:first-of-type {
  margin-top: -150px;
}
@media (max-width: 399px) {
  .header--intro .grid-cell:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header--intro .grid-cell:first-of-type {
    width: 70% !important;
    max-width: 70% !important;
  }
  .header--intro .grid-cell:first-of-type .text--more {
    right: -30%;
  }
}
@media (max-width: 399px) {
  .header--intro:not(.header--intro--small) .grid-cell:first-of-type {
    margin-top: -200px;
  }
}
.header--intro--small {
  max-height: 800px;
  min-height: 500px;
  height: calc(100vh - 350px);
}
@media (min-width: 1024px) {
  .header--intro--small .grid-cell:first-of-type {
    margin-top: 0px;
  }
}
.header--intro .header__container {
  align-items: center;
}
.header--intro .text {
  padding-top: 45px;
  padding-bottom: 45px;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .header--intro .text {
    padding-left: 85px;
  }
}
@media (max-width: 1023px) {
  .header--intro .text {
    padding-left: 50px;
    padding-bottom: 15px;
  }
}
.header--intro .text {
  padding-right: 5%;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header--intro .text h1 {
    font-size: 34px;
  }
}
@media (max-width: 399px) {
  .header--intro .text {
    padding-left: 30px;
  }
}
.header--intro .text--more {
  position: absolute !important;
  width: 60%;
  padding-left: 45px;
  padding-right: 80px;
  right: -50%;
  font-size: 17px;
}
.header--intro .text--more * {
  font-size: inherit !important;
}
.header--intro .text--more a {
  display: block;
  text-align: right;
  text-decoration: none;
  font-weight: 500;
}
.header--intro .text--more a .icon {
  transform: translateX(20px);
  transition: transform 0.2s;
}
.header--intro .text--more a:hover .icon {
  transform: translateX(30px);
}
@media (min-width: 1024px) {
  .header--intro .text--more {
    margin-top: -100px;
  }
}
@media (max-width: 1023px) {
  .header--intro .text--more p {
    font-size: 17px !important;
  }
  .header--intro .text--more {
    right: -4%;
    width: 75%;
    margin-top: -75px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header--intro .text--more {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header--intro .text--more {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header--intro .text--more a {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .header--intro h1 {
    font-size: 34px !important;
  }
  .header--intro p {
    font-size: 17px !important;
  }
}
.header--introvideo {
  max-height: 1000px;
}
@media (min-width: 1024px) {
  .header--introvideo {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 1023px) {
  .header--introvideo {
    height: 100vh;
  }
}
.header--introvideo {
  overflow: hidden;
}
.header--introvideo .grid-cell:first-of-type {
  margin-top: -150px;
}
@media (max-width: 399px) {
  .header--introvideo .grid-cell:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header--introvideo .grid-cell:first-of-type {
    width: 70% !important;
    max-width: 70% !important;
  }
  .header--introvideo .grid-cell:first-of-type .text--more {
    right: -30%;
  }
}
@media (max-width: 399px) {
  .header--introvideo:not(.header--intro--small) .grid-cell:first-of-type {
    margin-top: -200px;
  }
}
.header--introvideo .header__container {
  align-items: center;
}
@media (max-width: 1023px) {
  .header--introvideo h1 {
    font-size: 34px !important;
  }
  .header--introvideo p {
    font-size: 17px !important;
  }
}
@media (min-width: 1280px) {
  .header--tarif {
    height: calc(100vh - 200px);
    min-height: 700px;
  }
}
.header--tarif {
  background-color: #E4DAD4;
}
.header--tarif-small {
  background-color: #E4DAD4;
}
.header--tarif > img {
  height: 100%;
  object-position: center;
  display: none;
}
.header--tarif .text--more {
  padding: 41px;
}
@media (min-width: 1280px) {
  .header--tarif .text--more {
    max-width: 600px;
    position: absolute;
    bottom: -180px;
    left: calc(16.66666% + 44px);
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  .header--tarif .text--more {
    position: relative;
    margin-top: 30px;
  }
}
.header--tarif .text--morestartseite {
  padding: 41px;
}
@media (min-width: 1280px) {
  .header--tarif .text--morestartseite {
    max-width: 600px;
    position: absolute;
    top: 50px;
    left: calc(16.66666% + 44px);
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  .header--tarif .text--morestartseite {
    position: relative;
    margin-top: 30px;
  }
}
.header--tarif a {
  font-weight: 600;
}
.header--blank .nav--breadcrumb a,
.header--blank .nav--breadcrumb span {
  color: #757575;
}
@media (max-width: 575px) {
  .header--blank {
    padding-top: 100px !important;
  }
}
@media (max-width: 575px) {
  .header .text h1 {
    font-size: 40px;
  }
}
.header {
  /* Header-Backlink */
}
.header .header-backlink {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.header .btn-backlink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
.header .btn-backlink .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .btn-backlink .icon svg {
  width: 25px;
  height: 25px;
  stroke: #3B3B3B;
  fill: none;
  stroke-width: 2.5;
  transition: stroke 0.3s ease;
  margin: auto;
}
.header .btn-backlink:hover {
  color: #ff9900;
}
.header .btn-backlink:hover .icon svg {
  color: #ff9900;
}
.header .video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 575px) {
  .header .video-controls {
    bottom: 110px;
  }
}
.header #videoToggle {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  color: white;
}
.header #videoToggle svg {
  fill: white;
}

#headerVideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #headerVideo {
    width: auto;
    height: 100%;
  }
}

.section--history {
  position: relative;
}
.section--history--panel .section--history__container {
  -webkit-overflow-scrolling: touch;
}
.section--history--panel .section--history__container small {
  font-weight: bold;
  color: #757575;
}
.section--history--panel .section--history__container small span {
  display: inline-block;
  margin: 0 20px;
}
.section--history--panel .section--history__container::-webkit-scrollbar {
  display: none;
}
.section--history--panel .section--history__container {
  overflow: -moz-scrollbars-none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section--history--panel .section--history__container .teaser {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .section--history--panel .section--history__container .teaser--text-image img {
    margin-bottom: 20px;
  }
}
.section--history--panel .menu {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 100;
}
@media (max-width: 575px) {
  .section--history--panel .grid-cell {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .section--history--panel .section__wrapper > .section__container > .grid-cell-8 {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .section--history--panel .section--history__container {
    min-height: 750px;
  }
}
@media (max-width: 991px) {
  .section--history--panel .section--history__container .grid-cell {
    margin-bottom: 0;
    height: 100%;
  }
  .section--history--panel .section--history__container .grid-cell-9 {
    position: relative;
    z-index: 10;
  }
  .section--history--panel .section--history__container .grid-cell-7 {
    position: absolute;
    top: 0;
  }
  .section--history--panel .section--history__container .grid-cell-7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.section--history--slider .section--history__container {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section--history--slider .section--history__container .teaser {
  padding-top: 0px;
}
.section--history--slider .section--history__container .teaser:before {
  content: attr(data-panel);
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}
.section--history--slider .section--history__container .teaser .bg {
  padding-top: 120px !important;
}
.section--history--slider .section--history__container .grid-cell {
  margin-bottom: 0;
}
.section--history--slider .slider__controls {
  top: 0;
  transform: translateY(0);
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
.section--history--slider .slider__controls .icon {
  border-bottom: none !important;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: inherit;
}
.icon--fill-height {
  display: block;
  height: 100%;
}
.icon--logo-icon {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  object-position: center;
}
.icon--logo {
  transition: all 0.3s;
}
.icon--close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 14;
}

h1 .icon {
  width: 42px;
  height: 42px;
  background: #757575;
  display: inline-flex;
  justify-content: center;
}
h1 .icon svg {
  width: 60%;
}

.scale {
  transform: scale(1);
  transition: all 0.2s;
  cursor: pointer;
}
.scale:hover {
  transform: scale(1.05);
}

img {
  display: block;
}

.image .section__container {
  z-index: 5;
  color: #fff;
}
.image .section--factlist .header {
  border: none;
}
.image .section--factlist .header .section__container {
  color: #3B3B3B;
}
.image.section--factlist .header {
  border: none;
}
.image.section--factlist .header .section__container {
  color: #3B3B3B;
}
.image__fw {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section--factlist .image .image__fw {
  width: 100%;
}
@media (max-width: 1279px) {
  .image__fw {
    width: 100%;
  }
}
.image__fw img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}

/**
 * Grid wrapper
 * See corresponding mixin for more informations.
 */
.grid__wrapper {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .grid__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .grid__wrapper {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
.grid__wrapper::after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Grid container
 * See corresponding mixin for more informations.
 */
.grid__container {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  min-width: 100%;
}

/**
 * Grid cell
 * See corresponding mixin for more informations.
 */
[class*=grid-cell] {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
}
[class*=grid-cell].grid-cell-auto {
  width: auto !important;
}

.grid-cell-1 {
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
.grid-cell-2, .grid-cell-sixth {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid-cell-3, .grid-cell-quarter {
  width: 25%;
  max-width: 25%;
}
.grid-cell-4, .grid-cell-third {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid-cell-5 {
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.grid-cell-6, .grid-cell-half {
  width: 50%;
  max-width: 50%;
}
.grid-cell-7 {
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.grid-cell-8, .grid-cell-two-thirds {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.grid-cell-9, .grid-cell-three-quarter {
  width: 75%;
  max-width: 75%;
}
.grid-cell-10 {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.grid-cell-11 {
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}
.grid-cell-12, .grid-cell-full {
  width: 100%;
  max-width: 100%;
}
.grid-cell-1-of-5 {
  width: 20%;
  max-width: 20%;
}
.grid-cell-2-of-5 {
  width: 40%;
  max-width: 40%;
}
.grid-cell-3-of-5 {
  width: 60%;
  max-width: 60%;
}
.grid-cell-4-of-5 {
  width: 80%;
  max-width: 80%;
}
.grid-cell-5-of-5 {
  width: 100%;
  max-width: 100%;
}
.grid-cell-1-of-7 {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
}
.grid-cell-2-of-7 {
  width: 28.5714285714%;
  max-width: 28.5714285714%;
}
.grid-cell-3-of-7 {
  width: 42.8571428571%;
  max-width: 42.8571428571%;
}
.grid-cell-4-of-7 {
  width: 57.1428571429%;
  max-width: 57.1428571429%;
}
.grid-cell-5-of-7 {
  width: 71.4285714286%;
  max-width: 71.4285714286%;
}
.grid-cell-6-of-7 {
  width: 85.7142857143%;
  max-width: 85.7142857143%;
}
.grid-cell-7-of-7 {
  width: 100%;
  max-width: 100%;
}
.grid-cell-1-of-11 {
  width: 9.0909090909%;
  max-width: 9.0909090909%;
}
.grid-cell-2-of-11 {
  width: 18.1818181818%;
  max-width: 18.1818181818%;
}
.grid-cell-3-of-11 {
  width: 27.2727272727%;
  max-width: 27.2727272727%;
}
.grid-cell-4-of-11 {
  width: 36.3636363636%;
  max-width: 36.3636363636%;
}
.grid-cell-5-of-11 {
  width: 45.4545454545%;
  max-width: 45.4545454545%;
}
.grid-cell-6-of-11 {
  width: 54.5454545455%;
  max-width: 54.5454545455%;
}
.grid-cell-7-of-11 {
  width: 63.6363636364%;
  max-width: 63.6363636364%;
}
.grid-cell-8-of-11 {
  width: 72.7272727273%;
  max-width: 72.7272727273%;
}
.grid-cell-9-of-11 {
  width: 81.8181818182%;
  max-width: 81.8181818182%;
}
.grid-cell-10-of-11 {
  width: 90.9090909091%;
  max-width: 90.9090909091%;
}
.grid-cell-11-of-11 {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .grid-cell-1-s {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-s, .grid-cell-sixth-s {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-s, .grid-cell-quarter-s {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-s, .grid-cell-third-s {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-s {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-s, .grid-cell-half-s {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-s {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-s, .grid-cell-two-thirds-s {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-s, .grid-cell-three-quarter-s {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-s {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-s {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-s, .grid-cell-full-s {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-s {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-s {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-s {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-s {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-s {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-s {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-s {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-s {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-s {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-s {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-s {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-s {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-s {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-s {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-s {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-s {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-s {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-s {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-s {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-s {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-s {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-s {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-s {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-cell-1-m {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-m, .grid-cell-sixth-m {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-m, .grid-cell-quarter-m {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-m, .grid-cell-third-m {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-m {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-m, .grid-cell-half-m {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-m {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-m, .grid-cell-two-thirds-m {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-m, .grid-cell-three-quarter-m {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-m {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-m {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-m, .grid-cell-full-m {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-m {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-m {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-m {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-m {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-m {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-m {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-m {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-m {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-m {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-m {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-m {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-m {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-m {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-m {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-m {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-m {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-m {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-m {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-m {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-m {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-m {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-m {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-m {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-cell-1-l {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-l, .grid-cell-sixth-l {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-l, .grid-cell-quarter-l {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-l, .grid-cell-third-l {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-l {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-l, .grid-cell-half-l {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-l {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-l, .grid-cell-two-thirds-l {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-l, .grid-cell-three-quarter-l {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-l {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-l {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-l, .grid-cell-full-l {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-l {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-l {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-l {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-l {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-l {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-l {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-l {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-l {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-l {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-l {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-l {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-l {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-l {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-l {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-l {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-l {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-l {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-l {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-l {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-l {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-l {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-l {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-l {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-cell-1-xl {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-xl, .grid-cell-sixth-xl {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-xl, .grid-cell-quarter-xl {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-xl, .grid-cell-third-xl {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-xl {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-xl, .grid-cell-half-xl {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-xl {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-xl, .grid-cell-two-thirds-xl {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-xl, .grid-cell-three-quarter-xl {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-xl {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-xl {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-xl, .grid-cell-full-xl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-xl {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-xl {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-xl {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-xl {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-xl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-xl {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-xl {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-xl {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-xl {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-xl {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-xl {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-xl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-xl {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-xl {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-xl {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-xl {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-xl {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-xl {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-xl {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-xl {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-xl {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-xl {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-xl {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .grid-cell-1-xxl {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-xxl, .grid-cell-sixth-xxl {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-xxl, .grid-cell-quarter-xxl {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-xxl, .grid-cell-third-xxl {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-xxl {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-xxl, .grid-cell-half-xxl {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-xxl {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-xxl, .grid-cell-two-thirds-xxl {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-xxl, .grid-cell-three-quarter-xxl {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-xxl {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-xxl {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-xxl, .grid-cell-full-xxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-xxl {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-xxl {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-xxl {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-xxl {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-xxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-xxl {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-xxl {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-xxl {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-xxl {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-xxl {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-xxl {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-xxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-xxl {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-xxl {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-xxl {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-xxl {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-xxl {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-xxl {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-xxl {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-xxl {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-xxl {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-xxl {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-xxl {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .grid-cell-1-xxxl {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-cell-2-xxxl, .grid-cell-sixth-xxxl {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-cell-3-xxxl, .grid-cell-quarter-xxxl {
    width: 25%;
    max-width: 25%;
  }
  .grid-cell-4-xxxl, .grid-cell-third-xxxl {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-cell-5-xxxl {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-cell-6-xxxl, .grid-cell-half-xxxl {
    width: 50%;
    max-width: 50%;
  }
  .grid-cell-7-xxxl {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-cell-8-xxxl, .grid-cell-two-thirds-xxxl {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-cell-9-xxxl, .grid-cell-three-quarter-xxxl {
    width: 75%;
    max-width: 75%;
  }
  .grid-cell-10-xxxl {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-cell-11-xxxl {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-cell-12-xxxl, .grid-cell-full-xxxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-5-xxxl {
    width: 20%;
    max-width: 20%;
  }
  .grid-cell-2-of-5-xxxl {
    width: 40%;
    max-width: 40%;
  }
  .grid-cell-3-of-5-xxxl {
    width: 60%;
    max-width: 60%;
  }
  .grid-cell-4-of-5-xxxl {
    width: 80%;
    max-width: 80%;
  }
  .grid-cell-5-of-5-xxxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-7-xxxl {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-cell-2-of-7-xxxl {
    width: 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .grid-cell-3-of-7-xxxl {
    width: 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .grid-cell-4-of-7-xxxl {
    width: 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .grid-cell-5-of-7-xxxl {
    width: 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .grid-cell-6-of-7-xxxl {
    width: 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .grid-cell-7-of-7-xxxl {
    width: 100%;
    max-width: 100%;
  }
  .grid-cell-1-of-11-xxxl {
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-cell-2-of-11-xxxl {
    width: 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .grid-cell-3-of-11-xxxl {
    width: 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .grid-cell-4-of-11-xxxl {
    width: 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .grid-cell-5-of-11-xxxl {
    width: 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .grid-cell-6-of-11-xxxl {
    width: 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .grid-cell-7-of-11-xxxl {
    width: 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .grid-cell-8-of-11-xxxl {
    width: 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .grid-cell-9-of-11-xxxl {
    width: 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .grid-cell-10-of-11-xxxl {
    width: 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .grid-cell-11-of-11-xxxl {
    width: 100%;
    max-width: 100%;
  }
}

/**
 * Grid pre/post spacing
 * See corresponding mixin for more informations.
 */
.grid-pre-0 {
  margin-left: 0;
}
.grid-pre-1 {
  margin-left: 8.3333333333%;
}
.grid-pre-2, .grid-pre-sixth {
  margin-left: 16.6666666667%;
}
.grid-pre-3, .grid-pre-quarter {
  margin-left: 25%;
}
.grid-pre-4, .grid-pre-third {
  margin-left: 33.3333333333%;
}
.grid-pre-5 {
  margin-left: 41.6666666667%;
}
.grid-pre-6, .grid-pre-half {
  margin-left: 50%;
}
.grid-pre-7 {
  margin-left: 58.3333333333%;
}
.grid-pre-8, .grid-pre-two-thirds {
  margin-left: 66.6666666667%;
}
.grid-pre-9, .grid-pre-three-quarter {
  margin-left: 75%;
}
.grid-pre-10 {
  margin-left: 83.3333333333%;
}
.grid-pre-11 {
  margin-left: 91.6666666667%;
}
.grid-pre-12, .grid-pre-full {
  margin-left: 100%;
}
.grid-post-0 {
  margin-right: 0;
}
.grid-post-1 {
  margin-right: 8.3333333333%;
}
.grid-post-2, .grid-post-sixth {
  margin-right: 16.6666666667%;
}
.grid-post-3, .grid-post-quarter {
  margin-right: 25%;
}
.grid-post-4, .grid-post-third {
  margin-right: 33.3333333333%;
}
.grid-post-5 {
  margin-right: 41.6666666667%;
}
.grid-post-6, .grid-post-half {
  margin-right: 50%;
}
.grid-post-7 {
  margin-right: 58.3333333333%;
}
.grid-post-8, .grid-post-two-thirds {
  margin-right: 66.6666666667%;
}
.grid-post-9, .grid-post-three-quarter {
  margin-right: 75%;
}
.grid-post-10 {
  margin-right: 83.3333333333%;
}
.grid-post-11 {
  margin-right: 91.6666666667%;
}
.grid-post-12, .grid-post-full {
  margin-right: 100%;
}
@media (min-width: 576px) {
  .grid-pre-0-s {
    margin-left: 0;
  }
  .grid-pre-1-s {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-s, .grid-pre-sixth-s {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-s, .grid-pre-quarter-s {
    margin-left: 25%;
  }
  .grid-pre-4-s, .grid-pre-third-s {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-s {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-s, .grid-pre-half-s {
    margin-left: 50%;
  }
  .grid-pre-7-s {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-s, .grid-pre-two-thirds-s {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-s, .grid-pre-three-quarter-s {
    margin-left: 75%;
  }
  .grid-pre-10-s {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-s {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-s, .grid-pre-full-s {
    margin-left: 100%;
  }
  .grid-post-0-s {
    margin-right: 0;
  }
  .grid-post-1-s {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-s, .grid-post-sixth-s {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-s, .grid-post-quarter-s {
    margin-right: 25%;
  }
  .grid-post-4-s, .grid-post-third-s {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-s {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-s, .grid-post-half-s {
    margin-right: 50%;
  }
  .grid-post-7-s {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-s, .grid-post-two-thirds-s {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-s, .grid-post-three-quarter-s {
    margin-right: 75%;
  }
  .grid-post-10-s {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-s {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-s, .grid-post-full-s {
    margin-right: 100%;
  }
}
@media (min-width: 768px) {
  .grid-pre-0-m {
    margin-left: 0;
  }
  .grid-pre-1-m {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-m, .grid-pre-sixth-m {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-m, .grid-pre-quarter-m {
    margin-left: 25%;
  }
  .grid-pre-4-m, .grid-pre-third-m {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-m {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-m, .grid-pre-half-m {
    margin-left: 50%;
  }
  .grid-pre-7-m {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-m, .grid-pre-two-thirds-m {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-m, .grid-pre-three-quarter-m {
    margin-left: 75%;
  }
  .grid-pre-10-m {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-m {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-m, .grid-pre-full-m {
    margin-left: 100%;
  }
  .grid-post-0-m {
    margin-right: 0;
  }
  .grid-post-1-m {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-m, .grid-post-sixth-m {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-m, .grid-post-quarter-m {
    margin-right: 25%;
  }
  .grid-post-4-m, .grid-post-third-m {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-m {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-m, .grid-post-half-m {
    margin-right: 50%;
  }
  .grid-post-7-m {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-m, .grid-post-two-thirds-m {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-m, .grid-post-three-quarter-m {
    margin-right: 75%;
  }
  .grid-post-10-m {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-m {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-m, .grid-post-full-m {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .grid-pre-0-l {
    margin-left: 0;
  }
  .grid-pre-1-l {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-l, .grid-pre-sixth-l {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-l, .grid-pre-quarter-l {
    margin-left: 25%;
  }
  .grid-pre-4-l, .grid-pre-third-l {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-l {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-l, .grid-pre-half-l {
    margin-left: 50%;
  }
  .grid-pre-7-l {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-l, .grid-pre-two-thirds-l {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-l, .grid-pre-three-quarter-l {
    margin-left: 75%;
  }
  .grid-pre-10-l {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-l {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-l, .grid-pre-full-l {
    margin-left: 100%;
  }
  .grid-post-0-l {
    margin-right: 0;
  }
  .grid-post-1-l {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-l, .grid-post-sixth-l {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-l, .grid-post-quarter-l {
    margin-right: 25%;
  }
  .grid-post-4-l, .grid-post-third-l {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-l {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-l, .grid-post-half-l {
    margin-right: 50%;
  }
  .grid-post-7-l {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-l, .grid-post-two-thirds-l {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-l, .grid-post-three-quarter-l {
    margin-right: 75%;
  }
  .grid-post-10-l {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-l {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-l, .grid-post-full-l {
    margin-right: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-pre-0-xl {
    margin-left: 0;
  }
  .grid-pre-1-xl {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-xl, .grid-pre-sixth-xl {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-xl, .grid-pre-quarter-xl {
    margin-left: 25%;
  }
  .grid-pre-4-xl, .grid-pre-third-xl {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-xl {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-xl, .grid-pre-half-xl {
    margin-left: 50%;
  }
  .grid-pre-7-xl {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-xl, .grid-pre-two-thirds-xl {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-xl, .grid-pre-three-quarter-xl {
    margin-left: 75%;
  }
  .grid-pre-10-xl {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-xl {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-xl, .grid-pre-full-xl {
    margin-left: 100%;
  }
  .grid-post-0-xl {
    margin-right: 0;
  }
  .grid-post-1-xl {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-xl, .grid-post-sixth-xl {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-xl, .grid-post-quarter-xl {
    margin-right: 25%;
  }
  .grid-post-4-xl, .grid-post-third-xl {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-xl {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-xl, .grid-post-half-xl {
    margin-right: 50%;
  }
  .grid-post-7-xl {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-xl, .grid-post-two-thirds-xl {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-xl, .grid-post-three-quarter-xl {
    margin-right: 75%;
  }
  .grid-post-10-xl {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-xl {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-xl, .grid-post-full-xl {
    margin-right: 100%;
  }
}
@media (min-width: 1280px) {
  .grid-pre-0-xxl {
    margin-left: 0;
  }
  .grid-pre-1-xxl {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-xxl, .grid-pre-sixth-xxl {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-xxl, .grid-pre-quarter-xxl {
    margin-left: 25%;
  }
  .grid-pre-4-xxl, .grid-pre-third-xxl {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-xxl {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-xxl, .grid-pre-half-xxl {
    margin-left: 50%;
  }
  .grid-pre-7-xxl {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-xxl, .grid-pre-two-thirds-xxl {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-xxl, .grid-pre-three-quarter-xxl {
    margin-left: 75%;
  }
  .grid-pre-10-xxl {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-xxl {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-xxl, .grid-pre-full-xxl {
    margin-left: 100%;
  }
  .grid-post-0-xxl {
    margin-right: 0;
  }
  .grid-post-1-xxl {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-xxl, .grid-post-sixth-xxl {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-xxl, .grid-post-quarter-xxl {
    margin-right: 25%;
  }
  .grid-post-4-xxl, .grid-post-third-xxl {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-xxl {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-xxl, .grid-post-half-xxl {
    margin-right: 50%;
  }
  .grid-post-7-xxl {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-xxl, .grid-post-two-thirds-xxl {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-xxl, .grid-post-three-quarter-xxl {
    margin-right: 75%;
  }
  .grid-post-10-xxl {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-xxl {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-xxl, .grid-post-full-xxl {
    margin-right: 100%;
  }
}
@media (min-width: 1600px) {
  .grid-pre-0-xxxl {
    margin-left: 0;
  }
  .grid-pre-1-xxxl {
    margin-left: 8.3333333333%;
  }
  .grid-pre-2-xxxl, .grid-pre-sixth-xxxl {
    margin-left: 16.6666666667%;
  }
  .grid-pre-3-xxxl, .grid-pre-quarter-xxxl {
    margin-left: 25%;
  }
  .grid-pre-4-xxxl, .grid-pre-third-xxxl {
    margin-left: 33.3333333333%;
  }
  .grid-pre-5-xxxl {
    margin-left: 41.6666666667%;
  }
  .grid-pre-6-xxxl, .grid-pre-half-xxxl {
    margin-left: 50%;
  }
  .grid-pre-7-xxxl {
    margin-left: 58.3333333333%;
  }
  .grid-pre-8-xxxl, .grid-pre-two-thirds-xxxl {
    margin-left: 66.6666666667%;
  }
  .grid-pre-9-xxxl, .grid-pre-three-quarter-xxxl {
    margin-left: 75%;
  }
  .grid-pre-10-xxxl {
    margin-left: 83.3333333333%;
  }
  .grid-pre-11-xxxl {
    margin-left: 91.6666666667%;
  }
  .grid-pre-12-xxxl, .grid-pre-full-xxxl {
    margin-left: 100%;
  }
  .grid-post-0-xxxl {
    margin-right: 0;
  }
  .grid-post-1-xxxl {
    margin-right: 8.3333333333%;
  }
  .grid-post-2-xxxl, .grid-post-sixth-xxxl {
    margin-right: 16.6666666667%;
  }
  .grid-post-3-xxxl, .grid-post-quarter-xxxl {
    margin-right: 25%;
  }
  .grid-post-4-xxxl, .grid-post-third-xxxl {
    margin-right: 33.3333333333%;
  }
  .grid-post-5-xxxl {
    margin-right: 41.6666666667%;
  }
  .grid-post-6-xxxl, .grid-post-half-xxxl {
    margin-right: 50%;
  }
  .grid-post-7-xxxl {
    margin-right: 58.3333333333%;
  }
  .grid-post-8-xxxl, .grid-post-two-thirds-xxxl {
    margin-right: 66.6666666667%;
  }
  .grid-post-9-xxxl, .grid-post-three-quarter-xxxl {
    margin-right: 75%;
  }
  .grid-post-10-xxxl {
    margin-right: 83.3333333333%;
  }
  .grid-post-11-xxxl {
    margin-right: 91.6666666667%;
  }
  .grid-post-12-xxxl, .grid-post-full-xxxl {
    margin-right: 100%;
  }
}

.grid-cell-auto {
  width: auto;
}

@media (max-width: 991px) {
  .grid-cell {
    width: 100% !important;
    max-width: 100% !important;
    /* padding-left: 30px !important;
     padding-right: 30px !important;*/
    /*&-full-mobile{
      padding-left: 0 !important;
      padding-right: 0px !important;
    }*/
  }
}
/*
@include respond-up-to($bp-l) {
  .grid-cell-4{
    @include grid-cell(6);
  }

  .grid-cell-8{
    @include grid-cell(12);
  }

   .grid-cell-6{
    @include grid-cell(12);
  }
}
*/
@media (max-width: 991px) {
  [class*=grid-pre],
  [class*=grid-post] {
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=grid-cell-center] {
  margin-left: auto;
  margin-right: auto;
}

.grid-cell-2-5 {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 20.8333333333%;
  max-width: 20.8333333333%;
}

/**
 * Grid Colums Space Color and Border
 *  grid-cell-bg-gray grid-cell-border-brand grid-cell-space-medium
 */
.grid__column.grid__column-space-medium .grid-cell {
  padding-right: 30px;
}
.grid__column.grid__column-space-medium .grid-cell:last-child {
  padding-right: 0;
}

.grid__column-space-medium .grid-cell {
  padding-right: 30px;
}
.grid__column-space-medium .grid-cell:last-child {
  padding-right: 0;
}

.grid-cell {
  padding-right: 30px;
}

.link--focus-white:focus-visible {
  color: #fff;
}
.link--with-icon {
  font-weight: 600;
  text-decoration: none;
}
.link--with-icon > *:last-child {
  margin-left: 15px;
  transition: all 0.1s;
}
.link--with-icon:hover > *:last-child.icon {
  margin-left: 25px;
}
.link--tertiary:hover {
  color: #ff9900;
}
.link--download {
  display: flex;
  font-weight: 500;
  align-items: flex-start;
}
.link--download p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 17px;
}
.link--download span {
  font-weight: 200;
}
.link--download .icon {
  margin-right: 10px;
  color: #ff9900;
}
.link--external {
  font-weight: 200;
  font-size: 15px;
  color: #ff9900;
  margin-bottom: 10px;
  display: inline-block;
}
.link--load-more {
  color: #fff;
  background-color: #ff9900;
  border-radius: 0;
  padding: 15px 40px;
}
.link--back {
  padding-left: 40px;
}
.link--back .icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-60%) rotate(180deg);
  margin-left: unset;
}
.link--back:hover .icon {
  margin-left: -10px !important;
}

.logo .icon--enbw_odr_logo-line {
  color: #ff9900;
}
.logo .icon--enbw_odr_logo-text {
  color: #000099;
}

main {
  overflow: visible;
  position: relative;
}
@media (min-width: 1024px) {
  main {
    padding-left: 300px;
  }
}
@media (max-width: 1023px) {
  main {
    padding-top: 79px;
  }
}
.maps iframe {
  pointer-events: none;
}

.section--mediacenter .nav--tabs ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  flex-direction: column;
}
.section--mediacenter .nav--tabs ul li {
  padding: 0 0 15px 0;
}
@media (min-width: 1024px) {
  .section--mediacenter .nav--tabs ul li h5 {
    margin-bottom: 10px;
  }
}
.section--mediacenter .nav--tabs ul li .form--check {
  margin-top: 0;
}
.section--mediacenter .nav--tabs ul li .form--check input {
  position: absolute;
}
.section--mediacenter .nav--tabs ul li .form--check label {
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--mediacenter .nav--tabs ul li + li h5 {
  margin-top: 20px;
}
.section--mediacenter .panels {
  display: flex;
  flex-wrap: wrap;
  height: 1100px;
  max-height: 80vh;
}
.section--mediacenter .panels .panel {
  width: 100%;
  display: none;
}
.section--mediacenter .panels .panel--active {
  display: block;
}
.section--mediacenter .panels .panel .list {
  width: 100%;
}
.section--mediacenter .panels .panel .list__item__checkbox input {
  opacity: 0;
  position: absolute;
}
.section--mediacenter .panels .panel .list__item__checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
}
.section--mediacenter .panels .panel .list__item__checkbox label span {
  display: block;
  margin: 0 10px 0 20px;
}
.section--mediacenter .panels .panel .list__item__checkbox label span:before {
  left: -10px;
}
.section--mediacenter .panels .panel .list__item__checkbox input:checked + label:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .section--mediacenter .panels {
    max-height: 60vh;
  }
  .section--mediacenter .panels .list {
    width: 100%;
  }
  .section--mediacenter .panels .list__item label {
    margin-bottom: 0;
  }
  .section--mediacenter .nav--tabs ul {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .section--mediacenter .panels .panel .list__item__checkbox {
    width: 100%;
  }
  .section--mediacenter .panels .panel .list__item__checkbox label {
    width: 100%;
    justify-content: space-between;
  }
  .section--mediacenter .panels .panel .list__item__checkbox label span {
    max-width: 78px;
    min-width: 78px;
  }
}
@media (max-width: 399px) {
  .section--mediacenter .panels .panel .list__item__checkbox label span {
    max-width: 33px;
    min-width: 33px;
  }
}

.modal {
  background: #fff;
  color: #3B3B3B;
  position: fixed;
  width: 80%;
  max-width: 1000px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 40px 80px;
  z-index: 101;
  opacity: 0;
  top: -100vh;
}
@media (max-width: 1023px) {
  .modal {
    max-height: 75vh;
  }
}
@media (min-width: 1024px) {
  .modal {
    max-height: 90vh;
  }
}
.modal {
  pointer-events: none;
  border: solid 2px orange;
  transition: opacity 0.5s;
  transition-delay: 0.3s;
}
.modal__inner .scroller {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .modal__inner .scroller {
    max-height: 57vh;
  }
}
@media (min-width: 1024px) {
  .modal__inner .scroller {
    max-height: 75vh;
  }
}
.modal__inner .scroller .mCSB_container {
  padding-right: 20px;
}
.modal__inner .lightbox-caption {
  white-space: pre-line;
  margin-top: 0.75rem;
  text-align: center;
}
.modal .icon--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal .icon--arrow-slider {
  color: #3B3B3B;
}
.modal .icon--arrow-slider--prev {
  left: 30px;
}
.modal .icon--arrow-slider--next {
  right: 30px;
}
@media (max-width: 991px) {
  .modal {
    padding: 30px;
    width: 95%;
  }
  .modal .article__container > .grid-cell:first-of-type {
    max-height: 300px;
    height: 300px;
    margin-bottom: 30px;
  }
  .modal .article__container > .grid-cell:first-of-type img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
    padding-right: 10px;
  }
  .modal .icon--arrow-slider {
    top: 28%;
  }
}
.modal--cookieconsent {
  overflow: hidden;
  overflow-y: scroll;
}
.modal--cookieconsent .link--with-icon {
  cursor: pointer;
}
.modal--cookieconsent a {
  text-decoration: underline;
}
.modal--cookieconsent .introtext {
  font-size: 14px;
}
.modal--cookieconsent .denyall {
  color: #000000;
}

body.modal--is-open {
  overflow: hidden;
}
body.modal--is-open .modal.open {
  opacity: 1;
  display: block;
  visibility: visible;
  top: 50%;
  pointer-events: auto;
}
body.modal--is-open main:before, body.modal--is-open header:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.nav--horizontal a {
  text-decoration: none;
  display: block;
}
.nav--horizontal a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav--list ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.nav--list ul li {
  flex-grow: 1;
}
.section--factlist .section__wrapper .nav--list ul li {
  background-color: white;
  color: #3B3B3B;
  padding-top: 12px;
}
@media (min-width: 1280px) {
  .nav--list ul li {
    width: 50%;
  }
  .section--factlist .section__wrapper .nav--list ul li {
    width: 40%;
    margin: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav--list ul li {
    width: 50%;
  }
  .section--factlist .section__wrapper .nav--list ul li {
    width: 45%;
    margin: 2.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .nav--list ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav--list ul li {
    width: 100%;
  }
}
.nav--list ul li {
  padding-left: 17px;
  margin-bottom: 32px;
  position: relative;
}
.nav--list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: rgba(255, 153, 0, 0.4);
}
.nav--list ul li h5 {
  position: relative;
  line-height: 1.5;
}
.nav--list ul li h5:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  height: 100%;
  width: 3px;
  background: #ff9900;
}
@media (min-width: 1280px) {
  .nav--list ul li p {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav--list ul li p {
    max-width: 300px;
  }
}
.nav--history {
  max-height: 450px;
  overflow: hidden;
  padding: 15px;
  position: sticky;
  z-index: 999;
  background-color: #fff;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.17);
}
@media (min-width: 1024px) {
  .nav--history {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .nav--history {
    position: relative;
    left: 0;
    top: 78px;
    width: 100%;
  }
}
.nav--history ul {
  position: relative;
  min-width: 100px;
  transition: all 0.2s;
  display: inline-flex;
}
.nav--history ul:before {
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: rgba(255, 153, 0, 0.5);
}
.nav--history ul li {
  font-size: 22px;
  color: #ff9900;
  cursor: pointer;
  position: relative;
  float: left;
  display: flex;
  align-self: flex-end;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
}
.nav--history ul li:first-of-type {
  margin: 0 5px 0 0;
}
.nav--history ul li.active, .nav--history ul li:hover {
  font-size: 28px;
  color: #ff9900;
  font-weight: 600;
}
.nav--history ul li.active:before, .nav--history ul li:hover:before {
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #ff9900;
}
.nav--history ul li:hover:not(.active) {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .nav--history {
    left: 0;
    top: 78px;
    transform: translateY(0%);
  }
}
.nav__toggle {
  display: none;
  margin-top: 15px;
  position: absolute;
  top: 15px;
  z-index: 11;
  right: 32px;
  width: 30px;
  height: 20px;
  z-index: 100;
  cursor: pointer;
}
.nav__toggle:before, .nav__toggle:after, .nav__toggle span {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #ff9900;
  position: absolute;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(0deg);
}
.nav__toggle:before {
  top: 0;
}
.nav__toggle span {
  top: 50%;
  opacity: 1;
}
.nav__toggle:after {
  top: 100%;
}
.mobilenav--isvisible .nav__toggle:before {
  transform: rotate(45deg);
  top: 50%;
}
.mobilenav--isvisible .nav__toggle span {
  transform: translateX(-50%);
  opacity: 0;
}
.mobilenav--isvisible .nav__toggle:after {
  transform: rotate(-45deg);
  top: 50%;
}
@media (max-width: 1023px) {
  .nav__toggle {
    display: block;
  }
}
@media (min-width: 1024px) {
  .nav--tabs .nav__header .icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav--tabs {
    margin-bottom: 35px;
  }
  .nav--tabs .nav--opened .nav__header {
    margin-bottom: 10px;
  }
  .nav--tabs .nav--opened .nav__header .icon {
    transform: translateY(-50%) rotate(-180deg);
  }
  .nav--tabs ul {
    width: 100%;
    background-color: #E4DAD4;
    padding-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px;
    padding-bottom: 10px;
    flex-direction: row !important;
  }
  .nav--tabs ul li {
    z-index: 2;
    width: 100%;
    padding: 5px 10px;
  }
  .nav--tabs ul li.nav__header {
    padding: 0 20px 0 0;
    position: relative;
  }
  .nav--tabs ul li.nav__header h5 {
    margin: 0 !important;
  }
  .nav--tabs ul li.nav__header .icon {
    position: absolute;
    top: 50%;
    right: 0;
    color: #ff9900;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
  }
  .nav--tabs ul li:not(.nav__header) {
    float: left;
    width: 100%;
    display: none;
  }
  .nav--tabs ul li:not(.nav__header) .form--check {
    width: 100%;
  }
  .nav--tabs ul li:not(.nav__header) .form--check label {
    justify-content: flex-start;
  }
  .nav--tabs ul li.nav__header {
    cursor: pointer;
  }
}
.nav--links {
  padding: 20px 20px 20px 50px;
  display: flex;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .nav--links {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .nav--links {
    flex-direction: column;
  }
}
.nav--links {
  box-shadow: 5px 0 16px 0 rgba(0, 0, 0, 0.21);
  width: auto;
  max-width: 100%;
}
.nav--links > span {
  font-weight: bold;
  margin-right: 20px;
  line-height: 31px;
  display: block;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .nav--links > span {
    margin-left: 16.6666%;
  }
}
.nav--links ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .nav--links ul {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .nav--links ul {
    border-top: solid 2px #ff9900;
    flex-direction: column;
  }
}
.nav--links ul li {
  padding: 0 10px;
}
.nav--links ul li a {
  white-space: nowrap;
  line-height: 31px;
  display: block;
  margin-top: 6px;
}
.nav--links ul li a .icon {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav--links ul li a:hover .icon {
  transform: rotate(90deg) scale(1.3);
  margin-top: 3px;
}
.nav--links ul li .icon {
  transform: rotate(90deg);
  color: #ff9900;
}
.nav--links .icon--close {
  opacity: 0;
  visibility: hidden;
}
.nav--links .key {
  opacity: 0;
  visibility: hidden;
}
.nav--links-sticky {
  position: fixed;
}
@media (min-width: 1024px) {
  .nav--links-sticky {
    left: 230px;
    max-width: calc(100vw - 350px);
  }
}
@media (max-width: 1023px) {
  .nav--links-sticky {
    left: -80px;
    max-width: calc(100vw - 50px);
  }
}
.nav--links-sticky {
  width: 0;
  background-color: #fff;
}
.nav--links-sticky span,
.nav--links-sticky section {
  display: none;
}
@media (min-width: 1024px) {
  .nav--links-sticky .icon--close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .nav--links-sticky .icon--close {
    top: 5px;
    right: 5px;
  }
}
.nav--links-sticky .icon--close {
  opacity: 0;
  visibility: hidden;
  color: #ff9900;
}
.nav--links-sticky {
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 99;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: none;
}
.nav--links-sticky ul {
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  border-top: solid 2px rgba(255, 153, 0, 0.65);
  position: relative;
  padding-right: 25px;
}
.nav--links-sticky ul li a i {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav--links-sticky ul li a:hover i {
  transform: scale(1);
}
.nav--links-sticky ul:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 25px;
  background-color: #ff9900;
  height: 2px;
}
@media (min-width: 1024px) {
  .nav--links-sticky.active {
    left: 280px;
  }
}
@media (max-width: 1023px) {
  .nav--links-sticky.active {
    left: 0;
  }
}
.nav--links-sticky.active {
  box-shadow: 5px 0 16px 0 rgba(0, 0, 0, 0.21);
  width: auto;
}
.nav--links-sticky.active ul {
  opacity: 1;
  visibility: visible;
}
.nav--links-sticky.active .icon--close {
  opacity: 1;
  visibility: visible;
}
.nav--links-sticky.active .key {
  opacity: 0;
  visibility: hidden;
  border-left: solid 2px #ff9900;
  border-top: solid 2px #ff9900;
  border-right: solid 2px #ff9900;
}
.nav--links-sticky .key {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: -60px;
  top: 34px;
  display: block;
  padding: 15px 15px 15px 30px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
}
.nav--links-sticky .key:hover {
  border-bottom: solid 2px #ff9900;
  border-top: solid 2px #ff9900;
  border-right: solid 2px #ff9900;
}
.nav--testimonials {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.nav--testimonials .testimonial {
  width: 33.3333333333%;
  padding-left: 30px;
  padding-right: 30px;
}
.nav--testimonials .testimonial p.lined {
  padding-left: 17px;
  position: relative;
}
.nav--testimonials .testimonial p.lined:before, .nav--testimonials .testimonial p.lined:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
}
.nav--testimonials .testimonial p.lined:before {
  height: 100%;
  background: rgba(255, 153, 0, 0.4);
}
.nav--testimonials .testimonial p.lined:after {
  height: 47px;
  transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #ff9900;
}
.nav--testimonials .testimonial p.h4 {
  margin-bottom: 5px;
}
.nav--testimonials .testimonial img {
  width: 100%;
  max-width: 165px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nav--testimonials .testimonial {
    width: 100%;
  }
}
.nav--archiv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 40px;
}
.nav--archiv li {
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.17);
  margin-right: 15px;
  padding: 10px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.nav--archiv li.active {
  background-color: #ff9900;
  color: #fff;
}

.mobilenav--isvisible .sidebar .header__wrapper {
  transform: translateY(0);
  background-color: #fff;
}

.bg--orange .nav--list li:before {
  background: rgba(255, 255, 255, 0.4);
}
.bg--orange .nav--list h5:before {
  background: #fff;
}

.sidebar .nav > ul > li > a {
  padding-left: 50px;
}

.nav a {
  text-decoration: none;
}
.nav--sector {
  background: #ff9900;
  color: #fff;
  margin-top: 60px;
  position: relative;
  z-index: 41;
  text-align: right;
  margin-right: 45px;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
.nav--sector .current {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.nav--sector .current .icon {
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(0deg);
  transition: all 0.2s;
}
.nav--sector.is-open ul {
  display: block;
}
.nav--sector.is-open .icon {
  transform: rotate(180deg);
}
.nav--sector ul {
  display: none;
  background: #ff9900;
  margin-top: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav--sector ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 45px;
  list-style: none;
}
.nav--sector ul li:hover {
  font-weight: bold;
}
@media (min-width: 1024px) and (max-height: 850px) {
  .nav--sector {
    margin-top: 45px;
  }
}
.nav--main {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #3B3B3B;
}
.nav--main--lvl-2 {
  transform: translateX(-100%);
  z-index: 40;
}
.nav--main--lvl-3 {
  transform: translateX(-200%);
  z-index: 40;
}
@media (max-width: 1023px) {
  .nav--main {
    transition: all 0.3s ease-in-out;
  }
}
.nav--main > ul > li:hover > ul {
  z-index: -30;
}
.nav--main ul {
  background: #fff;
}
.nav--main ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.nav--main li.leaving > ul {
  z-index: -32;
}
.nav--main li.active, .nav--main li:hover {
  background: #E4DAD4;
}
.nav--main li.lvl-2:before, .nav--main li.lvl-2:after {
  content: none;
}
@media (max-width: 1023px) {
  .nav--main li.lvl-2 > ul.lvl-2:after {
    content: none;
  }
  .nav--main li.lvl-2 > ul.lvl-2 {
    display: block;
    position: fixed;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .nav--main li.lvl-3:before, .nav--main li.lvl-3:after {
    content: none;
  }
}
@media (max-width: 1023px) {
  .nav--main li.lvl-3 > ul.lvl-3 {
    display: block;
    position: fixed;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .nav--main li:active > ul, .nav--main li:focus-within > ul, .nav--main li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nav--main li:active > ul.lvl-2, .nav--main li:focus-within > ul.lvl-2, .nav--main li:hover > ul.lvl-2 {
    transform: translateX(66%);
  }
}
@media (min-width: 1024px) {
  .nav--main li:active > ul.lvl-3, .nav--main li:focus-within > ul.lvl-3, .nav--main li:hover > ul.lvl-3 {
    transform: translateX(100%);
  }
  .nav--main li:active > a strong, .nav--main li:focus-within > a strong, .nav--main li:hover > a strong {
    font-weight: bold;
    color: #ff9900;
  }
}
.nav--main li a strong {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 17px;
}
.nav--main > ul {
  position: relative;
  z-index: 10;
}
.nav--main > ul li a {
  padding: 10px 50px;
  display: block;
  position: relative;
}
.nav--main > ul li a strong {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 17px;
}
.nav--main > ul li a p {
  font-size: 14px;
  margin-bottom: 0px !important;
}
.nav--main > ul li a.nav__back {
  color: #ff9900;
}
.nav--main > ul li a.nav__back strong {
  font-weight: 600;
}
.nav--main > ul li a.nav__back .icon {
  right: auto;
  left: -25px;
  transition: left 0.2s;
  transform: rotate(-180deg) translateY(50%) scale(1.5);
}
.nav--main > ul li a .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9900;
  transition: right 0.2s;
}
.nav--main > ul li:hover > a .icon {
  right: -8px;
}
.nav--main > ul li ul {
  position: absolute;
}
@media (min-width: 1024px) {
  .nav--main > ul li ul {
    width: 150%;
    transform: translateX(0);
    top: -250px;
    padding-top: 150px;
    transition-delay: 0.5s;
    transition: visibility 0.3s, transform 0.3s, opacity 0.3s;
  }
}
@media (max-width: 1023px) {
  .nav--main > ul li ul {
    top: 0;
    width: 100%;
    height: auto;
    transform: translateX(100%);
    transition: visibility 0.1s, transform 0.1s, opacity 0.1s;
  }
}
.nav--main > ul li ul {
  min-height: 100vh;
  max-height: calc(100vh + 100px);
  visibility: hidden;
  opacity: 0;
  z-index: -31;
}
.nav--main > ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .nav--main > ul li ul li a {
    padding-right: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .nav--main > ul li ul li a {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.nav--main > ul li ul li a strong {
  margin-bottom: 0px;
}
.nav--main > ul li ul li a p {
  margin-left: 9px;
  padding-right: 40px;
}
.nav--main > ul li ul li .icon {
  position: absolute;
  right: 0px;
  color: #ff9900;
  transition: right 0.2s;
}
.nav--main > ul li ul li:hover > a {
  font-weight: 300;
  color: #3B3B3B;
}
.nav--main > ul li ul li:hover > a .icon {
  right: -8px;
}
.nav--main > ul li ul li:hover > a strong {
  font-weight: bold;
  color: #ff9900;
}
@media (min-width: 1024px) {
  .nav--main > ul li ul li:first-of-type a strong {
    font-size: 22px;
    font-weight: bold;
  }
}
.nav--main > ul li ul li:first-of-type a p {
  font-size: 16px;
  padding-right: 0px;
}
.nav--main > ul li ul ul {
  width: 100%;
  top: 0;
}
.nav--main > ul li ul ul:after {
  display: none;
}
.nav--main:before, .nav--main:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: -100vh;
  height: 100vh;
  background: #fff;
  z-index: 30;
}
.nav--main:after {
  top: auto;
  bottom: -100vh;
}
.nav--main .quicklinks {
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.nav--main .quicklinks:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background: #ff9900;
}
.nav--main .quicklinks h5 {
  font-size: 14px;
  margin-bottom: 5px;
}
.nav--main .quicklinks:hover {
  background: #fff;
}
.nav--main .quicklinks ol {
  display: flex;
  flex-wrap: wrap;
}
.nav--main .quicklinks ol a {
  font-size: 14px;
  padding: 5px 55px 5px 0;
}
.nav--main .quicklinks ol a:hover {
  font-weight: bold;
}
.nav--main .quicklinks ol a:hover .icon {
  right: 10px;
}
.nav--main .quicklinks ol a .icon {
  right: 18px;
  transition: right 0.2s;
}
.nav--main .quicklinks ol li:hover {
  background: #fff;
}
@media (min-width: 1024px) and (max-height: 850px) {
  .nav--main {
    margin-bottom: 30px;
  }
  .nav--main > ul li a {
    padding: 7px 50px;
  }
  .nav--main > ul li a p {
    padding-right: 30px !important;
  }
  .nav--main > ul li ul li a {
    padding-right: 30px;
  }
}
.nav--meta {
  position: relative;
  z-index: 32;
  font-size: 14px;
  padding-left: 50px;
}
.nav--meta ul li a {
  padding: 5px 0;
  display: block;
  position: relative;
  padding-left: 20px;
}
.nav--meta ul li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 153, 0, 0.4);
}
.nav--meta ul li:first-of-type a:before, .nav--meta ul li:hover a:before, .nav--meta ul li.active a:before {
  background: #ff9900;
}
.nav--meta ul li:hover a:before, .nav--meta ul li.active a:before {
  background: #ff9900 !important;
}
.nav--meta ul li:hover a, .nav--meta ul li.active a {
  font-weight: bold;
}
.nav--meta:hover ul li:first-of-type a:before {
  background: rgba(255, 153, 0, 0.6);
}
.nav--cc {
  position: relative;
  z-index: 32;
  font-size: 14px;
  color: #3B3B3B;
  margin-bottom: 30px;
}
.nav--cc li {
  margin: 7px 0;
}
.nav--cc a {
  display: flex;
  align-items: center;
}
.nav--cc a:hover {
  font-weight: bold;
}
.nav--cc a .icon {
  margin-right: 10px;
}
.nav--cc .icon--search {
  width: 24.9px;
}
.nav--footer {
  display: flex;
  flex-wrap: wrap;
}
.nav--footer ul {
  width: 33%;
  max-width: 33%;
}
.nav--footer ul li:first-of-type {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav--footer ul li:first-of-type a {
  padding-bottom: 20px;
}
.nav--footer ul li:first-of-type a:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 153, 0, 0.4);
  height: 70% !important;
  background: #ff9900;
}
.nav--footer ul li:first-of-type a:before {
  background: rgba(255, 153, 0, 0.4) !important;
}
.nav--footer ul li a {
  padding: 5px 0;
  display: block;
  position: relative;
  padding-left: 20px;
}
.nav--footer ul li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 153, 0, 0.4);
}
.nav--footer ul li a:hover, .nav--footer ul li a.active {
  font-weight: 600;
}
.nav--footer ul li a:hover:before, .nav--footer ul li a.active:before {
  background: #ff9900;
}
.nav--footer .arrow-down-close {
  display: none;
}
.nav--footer-meta-link ul {
  display: flex;
  flex-direction: row;
}
.nav--footer-meta-link ul li {
  margin-right: 60px;
}
.nav--footer-meta-link ul li a:hover,
.nav--footer-meta-link ul li a.active {
  font-weight: 600;
}
.nav--footer-meta-link ul li a .icon {
  color: #3b3b3b;
  transition: all 0.1s;
}
.nav--footer-meta-link ul li a:hover .icon {
  color: #f90;
}
@media (max-width: 575px) {
  .nav--footer {
    flex-direction: column;
  }
  .nav--footer ul {
    width: 100%;
    max-width: 100%;
    max-height: 43px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .nav--footer ul:not(:last-child) {
    margin-bottom: 15px;
  }
  .nav--footer ul li a {
    padding-left: 0;
  }
  .nav--footer ul li:not(:first-child) a:before {
    display: none;
  }
  .nav--footer ul li:first-child {
    margin-bottom: 15px;
    position: relative;
  }
  .nav--footer ul li:first-child a {
    padding-bottom: 5px;
  }
  .nav--footer ul li:first-child a:before {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0;
  }
  .nav--footer ul li:first-child a:after {
    height: 2px !important;
    width: 30%;
    top: unset;
    bottom: 0;
  }
  .nav--footer ul .arrow-down-close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: center 9px;
  }
  .nav--footer ul .arrow-down-close:before, .nav--footer ul .arrow-down-close:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #ff9900;
    position: relative;
    transition: 300ms ease-in-out all;
  }
  .nav--footer ul .arrow-down-close:before {
    transform: rotate(-55deg);
    left: 7px;
    top: -4px;
  }
  .nav--footer ul .arrow-down-close:after {
    transform: rotate(55deg);
    left: 20px;
    top: -4px;
  }
  .nav--footer ul.footer--opened {
    max-height: 500px;
  }
  .nav--footer ul.footer--opened .arrow-down-close {
    transform: rotate(180deg);
  }
  .nav--footer-meta-link ul {
    display: flex;
    flex-direction: row;
  }
  .nav--footer-meta-link ul li {
    margin-right: 30px;
  }
}
.nav--footer-social ul, .nav--footer-meta ul {
  display: flex;
  flex-direction: row;
}
.nav--footer-social ul li, .nav--footer-meta ul li {
  margin-right: 10px;
}
.nav--footer-social ul li a .icon, .nav--footer-meta ul li a .icon {
  color: #3B3B3B;
  transition: all 0.1s;
}
.nav--footer-social ul li a:hover .icon, .nav--footer-meta ul li a:hover .icon {
  color: #ff9900;
}
.nav--footer-meta ul li {
  margin-right: 60px;
}
.nav--footer-meta ul li a:hover, .nav--footer-meta ul li a.active {
  font-weight: 600;
}
.nav--breadcrumb {
  position: relative;
  z-index: 10;
  background: white;
  padding: 2rem 3rem;
  margin-top: -29px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .nav--breadcrumb {
    margin-top: -170px;
  }
}
.nav--breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1280px) {
  .nav--breadcrumb ul {
    padding-right: 100px;
  }
}
.nav--breadcrumb ul li {
  display: flex;
}
.nav--breadcrumb ul li:after {
  content: "|";
  margin: 0 1rem 0 0.5rem;
  color: #999;
}
.nav--breadcrumb ul li:last-child::after {
  content: "";
  margin: 0;
}
.nav--breadcrumb ul li.current a, .nav--breadcrumb ul li.current span {
  font-weight: 700;
}
.nav--breadcrumb ul li.current a:hover, .nav--breadcrumb ul li.current span:hover {
  color: #3B3B3B;
}
.nav--breadcrumb ul li a, .nav--breadcrumb ul li span {
  color: #3B3B3B;
}
.nav--breadcrumb ul li a:hover, .nav--breadcrumb ul li span:hover {
  color: #ff9900;
}
@media (max-width: 575px) {
  .nav--breadcrumb ul li {
    margin-right: 10px;
  }
}
@media (max-width: 449px) {
  .nav--breadcrumb ul {
    flex-direction: column;
  }
  .nav--breadcrumb ul:after {
    display: none !important;
  }
  .nav--breadcrumb ul li {
    margin-bottom: 20px;
  }
  .nav--breadcrumb ul li:after {
    bottom: -5px;
  }
}

.person h3, .person h5 {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 10px;
}
.person h3:before, .person h3:after, .person h5:before, .person h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background-color: rgba(255, 153, 0, 0.4);
}
.person h3:before, .person h5:before {
  right: auto;
  width: 50%;
  background-color: #ff9900;
}
.person .link {
  display: block;
}
.person .link .icon {
  width: 38px;
  height: 38px;
}
.person .link span {
  font-weight: normal;
}
.person .link:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .person .grid-cell-4:nth-child(2),
  .person .grid-cell-4:nth-child(3) {
    width: 50% !important;
    max-width: 50% !important;
  }
}
.person--contact a {
  font-weight: 400;
}
.person--contact a:hover {
  font-weight: 600;
}
.person--contact .card__inner {
  margin: 20px 0;
}
.person--contact .card__inner .link--with-icon > *:last-child {
  margin-left: 8px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .person--contact .grid-cell-8 {
    width: 100%;
    max-width: 100%;
  }
  .person--contact .grid-cell-4 {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .person--contact .grid-cell-3:first-of-type:not(.half),
  .person--contact .grid-cell-6 {
    width: 50% !important;
    max-width: 50% !important;
  }
  .person--contact .grid-cell-3:last-of-type:not(.half) a {
    margin-top: 15px;
  }
  .person--contact .grid-cell-3.half {
    width: 50% !important;
    max-width: 50% !important;
  }
}

.archiv-item {
  width: calc(33% - 4px);
  margin-bottom: 5px;
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .archiv-item {
    width: 49%;
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .archiv-item {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .archiv-item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .archiv-item {
    width: 100%;
  }
}
.archiv-item {
  position: relative;
}
.archiv-item .download_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  padding: 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.archiv-item .download_container .icon {
  color: #ff9900;
  margin-bottom: 15px;
}
.archiv-item .download_container p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.archiv-item:hover .download_container {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
}

.quote strong {
  font-weight: 700;
  line-height: 1.6;
}

.rating {
  display: inline-block;
}
.rating__item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px 10px 0;
  border-bottom: 2px solid #757575;
}
.rating__item .rating__stars {
  display: flex;
  margin-right: 40px;
  margin-left: -2px;
}
.rating__item .rating__stars .rating__star {
  margin: 0 2px;
  width: 22px;
  height: 21px;
}
.rating__item .rating__stars .rating__star:before {
  content: "";
  width: 22px;
  height: 21px;
}
.rating__item .rating__stars .rating__star.icon--star-full:before {
  content: url(../Img/star--full.png);
}
.rating__item .rating__stars .rating__star.icon--star-half:before {
  content: url(../Img/star--half.png);
}
.rating__item .rating__stars .rating__star.icon--star-blank:before {
  content: url(../Img/star--blank.png);
}
.rating__item .rating__value {
  width: 50px;
  margin-right: 90px;
}
@media (max-width: 575px) {
  .rating .rating__value {
    margin-right: unset;
  }
  .rating .rating__label {
    flex-basis: 100%;
    margin-top: 10px;
  }
}

.rateconfig {
  padding: 20px;
  border: 2px solid #ff9900;
  background: #fff;
}
.rateconfig__inner {
  display: flex;
  flex-wrap: wrap;
}
.rateconfig__inner strong {
  margin-bottom: 5px;
  display: inline-block;
}
.rateconfig__options {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .rateconfig__options {
    margin-top: 20px;
    border-top: solid 2px #ff9900;
    padding-top: 20px;
  }
}
.rateconfig.active--strom .rateconfig__options--strom {
  display: flex;
}
.rateconfig.active--gas .rateconfig__options--gas {
  display: flex;
}
.rateconfig.active--waerme .rateconfig__options--waerme {
  display: flex;
}
.rateconfig .radios {
  display: flex;
  flex-wrap: wrap;
  min-height: 50px;
  position: relative;
}
.rateconfig .radios__info {
  position: relative;
}
.rateconfig .radios label {
  transition: all 0.1s;
}
.rateconfig .radios label .icon {
  pointer-events: none;
}
.rateconfig .radios--type {
  flex-direction: column;
}
.rateconfig .radios--type label {
  width: 100%;
  height: 68px;
  border: 2px solid #E4DAD4;
  background: #E4DAD4;
  color: #757575;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.rateconfig .radios--type label span {
  margin-left: 15px;
  font-weight: 500;
}
.rateconfig .radios--type label:hover {
  color: #ff9900;
}
.rateconfig .radios--type .radio-check:last-of-type label {
  margin-bottom: 0;
}
.rateconfig .radios--type .radio-check input:checked + label {
  color: #ff9900;
  background: #fff;
  border-color: #ff9900;
}
@media (max-width: 991px) {
  .rateconfig .radios--type .radio-check {
    flex: 1;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .rateconfig .radios--type .radio-check:nth-child(2) {
    margin: 0 6px;
  }
}
@media (max-width: 991px) {
  .rateconfig .radios--type {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: solid 2px #ff9900;
    margin-bottom: 12px;
  }
}
.rateconfig .radios--person .radio-check.active label, .rateconfig .radios--person .radio-check.hover label {
  color: #ff9900;
}
.rateconfig .radios--person .radio-check label {
  margin-right: 2px;
}
.rateconfig .radios--sm, .rateconfig .radios--person {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 12px;
}
.rateconfig .radios--sm label, .rateconfig .radios--person label {
  cursor: pointer;
  color: #E4DAD4;
}
.rateconfig .radios--sm label:hover, .rateconfig .radios--person label:hover {
  color: #ff9900;
}
.rateconfig .radios--sm .icon {
  margin-right: 15px;
}
.rateconfig .radios .radio-check {
  display: inline-flex;
}
.rateconfig .radios .radio-check input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.rateconfig .radios .radio-check input:checked + label {
  color: #ff9900;
}
.rateconfig input[type=text],
.rateconfig input[type=number] {
  width: 100%;
  line-height: 42px;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  background: #E4DAD4;
  color: #3B3B3B;
  border: none;
}
@media (min-width: 992px) {
  .rateconfig .grid-cell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .rateconfig .grid-cell-2-5 {
    border-right: 2px solid #ff9900;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rateconfig .grid-cell-2-5 {
    width: 50%;
    max-width: 50%;
    padding-bottom: 20px;
    border-bottom: 2px solid #f90;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .rateconfig .grid-cell-2-5 {
    padding-left: 0;
  }
}
.rateconfig .grid-cell-2-5:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  .rateconfig .grid-cell-3 {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rateconfig .grid-cell-3 {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .rateconfig .grid-cell-4 {
    width: 50%;
    max-width: 50%;
  }
}
.rateconfig .grid-cell:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.rateconfig .grid-cell:last-of-type a {
  text-decoration: none;
  margin-left: 5px;
  text-align: right;
}
.rateconfig .grid-cell:last-of-type a strong {
  font-weight: 500;
  white-space: nowrap;
  hyphens: none;
  position: relative;
  margin-bottom: 0;
}
.rateconfig .grid-cell:last-of-type a .icon {
  color: #ff9900;
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.2s;
}
.rateconfig .grid-cell:last-of-type a:hover .icon {
  transform: translateX(8px);
}
.rateconfig--display .tarif {
  font-size: 16px;
}
.rateconfig--display .tarif--description {
  font-size: 15px;
}
.rateconfig .key,
.rateconfig .icon--close {
  display: none;
}
.rateconfig--sticky {
  position: fixed;
}
.rateconfig--sticky .rateconfig__inner {
  display: none;
}
@media (min-width: 1024px) {
  .rateconfig--sticky {
    left: 256px;
    max-width: calc(100vw - 350px);
  }
}
@media (max-width: 1023px) {
  .rateconfig--sticky {
    left: -46px;
    max-width: calc(100vw - 50px);
    display: none;
  }
}
.rateconfig--sticky {
  width: 0;
}
.rateconfig--sticky section {
  display: none;
}
.rateconfig--sticky .icon--close {
  display: block;
}
@media (min-width: 1024px) {
  .rateconfig--sticky .icon--close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .rateconfig--sticky .icon--close {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 575px) {
  .rateconfig--sticky .icon--close {
    top: 10px;
    right: 10px;
  }
}
.rateconfig--sticky .icon--close {
  opacity: 0;
  visibility: hidden;
  color: #ff9900;
}
.rateconfig--sticky {
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 99;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 5px 0 16px 0 rgba(0, 0, 0, 0.21);
}
@media (min-width: 1024px) {
  .rateconfig--sticky.active {
    transform: translate(3%, -50%);
  }
}
@media (max-width: 1023px) {
  .rateconfig--sticky.active {
    transform: translate(8%, -50%);
  }
}
@media (max-width: 575px) {
  .rateconfig--sticky.active {
    transform: unset;
    width: 100%;
    left: 0px;
    max-width: 100%;
    top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-top: 40px;
  }
}
.rateconfig--sticky.active .rateconfig__inner {
  display: flex;
}
.rateconfig--sticky.active {
  width: auto;
}
.rateconfig--sticky.active section {
  display: block;
}
.rateconfig--sticky.active .icon--close {
  opacity: 1;
  visibility: visible;
}
.rateconfig--sticky.active .key {
  opacity: 0;
  visibility: hidden;
  border-left: solid 2px #ff9900;
  border-top: solid 2px #ff9900;
  border-right: solid 2px #ff9900;
}
.rateconfig--sticky .key {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: -89px;
  top: 34px;
  display: block;
  padding: 15px;
  transform: rotate(90deg);
  background-color: #fff;
  cursor: pointer;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px -13px 17px 0 rgba(0, 0, 0, 0.21);
}
.rateconfig--sticky .key:hover {
  border-left: solid 2px #ff9900;
  border-top: solid 2px #ff9900;
  border-right: solid 2px #ff9900;
}
.redirect.bg--orange i {
  color: #fff;
}
.redirect.bg--orange .border-left:before {
  background: #fff;
}
.redirect.bg--orange .card__inner {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
.redirect.bg--orange .card__inner h2:before, .redirect.bg--orange .card__inner h3:before, .redirect.bg--orange .card__inner h4:before, .redirect.bg--orange .card__inner h5:before {
  background: #fff;
}
.redirect.bg--orange .card__inner h2:after, .redirect.bg--orange .card__inner h3:after, .redirect.bg--orange .card__inner h4:after, .redirect.bg--orange .card__inner h5:after {
  background: rgba(255, 255, 255, 0.4);
}
.redirect.bg--orange .swiper__nav {
  color: #fff;
}
.redirect .border-left {
  margin-left: 17px;
}
.redirect strong {
  margin: 10px 0 20px 0;
  display: inline-block;
}
.redirect.smaller--box .grid-cell-6 {
  width: 40%;
  max-width: 40%;
  padding-right: 60px;
}
.redirect .card--with-image .card__header {
  background-color: #E4DAD4;
}
.redirect .card--with-image .card__header .h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  padding: 5px 5px 0 10px;
  margin-bottom: 0;
}
.redirect .card--with-image .card__header .h2 .headline--number {
  grid-column: 1;
  padding-right: 2px;
  white-space: nowrap;
  font-weight: inherit;
}
.redirect .card--with-image .card__header .h2 .headline-text {
  grid--column: 2;
}
.redirect .card--with-image .card__header .h2:before {
  left: 0;
}
.redirect .card--with-image .card__header .h2:after {
  left: 0px;
}
.redirect .card--with-image .card__image:before {
  display: none;
}
.redirect .card--with-image .card__image:after {
  display: none;
}
@media (max-width: 767px) {
  .redirect .card--with-image .card__text p.h2 {
    margin-bottom: 10px;
  }
}
.redirect .card--with-image .card__text p:not(.h2) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575px) {
  .redirect .card--with-image .card__text {
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
    position: static;
  }
  .redirect .card--with-image .card__text p.h2 {
    font-size: 28px;
  }
  .redirect .card--with-image .card__text p:not(.h2) {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 399px) {
  .redirect .card--with-image .card__text h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .redirect .card--with-image .card__text h4:before, .redirect .card--with-image .card__text h4:after {
    bottom: 7px;
  }
  .redirect .card--with-image .card__text p.h2 {
    font-size: 22px;
  }
}
.redirect .card--with-image:hover .card__text p.h2 {
  font-weight: 400;
}
.redirect .card--with-image:hover .card__text p:not(.h2) {
  opacity: 1;
  visibility: visible;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[data-aos^=move][data-aos^=move] {
  transition-property: transform;
}
[data-aos^=move][data-aos^=move].aos-animate {
  transform: none;
}

[data-aos=move-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=move-left] {
  transform: translate3d(100%, 0, 0);
}

.simplebar-track.simplebar-vertical {
  width: 8px;
}

.simplebar-scrollbar:before {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  height: calc(100% - 50px);
}

.section {
  max-width: 100vw;
  position: relative;
  background: #fff;
}
.section.fullwidth {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.section__wrapper {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .section__wrapper {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
.section__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1719px) {
  .section__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .section__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section.infobox--center .section__container > .grid-cell {
  align-items: center !important;
  height: 100%;
}
.section.infobox--center .image img {
  padding: 0 0 30px 10px;
}
.section.section--infobox {
  position: relative;
}
.section.section--infobox .section__container {
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: end;
  background: #E4DAD4;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.section.section--infobox .section__container > .grid-cell:first-child {
  padding: 28px 32px !important;
}
.section.section--infobox .section__container > .grid-cell {
  margin: 0 !important;
  padding: 0;
  width: auto;
  max-width: none;
}
.section.section--infobox .section__container > .grid-pre-1 {
  margin-left: 0 !important;
}
.section.section--infobox .section__container > .grid-cell:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.section.section--infobox .image {
  margin: 0;
}
.section.section--infobox .image img {
  display: block;
  width: 100%;
  height: auto;
}
.section.section--infobox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 300px;
  height: 60px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 160'><path d='M0,0 Q150,160 300,0 Z' fill='%23e4dad4'/></svg>") no-repeat center;
  background-size: contain;
}
@media (max-width: 992px) {
  .section.section--infobox .section__container {
    grid-template-columns: 1fr;
  }
  .section.section--infobox .section__container > .grid-cell:first-child {
    padding: 20px !important;
  }
  .section.section--infobox::after {
    display: none;
  }
}
.section.section--infobox.bg--gray-light {
  background: transparent !important;
}
.section .grid-cell.ce-ctype-table h3 {
  font-size: 24px;
  font-weight: 300;
}
.section .grid-cell.grid-cell-full-mobile {
  padding-right: 0;
}
.section.section--factlist h2.border-left {
  position: relative;
  padding-left: 60px;
}
.section.section--factlist h2.border-left:before {
  left: 42px !important;
}
.section.section--factlist .header {
  background: #E4DAD4;
}
@media (max-width: 767px) {
  .section.section--factlist .image .grid-cell {
    padding-right: 10px;
  }
}
.section.section--factlist.image .header {
  background: #E4DAD4;
}
.section.section--factlist.image .image {
  border-top: #ff9900 2px solid;
  position: relative;
}
.section__container {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  min-width: 100%;
}
.section {
  max-width: 100vw;
}
#page-content .section:first-child.spacing-t-medium {
  margin-top: 80px !important;
}
@media (max-width: 1023px) {
  #page-content .section:first-child.spacing-t-medium {
    margin-top: 0 !important;
  }
}

.result-item:not(:last-of-type) {
  border-bottom: solid 2px #757575;
}
.result-item p svg {
  height: 28px;
  margin: 0 2px;
  position: relative;
  top: 5px;
  width: 23px;
}
.result .nav--tabs ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  flex-direction: column;
}
.result .nav--tabs ul li {
  padding: 0 0 15px 0;
}
@media (min-width: 1024px) {
  .result .nav--tabs ul li h5 {
    margin-bottom: 10px;
  }
}
.result .nav--tabs ul li .form--check {
  margin-top: 0;
}
.result .nav--tabs ul li .form--check input {
  position: absolute;
}
.result .nav--tabs ul li .form--check label {
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.result .nav--tabs ul li + li h5 {
  margin-top: 20px;
}

.tag {
  display: inline-block;
  padding: 5px 30px 0;
  font-weight: 600;
  background-color: #fff;
  text-transform: uppercase;
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
  border-radius: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: auto;
}
@media (min-width: 1024px) {
  .sidebar {
    width: 300px;
    min-height: 100vh;
  }
  .sidebar .search .icon--search {
    display: none;
  }
  .sidebar .kontrast_mobile icon--kontrast {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    z-index: 99999;
  }
  .sidebar .search .icon--search {
    display: block;
  }
  .sidebar .kontrast_mobile icon--kontrast {
    display: block;
  }
}
.sidebar .header__wrapper {
  padding: 0;
}
@media (max-width: 1023px) {
  .sidebar .header__wrapper .header__container {
    background-color: #fff;
  }
  .sidebar .header__wrapper .header__container .nav__wrap {
    width: 100%;
  }
}
.sidebar .search {
  position: absolute;
  right: 80px;
  top: 15px;
  padding: 10px;
  z-index: 3;
}
.sidebar .search i {
  width: 30px;
  height: 30px;
  color: #ff9900;
}
.sidebar .kontrast_mobile {
  position: absolute;
  right: 120px;
  top: 18px;
  padding: 10px;
  z-index: 3;
}
.sidebar .kontrast_mobile i {
  width: 30px;
  height: 30px;
  color: #ff9900;
}
.sidebar .kontrast_mobile svg {
  transform: scale(1.3);
}
.sidebar .search--form {
  display: none;
}
.sidebar .search--form__inner {
  background: #fff;
  border: solid 2px #ff9900;
  padding: 45px 20px 25px 40px;
  position: relative;
  z-index: 1;
}
.sidebar .search--form form {
  margin-left: 0;
  display: flex;
}
.sidebar .search--form form .fieldset--search {
  flex-grow: 1;
  margin-right: 15px;
}
.sidebar .search--form form input {
  margin-bottom: 20px;
  padding: 15px 12px 15px !important;
  background-color: #E4DAD4 !important;
  height: 42px !important;
}
.sidebar .search--form form .button {
  margin-top: 10px !important;
}
.sidebar .search--form i {
  color: #ff9900;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}
@media (min-width: 1024px) {
  .sidebar .search--form {
    left: calc((100vw - 310px) / 2);
    position: absolute;
    width: 700px;
    transform: translateX(-7%);
  }
}
@media (max-width: 374px) {
  .sidebar .search--form .form {
    flex-direction: column;
    align-items: flex-end;
  }
  .sidebar .search--form .form .fieldset--search {
    width: 100%;
    margin-right: 0;
  }
  .sidebar .search--form .form .button {
    margin-top: 0 !important;
  }
}
.sidebar .logo {
  margin-left: 30px;
  margin-right: 40px;
  position: relative;
  z-index: 32;
}
@media (min-width: 1024px) {
  .sidebar .logo {
    margin-top: 60px;
    display: block;
  }
}
@media (max-width: 1023px) {
  .sidebar .logo {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media (max-width: 399px) {
  .sidebar .logo {
    width: 150px;
  }
}
@media (max-width: 499px) {
  .sidebar .logo {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .sidebar .header__wrapper {
    transform: translateY(-160%);
    position: fixed;
    top: 79px;
    left: 0;
    height: auto;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.sidebar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.21);
  pointer-events: none;
  z-index: 32;
}

#search__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}

.search-is-visible {
  overflow: hidden;
}
.search-is-visible main {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.search-is-visible .search--form {
  display: block;
}
@media (max-width: 1023px) {
  .search-is-visible .sidebar .header__wrapper {
    top: 167px;
  }
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .swiper-wrapper {
  cursor: grab;
}
.slider .home_slider_link {
  font-size: 25px;
}
.slider .home_slider_link:hover {
  color: #ff9900;
}
.slider--mainstage {
  height: 62rem;
}
.slider--mainstage .swiper-slide {
  height: 62rem;
}
@media (min-width: 1024px) {
  .slider--mainstage {
    height: 62rem;
    width: 100%;
    object-fit: cover;
  }
  .slider--mainstage .swiper-slide {
    height: 62rem;
  }
}
@media (min-width: 1280px) {
  .slider--mainstage {
    height: 62rem;
    width: 100%;
    object-fit: cover;
  }
  .slider--mainstage .swiper-slide {
    height: 62rem;
  }
}
@media (min-width: 1600px) {
  .slider--mainstage {
    height: 82rem;
  }
  .slider--mainstage .swiper-slide {
    height: 82rem;
  }
}
.slider--mainstage .header__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.slider--mainstage-cards {
  position: relative;
  bottom: 0px;
  left: 0;
  z-index: 3;
}
.slider--mainstage-cards .card__inner {
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .slider--mainstage-cards .swiper-wrapper {
    display: block !important;
  }
  .slider--mainstage-cards .swiper-slide {
    display: block !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .slider--mainstage-cards .swiper__nav--wrapper {
    display: none !important;
  }
}
.slider--mainstage .swiper__nav--wrapper {
  position: absolute;
  bottom: 10px;
  right: 50px;
  background: white;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.slider--mainstage .swiper__counter {
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 4px;
  letter-spacing: 0.1em;
}
.slider--mainstage .swiper__nav {
  width: 36px;
  height: 37px;
  color: #002776;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
  user-select: none;
}
.slider--mainstage .swiper__nav--prev {
  left: 0;
  cursor: pointer;
  color: #ff9900;
}
.slider--mainstage .swiper__nav--prev .icon {
  height: 3.6rem;
  stroke-width: 8;
}
.slider--mainstage .swiper__nav--prev--white {
  left: 0;
}
@media (max-width: 1023px) {
  .slider--mainstage .swiper__nav--prev {
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.slider--mainstage .swiper__nav--next {
  right: 0;
  cursor: pointer;
  color: #ff9900;
}
.slider--mainstage .swiper__nav--next .icon {
  height: 3.6rem;
  stroke-width: 8;
}
.slider--mainstage .swiper__nav--next--white {
  right: 0;
}
@media (max-width: 1023px) {
  .slider--mainstage .swiper__nav--next {
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.slider--downloads .swiper__nav {
  position: absolute;
  height: 100%;
  width: 10%;
  top: 0;
  z-index: 2;
}
.slider--downloads .swiper__nav--prev {
  left: 0;
  cursor: url("../Img/arrow-slider-prev-orange.png") 100 60, pointer;
}
.slider--downloads .swiper__nav--prev--white {
  cursor: url("../Img/arrow-slider-prev.png") 100 60, pointer;
}
.slider--downloads .swiper__nav--next {
  right: 0;
  cursor: url("../Img/arrow-slider-next-orange.png") 100 60, pointer;
}
.slider--downloads .swiper__nav--next--white {
  right: 0;
  cursor: url("../Img/arrow-slider-next.png") 100 60, pointer;
}
.slider--horizontal {
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: visible;
}
.slider--horizontal .swiper-slide {
  width: 300px;
  height: auto;
  margin-left: 30px;
  box-sizing: border-box;
}
.slider--horizontal .swiper-slide .t-a-c {
  flex-direction: column;
  align-items: center;
  display: block;
}
.slider--horizontal .swiper-slide .t-a-c .a {
  display: block;
  max-width: 100%;
  background: #fff;
}
.slider--horizontal .swiper-slide .t-a-c h2 {
  background: #fff;
  font-size: 1.3em;
}
.slider--horizontal .swiper-wrapper {
  overflow: visible;
}
.slider--horizontal .swiper__nav {
  position: absolute;
  top: 33%;
  transform: translateY(-30%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 2;
}
.slider--horizontal .swiper__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider--horizontal .swiper__nav--prev {
  left: 8px;
  cursor: pointer;
}
.slider--horizontal .swiper__nav--next {
  right: -24px;
  cursor: pointer;
}
.slider--horizontal .swiper__nav i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slider--horizontal .swiper__nav svg {
  width: 14px;
  height: 14px;
  fill: #3B3B3B;
  stroke: #3B3B3B;
  stroke-width: 4;
}
.slider--horizontal .swiper__nav:hover {
  background: #f5f5f5;
  color: #ff9900;
}
.slider--horizontal .swiper__nav:hover svg,
.slider--horizontal .swiper__nav:hover svg path,
.slider--horizontal .swiper__nav:hover svg use {
  fill: #ff9900;
  stroke: #ff9900;
}
.slider--horizontal .swiper__pagination {
  margin-top: 25px;
}
.slider--horizontal .swiper__pagination .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}
.slider--horizontal .swiper__pagination .swiper-pagination-bullet-active {
  background: #ff9900;
  width: 15px;
  height: 15px;
}
.slider--info {
  padding-left: 50px;
  padding-right: 50px;
}
.slider--info .swiper-slide {
  width: 30% !important;
}
.slider--info .swiper-slide p,
.slider--info .swiper-slide a {
  display: none;
}
.slider--info .swiper-slide.swiper-slide-active {
  width: 40% !important;
}
.slider--info .swiper-slide.swiper-slide-active p,
.slider--info .swiper-slide.swiper-slide-active a {
  display: block;
}
.slider--info .swiper-slide .card__inner {
  background-color: transparent;
  box-shadow: none;
  padding: 10px;
  margin: 10px;
}
.slider--info .swiper__nav {
  background: none;
  display: inline-block;
  width: 23px;
  height: 48px;
  cursor: pointer;
}
.slider--info .swiper__nav .icon {
  color: #ff9900;
}
.slider--redirect {
  margin: 0 -20px;
  padding: 0 20px 70px 20px;
  position: relative;
  z-index: 1;
}
.slider--redirect .slider__dots {
  position: absolute;
  width: 60%;
  left: 20%;
  z-index: 98;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider--redirect .slider__dots .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
  background: none;
}
.slider--redirect .slider__dots .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff9900;
  transition: all 0.2s;
  transform: scale(0.5);
}
.slider--redirect .slider__dots .swiper-pagination-bullet-active:before {
  transform: scale(1);
}
.slider--redirect .swiper__nav {
  height: 37px;
  width: 16px;
  top: 54%;
}
.slider--redirect .swiper__nav--prev {
  background: url("../Img/arrow-left-orange.png");
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider--redirect .swiper__nav--prev {
    left: -5px;
  }
}
.slider--redirect .swiper__nav--prev--white {
  left: 0;
  background: url("../Img/arrow-left-white.png") no-repeat;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider--redirect .swiper__nav--prev--white {
    left: 0;
  }
}
.slider--redirect .swiper__nav--next {
  background: url("../Img/arrow-right-orange.png");
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider--redirect .swiper__nav--next {
    right: 0;
  }
}
.slider--redirect .swiper__nav--next--white {
  right: 0;
  background: url("../Img/arrow-right-white.png") no-repeat;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider--redirect .swiper__nav--next--white {
    right: 0;
  }
}
.slider--redirect.slider--with-3 .swiper__nav {
  display: none;
}

.header--mainstage .slider__dots {
  position: absolute;
  width: 60%;
  left: 20%;
  z-index: 200;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--mainstage .slider__dots .swiper-pagination-bullet {
  display: none;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
  background: none;
}
.header--mainstage .slider__dots .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff9900;
  transition: all 0.2s;
  transform: scale(0.5);
}
.header--mainstage .slider__dots .swiper-pagination-bullet-active:before {
  transform: scale(1);
}
@media (max-width: 575px) {
  .header--mainstage .slider__dots {
    top: -10px;
  }
}

.bg--orange .slider--redirect .slider__dots .swiper-pagination-bullet:before {
  background: #fff;
}

.quick-contact {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
}
.quick-contact .contact--icon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 54px;
  height: 50px;
  background: #fff;
  padding: 5px 7px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: -5px 11px 50px -9px #000000;
  box-shadow: -5px 11px 50px -9px #000000;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  transition: width 0.3s ease-in, height 0.3s ease-in;
}
.quick-contact .contact--icon .icon {
  position: relative;
  top: 0;
  right: 0;
}
.quick-contact .contact--icon svg {
  fill: #ff9900;
}
.quick-contact .contact--modal {
  background: #ff9900;
  padding: 0;
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}
.quick-contact .contact--modal .link--tertiary:hover {
  color: #fff !important;
}
.quick-contact:hover .contact--modal {
  width: 275px;
  height: auto;
  padding: 20px 15px;
}
.quick-contact:hover .contact--icon {
  width: 70px;
  height: 70px;
  opacity: 0;
}

table {
  margin-bottom: 30px;
}
table tr td {
  padding: 5px;
}
table tr td:first-of-type {
  padding-right: 50px;
}
table tr:nth-child(even) {
  background: #e3e3e3;
}

@media (max-width: 1023px) {
  .table--jobs {
    width: 100% !important;
    max-width: 100% !important;
  }
  .table--jobs thead {
    border-bottom: solid 0px transparent !important;
  }
}
.table--jobs tr.hide {
  visibility: collapse;
  opacity: 0;
  max-height: 0;
  border: none;
}
.table--jobs tr.hide td {
  padding: 0;
}
.table--jobs tr.hide td div {
  max-height: 0;
}
.table--jobs tr.show {
  visibility: visible;
  opacity: 1;
}
.table--jobs tr th {
  text-align: left;
}
@media (max-width: 1023px) {
  .table--jobs tr th {
    display: none;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.table--jobs tr th span {
  display: inline-block;
  line-height: 2;
  font-weight: normal;
  border-bottom: solid 2px #ff9900;
  margin-bottom: -3px;
  min-width: 60%;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .table--jobs tr th span {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.table--jobs tr td {
  position: relative;
  padding-top: 15px;
}
.table--jobs tr td .h5 {
  font-size: 17px;
}
@media (min-width: 1024px) {
  .table--jobs tr td {
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .table--jobs tr td {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.table--jobs tr td .button {
  padding: 11px 30px;
}
.table--jobs tr td:first-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 0;
}
.table--jobs tr td:last-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 25%;
  max-width: 25%;
  padding-right: 10px;
}
.table--jobs tr:hover .icon {
  right: 16px;
}
@media (min-width: 768px) {
  .table--jobs thead {
    border-bottom: 2px solid rgba(255, 153, 0, 0.4);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table--jobs tbody {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: start;
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  .table--jobs tbody {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .table--jobs tbody tr {
    border-bottom: solid 2px #757575;
  }
}
@media (max-width: 1023px) {
  .table--jobs tbody tr {
    border: solid 2px #ff9900;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .table--jobs tbody tr .button {
    margin: 0 auto;
  }
  .table--jobs tbody tr td:first-of-type {
    padding: 15px !important;
  }
  .table--jobs tbody tr td {
    padding: 0 15px 15px 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table--jobs tbody tr {
    width: 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px) {
  .table--jobs tbody tr {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .table--jobs tbody tr td {
    padding-top: 30px;
  }
  .table--jobs tbody tr td p.position--info span {
    display: none;
  }
}
@media (max-width: 1023px) {
  .table--jobs tbody tr td h1, .table--jobs tbody tr td h2, .table--jobs tbody tr td h3, .table--jobs tbody tr td h4, .table--jobs tbody tr td h5, .table--jobs tbody tr td p {
    margin-bottom: 0;
  }
  .table--jobs tbody tr td .button {
    margin-top: 0;
  }
  .table--jobs tbody tr td p.position--info span {
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
  }
}
.table--jobs a {
  text-decoration: none;
}
.table--jobs .icon {
  position: absolute;
  right: 26px;
  color: #000099;
  transition: all 0.2s;
}
.table--infos {
  width: 100%;
}
.table--infos tr td {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.table--infos tr td:first-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.table--infos tr td:last-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  padding-right: 8.33333%;
}
.table--infos tr:nth-child(odd) {
  background: #757575;
  color: #fff;
}
.table--infos tr:hover .icon {
  right: 26px;
}
.table--infos thead {
  border-bottom: 1px solid #3B3B3B;
  font-weight: 600;
}
.table--infos a {
  text-decoration: none;
}
.table--infos .icon {
  position: absolute;
  right: 36px;
  color: #000099;
  transition: all 0.2s;
}
.table--history {
  width: 100%;
}
.table--history tbody {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.table--history tr {
  display: flex;
  border-bottom: 1px solid #757575;
}
.table--history tr td {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.table--history tr td:first-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  font-size: 28px;
}
.table--history tr td:last-of-type {
  flex: 0 0 auto;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (max-width: 575px) {
  .table--jobs tr {
    table-layout: fixed;
  }
  .table--jobs tr td:first-of-type {
    flex: 0 0 auto;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .table--jobs tr td:last-of-type {
    flex: 0 0 auto;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    max-width: 100%;
    padding-right: 80px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .table--jobs tr td {
    display: block !important;
  }
  .table--jobs tr:hover .icon {
    right: 16px;
  }
}
@media (max-width: 991px) {
  .table--history tbody {
    width: 100%;
  }
  .table--history tr td:first-of-type {
    flex: 0 0 auto;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    max-width: 25%;
  }
  .table--history tr td:last-of-type {
    flex: 0 0 auto;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 75%;
    max-width: 75%;
  }
}
.table--gb {
  width: 100%;
}
.table--gb.highlight--2 tr > *:nth-child(2) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714);
}
.table--gb.highlight--3 tr > *:nth-child(3) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714);
}
.table--gb.highlight--4 tr > *:nth-child(4) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714);
}
.table--gb.highlight--6 tr > *:nth-child(6) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714);
}
.table--gb.highlight--7 tr > *:nth-child(7) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714);
}
.table--gb.highlight--16 tr > *:nth-child(16) {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714) !important;
}
.table--gb.min-width-col-1 tr > *:nth-child(1) {
  min-width: 160px;
}
.table--gb tr.empty th,
.table--gb tr.empty td {
  border-bottom: none;
}
.table--gb tr.result th,
.table--gb tr.result td {
  border-top: 2px solid #E4DAD4;
  border-bottom: none;
}
.table--gb tr.highlight td {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714) !important;
}
.table--gb tr.bold-line th,
.table--gb tr.bold-line td {
  border-bottom: 2px solid #E4DAD4;
}
.table--gb tr.break-word th,
.table--gb tr.break-word td {
  white-space: normal !important;
}
.table--gb tr.left th,
.table--gb tr.left td {
  text-align: left !important;
}
.table--gb th,
.table--gb td {
  border-bottom: 1px solid #E4DAD4;
  font-weight: 300;
  padding: 10px !important;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .table--gb th,
  .table--gb td {
    line-height: 1.53;
    font-size: 17px;
    padding: 15px !important;
  }
}
.table--gb th.bold,
.table--gb td.bold {
  font-weight: 600;
}
.table--gb th.highlight,
.table--gb td.highlight {
  background: rgb(235.8685714286, 228.7828571429, 224.5314285714) !important;
}
.table--gb th.no-highlight,
.table--gb td.no-highlight {
  background: transparent !important;
}
.table--gb th.no-border,
.table--gb td.no-border {
  border: none !important;
}
.table--gb th.bold-line,
.table--gb td.bold-line {
  border-bottom: 2px solid #E4DAD4 !important;
}
.table--gb th.info,
.table--gb td.info {
  text-align: left;
  border: none;
  font-size: 14px;
}
.table--gb th {
  text-align: left;
}
@media (min-width: 1600px) {
  .table--gb th:first-child {
    padding-left: 0 !important;
  }
}
.table--gb th.unit {
  text-align: right;
}
.table--gb th.color {
  font-weight: 600;
  color: #fff !important;
}
.table--gb th.list,
.table--gb th .list {
  display: flex;
  flex-direction: row;
}
.table--gb th.list > span:first-child,
.table--gb th .list > span:first-child {
  min-width: 30px;
}
.table--gb td {
  text-align: right;
}
.table--gb thead.first th {
  position: relative;
  text-align: right;
  white-space: nowrap;
}
.table--gb thead.first th:first-child {
  text-align: left;
  white-space: normal;
}
.table--gb thead th {
  vertical-align: bottom;
}

.responsive-table {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .responsive-table {
    overflow-x: hidden;
  }
}
.responsive-table > table {
  width: 150%;
}
@media (min-width: 768px) {
  .responsive-table > table {
    width: 100%;
    overflow-x: hidden;
  }
}
.responsive-table--desktop {
  overflow-x: scroll;
}
.responsive-table--desktop > table {
  margin-bottom: 0;
  width: 300%;
}
@media (min-width: 768px) {
  .responsive-table--desktop > table {
    width: 200%;
    overflow-x: hidden;
  }
}
@media (max-width: 1599px) {
  .responsive-table--table {
    overflow-x: scroll;
  }
  .responsive-table--table > table {
    margin-bottom: 0;
    width: 100%;
  }
}

.scrollbars {
  overflow-y: auto;
  height: auto;
  width: 100%;
}

.scrollbars::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scrollbars::-webkit-scrollbar:vertical {
  width: 11px;
}

.scrollbars::-webkit-scrollbar:horizontal {
  height: 11px;
}

.scrollbars::-webkit-scrollbar-track {
  background: #E4DAD4;
}

.scrollbars::-webkit-scrollbar-thumb {
  /* should match background, can't be transparent */
  background-color: rgba(255, 153, 0, 0.4);
  transition: 0.3s ease-out;
}
.scrollbars::-webkit-scrollbar-thumb:hover {
  background-color: #ff9900;
}

.ce-table caption {
  text-align: left;
  padding: 0.5em 0.75em;
  width: 100%;
  display: block;
}
.ce-table thead th {
  text-align: left;
}
.ce-table.ce-table-bordered thead th {
  text-align: left;
  background-color: #E4DAD4;
  border: 1px solid #bfbdbd;
}

.tabs {
  margin-left: -10px;
  margin-right: -10px;
  min-height: 300px;
  display: flex;
  flex: 1;
}
.tabs .tab {
  cursor: pointer;
  transform-origin: top center;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.4s;
}
.tabs .tab__head {
  transition: all 0.3s;
}
.tabs .tab__head h3 {
  font-size: 15px;
  transition: all 0.3s;
  white-space: nowrap;
}
.tabs .tab__head span {
  font-size: 34px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs .tab__head span:after, .tabs .tab__head span:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(117, 117, 117, 0.4);
}
.tabs .tab__head span:before {
  width: 40px;
  transition: width 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #757575;
}
.tabs .tab__content {
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
  transition-delay: 0s;
  position: absolute;
  max-width: 500px;
  font-size: 15px;
}
.tabs .tab__content p {
  font-size: inherit;
}
.tabs .tab__content .flex {
  display: flex;
  align-items: center;
}
.tabs .tab__content .flex--links {
  align-items: flex-start;
}
.tabs .tab__content .flex--links a {
  max-width: 50%;
  padding-right: 30px;
}
.tabs .tab__content .flex--links a .icon {
  color: #ff9900;
}
.tabs .tab__content .flex--icon {
  align-items: flex-end;
}
.tabs .tab__content .flex p {
  margin-bottom: 0;
}
.tabs .tab__content .flex .icon {
  margin-right: 15px;
}
.tabs .tab:hover .tab__head span:before, .tabs .tab.tab--active .tab__head span:before {
  width: 100%;
}
.tabs .tab:hover .tab__head span:after, .tabs .tab:hover .tab__head span:before, .tabs .tab.tab--active .tab__head span:after, .tabs .tab.tab--active .tab__head span:before {
  background: rgba(255, 153, 0, 0.4);
}
.tabs .tab:hover .tab__head span:before, .tabs .tab.tab--active .tab__head span:before {
  background: #ff9900;
}
.tabs .tab--active {
  width: 60%;
  min-width: 60%;
}
.tabs .tab--active .tab__head span {
  color: #ff9900;
}
.tabs .tab--active .tab__head h3 {
  font-size: 22px;
}
.tabs .tab--active .tab__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  position: relative;
}
.tabs .tab__nav {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .tabs .tab__nav {
    display: none;
  }
}
.tabs .tab__nav--prev {
  left: -40px;
}
.tabs .tab__nav--next {
  right: -40px;
}
.tabs .tab__nav .icon {
  color: #ff9900;
}
@media (max-width: 1279px) {
  .tabs {
    flex-direction: column;
  }
  .tabs .tab {
    min-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.tarife-auswahl__content {
  background: #fff;
  padding: 100px;
}
.tarife-auswahl__price {
  padding: 20px 0px 0px;
  border-bottom: 1px solid #ff9900;
  border-top: 1px solid #ff9900;
}
.tarife-auswahl__box {
  margin: 40px 0px;
  background: #fff;
  padding: 30px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.17);
  top: 30px;
}
.tarife-auswahl__buttons {
  margin-bottom: 15px;
  display: flex;
}
.tarife-auswahl__buttons span {
  background: #E4DAD4;
  width: 50%;
  padding: 20px;
  color: #3B3B3B;
  cursor: pointer;
  font-weight: bold;
}
.tarife-auswahl__buttons .active {
  background: #fff;
  color: #ff9900;
}

.section--teaser--full {
  max-height: 1000px;
  height: calc(100vh - 400px);
  overflow: hidden;
  color: #fff;
}
.section--teaser--full > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  position: absolute;
  top: 0;
}
.section--teaser--full .section__wrapper,
.section--teaser--full .section__container {
  height: 100%;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .section--teaser--full .section__wrapper,
  .section--teaser--full .section__container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.section--teaser--full .section__wrapper > .grid-cell:first-of-type,
.section--teaser--full .section__container > .grid-cell:first-of-type {
  position: relative;
  z-index: 3;
  padding-top: 90px;
}
.section--teaser--full .border--left:before {
  background: #fff;
}
.section--teaser--rc {
  max-height: none;
  height: auto;
}
.section--teaser--rc .rateconfig {
  margin-bottom: 150px;
  margin-left: 20px;
}
.section--teaser .text__fw {
  height: 100%;
}
.section--teaser .text__fw .grid-cell {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 2;
  padding: 2rem;
  background-color: #fff;
  color: #3B3B3B;
}
@media (max-width: 1023px) {
  .section--teaser .text__fw .grid-cell {
    position: relative;
  }
}
.section--teaser .text,
.section--teaser .grid-cell {
  z-index: 999;
  position: relative;
}
.section--teaser .image__fw:after {
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.section--teaser:hover .image__fw:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.section--teaser:not(.image) img {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .section--teaser.image .section__container {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .section--teaser .section__wrapper {
    padding: 0;
  }
  .section--teaser .section__container {
    min-height: 500px;
    padding: 0 15px;
  }
  .section--teaser .section__container p {
    /*max-width: 500px;*/
  }
  .section--teaser .section__container p, .section--teaser .section__container a {
    margin: 0 20px 20px;
  }
  .section--teaser .p-t-40-per {
    padding-top: 10%;
  }
  .section--teaser .p-t-20-per {
    padding-top: 5%;
  }
  .section--teaser .border-left,
  .section--teaser .border-left-white {
    margin-left: 17px;
  }
  .section--teaser [class*=border-right] {
    margin-right: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .section--teaser .grid-pre-1 {
    margin: 1%;
  }
  .section--teaser .grid-cell-5 {
    width: 55%;
    max-width: 55%;
  }
  .section--teaser .grid-cell-3 {
    width: 30%;
    max-width: 30%;
  }
}
.section--teaser.bg--gray-light {
  color: #3B3B3B;
}
.section--teaser.bg--gray-light .border--left:before {
  background: #ff9900;
}

[class*=border--] {
  position: relative;
}
[class*=border--]:before {
  content: "";
  display: block;
  height: 800px;
  width: 2px;
  position: absolute;
  background: #ff9900;
  bottom: 10px;
}

.border--left:before {
  left: -30px;
}

.border--right:before {
  right: -30px;
}

.text ul {
  margin-left: 25px;
}
.text ul li {
  list-style: disc;
}
.text {
  margin-bottom: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5,
.text .h1, .text .h2, .text .h3, .text .h4, .text .h5 {
  line-height: 1.3;
  hyphens: manual;
}
.text p {
  font-size: 17px;
  line-height: 1.5;
}
.text p a {
  text-decoration: none;
  color: #ff9900;
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 1s;
}
@media (max-width: 767px) {
  .text p a {
    white-space: nowrap;
  }
}
.bg--gray-light .text p a {
  color: #fff;
}
.text p a:hover {
  border-color: #ff9900;
}
.bg--gray-light .text p a:hover {
  color: #ff9900;
}
.section--factlist .text p a {
  color: #ff9900;
}

.text--more .h1, .text--more .h2, .text--more .h3, .text--more .h4, .text--more .h5,
.text--more h1, .text--more h2, .text--more h3, .text--more h4, .text--more h5 {
  letter-spacing: 0px;
}
.text--more * {
  transition: all 0.3s ease-in-out;
}
.text--more .show--more {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}
.text--more .show--more:hover {
  font-weight: 500;
}
.text--more .show--more span:first-of-type {
  display: inline-block;
}
.text--more .show--more span:last-of-type {
  display: none;
}
.text--more .show--more-less {
  height: 45px;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}
.text--more.active .show--more span:first-of-type {
  display: none;
}
.text--more.active .show--more span:last-of-type {
  display: inline-block;
}
.text--more.active .show--more .icon {
  transform: rotate(45deg);
}
.text--more.active .show--more-less {
  height: auto;
}

.text--morestartseite {
  padding: 41px;
}
@media (min-width: 1280px) {
  .text--morestartseite {
    max-width: 600px;
    position: absolute;
    top: 20px;
    left: calc(16.66666% + 44px);
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  .text--morestartseite {
    position: relative;
    margin-top: 30px;
  }
}

.bg--orange .text p a {
  color: #fff;
  text-decoration: underline;
}

.text .orange,
.ce-bodytext .orange {
  color: #ff9900;
}
.text .darkblue,
.ce-bodytext .darkblue {
  color: darkblue;
}
.text .big,
.ce-bodytext .big {
  font-size: 2em;
}
.text .verybig,
.ce-bodytext .verybig {
  font-size: 3em;
}

.ce-textpic.ce-left {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  position: relative;
  min-width: 100%;
}
.ce-textpic.ce-left .ce-icon,
.ce-textpic.ce-left .ce-gallery,
.ce-textpic.ce-left .ce-bodytext {
  flex: 0 0 auto;
  position: relative;
}
.ce-textpic.ce-left .ce-icon h2.p-t-100,
.ce-textpic.ce-left .ce-icon h3,
.ce-textpic.ce-left .ce-gallery h2.p-t-100,
.ce-textpic.ce-left .ce-gallery h3,
.ce-textpic.ce-left .ce-bodytext h2.p-t-100,
.ce-textpic.ce-left .ce-bodytext h3 {
  padding-top: 20px;
}
.ce-textpic.ce-left .ce-icon .grid-cell,
.ce-textpic.ce-left .ce-gallery .grid-cell,
.ce-textpic.ce-left .ce-bodytext .grid-cell {
  padding-left: 0;
}
.ce-textpic.ce-left .ce-bodytext {
  width: 60%;
}
.ce-textpic.ce-left .ce-gallery {
  padding-top: 10px;
}
.ce-textpic.ce-left .icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: 14px;
}

.tippy-box[data-theme~=orange] {
  color: #fff;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #ff9900;
  padding: 20px;
  border-radius: 10px;
  max-width: 180px;
  font-size: 15px;
  line-height: 1.27;
}

.tippy-box[data-theme~=orange][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #ff9900;
}

.tippy-box[data-theme~=orange][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #ff9900;
}

.tippy-box[data-theme~=orange][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #ff9900;
}

.tippy-box[data-theme~=orange][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #ff9900;
}

.tippy-box[data-theme~=orange] > .tippy-backdrop {
  background-color: #ff9900;
}
.tippy-box[data-theme~=orange] > .tippy-svg-arrow {
  fill: #ff9900;
}

.tippy-box[data-animation=scale-extreme][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale-extreme][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale-extreme][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale-extreme][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale-extreme][data-state=hidden] {
  transform: scale(0);
  opacity: 0.25;
}

.ce-section-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  gap: 12px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.ce-section-menu li {
  flex: 0 0 auto;
}
.ce-section-menu a {
  display: block;
  text-align: center;
  padding: 12px 24px;
  color: #3B3B3B;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.ce-section-menu a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.ce-section-menu a:focus-visible {
  outline: 2px solid #000099;
  outline-offset: 2px;
}
.ce-section-menu li.is-active > a,
.ce-section-menu a[aria-current=true] {
  background: rgba(0, 0, 0, 0.07);
}
@media (max-width: 640px) {
  .ce-section-menu {
    padding: 6px;
    gap: 8px;
  }
  .ce-section-menu a {
    padding: 10px 14px;
    font-size: 0.95rem;
  }
}

.videoplayer {
  position: relative;
  width: 100%;
}
.videoplayer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}
.videoplayer__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.videoplayer__inner video {
  width: 100%;
  max-width: 100%;
}
.videoplayer__content video {
  width: auto;
  aspect-ratio: auto;
}
.videoplayer__play {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  display: block;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: scale(1);
  transform-origin: center;
  cursor: pointer;
  transition: all 0.2s;
}
.videoplayer__play .icon {
  fill: #ff9900;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.videoplayer__play:hover {
  transform: scale(1.1);
}
.videoplayer__thumb {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 171px);
}
.videoplayer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoplayer {
  /*&__thumbnail{
      z-index: 5;
      position: relative;
      width: 100%;
      height: auto;
      img{
          display: block;
      }
      .play{

      }
  }*/
}
.videoplayer--is-playing iframe {
  z-index: 6;
  opacity: 1;
}
.videoplayer--is-playing .videoplayer__inner {
  opacity: 1;
  visibility: visible;
}
.videoplayer--is-playing .videoplayer__content {
  position: relative;
  visibility: visible;
}
.videoplayer--is-playing .videoplayer__thumb,
.videoplayer--is-playing .videoplayer__play {
  display: none;
}
.videoplayer + .content__caption {
  margin-top: 0;
}
.videoplayer .content__caption {
  margin-top: 0;
}
.videoplayer--is-loading .videoplayer__play {
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.videoplayer--is-loading .videoplayer__play svg {
  opacity: 0;
}

/*@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}*/
/*@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}*/
.vorteilpluslabel {
  display: block !important;
}
.vorteilpluslabel a {
  text-decoration: underline;
}

.vorteilplusbox {
  text-align: center;
  padding: 40px;
}
.vorteilplusbox .code {
  margin: 20px 0px;
  padding: 20px 0px;
  border: 1px solid #fff;
}

/**
 * Grid Colums Space Color and Border
 *  grid-cell-bg-gray grid-cell-border-brand grid-cell-space-medium
 */
.grid__column.column-pre-1 .grid-cell .grid-cell h2 {
  font-size: 24px;
}
.grid__column.column-pre-1 .grid-cell .border-left:before {
  display: none;
}
.grid__column.column-pre-1 .grid-cell.t-a-c .grid-cell {
  padding-right: 0;
}
@media (min-width: 1280px) {
  .grid__column.column-pre-1 {
    margin-left: 8.3333333333%;
  }
  .grid__column.column-pre-1 .grid-cell {
    padding-left: 0;
  }
  .grid__column.column-pre-1 .grid-cell h2 {
    font-weight: normal;
    font-size: 28px;
  }
  .grid__column.column-pre-1 .grid-cell .grid-cell h2 {
    font-size: 24px;
  }
  .grid__column.column-pre-1 .grid-cell .p-t-100 {
    padding-top: 30px;
  }
  .grid__column.column-pre-1 .grid-cell .border-left:before {
    display: none !important;
  }
}
.grid__column.grid__column-space-medium .grid-cell {
  padding: 0px;
}
.grid__column.grid__column-space-medium .grid-cell .ce-bodytext {
  padding: 0 18px;
}
.grid__column.grid__column-space-big .grid-cell {
  padding: 0px;
}
.grid__column.grid__column-space-big .grid-cell .ce-bodytext {
  padding: 0 18px;
}
.grid__column.grid__column-bg-gray .grid-cell {
  background-color: #e4dad4;
}
.grid__column.grid__column-bg-brand .grid-cell {
  background-color: #FE8F11;
}
.grid__column.grid__column-bg-brand .grid-cell .button {
  color: #ff9900;
}
.grid__column.grid__column-bg-brand .grid-cell .button:before {
  background: #fff;
}
.grid__column.grid__column-bg-brand .grid-cell .button:hover {
  color: #fff;
}
.grid__column.grid__column-bg-brand .grid-cell .button:hover:after {
  color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M8.8,9.4c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1l-6-5C2.2,3.9,1.6,3.9,1.2,4.3C0.9,4.8,0.9,5.4,1.3,5.8L6.5,10 l-5.1,4.2c-0.4,0.4-0.5,1-0.1,1.4C1.5,15.9,1.7,16,2,16c0.2,0,0.5-0.1,0.6-0.2l6-5C9.1,10.4,9.1,9.8,8.8,9.4z'/%3E%3C/svg%3E%0A");
}
.grid__column.grid__column-border-gray .grid-cell {
  border: 1px solid #e4dad4;
}
.grid__column.grid__column-border-brand .grid-cell {
  border: 1px solid #FE8F11;
}
.grid__column .grid-cell.grid-cell-bg-brand {
  background-color: #FE8F11;
}
.grid__column .grid-cell.grid-cell-bg-brand .button {
  color: #ff9900;
}
.grid__column .grid-cell.grid-cell-bg-brand .button:before {
  background: #fff;
}
.grid__column .grid-cell.grid-cell-bg-brand .button:hover {
  color: #fff;
}
.grid__column .grid-cell.grid-cell-bg-brand .button:hover:after {
  color: #fff;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 20' style='enable-background:new 0 0 10 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M8.8,9.4c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1-0.1-0.1l-6-5C2.2,3.9,1.6,3.9,1.2,4.3C0.9,4.8,0.9,5.4,1.3,5.8L6.5,10 l-5.1,4.2c-0.4,0.4-0.5,1-0.1,1.4C1.5,15.9,1.7,16,2,16c0.2,0,0.5-0.1,0.6-0.2l6-5C9.1,10.4,9.1,9.8,8.8,9.4z'/%3E%3C/svg%3E%0A");
}
.grid__column .grid-cell.grid-cell-bg-gray {
  background-color: #e4dad4;
}
.grid__column .grid-cell.grid-cell-border-brand {
  border: 1px solid #FE8F11;
}
.grid__column .grid-cell.grid-cell-border-gray {
  border: 1px solid #e4dad4;
}
.grid__column .grid-cell.grid__column-make-hover:hover {
  box-shadow: 5px 5px 5px #e4dad4;
  cursor: pointer;
  z-index: 2;
}

.faqbox .acc--vertical .acc__head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  cursor: pointer;
}
.faqbox .acc--vertical .acc__head .arrow-down-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
}
.faqbox .acc--vertical .acc__head .arrow-down-close:before, .faqbox .acc--vertical .acc__head .arrow-down-close:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #ff9900;
  position: relative;
  transition: 300ms ease-in-out all;
}
.faqbox .acc--vertical .acc__head .arrow-down-close:before {
  transform: rotate(-55deg);
  left: 7px;
  top: -4px;
}
.faqbox .acc--vertical .acc__head .arrow-down-close:after {
  transform: rotate(55deg);
  left: 20px;
  top: -4px;
}
.faqbox .acc--vertical .acc__head h2, .faqbox .acc--vertical .acc__head h3 {
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
  transition: all 0.2s;
  min-height: 60px;
}
.faqbox .acc--vertical .acc__head:hover h2, .faqbox .acc--vertical .acc__head:hover h3 {
  font-weight: 600;
}
.faqbox .acc--vertical .acc__item {
  position: relative;
  border-bottom: none !important;
}
.faqbox .acc--vertical .acc__item--isopen h2, .faqbox .acc--vertical .acc__item--isopen h3 {
  font-weight: 600;
}
.faqbox .acc--vertical .acc__item--isopen .acc__content {
  opacity: 1;
}
.faqbox .acc--vertical .acc__item--isopen .arrow-down-close:before, .faqbox .acc--vertical .acc__item--isopen .arrow-down-close:after {
  height: 30px;
}
.faqbox .acc--vertical .acc__item--isopen .arrow-down-close:before {
  transform: translateX(8px) rotate(-45deg);
}
.faqbox .acc--vertical .acc__item--isopen .arrow-down-close:after {
  transform: translateX(-8px) rotate(45deg);
}
.faqbox .acc--vertical .acc__content {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s;
}
.faqbox .acc--vertical .acc__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .faqbox .acc--vertical {
    padding-left: 10px;
  }
}
.faqbox .acc--horizontal.acc--has-1 .acc__item {
  width: 100%;
}
.faqbox .acc--horizontal.acc--has-2 .acc__item {
  width: 50%;
}
.faqbox .acc--horizontal.acc--has-3 .acc__item {
  width: 33.3333333333%;
}
.faqbox .acc--horizontal.acc--has-4 .acc__item {
  width: 25%;
}
.faqbox .acc--horizontal.acc--has-5 .acc__item {
  width: 20%;
}
.faqbox .acc--horizontal.acc--has-6 .acc__item {
  width: 16.6666666667%;
}
.faqbox .acc--horizontal.acc--has-7 .acc__item {
  width: 14.2857142857%;
}
.faqbox .acc--horizontal.acc--has-8 .acc__item {
  width: 12.5%;
}
.faqbox .acc--horizontal.acc--has-9 .acc__item {
  width: 11.1111111111%;
}
.faqbox .acc--horizontal.acc--has-10 .acc__item {
  width: 10%;
}
.faqbox .acc--horizontal {
  min-height: 600px;
  height: 70vh;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: 50px;
  padding-top: 25px;
}
.faqbox .acc--horizontal a {
  font-weight: 800;
}
.faqbox .acc--horizontal .acc__item {
  height: 100%;
  cursor: pointer;
  z-index: 5;
  position: relative;
  transition: width 0.5s, background 0.5s;
  border-right: 1px solid #fff;
  padding: 20px 10px;
}
.faqbox .acc--horizontal .acc__item:last-of-type {
  border: none;
}
.faqbox .acc--horizontal .acc__item:hover .icon--plus {
  transform: translateX(-50%) scale(1.5);
}
.faqbox .acc--horizontal .acc__item:hover .acc__image {
  opacity: 0.3;
}
.faqbox .acc--horizontal .acc__item .icon {
  transform: scale(1);
  transition: transform 0.3s;
}
.faqbox .acc--horizontal .acc__item .icon--expand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  top: 40%;
  color: #fff;
  z-index: 10;
  width: 35px;
  height: 35px;
}
.faqbox .acc--horizontal .acc__item .icon--expand:hover {
  transform: translateX(-50%) scale(1.2);
}
.faqbox .acc--horizontal .acc__item .icon--close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out 0.6s, transform 0.3s ease 0s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  color: #fff;
}
.faqbox .acc--horizontal .acc__item .icon--close:hover {
  transform: scale(1.3);
}
.faqbox .acc--horizontal .acc__item .acc__number {
  position: absolute;
  top: -21px;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.faqbox .acc--horizontal .acc__item .acc__number span {
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  position: relative;
  bottom: -3px;
}
.faqbox .acc--horizontal .acc__head {
  left: 30px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  z-index: 10;
}
.faqbox .acc--horizontal .acc__head h4 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 50px;
  white-space: nowrap;
}
.faqbox .acc--horizontal .acc__head h5 {
  margin-bottom: 10px;
}
.faqbox .acc--horizontal .acc__head img {
  height: 50px;
  margin-bottom: 20px;
}
.faqbox .acc--horizontal .acc__caption {
  color: #fff;
  right: 50px;
  margin-bottom: 22px;
  transition: all 0.2s;
  opacity: 1;
  transition-delay: 0.5s;
  z-index: 10;
}
.faqbox .acc--horizontal .acc__caption .text p {
  font-size: 15px;
  font-weight: 400;
}
.faqbox .acc--horizontal .acc__caption .phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.faqbox .acc--horizontal .acc__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.faqbox .acc--horizontal .acc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqbox .acc--horizontal .acc__content {
  height: 100%;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-delay: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 991px) {
  .faqbox .acc--horizontal .acc__content {
    left: 40px;
  }
}
.faqbox .acc--horizontal .acc__content > .text {
  padding: 100px 100px 100px 0;
}
.faqbox .acc--horizontal .acc__content > .text h2:before {
  display: none;
}
.faqbox .acc--horizontal .acc__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.faqbox .acc--horizontal .acc__bg:before, .faqbox .acc--horizontal .acc__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  pointer-events: none;
}
.faqbox .acc--horizontal .acc__bg:after {
  height: 100%;
}
.faqbox .acc--horizontal .acc__bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .faqbox .acc--horizontal .acc__caption {
    right: 50px;
    left: 110px;
  }
  .faqbox .acc--horizontal .acc__content {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .faqbox .acc--horizontal:not(.acc--horizontal--events) {
    flex-direction: column;
    height: auto;
    min-height: unset;
  }
  .faqbox .acc--horizontal .acc__item {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-delay: 0s !important;
  }
  .faqbox .acc--horizontal .acc__item .acc__caption {
    display: none;
  }
  .faqbox .acc--horizontal .acc__item .icon--expand {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .faqbox .acc--horizontal .acc__item .icon--close {
    top: 19px;
    right: 31px;
    left: auto;
  }
  .faqbox .acc--horizontal .acc__item .acc__image img {
    object-position: top;
  }
  .faqbox .acc--horizontal .acc__item--is-active .acc__content {
    max-height: 1000px;
    padding-top: 100px;
    padding-bottom: 40px;
    transition-delay: 0s !important;
  }
  .faqbox .acc--horizontal .acc__item--is-active .icon--expand {
    transform: rotate(45deg) !important;
    pointer-events: none;
  }
  .faqbox .acc--horizontal .acc__content {
    position: relative;
    padding: 100px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s !important;
    transition-delay: 0s !important;
    top: 0;
    left: auto;
    width: 100%;
  }
  .faqbox .acc--horizontal .acc__content .button {
    margin-bottom: 30px;
  }
  .faqbox .acc--horizontal .acc__content .text {
    padding: 0;
  }
  .faqbox .acc--horizontal:not(.acc--horizontal--events) .acc__head {
    bottom: 30px;
  }
  .faqbox .acc--horizontal .acc__head {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    text-align: center;
  }
  .faqbox .acc--horizontal .acc__head--inactive {
    display: none;
  }
  .faqbox .acc--horizontal .acc__head h4 {
    margin-bottom: 0;
  }
  .faqbox .acc--horizontal.acc--is-open:not(.acc--horizontal--events) .acc__item {
    width: 100% !important;
  }
  .faqbox .acc--horizontal.acc--is-open .acc__item--is-active .acc__image {
    width: 100%;
    opacity: 0.2 !important;
  }
  .faqbox .acc--horizontal.acc--is-open .acc__item--is-active .acc__content {
    z-index: 5;
    padding: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .faqbox .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active {
    padding-left: unset;
    padding-top: 40px;
  }
  .faqbox .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__head {
    position: relative;
    bottom: unset;
  }
  .faqbox .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__content {
    padding: 20px;
    padding-top: 20px;
  }
}
.faqbox .acc--horizontal-default {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .faqbox .acc--horizontal-default .acc__item {
    width: 100% !important;
  }
  .faqbox .acc--horizontal-default .acc__item:not(.acc__item--is-active) {
    height: 200px;
  }
}
.faqbox .acc--horizontal-default .acc__item .acc__head {
  top: 40px;
  left: 0px;
}
.faqbox .acc--horizontal-default .acc__item .acc__head h2 {
  text-align: initial;
}
.faqbox .acc--horizontal-default .acc__item .acc__number {
  top: 25px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 153, 0, 0.5);
}
.faqbox .acc--horizontal-default .acc__item .acc__number span {
  padding: 0 5px 7px 5px;
  bottom: 2px;
  border-bottom: 2px solid #ff9900;
}
.faqbox .acc--horizontal-default .acc__item .acc__head, .faqbox .acc--horizontal-default .acc__item .acc__number, .faqbox .acc--horizontal-default .acc__item .acc__content {
  position: relative;
  z-index: 2;
}
.faqbox .acc--horizontal-default .acc__item .acc__content {
  margin-top: 100px;
}
.faqbox .acc--horizontal-default .acc__item .acc__content p {
  max-width: 500px;
}
.faqbox .acc--horizontal-default .acc__item .icon--expand {
  color: #ff9900;
}
@media (max-width: 1279px) {
  .faqbox .acc--horizontal-default .acc__item .icon--expand {
    right: 20px;
    top: 80px;
    left: auto;
  }
}
.faqbox .acc--horizontal-default .acc__item .icon--close {
  top: 80px;
  right: 35px;
  color: #ff9900;
}
.faqbox .acc--horizontal-default .acc__item--video .acc__content {
  padding: 70px 0 0 0 !important;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .faqbox .acc--horizontal-default .acc__item--video .acc__content p {
    max-height: 180px;
    overflow-y: scroll;
  }
  .faqbox .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar {
    width: 3px;
  }
  .faqbox .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-thumb {
    background: #ff9900;
    border-radius: 20px;
  }
  .faqbox .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .faqbox .acc--horizontal-default .acc__item--video .acc__content p {
    scrollbar-color: #ff9900 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.faqbox .acc--horizontal-default .acc__item--video .videoplayer {
  margin-bottom: 20px;
}
.faqbox .acc--horizontal-default .acc__bg:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.faqbox .acc--horizontal-default.acc--is-open .acc__head {
  left: 12px;
}
@media (max-width: 1279px) {
  .faqbox .acc--horizontal-default.acc--is-open .acc__item {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .faqbox .acc--horizontal-default.acc--is-open .acc__item--is-inactive {
    width: 60px !important;
  }
}
@media (max-width: 1279px) {
  .faqbox .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: none;
  }
  .faqbox .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .faqbox .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: rotate(-90deg) translateY(16%);
  }
  .faqbox .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: right;
    font-size: 20px;
  }
}
.faqbox .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid #ff9900;
}
.faqbox .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__content {
  margin-top: 0px;
  padding: 100px 0 0 0;
}
.faqbox .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head h2 {
  text-align: left;
}
.faqbox .acc--is-open .acc__item {
  width: 110px !important;
}
.faqbox .acc--is-open .acc__item .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item .icon--open-close {
  display: none;
}
.faqbox .acc--is-open .acc__item--is-active {
  width: 100% !important;
  padding-left: 60px;
  cursor: auto;
}
.faqbox .acc--is-open .acc__item--is-active .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item--is-active .acc__content, .faqbox .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.faqbox .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0s;
}
.faqbox .acc--is-open .acc__item--is-active .acc__head h3 {
  display: none;
}
.faqbox .acc--is-open .acc__item--is-active .acc__image {
  width: 40%;
  opacity: 1 !important;
}
.faqbox .acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid white;
  width: calc(100% - 30px);
}
.faqbox .acc--is-open .acc__item--is-inactive .icon--expand {
  opacity: 1;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item--is-inactive {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.faqbox .acc--is-open .acc__item--is-inactive .acc__image {
  width: 100%;
  opacity: 0.2;
}
.faqbox .acc--is-open .acc__item--is-inactive .acc__caption {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item--is-inactive .acc__head {
    transform-origin: right bottom;
    transform: rotate(-90deg) translateY(-20%);
    white-space: pre;
  }
  .faqbox .acc--is-open .acc__item--is-inactive .acc__head h5 {
    position: absolute;
    top: 0;
    right: -60px;
  }
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  cursor: pointer;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:before, .faqbox .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #ff9900;
  position: relative;
  transition: 300ms ease-in-out all;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:before {
  transform: rotate(-55deg);
  left: 7px;
  top: -4px;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head .arrow-down-close:after {
  transform: rotate(55deg);
  left: 20px;
  top: -4px;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head h2, .faqbox .acc--is-open .acc__item .acc--vertical .acc__head h3 {
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
  transition: all 0.2s;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__head:hover h2, .faqbox .acc--is-open .acc__item .acc--vertical .acc__head:hover h3 {
  font-weight: 600;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item {
  position: relative;
  border-bottom: 2px solid #757575;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen h2, .faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen h3 {
  font-weight: 600;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen .acc__content {
  opacity: 1;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:before, .faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:after {
  height: 30px;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:before {
  transform: translateX(8px) rotate(-45deg);
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__item--isopen .arrow-down-close:after {
  transform: translateX(-8px) rotate(45deg);
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__content {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  opacity: 0;
  transition: opacity 0.2s;
}
.faqbox .acc--is-open .acc__item .acc--vertical .acc__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .faqbox .acc--is-open .acc__item .acc--vertical {
    padding-left: 10px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-1 .acc__item {
  width: 100%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-2 .acc__item {
  width: 50%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-3 .acc__item {
  width: 33.3333333333%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-4 .acc__item {
  width: 25%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-5 .acc__item {
  width: 20%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-6 .acc__item {
  width: 16.6666666667%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-7 .acc__item {
  width: 14.2857142857%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-8 .acc__item {
  width: 12.5%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-9 .acc__item {
  width: 11.1111111111%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal.acc--has-10 .acc__item {
  width: 10%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal {
  min-height: 600px;
  height: 70vh;
  position: relative;
  display: flex;
  margin-bottom: 50px;
  padding-top: 25px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal a {
  font-weight: 800;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item {
  height: 100%;
  cursor: pointer;
  z-index: 5;
  position: relative;
  transition: width 0.5s, background 0.5s;
  border-right: 1px solid #fff;
  padding: 20px 10px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item:last-of-type {
  border: none;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item:hover .icon--plus {
  transform: translateX(-50%) scale(1.5);
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item:hover .acc__image {
  opacity: 0.3;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon {
  transform: scale(1);
  transition: transform 0.3s;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  top: 40%;
  color: #fff;
  z-index: 10;
  width: 35px;
  height: 35px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand:hover {
  transform: translateX(-50%) scale(1.2);
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out 0.6s, transform 0.3s ease 0s;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  color: #fff;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--close:hover {
  transform: scale(1.3);
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .acc__number {
  position: absolute;
  top: -21px;
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .acc__number span {
  border-bottom: 1px solid #fff;
  padding: 0 5px;
  position: relative;
  bottom: -3px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__head {
  left: 30px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
  z-index: 10;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__head h4 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 50px;
  white-space: nowrap;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__head h5 {
  margin-bottom: 10px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__head img {
  height: 50px;
  margin-bottom: 20px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__caption {
  color: #fff;
  right: 50px;
  margin-bottom: 22px;
  transition: all 0.2s;
  opacity: 1;
  transition-delay: 0.5s;
  z-index: 10;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__caption .text p {
  font-size: 15px;
  font-weight: 400;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__caption .phone {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transition: all 0.5s;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__content {
  height: 100%;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-delay: 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 991px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__content {
    left: 40px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__content > .text {
  padding: 100px 100px 100px 0;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__content > .text h2:before {
  display: none;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__bg:before, .faqbox .acc--is-open .acc__item .acc--horizontal .acc__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__bg:after {
  height: 100%;
}
.faqbox .acc--is-open .acc__item .acc--horizontal .acc__bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1599px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__caption {
    right: 50px;
    left: 110px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__content {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal--events) {
    flex-direction: column;
    height: auto;
    min-height: unset;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition-delay: 0s !important;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .acc__caption {
    display: none;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--expand {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .icon--close {
    top: 19px;
    right: 31px;
    left: auto;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item .acc__image img {
    object-position: top;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item--is-active .acc__content {
    max-height: 1000px;
    padding-top: 100px;
    padding-bottom: 40px;
    transition-delay: 0s !important;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__item--is-active .icon--expand {
    transform: rotate(45deg) !important;
    pointer-events: none;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__content {
    position: relative;
    padding: 100px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s !important;
    transition-delay: 0s !important;
    top: 0;
    left: auto;
    width: 100%;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__content .button {
    margin-bottom: 30px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__content .text {
    padding: 0;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal--events) .acc__head {
    bottom: 30px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__head {
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    text-align: center;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__head--inactive {
    display: none;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal .acc__head h4 {
    margin-bottom: 0;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal.acc--is-open:not(.acc--horizontal--events) .acc__item {
    width: 100% !important;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal.acc--is-open .acc__item--is-active .acc__image {
    width: 100%;
    opacity: 0.2 !important;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal.acc--is-open .acc__item--is-active .acc__content {
    z-index: 5;
    padding: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active {
    padding-left: unset;
    padding-top: 40px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__head {
    position: relative;
    bottom: unset;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal:not(.acc--horizontal-default) .acc__item.acc__item--is-active .acc__content {
    padding: 20px;
    padding-top: 20px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item {
    width: 100% !important;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item:not(.acc__item--is-active) {
    height: 200px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head {
  top: 40px;
  left: 0px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head h2 {
  text-align: initial;
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head {
    padding-right: 60px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number {
  top: 25px;
  color: #fff;
  border-bottom: 2px solid rgba(255, 153, 0, 0.5);
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number span {
  padding: 0 5px 7px 5px;
  bottom: 2px;
  border-bottom: 2px solid #ff9900;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__head, .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__number, .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content {
  position: relative;
  z-index: 2;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content {
  margin-top: 100px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .acc__content p {
  max-width: 500px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--expand {
  color: #ff9900;
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--expand {
    right: 20px;
    top: 80px;
    left: auto;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item .icon--close {
  top: 80px;
  right: 35px;
  color: #ff9900;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content {
  padding: 70px 0 0 0 !important;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p {
    max-height: 180px;
    overflow-y: scroll;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar {
    width: 3px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-thumb {
    background: #ff9900;
    border-radius: 20px;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .acc__content p {
    scrollbar-color: #ff9900 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__item--video .videoplayer {
  margin-bottom: 20px;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default .acc__bg:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__head {
  left: 12px;
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive {
    width: 60px !important;
  }
}
@media (max-width: 1279px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: none;
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head {
    transform: rotate(-90deg) translateY(16%);
  }
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-inactive .acc__head h2 {
    text-align: right;
    font-size: 20px;
  }
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid #ff9900;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__content {
  margin-top: 0px;
  padding: 100px 0 0 0;
}
.faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head h2 {
  text-align: left;
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item .acc--horizontal-default.acc--is-open .acc__item--is-active .acc__head {
    padding-right: 60px;
  }
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item {
  width: 110px !important;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item .icon--open-close {
  display: none;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active {
  width: 100% !important;
  padding-left: 60px;
  cursor: auto;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--expand {
  opacity: 0;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__content, .faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .icon--close {
  transition-delay: 0s;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__head h3 {
  display: none;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__image {
  width: 40%;
  opacity: 1 !important;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-active .acc__number {
  border-bottom: 2px solid white;
  width: calc(100% - 30px);
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .icon--expand {
  opacity: 1;
  pointer-events: none;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__image {
  width: 100%;
  opacity: 0.2;
}
.faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__caption {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media (min-width: 1280px) {
  .faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__head {
    transform-origin: right bottom;
    transform: rotate(-90deg) translateY(-20%);
    white-space: pre;
  }
  .faqbox .acc--is-open .acc__item .acc--is-open .acc__item--is-inactive .acc__head h5 {
    position: absolute;
    top: 0;
    right: -60px;
  }
}

:focus-visible {
  outline: 4px dotted #000099;
  font-weight: bold;
  color: #f90;
}

.modal:focus-visible, .modal--cookieconsent {
  outline: none;
  color: #3B3B3B;
  font-weight: normal;
}

.nav--sector:focus-visible, .button:focus-visible, .nav--list a, .nav--sector a, .button:focus-visible {
  color: #ffffff;
}

.topagecontent {
  margin-left: 250px;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:focus {
  display: block !important;
}

.form--radio input[type=radio]:focus-visible + label {
  outline: 4px dotted #000099;
  outline-offset: 4px;
}

.form--check input[type=checkbox]:focus-visible + label {
  outline: 4px dotted #000099;
  outline-offset: 4px;
}

.form input[type=file]:focus-visible + label {
  outline: 4px dotted #000099;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  #page-content {
    overflow-x: clip;
  }
  @supports not (overflow: clip) {
    #page-content {
      overflow-x: hidden;
    }
  }
}

.youtube-wrapper {
  background-color: #ff9900;
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}
.youtube-wrapper.video-loaded {
  background-color: transparent;
  padding: 0;
}
.youtube-wrapper.is-short .youtube-embed {
  /* überschreibt den 16:9-Hack */
  padding-bottom: 0;
  aspect-ratio: 9/16;
  /* Shorts sollen wie Handyformat aussehen */
  width: 100%;
  max-width: 400px; /* <-- kannst du auf 360, 420, 480px anpassen */
  margin-inline: auto; /* mittig auf Desktop */
  position: relative;
  height: auto;
}
.youtube-wrapper.is-short .youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrapper .youtube-consent {
  background-color: #fff;
  padding: 4rem;
  text-align: center;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.youtube-wrapper .youtube-consent h2 {
  font-size: 6rem;
  font-weight: bold;
  color: #3d3d3d;
  margin-bottom: 1.5rem;
}
.youtube-wrapper .youtube-consent p {
  font-size: 2.4rem;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.youtube-wrapper .youtube-consent button {
  background: #fff;
  font-size: 16px;
  border: 2px solid #000099;
  line-height: 1.5;
  color: #000099;
  padding: 11px 25px 9px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.youtube-wrapper .youtube-consent button:hover {
  background-color: #000099;
  color: #fff;
}
.youtube-wrapper .youtube-consent button:focus {
  outline: 3px solid #000099;
  outline-offset: 2px;
}
.youtube-wrapper .youtube-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-wrapper .youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 1023px) {
  .youtube-wrapper {
    padding: 2rem 1rem;
    min-height: 400px;
  }
  .youtube-wrapper .youtube-consent {
    padding: 2rem;
  }
  .youtube-wrapper .youtube-consent h2 {
    font-size: 3.5rem;
  }
  .youtube-wrapper .youtube-consent p {
    font-size: 1.9rem;
  }
  .youtube-wrapper .youtube-consent button {
    font-size: 13px;
    padding: 9px 18px;
  }
}
@media (max-width: 575px) {
  .youtube-wrapper .youtube-consent h2 {
    font-size: 2.7rem;
  }
  .youtube-wrapper .youtube-consent p {
    font-size: 1.7rem;
  }
  .youtube-wrapper .youtube-consent button {
    font-size: 12px;
    padding: 7px 14px;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
} /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
} /* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
} /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
} /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  margin-right: 0 !important;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  margin-right: 0 !important;
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
} /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
} /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #ff9900;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(255, 153, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 153, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 153, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: #E4DAD4;
  border-radius: 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: #757575;
  border-radius: 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ff9900;
  border-radius: 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/**
 * Swiper 6.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2020
 */
: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-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(-1 * 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-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: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-bullet-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%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

/*# sourceMappingURL=style-odr.css.map */
