@charset "UTF-8";
/* moved by compressor */
/******************************************************************************/
/* #0 - BASE - Basic setup scss variable overrides                            */
/******************************************************************************/
/* font settings */
/* $font-weight-light but that var isnt defined yet */
/* links and buttons */
/* grid config */
/* spacing */
/**
  these classes will be combined with all $space-sets and the values are scaled by breakpoint with $space-responsive-scale-factor-breakpoints
  add here all space classes from typo3 BE, as these are at least combined with the frame-space-after and frame-space-before-classes
 */
/*
  frame-classes from typo3 content-element-settings
  and helper classes for use in modules etc. for keeping same spaces everywhere
  class: property
 */
/* headings */
/* colors */
/* Breadcrumbs */
/* Header */
/* form */
/* banner */
/******************************************************************************/
/* #1 - SETUP - initial includes and variables used throughout the project    */
/******************************************************************************/
/**
  spacing calculated for each viewport by a global scale-factor
 */
@font-face {
  font-family: "eirich";
  src: url("/Fonts/iconfont/eirich.woff2?c7gn98") format("woff2"), url("/Fonts/iconfont/eirich.ttf?c7gn98") format("truetype"), url("/Fonts/iconfont/eirich.woff?c7gn98") format("woff"), url("/Fonts/iconfont/eirich.svg?c7gn98#eirich") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* manrope-300 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local(""), url("/Fonts/manrope/manrope-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("/Fonts/manrope/manrope-v13-latin-300.woff2") format("woff2"), url("/Fonts/manrope/manrope-v13-latin-300.woff") format("woff"), url("/Fonts/manrope/manrope-v13-latin-300.ttf") format("truetype"), url("/Fonts/manrope/manrope-v13-latin-300.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-regular - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(""), url("/Fonts/manrope/manrope-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/Fonts/manrope/manrope-v13-latin-regular.woff2") format("woff2"), url("/Fonts/manrope/manrope-v13-latin-regular.woff") format("woff"), url("/Fonts/manrope/manrope-v13-latin-regular.ttf") format("truetype"), url("/Fonts/manrope/manrope-v13-latin-regular.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-500 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(""), url("/Fonts/manrope/manrope-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("/Fonts/manrope/manrope-v13-latin-500.woff2") format("woff2"), url("/Fonts/manrope/manrope-v13-latin-500.woff") format("woff"), url("/Fonts/manrope/manrope-v13-latin-500.ttf") format("truetype"), url("/Fonts/manrope/manrope-v13-latin-500.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-600 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local(""), url("/Fonts/manrope/manrope-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("/Fonts/manrope/manrope-v13-latin-600.woff2") format("woff2"), url("/Fonts/manrope/manrope-v13-latin-600.woff") format("woff"), url("/Fonts/manrope/manrope-v13-latin-600.ttf") format("truetype"), url("/Fonts/manrope/manrope-v13-latin-600.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-700 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(""), url("/Fonts/manrope/manrope-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("/Fonts/manrope/manrope-v13-latin-700.woff2") format("woff2"), url("/Fonts/manrope/manrope-v13-latin-700.woff") format("woff"), url("/Fonts/manrope/manrope-v13-latin-700.ttf") format("truetype"), url("/Fonts/manrope/manrope-v13-latin-700.svg#Manrope") format("svg"); /* Legacy iOS */
}
/******************************************************************************/
/* #2 - VENDOR - 3rd party modules                                            */
/******************************************************************************/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ms: 340px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Manrope", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #3C3C3C;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00439C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #3C3C3C;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 75px;
  font-size: 4.6875rem;
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

.lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 340px) {
  .col-ms {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-ms-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-ms-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ms-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ms-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-ms-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-ms-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ms-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-ms-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-ms-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ms-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-ms-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-ms-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ms-first {
    order: -1;
  }
  .order-ms-last {
    order: 13;
  }
  .order-ms-0 {
    order: 0;
  }
  .order-ms-1 {
    order: 1;
  }
  .order-ms-2 {
    order: 2;
  }
  .order-ms-3 {
    order: 3;
  }
  .order-ms-4 {
    order: 4;
  }
  .order-ms-5 {
    order: 5;
  }
  .order-ms-6 {
    order: 6;
  }
  .order-ms-7 {
    order: 7;
  }
  .order-ms-8 {
    order: 8;
  }
  .order-ms-9 {
    order: 9;
  }
  .order-ms-10 {
    order: 10;
  }
  .order-ms-11 {
    order: 11;
  }
  .order-ms-12 {
    order: 12;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.3333333333%;
  }
  .offset-ms-2 {
    margin-left: 16.6666666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.3333333333%;
  }
  .offset-ms-5 {
    margin-left: 41.6666666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.3333333333%;
  }
  .offset-ms-8 {
    margin-left: 66.6666666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.3333333333%;
  }
  .offset-ms-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 4.8px;
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 339.98px) {
  .table-responsive-ms {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-ms > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #3C3C3C;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #3C3C3C;
  background-color: #FFF;
  border-color: #E0E0E0;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #3C3C3C;
  background-color: #FFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3C3C3C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.6875rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  margin-left: -20px;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #009640;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: 0.1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 150, 64, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #009640;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #009640;
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 64, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009640;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #009640;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before {
  background-color: rgb(22.5, 255, 121.7);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before, .custom-control-input.is-valid:checked ~ .custom-control-label:before {
  background-color: rgb(0, 201, 85.76);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before, .custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 150, 64, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009640;
}
.was-validated .custom-file-input:valid ~ .custom-file-label:after, .custom-file-input.is-valid ~ .custom-file-label:after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 64, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: 0.1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F00;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F00;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F00;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
  background-color: rgb(255, 127.5, 127.5);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before, .custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F00;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label:after, .custom-file-input.is-invalid ~ .custom-file-label:after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .contentelement .button--secondary,
.cke_editable .button--secondary, .contentelement .button--primary,
.cke_editable .button--primary {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .contentelement .button--secondary,
  .cke_editable .button--secondary, .contentelement .button--primary,
  .cke_editable .button--primary {
    transition: none;
  }
}
.btn:hover, .contentelement .button--secondary:hover,
.cke_editable .button--secondary:hover, .contentelement .button--primary:hover,
.cke_editable .button--primary:hover, .btn:focus, .contentelement .button--secondary:focus,
.cke_editable .button--secondary:focus, .contentelement .button--primary:focus,
.cke_editable .button--primary:focus {
  text-decoration: none;
}
.btn:focus, .contentelement .button--secondary:focus,
.cke_editable .button--secondary:focus, .contentelement .button--primary:focus,
.cke_editable .button--primary:focus, .btn.focus, .contentelement .focus.button--secondary,
.cke_editable .focus.button--secondary, .contentelement .focus.button--primary,
.cke_editable .focus.button--primary {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .contentelement .disabled.button--secondary,
.cke_editable .disabled.button--secondary, .contentelement .disabled.button--primary,
.cke_editable .disabled.button--primary, .btn:disabled, .contentelement .button--secondary:disabled,
.cke_editable .button--secondary:disabled, .contentelement .button--primary:disabled,
.cke_editable .button--primary:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .contentelement .button--secondary:not(:disabled):not(.disabled),
.cke_editable .button--secondary:not(:disabled):not(.disabled), .contentelement .button--primary:not(:disabled):not(.disabled),
.cke_editable .button--primary:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .contentelement a.disabled.button--secondary,
.cke_editable a.disabled.button--secondary, .contentelement a.disabled.button--primary,
.cke_editable a.disabled.button--primary,
fieldset:disabled a.btn,
fieldset:disabled .contentelement a.button--secondary,
.contentelement fieldset:disabled a.button--secondary,
fieldset:disabled .cke_editable a.button--secondary,
.cke_editable fieldset:disabled a.button--secondary,
fieldset:disabled .contentelement a.button--primary,
.contentelement fieldset:disabled a.button--primary,
fieldset:disabled .cke_editable a.button--primary,
.cke_editable fieldset:disabled a.button--primary {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00439C;
  background-color: transparent;
}
.btn-link:hover {
  color: #3C3C3C;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .contentelement .btn-group-lg > .button--secondary,
.cke_editable .btn-group-lg > .button--secondary, .contentelement .btn-group-lg > .button--primary,
.cke_editable .btn-group-lg > .button--primary {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .contentelement .btn-group-sm > .button--secondary,
.cke_editable .btn-group-sm > .button--secondary, .contentelement .btn-group-sm > .button--primary,
.cke_editable .btn-group-sm > .button--primary {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 8px;
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  -webkit-overflow-scrolling: touch;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #3C3C3C;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle:after {
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  -webkit-overflow-scrolling: touch;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .contentelement .btn-group > .button--secondary,
.cke_editable .btn-group > .button--secondary, .contentelement .btn-group > .button--primary,
.cke_editable .btn-group > .button--primary,
.btn-group-vertical > .btn,
.contentelement .btn-group-vertical > .button--secondary,
.cke_editable .btn-group-vertical > .button--secondary,
.contentelement .btn-group-vertical > .button--primary,
.cke_editable .btn-group-vertical > .button--primary {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .contentelement .btn-group > .button--secondary:hover,
.cke_editable .btn-group > .button--secondary:hover, .contentelement .btn-group > .button--primary:hover,
.cke_editable .btn-group > .button--primary:hover,
.btn-group-vertical > .btn:hover,
.contentelement .btn-group-vertical > .button--secondary:hover,
.cke_editable .btn-group-vertical > .button--secondary:hover,
.contentelement .btn-group-vertical > .button--primary:hover,
.cke_editable .btn-group-vertical > .button--primary:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .contentelement .btn-group > .button--secondary:focus,
.cke_editable .btn-group > .button--secondary:focus, .contentelement .btn-group > .button--primary:focus,
.cke_editable .btn-group > .button--primary:focus, .btn-group > .btn:active, .contentelement .btn-group > .button--secondary:active,
.cke_editable .btn-group > .button--secondary:active, .contentelement .btn-group > .button--primary:active,
.cke_editable .btn-group > .button--primary:active, .btn-group > .btn.active, .contentelement .btn-group > .active.button--secondary,
.cke_editable .btn-group > .active.button--secondary, .contentelement .btn-group > .active.button--primary,
.cke_editable .btn-group > .active.button--primary,
.btn-group-vertical > .btn:focus,
.contentelement .btn-group-vertical > .button--secondary:focus,
.cke_editable .btn-group-vertical > .button--secondary:focus,
.contentelement .btn-group-vertical > .button--primary:focus,
.cke_editable .btn-group-vertical > .button--primary:focus,
.btn-group-vertical > .btn:active,
.contentelement .btn-group-vertical > .button--secondary:active,
.cke_editable .btn-group-vertical > .button--secondary:active,
.contentelement .btn-group-vertical > .button--primary:active,
.cke_editable .btn-group-vertical > .button--primary:active,
.btn-group-vertical > .btn.active,
.contentelement .btn-group-vertical > .active.button--secondary,
.cke_editable .btn-group-vertical > .active.button--secondary,
.contentelement .btn-group-vertical > .active.button--primary,
.cke_editable .btn-group-vertical > .active.button--primary {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .contentelement .button--secondary + .btn, .contentelement .btn-group .button--secondary + .btn,
.btn-group .cke_editable .button--secondary + .btn,
.cke_editable .btn-group .button--secondary + .btn, .btn-group .contentelement .btn + .button--secondary, .contentelement .btn-group .btn + .button--secondary, .btn-group .contentelement .button--secondary + .button--secondary, .contentelement .btn-group .button--secondary + .button--secondary,
.btn-group .cke_editable .contentelement .button--secondary + .button--secondary,
.contentelement .btn-group .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group .contentelement .button--secondary + .button--secondary,
.contentelement .cke_editable .btn-group .button--secondary + .button--secondary,
.btn-group .cke_editable .btn + .button--secondary,
.cke_editable .btn-group .btn + .button--secondary,
.btn-group .contentelement .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group .contentelement .button--secondary + .button--secondary,
.contentelement .btn-group .cke_editable .button--secondary + .button--secondary,
.cke_editable .contentelement .btn-group .button--secondary + .button--secondary,
.btn-group .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group .button--secondary + .button--secondary, .btn-group .contentelement .button--primary + .btn, .btn-group .contentelement .button--primary + .button--secondary,
.btn-group .contentelement .cke_editable .button--primary + .button--secondary,
.cke_editable .btn-group .contentelement .button--primary + .button--secondary, .contentelement .btn-group .button--primary + .btn, .contentelement .btn-group .button--primary + .button--secondary,
.contentelement .btn-group .cke_editable .button--primary + .button--secondary,
.cke_editable .contentelement .btn-group .button--primary + .button--secondary,
.btn-group .cke_editable .button--primary + .btn,
.btn-group .cke_editable .contentelement .button--primary + .button--secondary,
.contentelement .btn-group .cke_editable .button--primary + .button--secondary,
.btn-group .cke_editable .button--primary + .button--secondary,
.cke_editable .btn-group .button--primary + .btn,
.cke_editable .btn-group .contentelement .button--primary + .button--secondary,
.contentelement .cke_editable .btn-group .button--primary + .button--secondary,
.cke_editable .btn-group .button--primary + .button--secondary, .btn-group .contentelement .btn + .button--primary, .btn-group .contentelement .button--secondary + .button--primary,
.btn-group .contentelement .cke_editable .button--secondary + .button--primary,
.cke_editable .btn-group .contentelement .button--secondary + .button--primary, .contentelement .btn-group .btn + .button--primary, .contentelement .btn-group .button--secondary + .button--primary,
.contentelement .btn-group .cke_editable .button--secondary + .button--primary,
.cke_editable .contentelement .btn-group .button--secondary + .button--primary, .btn-group .contentelement .button--primary + .button--primary, .contentelement .btn-group .button--primary + .button--primary,
.btn-group .cke_editable .btn + .button--primary,
.btn-group .cke_editable .contentelement .button--secondary + .button--primary,
.contentelement .btn-group .cke_editable .button--secondary + .button--primary,
.btn-group .cke_editable .button--secondary + .button--primary,
.cke_editable .btn-group .btn + .button--primary,
.cke_editable .btn-group .contentelement .button--secondary + .button--primary,
.contentelement .cke_editable .btn-group .button--secondary + .button--primary,
.cke_editable .btn-group .button--secondary + .button--primary,
.btn-group .cke_editable .button--primary + .button--primary,
.cke_editable .btn-group .button--primary + .button--primary,
.btn-group .btn + .btn-group,
.btn-group .contentelement .button--secondary + .btn-group,
.contentelement .btn-group .button--secondary + .btn-group,
.btn-group .cke_editable .button--secondary + .btn-group,
.cke_editable .btn-group .button--secondary + .btn-group,
.btn-group .contentelement .button--primary + .btn-group,
.contentelement .btn-group .button--primary + .btn-group,
.btn-group .cke_editable .button--primary + .btn-group,
.cke_editable .btn-group .button--primary + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .contentelement .btn-group + .button--secondary,
.contentelement .btn-group .btn-group + .button--secondary,
.btn-group .cke_editable .btn-group + .button--secondary,
.cke_editable .btn-group .btn-group + .button--secondary,
.btn-group .contentelement .btn-group + .button--primary,
.contentelement .btn-group .btn-group + .button--primary,
.btn-group .cke_editable .btn-group + .button--primary,
.cke_editable .btn-group .btn-group + .button--primary,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .contentelement .button--secondary + .btn,
.contentelement .btn-group-vertical .button--secondary + .btn,
.btn-group-vertical .cke_editable .button--secondary + .btn,
.cke_editable .btn-group-vertical .button--secondary + .btn,
.btn-group-vertical .contentelement .btn + .button--secondary,
.contentelement .btn-group-vertical .btn + .button--secondary,
.btn-group-vertical .contentelement .button--secondary + .button--secondary,
.contentelement .btn-group-vertical .button--secondary + .button--secondary,
.btn-group-vertical .cke_editable .contentelement .button--secondary + .button--secondary,
.contentelement .btn-group-vertical .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group-vertical .contentelement .button--secondary + .button--secondary,
.contentelement .cke_editable .btn-group-vertical .button--secondary + .button--secondary,
.btn-group-vertical .cke_editable .btn + .button--secondary,
.cke_editable .btn-group-vertical .btn + .button--secondary,
.btn-group-vertical .contentelement .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group-vertical .contentelement .button--secondary + .button--secondary,
.contentelement .btn-group-vertical .cke_editable .button--secondary + .button--secondary,
.cke_editable .contentelement .btn-group-vertical .button--secondary + .button--secondary,
.btn-group-vertical .cke_editable .button--secondary + .button--secondary,
.cke_editable .btn-group-vertical .button--secondary + .button--secondary,
.btn-group-vertical .contentelement .button--primary + .btn,
.btn-group-vertical .contentelement .button--primary + .button--secondary,
.btn-group-vertical .contentelement .cke_editable .button--primary + .button--secondary,
.cke_editable .btn-group-vertical .contentelement .button--primary + .button--secondary,
.contentelement .btn-group-vertical .button--primary + .btn,
.contentelement .btn-group-vertical .button--primary + .button--secondary,
.contentelement .btn-group-vertical .cke_editable .button--primary + .button--secondary,
.cke_editable .contentelement .btn-group-vertical .button--primary + .button--secondary,
.btn-group-vertical .cke_editable .button--primary + .btn,
.btn-group-vertical .cke_editable .contentelement .button--primary + .button--secondary,
.contentelement .btn-group-vertical .cke_editable .button--primary + .button--secondary,
.btn-group-vertical .cke_editable .button--primary + .button--secondary,
.cke_editable .btn-group-vertical .button--primary + .btn,
.cke_editable .btn-group-vertical .contentelement .button--primary + .button--secondary,
.contentelement .cke_editable .btn-group-vertical .button--primary + .button--secondary,
.cke_editable .btn-group-vertical .button--primary + .button--secondary,
.btn-group-vertical .contentelement .btn + .button--primary,
.btn-group-vertical .contentelement .button--secondary + .button--primary,
.btn-group-vertical .contentelement .cke_editable .button--secondary + .button--primary,
.cke_editable .btn-group-vertical .contentelement .button--secondary + .button--primary,
.contentelement .btn-group-vertical .btn + .button--primary,
.contentelement .btn-group-vertical .button--secondary + .button--primary,
.contentelement .btn-group-vertical .cke_editable .button--secondary + .button--primary,
.cke_editable .contentelement .btn-group-vertical .button--secondary + .button--primary,
.btn-group-vertical .contentelement .button--primary + .button--primary,
.contentelement .btn-group-vertical .button--primary + .button--primary,
.btn-group-vertical .cke_editable .btn + .button--primary,
.btn-group-vertical .cke_editable .contentelement .button--secondary + .button--primary,
.contentelement .btn-group-vertical .cke_editable .button--secondary + .button--primary,
.btn-group-vertical .cke_editable .button--secondary + .button--primary,
.cke_editable .btn-group-vertical .btn + .button--primary,
.cke_editable .btn-group-vertical .contentelement .button--secondary + .button--primary,
.contentelement .cke_editable .btn-group-vertical .button--secondary + .button--primary,
.cke_editable .btn-group-vertical .button--secondary + .button--primary,
.btn-group-vertical .cke_editable .button--primary + .button--primary,
.cke_editable .btn-group-vertical .button--primary + .button--primary,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .contentelement .button--secondary + .btn-group,
.contentelement .btn-group-vertical .button--secondary + .btn-group,
.btn-group-vertical .cke_editable .button--secondary + .btn-group,
.cke_editable .btn-group-vertical .button--secondary + .btn-group,
.btn-group-vertical .contentelement .button--primary + .btn-group,
.contentelement .btn-group-vertical .button--primary + .btn-group,
.btn-group-vertical .cke_editable .button--primary + .btn-group,
.cke_editable .btn-group-vertical .button--primary + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .contentelement .btn-group + .button--secondary,
.contentelement .btn-group-vertical .btn-group + .button--secondary,
.btn-group-vertical .cke_editable .btn-group + .button--secondary,
.cke_editable .btn-group-vertical .btn-group + .button--secondary,
.btn-group-vertical .contentelement .btn-group + .button--primary,
.contentelement .btn-group-vertical .btn-group + .button--primary,
.btn-group-vertical .cke_editable .btn-group + .button--primary,
.cke_editable .btn-group-vertical .btn-group + .button--primary,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child, .contentelement .btn-group > .button--secondary:first-child,
.cke_editable .btn-group > .button--secondary:first-child, .contentelement .btn-group > .button--primary:first-child,
.cke_editable .btn-group > .button--primary:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .contentelement .btn-group > .button--secondary:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group > .button--secondary:not(:last-child):not(.dropdown-toggle), .contentelement .btn-group > .button--primary:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group > .button--primary:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.contentelement .btn-group > .btn-group:not(:last-child) > .button--secondary,
.cke_editable .btn-group > .btn-group:not(:last-child) > .button--secondary,
.contentelement .btn-group > .btn-group:not(:last-child) > .button--primary,
.cke_editable .btn-group > .btn-group:not(:last-child) > .button--primary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .contentelement .btn-group > .button--secondary:not(:first-child),
.cke_editable .btn-group > .button--secondary:not(:first-child), .contentelement .btn-group > .button--primary:not(:first-child),
.cke_editable .btn-group > .button--primary:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.contentelement .btn-group > .btn-group:not(:first-child) > .button--secondary,
.cke_editable .btn-group > .btn-group:not(:first-child) > .button--secondary,
.contentelement .btn-group > .btn-group:not(:first-child) > .button--primary,
.cke_editable .btn-group > .btn-group:not(:first-child) > .button--primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .contentelement .btn-group-sm > .button--secondary + .dropdown-toggle-split,
.cke_editable .btn-group-sm > .button--secondary + .dropdown-toggle-split, .contentelement .btn-group-sm > .button--primary + .dropdown-toggle-split,
.cke_editable .btn-group-sm > .button--primary + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .contentelement .btn-group-lg > .button--secondary + .dropdown-toggle-split,
.cke_editable .btn-group-lg > .button--secondary + .dropdown-toggle-split, .contentelement .btn-group-lg > .button--primary + .dropdown-toggle-split,
.cke_editable .btn-group-lg > .button--primary + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .contentelement .button--secondary, .contentelement .btn-group-vertical .button--secondary,
.btn-group-vertical .cke_editable .button--secondary,
.cke_editable .btn-group-vertical .button--secondary, .btn-group-vertical .contentelement .button--primary, .contentelement .btn-group-vertical .button--primary,
.btn-group-vertical .cke_editable .button--primary,
.cke_editable .btn-group-vertical .button--primary,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .contentelement .btn-group-vertical > .button--secondary + .btn,
.cke_editable .btn-group-vertical > .button--secondary + .btn, .contentelement .btn-group-vertical > .btn + .button--secondary, .contentelement .btn-group-vertical > .button--secondary + .button--secondary,
.cke_editable .btn-group-vertical > .btn + .button--secondary,
.cke_editable .btn-group-vertical > .button--secondary + .button--secondary, .contentelement .btn-group-vertical > .button--primary + .btn, .contentelement .btn-group-vertical > .button--primary + .button--secondary,
.cke_editable .btn-group-vertical > .button--primary + .btn,
.cke_editable .btn-group-vertical > .button--primary + .button--secondary, .contentelement .btn-group-vertical > .btn + .button--primary, .contentelement .btn-group-vertical > .button--secondary + .button--primary, .contentelement .btn-group-vertical > .button--primary + .button--primary,
.cke_editable .btn-group-vertical > .btn + .button--primary,
.cke_editable .btn-group-vertical > .button--secondary + .button--primary,
.cke_editable .btn-group-vertical > .button--primary + .button--primary,
.btn-group-vertical > .btn + .btn-group,
.contentelement .btn-group-vertical > .button--secondary + .btn-group,
.cke_editable .btn-group-vertical > .button--secondary + .btn-group,
.contentelement .btn-group-vertical > .button--primary + .btn-group,
.cke_editable .btn-group-vertical > .button--primary + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.contentelement .btn-group-vertical > .btn-group + .button--secondary,
.cke_editable .btn-group-vertical > .btn-group + .button--secondary,
.contentelement .btn-group-vertical > .btn-group + .button--primary,
.cke_editable .btn-group-vertical > .btn-group + .button--primary,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .contentelement .btn-group-vertical > .button--secondary:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group-vertical > .button--secondary:not(:last-child):not(.dropdown-toggle), .contentelement .btn-group-vertical > .button--primary:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group-vertical > .button--primary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.contentelement .btn-group-vertical > .btn-group:not(:last-child) > .button--secondary,
.cke_editable .btn-group-vertical > .btn-group:not(:last-child) > .button--secondary,
.contentelement .btn-group-vertical > .btn-group:not(:last-child) > .button--primary,
.cke_editable .btn-group-vertical > .btn-group:not(:last-child) > .button--primary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .contentelement .btn-group-vertical > .button--secondary:not(:first-child),
.cke_editable .btn-group-vertical > .button--secondary:not(:first-child), .contentelement .btn-group-vertical > .button--primary:not(:first-child),
.cke_editable .btn-group-vertical > .button--primary:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.contentelement .btn-group-vertical > .btn-group:not(:first-child) > .button--secondary,
.cke_editable .btn-group-vertical > .btn-group:not(:first-child) > .button--secondary,
.contentelement .btn-group-vertical > .btn-group:not(:first-child) > .button--primary,
.cke_editable .btn-group-vertical > .btn-group:not(:first-child) > .button--primary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .contentelement .btn-group-toggle > .button--secondary,
.cke_editable .btn-group-toggle > .button--secondary, .contentelement .btn-group-toggle > .button--primary,
.cke_editable .btn-group-toggle > .button--primary,
.btn-group-toggle > .btn-group > .btn,
.contentelement .btn-group-toggle > .btn-group > .button--secondary,
.cke_editable .btn-group-toggle > .btn-group > .button--secondary,
.contentelement .btn-group-toggle > .btn-group > .button--primary,
.cke_editable .btn-group-toggle > .btn-group > .button--primary {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .contentelement .btn-group-toggle > .button--secondary input[type=radio],
.cke_editable .btn-group-toggle > .button--secondary input[type=radio], .contentelement .btn-group-toggle > .button--primary input[type=radio],
.cke_editable .btn-group-toggle > .button--primary input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.contentelement .btn-group-toggle > .button--secondary input[type=checkbox],
.cke_editable .btn-group-toggle > .button--secondary input[type=checkbox],
.contentelement .btn-group-toggle > .button--primary input[type=checkbox],
.cke_editable .btn-group-toggle > .button--primary input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.contentelement .btn-group-toggle > .btn-group > .button--secondary input[type=radio],
.cke_editable .btn-group-toggle > .btn-group > .button--secondary input[type=radio],
.contentelement .btn-group-toggle > .btn-group > .button--primary input[type=radio],
.cke_editable .btn-group-toggle > .btn-group > .button--primary input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.contentelement .btn-group-toggle > .btn-group > .button--secondary input[type=checkbox],
.cke_editable .btn-group-toggle > .btn-group > .button--secondary input[type=checkbox],
.contentelement .btn-group-toggle > .btn-group > .button--primary input[type=checkbox],
.cke_editable .btn-group-toggle > .btn-group > .button--primary input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .contentelement .button--secondary, .contentelement .input-group-prepend .button--secondary,
.input-group-prepend .cke_editable .button--secondary,
.cke_editable .input-group-prepend .button--secondary, .input-group-prepend .contentelement .button--primary, .contentelement .input-group-prepend .button--primary,
.input-group-prepend .cke_editable .button--primary,
.cke_editable .input-group-prepend .button--primary,
.input-group-append .btn,
.input-group-append .contentelement .button--secondary,
.contentelement .input-group-append .button--secondary,
.input-group-append .cke_editable .button--secondary,
.cke_editable .input-group-append .button--secondary,
.input-group-append .contentelement .button--primary,
.contentelement .input-group-append .button--primary,
.input-group-append .cke_editable .button--primary,
.cke_editable .input-group-append .button--primary {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .contentelement .button--secondary + .btn, .contentelement .input-group-prepend .button--secondary + .btn,
.input-group-prepend .cke_editable .button--secondary + .btn,
.cke_editable .input-group-prepend .button--secondary + .btn, .input-group-prepend .contentelement .btn + .button--secondary, .contentelement .input-group-prepend .btn + .button--secondary, .input-group-prepend .contentelement .button--secondary + .button--secondary, .contentelement .input-group-prepend .button--secondary + .button--secondary,
.input-group-prepend .cke_editable .contentelement .button--secondary + .button--secondary,
.contentelement .input-group-prepend .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-prepend .contentelement .button--secondary + .button--secondary,
.contentelement .cke_editable .input-group-prepend .button--secondary + .button--secondary,
.input-group-prepend .cke_editable .btn + .button--secondary,
.cke_editable .input-group-prepend .btn + .button--secondary,
.input-group-prepend .contentelement .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-prepend .contentelement .button--secondary + .button--secondary,
.contentelement .input-group-prepend .cke_editable .button--secondary + .button--secondary,
.cke_editable .contentelement .input-group-prepend .button--secondary + .button--secondary,
.input-group-prepend .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-prepend .button--secondary + .button--secondary, .input-group-prepend .contentelement .button--primary + .btn, .input-group-prepend .contentelement .button--primary + .button--secondary,
.input-group-prepend .contentelement .cke_editable .button--primary + .button--secondary,
.cke_editable .input-group-prepend .contentelement .button--primary + .button--secondary, .contentelement .input-group-prepend .button--primary + .btn, .contentelement .input-group-prepend .button--primary + .button--secondary,
.contentelement .input-group-prepend .cke_editable .button--primary + .button--secondary,
.cke_editable .contentelement .input-group-prepend .button--primary + .button--secondary,
.input-group-prepend .cke_editable .button--primary + .btn,
.input-group-prepend .cke_editable .contentelement .button--primary + .button--secondary,
.contentelement .input-group-prepend .cke_editable .button--primary + .button--secondary,
.input-group-prepend .cke_editable .button--primary + .button--secondary,
.cke_editable .input-group-prepend .button--primary + .btn,
.cke_editable .input-group-prepend .contentelement .button--primary + .button--secondary,
.contentelement .cke_editable .input-group-prepend .button--primary + .button--secondary,
.cke_editable .input-group-prepend .button--primary + .button--secondary, .input-group-prepend .contentelement .btn + .button--primary, .input-group-prepend .contentelement .button--secondary + .button--primary,
.input-group-prepend .contentelement .cke_editable .button--secondary + .button--primary,
.cke_editable .input-group-prepend .contentelement .button--secondary + .button--primary, .contentelement .input-group-prepend .btn + .button--primary, .contentelement .input-group-prepend .button--secondary + .button--primary,
.contentelement .input-group-prepend .cke_editable .button--secondary + .button--primary,
.cke_editable .contentelement .input-group-prepend .button--secondary + .button--primary, .input-group-prepend .contentelement .button--primary + .button--primary, .contentelement .input-group-prepend .button--primary + .button--primary,
.input-group-prepend .cke_editable .btn + .button--primary,
.input-group-prepend .cke_editable .contentelement .button--secondary + .button--primary,
.contentelement .input-group-prepend .cke_editable .button--secondary + .button--primary,
.input-group-prepend .cke_editable .button--secondary + .button--primary,
.cke_editable .input-group-prepend .btn + .button--primary,
.cke_editable .input-group-prepend .contentelement .button--secondary + .button--primary,
.contentelement .cke_editable .input-group-prepend .button--secondary + .button--primary,
.cke_editable .input-group-prepend .button--secondary + .button--primary,
.input-group-prepend .cke_editable .button--primary + .button--primary,
.cke_editable .input-group-prepend .button--primary + .button--primary,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .contentelement .button--secondary + .input-group-text,
.contentelement .input-group-prepend .button--secondary + .input-group-text,
.input-group-prepend .cke_editable .button--secondary + .input-group-text,
.cke_editable .input-group-prepend .button--secondary + .input-group-text,
.input-group-prepend .contentelement .button--primary + .input-group-text,
.contentelement .input-group-prepend .button--primary + .input-group-text,
.input-group-prepend .cke_editable .button--primary + .input-group-text,
.cke_editable .input-group-prepend .button--primary + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .contentelement .input-group-text + .button--secondary,
.contentelement .input-group-prepend .input-group-text + .button--secondary,
.input-group-prepend .cke_editable .input-group-text + .button--secondary,
.cke_editable .input-group-prepend .input-group-text + .button--secondary,
.input-group-prepend .contentelement .input-group-text + .button--primary,
.contentelement .input-group-prepend .input-group-text + .button--primary,
.input-group-prepend .cke_editable .input-group-text + .button--primary,
.cke_editable .input-group-prepend .input-group-text + .button--primary,
.input-group-append .btn + .btn,
.input-group-append .contentelement .button--secondary + .btn,
.contentelement .input-group-append .button--secondary + .btn,
.input-group-append .cke_editable .button--secondary + .btn,
.cke_editable .input-group-append .button--secondary + .btn,
.input-group-append .contentelement .btn + .button--secondary,
.contentelement .input-group-append .btn + .button--secondary,
.input-group-append .contentelement .button--secondary + .button--secondary,
.contentelement .input-group-append .button--secondary + .button--secondary,
.input-group-append .cke_editable .contentelement .button--secondary + .button--secondary,
.contentelement .input-group-append .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-append .contentelement .button--secondary + .button--secondary,
.contentelement .cke_editable .input-group-append .button--secondary + .button--secondary,
.input-group-append .cke_editable .btn + .button--secondary,
.cke_editable .input-group-append .btn + .button--secondary,
.input-group-append .contentelement .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-append .contentelement .button--secondary + .button--secondary,
.contentelement .input-group-append .cke_editable .button--secondary + .button--secondary,
.cke_editable .contentelement .input-group-append .button--secondary + .button--secondary,
.input-group-append .cke_editable .button--secondary + .button--secondary,
.cke_editable .input-group-append .button--secondary + .button--secondary,
.input-group-append .contentelement .button--primary + .btn,
.input-group-append .contentelement .button--primary + .button--secondary,
.input-group-append .contentelement .cke_editable .button--primary + .button--secondary,
.cke_editable .input-group-append .contentelement .button--primary + .button--secondary,
.contentelement .input-group-append .button--primary + .btn,
.contentelement .input-group-append .button--primary + .button--secondary,
.contentelement .input-group-append .cke_editable .button--primary + .button--secondary,
.cke_editable .contentelement .input-group-append .button--primary + .button--secondary,
.input-group-append .cke_editable .button--primary + .btn,
.input-group-append .cke_editable .contentelement .button--primary + .button--secondary,
.contentelement .input-group-append .cke_editable .button--primary + .button--secondary,
.input-group-append .cke_editable .button--primary + .button--secondary,
.cke_editable .input-group-append .button--primary + .btn,
.cke_editable .input-group-append .contentelement .button--primary + .button--secondary,
.contentelement .cke_editable .input-group-append .button--primary + .button--secondary,
.cke_editable .input-group-append .button--primary + .button--secondary,
.input-group-append .contentelement .btn + .button--primary,
.input-group-append .contentelement .button--secondary + .button--primary,
.input-group-append .contentelement .cke_editable .button--secondary + .button--primary,
.cke_editable .input-group-append .contentelement .button--secondary + .button--primary,
.contentelement .input-group-append .btn + .button--primary,
.contentelement .input-group-append .button--secondary + .button--primary,
.contentelement .input-group-append .cke_editable .button--secondary + .button--primary,
.cke_editable .contentelement .input-group-append .button--secondary + .button--primary,
.input-group-append .contentelement .button--primary + .button--primary,
.contentelement .input-group-append .button--primary + .button--primary,
.input-group-append .cke_editable .btn + .button--primary,
.input-group-append .cke_editable .contentelement .button--secondary + .button--primary,
.contentelement .input-group-append .cke_editable .button--secondary + .button--primary,
.input-group-append .cke_editable .button--secondary + .button--primary,
.cke_editable .input-group-append .btn + .button--primary,
.cke_editable .input-group-append .contentelement .button--secondary + .button--primary,
.contentelement .cke_editable .input-group-append .button--secondary + .button--primary,
.cke_editable .input-group-append .button--secondary + .button--primary,
.input-group-append .cke_editable .button--primary + .button--primary,
.cke_editable .input-group-append .button--primary + .button--primary,
.input-group-append .btn + .input-group-text,
.input-group-append .contentelement .button--secondary + .input-group-text,
.contentelement .input-group-append .button--secondary + .input-group-text,
.input-group-append .cke_editable .button--secondary + .input-group-text,
.cke_editable .input-group-append .button--secondary + .input-group-text,
.input-group-append .contentelement .button--primary + .input-group-text,
.contentelement .input-group-append .button--primary + .input-group-text,
.input-group-append .cke_editable .button--primary + .input-group-text,
.cke_editable .input-group-append .button--primary + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .contentelement .input-group-text + .button--secondary,
.contentelement .input-group-append .input-group-text + .button--secondary,
.input-group-append .cke_editable .input-group-text + .button--secondary,
.cke_editable .input-group-append .input-group-text + .button--secondary,
.input-group-append .contentelement .input-group-text + .button--primary,
.contentelement .input-group-append .input-group-text + .button--primary,
.input-group-append .cke_editable .input-group-text + .button--primary,
.cke_editable .input-group-append .input-group-text + .button--primary {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3C3C3C;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #E0E0E0;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.contentelement .input-group-lg > .input-group-prepend > .button--secondary,
.cke_editable .input-group-lg > .input-group-prepend > .button--secondary,
.contentelement .input-group-lg > .input-group-prepend > .button--primary,
.cke_editable .input-group-lg > .input-group-prepend > .button--primary,
.input-group-lg > .input-group-append > .btn,
.contentelement .input-group-lg > .input-group-append > .button--secondary,
.cke_editable .input-group-lg > .input-group-append > .button--secondary,
.contentelement .input-group-lg > .input-group-append > .button--primary,
.cke_editable .input-group-lg > .input-group-append > .button--primary {
  height: calc(2.6875rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.contentelement .input-group-sm > .input-group-prepend > .button--secondary,
.cke_editable .input-group-sm > .input-group-prepend > .button--secondary,
.contentelement .input-group-sm > .input-group-prepend > .button--primary,
.cke_editable .input-group-sm > .input-group-prepend > .button--primary,
.input-group-sm > .input-group-append > .btn,
.contentelement .input-group-sm > .input-group-append > .button--secondary,
.cke_editable .input-group-sm > .input-group-append > .button--secondary,
.contentelement .input-group-sm > .input-group-append > .button--primary,
.cke_editable .input-group-sm > .input-group-append > .button--primary {
  height: calc(1.8125rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn, .contentelement .input-group > .input-group-prepend > .button--secondary,
.cke_editable .input-group > .input-group-prepend > .button--secondary, .contentelement .input-group > .input-group-prepend > .button--primary,
.cke_editable .input-group > .input-group-prepend > .button--primary,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.contentelement .input-group > .input-group-append:not(:last-child) > .button--secondary,
.cke_editable .input-group > .input-group-append:not(:last-child) > .button--secondary,
.contentelement .input-group > .input-group-append:not(:last-child) > .button--primary,
.cke_editable .input-group > .input-group-append:not(:last-child) > .button--primary,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.contentelement .input-group > .input-group-append:last-child > .button--secondary:not(:last-child):not(.dropdown-toggle),
.cke_editable .input-group > .input-group-append:last-child > .button--secondary:not(:last-child):not(.dropdown-toggle),
.contentelement .input-group > .input-group-append:last-child > .button--primary:not(:last-child):not(.dropdown-toggle),
.cke_editable .input-group > .input-group-append:last-child > .button--primary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .contentelement .input-group > .input-group-append > .button--secondary,
.cke_editable .input-group > .input-group-append > .button--secondary, .contentelement .input-group > .input-group-append > .button--primary,
.cke_editable .input-group > .input-group-append > .button--primary,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.contentelement .input-group > .input-group-prepend:not(:first-child) > .button--secondary,
.cke_editable .input-group > .input-group-prepend:not(:first-child) > .button--secondary,
.contentelement .input-group > .input-group-prepend:not(:first-child) > .button--primary,
.cke_editable .input-group > .input-group-prepend:not(:first-child) > .button--primary,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.contentelement .input-group > .input-group-prepend:first-child > .button--secondary:not(:first-child),
.cke_editable .input-group > .input-group-prepend:first-child > .button--secondary:not(:first-child),
.contentelement .input-group > .input-group-prepend:first-child > .button--primary:not(:first-child),
.cke_editable .input-group > .input-group-prepend:first-child > .button--primary:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 16px;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #00439C;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #FFF;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #E0E0E0;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: transparent;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label:before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: -24px;
  left: -1.5rem;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #FFF;
}
.custom-control-label:after {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: -24px;
  left: -1.5rem;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300439C' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300439C' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300439C'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 12px 26px 12px 10px;
  padding: 0.75rem 1.625rem 0.75rem 0.625rem;
  line-height: 1.5;
  color: #3C3C3C;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='11px'%3e%3cpath fill-rule='evenodd' fill='%23333333' d='M9.888,9.865 L18.859,0.940 C19.070,0.730 19.070,0.393 18.859,0.180 C18.647,-0.031 18.308,-0.031 18.097,0.180 L9.510,8.728 L0.920,0.180 C0.709,-0.031 0.370,-0.031 0.160,0.180 C0.056,0.284 0.000,0.424 0.000,0.557 C0.000,0.693 0.052,0.832 0.160,0.934 L9.130,9.862 C9.338,10.072 9.681,10.072 9.888,9.865 Z'/%3e%3c/svg%3e") no-repeat right 10px center;
  background: #FFF url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='11px'%3e%3cpath fill-rule='evenodd' fill='%23333333' d='M9.888,9.865 L18.859,0.940 C19.070,0.730 19.070,0.393 18.859,0.180 C18.647,-0.031 18.308,-0.031 18.097,0.180 L9.510,8.728 L0.920,0.180 C0.709,-0.031 0.370,-0.031 0.160,0.180 C0.056,0.284 0.000,0.424 0.000,0.557 C0.000,0.693 0.052,0.832 0.160,0.934 L9.130,9.862 C9.338,10.072 9.681,10.072 9.888,9.865 Z'/%3e%3c/svg%3e") no-repeat right 0.625rem center;
  background-size: 20px 11px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #E0E0E0;
  outline: 0;
  box-shadow: none;
}
.custom-select:focus::-ms-value {
  color: #3C3C3C;
  background-color: #FFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 10px;
  padding-right: 0.625rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 55px;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #E0E0E0;
  box-shadow: none;
}
.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #E0E0E0;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 55px;
  padding: 15px 10px;
  line-height: 1.5;
  color: #3C3C3C;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 0;
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 53px;
  padding: 15px 10px;
  line-height: 1.5;
  color: #3C3C3C;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #E0E0E0;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: 0;
  margin-right: 3.2px;
  margin-right: 0.2rem;
  margin-left: 3.2px;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 8px;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 6.5px;
  padding-top: 0.40625rem;
  padding-bottom: 6.5px;
  padding-bottom: 0.40625rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 339.98px) {
  .navbar-expand-ms > .container,
  .navbar-expand-ms > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 340px) {
  .navbar-expand-ms {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-ms .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-ms .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ms .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ms > .container,
  .navbar-expand-ms > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-ms .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-ms .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.card-header {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #3C3C3C;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00439C;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3C3C3C;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3.2px;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 3.2px;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3.2px;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 3.2px;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .contentelement .button--secondary .badge,
.cke_editable .button--secondary .badge, .contentelement .button--primary .badge,
.cke_editable .button--primary .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(0, 98.4, 204);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 32px 16px;
  padding: 2rem 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 64px;
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  -webkit-overflow-scrolling: touch;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #3C3C3C;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.modal-backdrop.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 16px;
  padding: 1rem;
  margin: -16px -16px -16px auto;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.tooltip.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 12.8px;
  width: 0.8rem;
  height: 6.4px;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^=top] .arrow:before {
  top: 0;
  border-width: 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^=right] .arrow:before {
  right: 0;
  border-width: 6.4px 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  bottom: 0;
  border-width: 0 6.4px 6.4px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^=left] .arrow:before {
  left: 0;
  border-width: 6.4px 0 6.4px 6.4px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
  margin: 0 4.8px;
  margin: 0 0.3rem;
}
.popover .arrow:before, .popover .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-top .arrow:before, .bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:after {
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow:before, .bs-popover-auto[x-placement^=top] .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc(-0.5rem + -1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
  margin: 4.8px 0;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow:before, .bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:after {
  border-width: 8px 8px 8px 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow:before, .bs-popover-auto[x-placement^=right] .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-bottom .arrow:before, .bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:after {
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow:before, .bs-popover-auto[x-placement^=bottom] .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header:before, .bs-popover-auto[x-placement^=bottom] .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc(-0.5rem + -1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
  margin: 4.8px 0;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow:before, .bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:after {
  border-width: 8px 0 8px 8px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow:before, .bs-popover-auto[x-placement^=left] .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #3C3C3C;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #E0E0E0 !important;
}

.border-top {
  border-top: 1px solid #E0E0E0 !important;
}

.border-right {
  border-right: 1px solid #E0E0E0 !important;
}

.border-bottom {
  border-bottom: 1px solid #E0E0E0 !important;
}

.border-left {
  border-left: 1px solid #E0E0E0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 340px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 340px) {
  .flex-ms-row {
    flex-direction: row !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ms-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-ms-start {
    justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    justify-content: center !important;
  }
  .justify-content-ms-between {
    justify-content: space-between !important;
  }
  .justify-content-ms-around {
    justify-content: space-around !important;
  }
  .align-items-ms-start {
    align-items: flex-start !important;
  }
  .align-items-ms-end {
    align-items: flex-end !important;
  }
  .align-items-ms-center {
    align-items: center !important;
  }
  .align-items-ms-baseline {
    align-items: baseline !important;
  }
  .align-items-ms-stretch {
    align-items: stretch !important;
  }
  .align-content-ms-start {
    align-content: flex-start !important;
  }
  .align-content-ms-end {
    align-content: flex-end !important;
  }
  .align-content-ms-center {
    align-content: center !important;
  }
  .align-content-ms-between {
    align-content: space-between !important;
  }
  .align-content-ms-around {
    align-content: space-around !important;
  }
  .align-content-ms-stretch {
    align-content: stretch !important;
  }
  .align-self-ms-auto {
    align-self: auto !important;
  }
  .align-self-ms-start {
    align-self: flex-start !important;
  }
  .align-self-ms-end {
    align-self: flex-end !important;
  }
  .align-self-ms-center {
    align-self: center !important;
  }
  .align-self-ms-baseline {
    align-self: baseline !important;
  }
  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 340px) {
  .float-ms-left {
    float: left !important;
  }
  .float-ms-right {
    float: right !important;
  }
  .float-ms-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

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

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-overflow-scrolling: touch;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 8px !important;
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 16px !important;
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important;
}

.m-4 {
  margin: 24px !important;
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 48px !important;
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 8px !important;
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 16px !important;
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding: 24px !important;
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 48px !important;
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
  padding-left: 3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 340px) {
  .m-ms-0 {
    margin: 0 !important;
  }
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important;
  }
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important;
  }
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important;
  }
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important;
  }
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important;
  }
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important;
  }
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important;
  }
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important;
  }
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important;
  }
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important;
  }
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important;
  }
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important;
  }
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important;
  }
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important;
  }
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important;
  }
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 340px) {
  .text-ms-left {
    text-align: left !important;
  }
  .text-ms-right {
    text-align: right !important;
  }
  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-body {
  color: #3C3C3C !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #00439C;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00439C;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-overflow-scrolling: touch;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  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;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!**************************************************************
 * Copyright notice
 *
 * (c) 2014 avenit AG (info@avenit.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 **************************************************************/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

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

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-overflow-scrolling: touch;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
  -webkit-overflow-scrolling: touch;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-overflow-scrolling: touch;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-overflow-scrolling: touch;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_444444_256x240.png');
}

.ui-widget-header .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_555555_256x240.png');
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_777620_256x240.png');
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_cc0000_256x240.png');
}

.ui-button .ui-icon {
  background-image: url('../../../_assets/fc74382c1e0a60ae21139388ebffd3ab/Css/images/ui-icons_777777_256x240.png');
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
  -webkit-overflow-scrolling: touch;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/******************************************************************************/
/* #3 - OVERRIDES - overrides for vendor styles                               */
/******************************************************************************/
.cc-window {
  box-shadow: 0 0 10px 0 rgba(60, 60, 60, 0.1);
}

_:-ms-lang(x),
.owl-carousel .owl-item .owl-lazy {
  -ms-transition: none;
  transition: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  _:-ms-lang(x),
  .owl-carousel .owl-item .owl-lazy {
    -ms-transition: none;
    transition: none;
  }
}

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

/******************************************************************************/
/* #4 - COMMON - base components (e.g. typography, buttons & form elements)   */
/******************************************************************************/
/* typographic definitions */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.1;
}
h1:not(.subheader), .h1:not(.subheader),
h2:not(.subheader), .h2:not(.subheader),
h3:not(.subheader), .h3:not(.subheader),
h4:not(.subheader), .h4:not(.subheader),
h5:not(.subheader), .h5:not(.subheader),
h6:not(.subheader), .h6:not(.subheader) {
  font-weight: 700;
}
h1.subheader, .h1.subheader,
h2.subheader, .h2.subheader,
h3.subheader, .h3.subheader,
h4.subheader, .h4.subheader,
h5.subheader, .h5.subheader,
h6.subheader, .h6.subheader {
  font-weight: 300;
}
h1.ce-headline-center, .h1.ce-headline-center,
h2.ce-headline-center, .h2.ce-headline-center,
h3.ce-headline-center, .h3.ce-headline-center,
h4.ce-headline-center, .h4.ce-headline-center,
h5.ce-headline-center, .h5.ce-headline-center,
h6.ce-headline-center, .h6.ce-headline-center {
  text-align: center;
}
h1.ce-headline-left, .h1.ce-headline-left,
h2.ce-headline-left, .h2.ce-headline-left,
h3.ce-headline-left, .h3.ce-headline-left,
h4.ce-headline-left, .h4.ce-headline-left,
h5.ce-headline-left, .h5.ce-headline-left,
h6.ce-headline-left, .h6.ce-headline-left {
  text-align: left;
}
h1.ce-headline-right, .h1.ce-headline-right,
h2.ce-headline-right, .h2.ce-headline-right,
h3.ce-headline-right, .h3.ce-headline-right,
h4.ce-headline-right, .h4.ce-headline-right,
h5.ce-headline-right, .h5.ce-headline-right,
h6.ce-headline-right, .h6.ce-headline-right {
  text-align: right;
}
h1 + p, .h1 + p,
h2 + p, .h2 + p,
h3 + p, .h3 + p,
h4 + p, .h4 + p,
h5 + p, .h5 + p,
h6 + p, .h6 + p {
  margin-top: 16px;
  margin-top: 1rem;
}

/* FE */
.contentelement h1, .contentelement .h1,
.contentelement h2, .contentelement .h2,
.contentelement h3, .contentelement .h3,
.contentelement h4, .contentelement .h4,
.contentelement h5, .contentelement .h5,
.contentelement h6, .contentelement .h6,
.cke_editable h1,
.cke_editable .h1,
.cke_editable h2,
.cke_editable .h2,
.cke_editable h3,
.cke_editable .h3,
.cke_editable h4,
.cke_editable .h4,
.cke_editable h5,
.cke_editable .h5,
.cke_editable h6,
.cke_editable .h6 {
  line-height: 1.4;
}

.h1, h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 0;
}
.h1.subheader, h1.subheader {
  font-size: 27.5px;
  font-size: 1.71875rem;
  margin-bottom: 0;
}
.h1 + .subheader, h1 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (min-width: 340px) {
  .h1, h1 {
    font-size: 2.8125rem;
    margin-bottom: 0;
  }
  .h1.subheader, h1.subheader {
    font-size: 1.71875rem;
    margin-bottom: 0;
  }
  .h1 + .subheader, h1 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 576px) {
  .h1, h1 {
    font-size: 4.6875rem;
    margin-bottom: 0;
  }
  .h1.subheader, h1.subheader {
    font-size: 2.8645833333rem;
    margin-bottom: 0;
  }
  .h1 + .subheader, h1 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 4.6875rem;
    margin-bottom: 0;
  }
  .h1.subheader, h1.subheader {
    font-size: 2.8645833333rem;
    margin-bottom: 0;
  }
  .h1 + .subheader, h1 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 4.6875rem;
    margin-bottom: 0;
  }
  .h1.subheader, h1.subheader {
    font-size: 2.8645833333rem;
    margin-bottom: 0;
  }
  .h1 + .subheader, h1 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
    margin-bottom: 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 4.6875rem;
    margin-bottom: 0;
  }
  .h1.subheader, h1.subheader {
    font-size: 2.8645833333rem;
    margin-bottom: 0;
  }
  .h1 + .subheader, h1 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h1 + .subheader {
    margin-bottom: 4.6875rem;
  }
}

.h2, h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.h2.subheader, h2.subheader {
  font-size: 12.22222px;
  font-size: 0.7638888889rem;
  margin-bottom: 0;
}
.h2 + .subheader, h2 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 340px) {
  .h2, h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .h2.subheader, h2.subheader {
    font-size: 0.7638888889rem;
    margin-bottom: 0;
  }
  .h2 + .subheader, h2 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 576px) {
  .h2, h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .h2.subheader, h2.subheader {
    font-size: 1.5277777778rem;
    margin-bottom: 0;
  }
  .h2 + .subheader, h2 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .h2, h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .h2.subheader, h2.subheader {
    font-size: 1.5277777778rem;
    margin-bottom: 0;
  }
  .h2 + .subheader, h2 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .h2.subheader, h2.subheader {
    font-size: 1.5277777778rem;
    margin-bottom: 0;
  }
  .h2 + .subheader, h2 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .h2.subheader, h2.subheader {
    font-size: 1.5277777778rem;
    margin-bottom: 0;
  }
  .h2 + .subheader, h2 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h2 + .subheader {
    margin-bottom: 2.5rem;
  }
}

.h3, h3 {
  font-size: 22.00575px;
  font-size: 1.375359375rem;
  margin-bottom: 0;
}
.h3.subheader, h3.subheader {
  font-size: 13.44795px;
  font-size: 0.8404973958rem;
  margin-bottom: 0;
}
.h3 + .subheader, h3 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
  margin-bottom: 22.00575px;
  margin-bottom: 1.375359375rem;
}
@media (min-width: 340px) {
  .h3, h3 {
    font-size: 1.375359375rem;
    margin-bottom: 0;
  }
  .h3.subheader, h3.subheader {
    font-size: 0.8404973958rem;
    margin-bottom: 0;
  }
  .h3 + .subheader, h3 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
    margin-bottom: 1.375359375rem;
  }
}
@media (min-width: 576px) {
  .h3, h3 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .h3.subheader, h3.subheader {
    font-size: 1.1458333333rem;
    margin-bottom: 0;
  }
  .h3 + .subheader, h3 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .h3, h3 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .h3.subheader, h3.subheader {
    font-size: 1.1458333333rem;
    margin-bottom: 0;
  }
  .h3 + .subheader, h3 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .h3.subheader, h3.subheader {
    font-size: 1.1458333333rem;
    margin-bottom: 0;
  }
  .h3 + .subheader, h3 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .h3.subheader, h3.subheader {
    font-size: 1.1458333333rem;
    margin-bottom: 0;
  }
  .h3 + .subheader, h3 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h3 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h3 + .subheader {
    margin-bottom: 1.875rem;
  }
}

.h4, h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.h4.subheader, h4.subheader {
  font-size: 9.77777px;
  font-size: 0.6111111111rem;
  margin-bottom: 0;
}
.h4 + .subheader, h4 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 340px) {
  .h4, h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h4.subheader, h4.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h4 + .subheader, h4 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .h4, h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h4.subheader, h4.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h4 + .subheader, h4 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .h4, h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h4.subheader, h4.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h4 + .subheader, h4 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .h4, h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h4.subheader, h4.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h4 + .subheader, h4 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h4.subheader, h4.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h4 + .subheader, h4 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h4 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h4 + .subheader {
    margin-bottom: 1rem;
  }
}

.h5, h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.h5.subheader, h5.subheader {
  font-size: 9.77777px;
  font-size: 0.6111111111rem;
  margin-bottom: 0;
}
.h5 + .subheader, h5 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 340px) {
  .h5, h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h5.subheader, h5.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h5 + .subheader, h5 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .h5, h5 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .h5.subheader, h5.subheader {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .h5 + .subheader, h5 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .h5, h5 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .h5.subheader, h5.subheader {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .h5 + .subheader, h5 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 992px) {
  .h5, h5 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .h5.subheader, h5.subheader {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .h5 + .subheader, h5 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .h5, h5 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .h5.subheader, h5.subheader {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
  .h5 + .subheader, h5 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h5 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h5 + .subheader {
    margin-bottom: 1.125rem;
  }
}

.h6, h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.h6.subheader, h6.subheader {
  font-size: 8.55555px;
  font-size: 0.5347222222rem;
  margin-bottom: 0;
}
.h6 + .subheader, h6 + .subheader {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media (min-width: 340px) {
  .h6, h6 {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .h6.subheader, h6.subheader {
    font-size: 0.5347222222rem;
    margin-bottom: 0;
  }
  .h6 + .subheader, h6 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 576px) {
  .h6, h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h6.subheader, h6.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h6 + .subheader, h6 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .h6, h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h6.subheader, h6.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h6 + .subheader, h6 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .h6, h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h6.subheader, h6.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h6 + .subheader, h6 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .h6, h6 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .h6.subheader, h6.subheader {
    font-size: 0.6111111111rem;
    margin-bottom: 0;
  }
  .h6 + .subheader, h6 + .subheader {
    margin-top: 1.5rem;
  }
  .contentelement:not(.frame-type-header) header.header--with-subheader .h6 + .subheader, .contentelement:not(.frame-type-header) header.header--with-subheader h6 + .subheader {
    margin-bottom: 1rem;
  }
}

html {
  font-size: 16px;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

strong {
  font-weight: 700;
}

a {
  outline: none;
  transition: all 0.1s ease-in-out;
}

.contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h1, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h1 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h1, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h1 {
    margin-bottom: 50px;
  }
}

.contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h2, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h2 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h2, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h2 {
    margin-bottom: 30px;
  }
}

.contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h3, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h3 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h3, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h3 {
    margin-bottom: 30px;
  }
}

.contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h4, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h4 {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header:not(.header--with-subheader) .h4, .contentelement:not(.frame-type-header) header:not(.header--with-subheader) h4 {
    margin-bottom: 10px;
  }
}

h1, .h1 {
  display: flex;
  flex-direction: column-reverse;
}
h1:not(.noUnderline):before, .h1:not(.noUnderline):before {
  position: relative;
  content: "";
  display: block;
  width: 55px;
  height: 6px;
  margin-top: 5px;
  background-color: #3C3C3C;
}
@media (min-width: 576px) {
  h1:not(.noUnderline):before, .h1:not(.noUnderline):before {
    width: 100px;
    height: 9px;
    margin-top: 10px;
  }
}

h2, .h2 {
  display: flex;
  flex-direction: column-reverse;
}
h2:not(.noUnderline):before, .h2:not(.noUnderline):before {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 5px;
  background-color: #3C3C3C;
}
@media (min-width: 576px) {
  h2:not(.noUnderline):before, .h2:not(.noUnderline):before {
    width: 50px;
    height: 5px;
    margin-top: 10px;
  }
}

.contentelement:not(.frame-type-header) header.headline--0, .contentelement:not(.frame-type-header) header.headline--2, .contentelement:not(.frame-type-header) header.headline--1 {
  display: flex;
  flex-direction: column;
}
.contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h1:before, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h1:before, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h2:before, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h2:before, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h1:before, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h1:before, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h2:before, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h2:before, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h1:before, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h1:before, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h2:before, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h2:before {
  display: none;
}
.contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h2 + .subheader {
  margin-top: 0;
  margin-bottom: 0;
}
.contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h2 + .subheader {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #3C3C3C;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h2 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h2 + .subheader {
    font-size: 2.5rem;
  }
}
.contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h1 + .subheader {
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #3C3C3C;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader .h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader h1 + .subheader, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader .h1 + .subheader {
    font-size: 4.6875rem;
  }
}
.contentelement:not(.frame-type-header) header.headline--0.header--with-subheader:after, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader:after, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader:after {
  position: relative;
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 5px;
  background-color: #3C3C3C;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header.headline--0.header--with-subheader:after, .contentelement:not(.frame-type-header) header.headline--2.header--with-subheader:after, .contentelement:not(.frame-type-header) header.headline--1.header--with-subheader:after {
    width: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.contentelement:not(.frame-type-header) header.headline--1:after {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contentelement:not(.frame-type-header) header.headline--1:after {
    margin-bottom: 50px;
  }
}

.header--with-subheader .subheader:before {
  display: none;
}

/* FE */
.contentelement h1,
.contentelement h2,
.contentelement h3,
.contentelement h4,
.contentelement h5,
.contentelement p,
.contentelement ul,
.contentelement ol,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable p,
.cke_editable ul,
.cke_editable ol {
  margin: 0;
}
.contentelement h1 + p, .contentelement h1 + ul, .contentelement h1 + ol, .contentelement h1 + h1, .contentelement h1 + h2, .contentelement h1 + h3, .contentelement h1 + h4, .contentelement h1 + h5,
.contentelement h2 + p,
.contentelement h2 + ul,
.contentelement h2 + ol,
.contentelement h2 + h1,
.contentelement h2 + h2,
.contentelement h2 + h3,
.contentelement h2 + h4,
.contentelement h2 + h5,
.contentelement h3 + p,
.contentelement h3 + ul,
.contentelement h3 + ol,
.contentelement h3 + h1,
.contentelement h3 + h2,
.contentelement h3 + h3,
.contentelement h3 + h4,
.contentelement h3 + h5,
.contentelement h4 + p,
.contentelement h4 + ul,
.contentelement h4 + ol,
.contentelement h4 + h1,
.contentelement h4 + h2,
.contentelement h4 + h3,
.contentelement h4 + h4,
.contentelement h4 + h5,
.contentelement h5 + p,
.contentelement h5 + ul,
.contentelement h5 + ol,
.contentelement h5 + h1,
.contentelement h5 + h2,
.contentelement h5 + h3,
.contentelement h5 + h4,
.contentelement h5 + h5,
.contentelement p + p,
.contentelement p + ul,
.contentelement p + ol,
.contentelement p + h1,
.contentelement p + h2,
.contentelement p + h3,
.contentelement p + h4,
.contentelement p + h5,
.contentelement ul + p,
.contentelement ul + ul,
.contentelement ul + ol,
.contentelement ul + h1,
.contentelement ul + h2,
.contentelement ul + h3,
.contentelement ul + h4,
.contentelement ul + h5,
.contentelement ol + p,
.contentelement ol + ul,
.contentelement ol + ol,
.contentelement ol + h1,
.contentelement ol + h2,
.contentelement ol + h3,
.contentelement ol + h4,
.contentelement ol + h5,
.cke_editable h1 + p,
.cke_editable h1 + ul,
.cke_editable h1 + ol,
.cke_editable h1 + h1,
.cke_editable h1 + h2,
.cke_editable h1 + h3,
.cke_editable h1 + h4,
.cke_editable h1 + h5,
.cke_editable h2 + p,
.cke_editable h2 + ul,
.cke_editable h2 + ol,
.cke_editable h2 + h1,
.cke_editable h2 + h2,
.cke_editable h2 + h3,
.cke_editable h2 + h4,
.cke_editable h2 + h5,
.cke_editable h3 + p,
.cke_editable h3 + ul,
.cke_editable h3 + ol,
.cke_editable h3 + h1,
.cke_editable h3 + h2,
.cke_editable h3 + h3,
.cke_editable h3 + h4,
.cke_editable h3 + h5,
.cke_editable h4 + p,
.cke_editable h4 + ul,
.cke_editable h4 + ol,
.cke_editable h4 + h1,
.cke_editable h4 + h2,
.cke_editable h4 + h3,
.cke_editable h4 + h4,
.cke_editable h4 + h5,
.cke_editable h5 + p,
.cke_editable h5 + ul,
.cke_editable h5 + ol,
.cke_editable h5 + h1,
.cke_editable h5 + h2,
.cke_editable h5 + h3,
.cke_editable h5 + h4,
.cke_editable h5 + h5,
.cke_editable p + p,
.cke_editable p + ul,
.cke_editable p + ol,
.cke_editable p + h1,
.cke_editable p + h2,
.cke_editable p + h3,
.cke_editable p + h4,
.cke_editable p + h5,
.cke_editable ul + p,
.cke_editable ul + ul,
.cke_editable ul + ol,
.cke_editable ul + h1,
.cke_editable ul + h2,
.cke_editable ul + h3,
.cke_editable ul + h4,
.cke_editable ul + h5,
.cke_editable ol + p,
.cke_editable ol + ul,
.cke_editable ol + ol,
.cke_editable ol + h1,
.cke_editable ol + h2,
.cke_editable ol + h3,
.cke_editable ol + h4,
.cke_editable ol + h5 {
  margin-top: 16px;
  margin-top: 1rem;
}

.btn, .contentelement .button--secondary,
.cke_editable .button--secondary, .contentelement .button--primary,
.cke_editable .button--primary {
  align-items: center;
  display: inline-flex;
  height: 52px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 16px;
  border-radius: 0;
}
.btn.btn-icon--location:before, .contentelement .btn-icon--location.button--secondary:before,
.cke_editable .btn-icon--location.button--secondary:before, .contentelement .btn-icon--location.button--primary:before,
.cke_editable .btn-icon--location.button--primary:before {
  position: relative;
  display: inline-block;
}
.btn.btn-icon--location:before, .contentelement .btn-icon--location.button--secondary:before,
.cke_editable .btn-icon--location.button--secondary:before, .contentelement .btn-icon--location.button--primary:before,
.cke_editable .btn-icon--location.button--primary:before {
  content: "\e912";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transform: none;
  width: auto;
}
@media (min-width: 768px) {
  .btn.btn-icon--location:before, .contentelement .btn-icon--location.button--secondary:before,
  .cke_editable .btn-icon--location.button--secondary:before, .contentelement .btn-icon--location.button--primary:before,
  .cke_editable .btn-icon--location.button--primary:before {
    margin: 0;
    transform: scale(1.8);
    width: 50px;
  }
}

.btn:focus, .contentelement .button--secondary:focus,
.cke_editable .button--secondary:focus, .contentelement .button--primary:focus,
.cke_editable .button--primary:focus {
  box-shadow: none;
}
.btn--primary, .contentelement .button--primary,
.cke_editable .button--primary, .btn--primary-outline {
  color: #FFF;
  background-color: #3C3C3C;
  transition: 0.3s ease;
}
.btn--primary:hover, .contentelement .button--primary:hover,
.cke_editable .button--primary:hover, .btn--primary:focus, .contentelement .button--primary:focus,
.cke_editable .button--primary:focus, .btn--primary:active, .contentelement .button--primary:active,
.cke_editable .button--primary:active, .btn--primary-outline:hover, .btn--primary-outline:focus, .btn--primary-outline:active {
  background-color: #282828;
}
.btn--primary:hover[disabled], .contentelement .button--primary:hover[disabled],
.cke_editable .button--primary:hover[disabled], .btn--primary:focus[disabled], .contentelement .button--primary:focus[disabled],
.cke_editable .button--primary:focus[disabled], .btn--primary:active[disabled], .contentelement .button--primary:active[disabled],
.cke_editable .button--primary:active[disabled], .btn--primary-outline:hover[disabled], .btn--primary-outline:focus[disabled], .btn--primary-outline:active[disabled] {
  background-color: #3C3C3C;
  cursor: not-allowed;
}
.btn--secondary, .contentelement .button--secondary,
.cke_editable .button--secondary {
  color: #3C3C3C;
  border: 2px solid #3C3C3C;
  transition: 0.3s ease;
  background: linear-gradient(transparent, transparent 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.btn--secondary:hover, .contentelement .button--secondary:hover,
.cke_editable .button--secondary:hover, .btn--secondary:focus, .contentelement .button--secondary:focus,
.cke_editable .button--secondary:focus, .btn--secondary:active, .contentelement .button--secondary:active,
.cke_editable .button--secondary:active {
  background-position: 100% 100%;
}
.btn--secondary:hover, .contentelement .button--secondary:hover,
.cke_editable .button--secondary:hover, .btn--secondary:focus, .contentelement .button--secondary:focus,
.cke_editable .button--secondary:focus, .btn--secondary:active, .contentelement .button--secondary:active,
.cke_editable .button--secondary:active {
  color: #FFF;
}
.btn--secondary:hover[disabled], .contentelement .button--secondary:hover[disabled],
.cke_editable .button--secondary:hover[disabled], .btn--secondary:focus[disabled], .contentelement .button--secondary:focus[disabled],
.cke_editable .button--secondary:focus[disabled], .btn--secondary:active[disabled], .contentelement .button--secondary:active[disabled],
.cke_editable .button--secondary:active[disabled] {
  background-color: transparent;
  cursor: not-allowed;
}
.btn--cart {
  padding: 6px 14px 6px 13px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: relative;
  border: 1px solid #3C3C3C;
  background: linear-gradient(#fff, #fff 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.btn--cart:hover, .btn--cart:focus, .btn--cart:active {
  background-position: 100% 100%;
}
.btn--cart:hover:before {
  color: #FFF;
}
.btn--cart:focus {
  outline: none;
}
.btn--cart:before {
  position: relative;
  display: inline-block;
}
.btn--cart:before {
  content: "\e920";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 23px;
  transform: none;
  width: auto;
  margin-right: 0;
  color: #3C3C3C;
  transition: 0.3s ease;
}
.btn--cart:after {
  content: attr(data-count);
  display: block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  background-color: #977967;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -7px;
  top: -7px;
}
.btn--cart span {
  display: none;
}
body > header .btn, body > header .contentelement .button--secondary, .contentelement body > header .button--secondary,
body > header .cke_editable .button--secondary,
.cke_editable body > header .button--secondary, body > header .contentelement .button--primary, .contentelement body > header .button--primary,
body > header .cke_editable .button--primary,
.cke_editable body > header .button--primary {
  padding: 12px;
}
body > header .btn:before, body > header .contentelement .button--secondary:before, .contentelement body > header .button--secondary:before,
body > header .cke_editable .button--secondary:before,
.cke_editable body > header .button--secondary:before, body > header .contentelement .button--primary:before, .contentelement body > header .button--primary:before,
body > header .cke_editable .button--primary:before,
.cke_editable body > header .button--primary:before {
  font-size: 14px;
}
body > header .btn:after, body > header .contentelement .button--secondary:after, .contentelement body > header .button--secondary:after,
body > header .cke_editable .button--secondary:after,
.cke_editable body > header .button--secondary:after, body > header .contentelement .button--primary:after, .contentelement body > header .button--primary:after,
body > header .cke_editable .button--primary:after,
.cke_editable body > header .button--primary:after {
  font-size: 12px;
}

a.btn--primary:hover, .contentelement a.button--primary:hover,
.cke_editable a.button--primary:hover, a.btn--primary:focus, .contentelement a.button--primary:focus,
.cke_editable a.button--primary:focus, a.button--primary-outline:hover, a.button--primary-outline:focus {
  color: #FFF;
}

.button--primary-outline {
  align-items: center;
  display: inline-flex;
  height: 52px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 16px;
  border-radius: 0;
  color: #FFF;
  background-color: #3C3C3C;
  transition: 0.3s ease;
}
.button--primary-outline:hover, .button--primary-outline:focus, .button--primary-outline:active {
  background-color: #282828;
}
.button--primary-outline:hover[disabled], .button--primary-outline:focus[disabled], .button--primary-outline:active[disabled] {
  background-color: #3C3C3C;
  cursor: not-allowed;
}

a {
  color: #977967;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
a:hover, a:focus {
  color: #977967;
}

.ce-textmedia-default .link {
  text-decoration: underline;
  text-decoration-color: #977967;
}

.link {
  color: #977967;
  text-decoration: underline;
  text-decoration-color: #977967;
  position: relative;
  transition: padding-left 0.2s ease;
}
.link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  display: block;
  background-color: #977967;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.link:hover {
  color: #977967;
  text-decoration: underline;
  text-decoration-color: #977967;
  padding-left: 24px;
}
.link:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: all 0.3s ease;
}
.link.link--blue {
  text-decoration: underline;
  color: #4F6699;
  text-decoration-color: #4F6699;
}
.link.link--blue:before {
  background-color: #4F6699;
}
.link.link--blue:hover {
  color: #4F6699;
  text-decoration-color: #4F6699;
}
.link--internal {
  display: inline-flex;
  align-items: center;
}
.link--internal:after {
  position: relative;
  display: inline-block;
}
.link--internal:after {
  content: "\e901";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  margin-left: 5px;
}
.link--mail {
  display: inline-flex;
  align-items: center;
}
.link--mail:after {
  position: relative;
  display: inline-block;
}
.link--mail:after {
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  margin-left: 10px;
}
.link--download {
  display: inline-flex;
  align-items: center;
}
.link--download:after {
  position: relative;
  display: inline-block;
}
.link--download:after {
  content: "\e90d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  margin-left: 10px;
}
.link--external {
  display: inline-flex;
  align-items: center;
}
.link--external:after {
  position: relative;
  display: inline-block;
}
.link--external:after {
  content: "\e90e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  margin-left: 10px;
}
.link--more {
  white-space: nowrap;
}
.link--more:before {
  position: relative;
  display: inline-block;
}
.link--more:before {
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  top: 2px;
  display: inline-block;
  transform: scale(3, 1.5);
  margin-right: 40px;
  margin-left: 22px;
}
.link--privacy {
  text-decoration: underline;
}
a:hover .link--privacy, .link--privacy:hover {
  text-decoration: underline;
}

.accordion .card {
  border: none;
}
.accordion .card .card-header {
  background-color: #FFF;
  display: block;
  font-weight: 700;
  padding: 20px 0 20px 0;
  color: #3C3C3C;
  border-bottom-color: #F3F3F1;
}
.accordion .card .card-header:after {
  position: relative;
  display: inline-block;
}
.accordion .card .card-header:after {
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-weight: 700;
  position: absolute;
  right: 5px;
}
.accordion .card .card-header:not(.collapsed):before {
  content: none;
}
.accordion .card .card-header:not(.collapsed):after {
  position: relative;
  display: inline-block;
}
.accordion .card .card-header:not(.collapsed):after {
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-weight: 700;
  position: absolute;
  right: 5px;
}
.accordion .card .card-header:hover, .accordion .card .card-header:focus, .accordion .card .card-header[aria-expanded=true] {
  color: #977967;
}
.accordion .card .card-body {
  padding: 50px 0 10px 15px;
  border-bottom: 1px solid #F3F3F1;
}
@media (min-width: 768px) {
  .accordion .card .card-body {
    padding: 50px 0 10px 30px;
  }
}

.margin-bottom--small {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-bottom--small {
    margin-bottom: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-bottom--small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-bottom--small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-bottom--small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-bottom--small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}

.margin-top--small {
  margin-top: 40px;
  margin-top: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-top--small {
    margin-top: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-top--small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-top--small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-top--small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-top--small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}

.m-t-small {
  margin-top: 40px;
  margin-top: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-t-small {
    margin-top: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-t-small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-t-small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-t-small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-t-small {
    margin-top: 3.75rem;
    transition: 0.3s ease;
  }
}

.m-b-small {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-b-small {
    margin-bottom: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-b-small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-b-small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-b-small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-b-small {
    margin-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}

.p-t-small {
  padding-top: 40px;
  padding-top: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-t-small {
    padding-top: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-t-small {
    padding-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-t-small {
    padding-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-t-small {
    padding-top: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-t-small {
    padding-top: 3.75rem;
    transition: 0.3s ease;
  }
}

.p-b-small {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-b-small {
    padding-bottom: 2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-b-small {
    padding-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-b-small {
    padding-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-b-small {
    padding-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-b-small {
    padding-bottom: 3.75rem;
    transition: 0.3s ease;
  }
}

.margin-bottom--negative-small {
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-bottom--negative-small {
    margin-bottom: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-bottom--negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-bottom--negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-bottom--negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-bottom--negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}

.margin-top--negative-small {
  margin-top: -40px;
  margin-top: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-top--negative-small {
    margin-top: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-top--negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-top--negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-top--negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-top--negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}

.m-t-negative-small {
  margin-top: -40px;
  margin-top: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-t-negative-small {
    margin-top: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-t-negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-t-negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-t-negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-t-negative-small {
    margin-top: -3.75rem;
    transition: 0.3s ease;
  }
}

.m-b-negative-small {
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-b-negative-small {
    margin-bottom: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-b-negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-b-negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-b-negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-b-negative-small {
    margin-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}

.p-t-negative-small {
  padding-top: -40px;
  padding-top: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-t-negative-small {
    padding-top: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-t-negative-small {
    padding-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-t-negative-small {
    padding-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-t-negative-small {
    padding-top: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-t-negative-small {
    padding-top: -3.75rem;
    transition: 0.3s ease;
  }
}

.p-b-negative-small {
  padding-bottom: -40px;
  padding-bottom: -2.5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-b-negative-small {
    padding-bottom: -2.5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-b-negative-small {
    padding-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-b-negative-small {
    padding-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-b-negative-small {
    padding-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-b-negative-small {
    padding-bottom: -3.75rem;
    transition: 0.3s ease;
  }
}

.margin-bottom--medium {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-bottom--medium {
    margin-bottom: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-bottom--medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-bottom--medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-bottom--medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-bottom--medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}

.margin-top--medium {
  margin-top: 50px;
  margin-top: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-top--medium {
    margin-top: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-top--medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-top--medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-top--medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-top--medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}

.m-t-medium {
  margin-top: 50px;
  margin-top: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-t-medium {
    margin-top: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-t-medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-t-medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-t-medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-t-medium {
    margin-top: 4.375rem;
    transition: 0.3s ease;
  }
}

.m-b-medium {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-b-medium {
    margin-bottom: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-b-medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-b-medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-b-medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-b-medium {
    margin-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}

.p-t-medium {
  padding-top: 50px;
  padding-top: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-t-medium {
    padding-top: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-t-medium {
    padding-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-t-medium {
    padding-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-t-medium {
    padding-top: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-t-medium {
    padding-top: 4.375rem;
    transition: 0.3s ease;
  }
}

.p-b-medium {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-b-medium {
    padding-bottom: 3.125rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-b-medium {
    padding-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-b-medium {
    padding-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-b-medium {
    padding-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-b-medium {
    padding-bottom: 4.375rem;
    transition: 0.3s ease;
  }
}

.margin-bottom--large {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-bottom--large {
    margin-bottom: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-bottom--large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-bottom--large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-bottom--large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-bottom--large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}

.margin-top--large {
  margin-top: 80px;
  margin-top: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .margin-top--large {
    margin-top: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .margin-top--large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .margin-top--large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .margin-top--large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .margin-top--large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}

.m-t-large {
  margin-top: 80px;
  margin-top: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-t-large {
    margin-top: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-t-large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-t-large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-t-large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-t-large {
    margin-top: 9.375rem;
    transition: 0.3s ease;
  }
}

.m-b-large {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .m-b-large {
    margin-bottom: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .m-b-large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .m-b-large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .m-b-large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .m-b-large {
    margin-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}

.p-t-large {
  padding-top: 80px;
  padding-top: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-t-large {
    padding-top: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-t-large {
    padding-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-t-large {
    padding-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-t-large {
    padding-top: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-t-large {
    padding-top: 9.375rem;
    transition: 0.3s ease;
  }
}

.p-b-large {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  transition: 0.3s ease;
}
@media (min-width: 340px) {
  .p-b-large {
    padding-bottom: 5rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .p-b-large {
    padding-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 768px) {
  .p-b-large {
    padding-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 992px) {
  .p-b-large {
    padding-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .p-b-large {
    padding-bottom: 9.375rem;
    transition: 0.3s ease;
  }
}

html {
  display: flex;
  background-color: #FFF;
}
html.followup .contentelements__wrapper {
  margin-top: 30px;
}
@media (min-width: 576px) {
  html.followup .contentelements__wrapper {
    margin-top: 45px;
  }
}

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
  will-change: background-color;
  background-color: #FFF;
}
body > header,
body > footer {
  flex-shrink: 0;
}
body > main {
  flex-grow: 1;
  margin-top: 176px;
  transition: margin-top 0.3s ease;
  min-height: calc(80vh - 176px);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199.98px) {
  body > main {
    margin-top: 60px;
  }
}
body header.brown {
  color: #977967;
}
body header.brown a {
  color: #977967;
}
body header.blue {
  color: #4F6699;
}
body header.blue a {
  color: #4F6699;
}
body header .subheader {
  color: #3C3C3C;
}
body header.ce-headline-center {
  text-align: center;
}
body header.ce-headline-center h1, body header.ce-headline-center .h1, body header.ce-headline-center h2, body header.ce-headline-center .h2 {
  display: inline-flex;
}
body header.ce-headline-right {
  text-align: right;
}
body header.ce-headline-right h1, body header.ce-headline-right .h1, body header.ce-headline-right h2, body header.ce-headline-right .h2 {
  display: inline-flex;
}

.extbase-debugger-floating {
  z-index: 2500 !important; /* make extbase debugs float over header */
}

.f3-widget-paginator,
.tx-indexedsearch-browsebox {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media (min-width: 340px) {
  .f3-widget-paginator,
  .tx-indexedsearch-browsebox {
    margin-top: 3.125rem;
  }
}
@media (min-width: 576px) {
  .f3-widget-paginator,
  .tx-indexedsearch-browsebox {
    margin-top: 4.375rem;
  }
}
@media (min-width: 768px) {
  .f3-widget-paginator,
  .tx-indexedsearch-browsebox {
    margin-top: 4.375rem;
  }
}
@media (min-width: 992px) {
  .f3-widget-paginator,
  .tx-indexedsearch-browsebox {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .f3-widget-paginator,
  .tx-indexedsearch-browsebox {
    margin-top: 4.375rem;
  }
}
.f3-widget-paginator a[rel=prev], .f3-widget-paginator a[rel=next],
.tx-indexedsearch-browsebox a[rel=prev],
.tx-indexedsearch-browsebox a[rel=next] {
  display: none;
}
.f3-widget-paginator .previous a:before,
.tx-indexedsearch-browsebox .previous a:before {
  position: relative;
  display: inline-block;
}
.f3-widget-paginator .previous a:before,
.tx-indexedsearch-browsebox .previous a:before {
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-weight: 700;
  margin-right: 5px;
}
.f3-widget-paginator .next a:after,
.tx-indexedsearch-browsebox .next a:after {
  position: relative;
  display: inline-block;
}
.f3-widget-paginator .next a:after,
.tx-indexedsearch-browsebox .next a:after {
  content: "\e901";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-weight: 700;
  margin-left: 5px;
}
.f3-widget-paginator .current,
.tx-indexedsearch-browsebox .current {
  margin: 0 8px;
  padding: 0 2px;
  color: #977967;
}
.f3-widget-paginator .current a,
.tx-indexedsearch-browsebox .current a {
  color: #977967;
}
.f3-widget-paginator li,
.tx-indexedsearch-browsebox li {
  cursor: pointer;
}
.f3-widget-paginator a,
.tx-indexedsearch-browsebox a {
  position: relative;
  margin: 0 8px;
  padding: 0 2px;
  color: #3C3C3C;
  font-weight: 400;
}
.f3-widget-paginator a:hover,
.tx-indexedsearch-browsebox a:hover {
  color: #977967;
}
.f3-widget-paginator a:before,
.tx-indexedsearch-browsebox a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  will-change: background-color;
}
.f3-widget-paginator li:not(.previous):not(.next) a:hover:before, .f3-widget-paginator li:not(.previous):not(.next).current a:before,
.tx-indexedsearch-browsebox li:not(.previous):not(.next) a:hover:before,
.tx-indexedsearch-browsebox li:not(.previous):not(.next).current a:before {
  background-color: #977967;
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(-3px);
  }
}
.stickybuttons {
  position: fixed;
  right: -130px;
  top: 50vh;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  z-index: 1000;
}
.stickybuttons--active {
  right: 0;
  transition: right 0.5s ease;
}
.stickybuttons__btn {
  align-items: center;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-right: 10px;
  width: 52px;
}
.stickybuttons__contact {
  background-color: #3C3C3C;
  overflow: hidden;
  transition: width 0.3s;
  -webkit-overflow-scrolling: touch;
}
.stickybuttons__contact:before {
  position: relative;
  display: inline-block;
}
.stickybuttons__contact:before {
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  color: #FFF;
  font-size: 28px;
}
.stickybuttons__contact span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  bottom: 2px;
  color: transparent;
  margin-left: 0;
  position: relative;
  transition: width 0.3s;
  white-space: nowrap;
  width: 0;
  word-break: keep-all;
}
.stickybuttons__contact:hover {
  color: #FFF;
  transition: width 0.3s;
  width: 215px;
}
.stickybuttons__contact:hover span {
  color: #FFF;
  margin-left: 20px;
  transition: width 0.3s;
  width: 135px;
}
.stickybuttons__to_top {
  background-color: rgba(255, 255, 255, 0.9019607843);
  border: 2px solid #3C3C3C;
  transition: 0.3s ease;
}
.stickybuttons__to_top:before {
  position: relative;
  display: inline-block;
}
.stickybuttons__to_top:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  color: #3C3C3C;
  font-size: 26px;
}
.stickybuttons__to_top:hover {
  background-color: #3C3C3C;
}
.stickybuttons__to_top:hover:before {
  position: relative;
  display: inline-block;
}
.stickybuttons__to_top:hover:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  animation: bounce 1s;
  color: rgba(255, 255, 255, 0.9019607843);
}

_:-ms-lang(x),
.stickybuttons .stickybuttons__contact:before {
  margin-left: 14px \9 ;
}

_:-ms-lang(x),
.stickybuttons .stickybuttons__contact:hover:before {
  margin-left: 0 \9 ;
}

.scrollbar--styled ::-webkit-scrollbar {
  width: 3px;
  margin-left: -10px;
}
.scrollbar--styled ::-webkit-scrollbar-track {
  margin-top: 15px;
  border-radius: 2px;
  background: #F3F3F3;
}
.scrollbar--styled ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E0E0E0;
}

.form-group {
  margin-bottom: 30px;
}

.requiredstar--before:before {
  content: "*";
  font-size: 14px;
  font-size: 0.875rem;
}
.requiredstar--after:after {
  content: "*";
  font-size: 14px;
  font-size: 0.875rem;
}

.custom-checkbox, .custom-radio {
  padding-left: 50px;
}
.custom-checkbox .custom-control-label:before, .custom-radio .custom-control-label:before {
  border: 1px solid #CFCCCD;
  height: 28px;
  width: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  position: absolute;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label:before, .custom-radio .custom-control-input:active ~ .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #CFCCCD;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #3C3C3C;
}
.custom-checkbox .custom-control-input:not(:checked):focus ~ .custom-control-label, .custom-radio .custom-control-input:not(:checked):focus ~ .custom-control-label {
  color: rgba(60, 60, 60, 0.7);
}
.custom-checkbox .custom-control-input:not(:checked):focus ~ .custom-control-label:before, .custom-radio .custom-control-input:not(:checked):focus ~ .custom-control-label:before {
  border-color: rgba(60, 60, 60, 0.7);
}
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before, .custom-radio .custom-control-input:disabled ~ .custom-control-label:before {
  border: 1px solid #E0E0E0;
}
.custom-checkbox .custom-control-label a, .custom-radio .custom-control-label a {
  color: #3C3C3C;
  text-decoration: underline;
}
.custom-checkbox .custom-control-label:hover, .custom-radio .custom-control-label:hover {
  cursor: pointer;
}
.custom-checkbox .custom-control-label:hover:before, .custom-radio .custom-control-label:hover:before {
  border: 1px solid #7C7979;
}
.custom-checkbox .custom-control-label:after, .custom-radio .custom-control-label:after {
  left: -50px;
  width: 28px;
  height: 28px;
  top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  position: relative;
  display: inline-block;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: "\e90a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  left: -44px;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.custom-radio {
  margin-bottom: 10px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  position: absolute;
  background-color: #3C3C3C;
  border-radius: 50%;
  left: -43px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
}

/**
 * We need a clone of bootstrap color-yiq mixin so we can get the same value for color
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap .select2-selection {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  color: #3C3C3C;
  font-size: 16px;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap {
  /**
   * Search field in the Select2 dropdown.
   */
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  padding: 15px 20px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  color: #3C3C3C;
  font-size: 16px;
  font-size: 1rem;
  border-color: #FFF;
}
.select2-container--bootstrap {
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap .select2-search__field {
  /* Firefox 18- */
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap .select2-search__field {
  /**
   * Firefox 19+
   *
   * @see https://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #6c757d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap {
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 4's default dropdown styles.
   *
   * @see https://getbootstrap.com/docs/4.0/components/dropdowns/
   */
}
.select2-container--bootstrap .select2-results__option {
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #6c757d;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Hover state.
   */
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  margin-left: -0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  margin-left: -1.5rem;
  padding-left: 36px;
  padding-left: 2.25rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  margin-left: -2.25rem;
  padding-left: 48px;
  padding-left: 3rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  margin-left: -3rem;
  padding-left: 60px;
  padding-left: 3.75rem;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  margin-left: -3.75rem;
  padding-left: 72px;
  padding-left: 4.5rem;
}
.select2-container--bootstrap .select2-results__group {
  color: #6c757d;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #CFCCCD;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 4px 4px 4px;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
  box-shadow: none;
}
.select2-container--bootstrap {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection__clear {
  color: #6c757d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: "#111";
}
.select2-container--bootstrap {
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see hhttps://getbootstrap.com/docs/4.0/components/forms/#disabled-forms
   */
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #E0E0E0;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
}
.select2-container--bootstrap .select2-dropdown {
  border-color: #CFCCCD;
  margin-top: -1px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap {
  /**
   * Limit the dropdown height.
   */
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.select2-container--bootstrap {
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--single {
  height: 55px;
  line-height: 1.5;
  padding: 15px 24px 15px 12px;
  padding: 0.9375rem 1.5rem 0.9375rem 0.75rem;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 0;
  width: 4px;
  width: 0.25rem;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-left: -0.25rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #3C3C3C;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection--multiple {
  height: auto;
  min-height: 55px;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #6c757d;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Make Multi Select2's choices match Bootstrap 4's default button styles.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background: #e9ecef;
  border: 1px solid #6c757d;
  border-radius: 0.25rem;
  color: #3C3C3C;
  cursor: default;
  float: left;
  margin: calc(0.9375rem - 1px) 0 0 0.375rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Minus 2px borders.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  height: 55px;
  line-height: 1.5;
  margin: -1px 0;
  min-width: 5em;
  padding: 0 12px;
  padding: 0 0.75rem;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 7.5px;
  margin-right: 0.46875rem;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: "#111";
}
.select2-container--bootstrap .select2-selection--multiple {
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.select2-container--bootstrap {
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see https://getbootstrap.com/docs/4.0/components/forms/#sizing
   */
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.form-control-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
  line-height: 1.5;
  padding: 4px 20px 4px 8px;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.form-control-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -4px;
  margin-left: -0.25rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  border-radius: 0.2rem;
  min-height: calc(1.8125rem + 2px);
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: calc(0.25rem - 1px) 0 0 0.25rem;
  padding: 0 4px;
  padding: 0 0.25rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
  line-height: 1.5;
  padding: 0 8px;
  padding: 0 0.5rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.select2-container--bootstrap .select2-selection--single.form-control-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 18px;
  font-size: 1.125rem;
  height: calc(2.6875rem + 2px);
  line-height: 1.5;
  padding: 8px 31px 8px 16px;
  padding: 0.5rem 1.9375rem 0.5rem 1rem;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
  width: 0.3125rem;
}
.select2-container--bootstrap .select2-selection--single.form-control-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-top: -2.5px;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  border-radius: 0.3rem;
  min-height: calc(2.6875rem + 2px);
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: calc(0.5rem - 1px) 0 0 0.5rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 18px;
  font-size: 1.125rem;
  height: calc(2.6875rem + 2px);
  line-height: 1.5;
  padding: 0 16px;
  padding: 0 1rem;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--multiple {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single .select2-selection__arrow:before, .select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--multiple .select2-selection__arrow:before {
  transform: rotate(180deg);
}
.select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .select2-selection.form-control-lg.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 5px 5px 5px;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--multiple {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow:before, .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--multiple .select2-selection__arrow:before {
  transform: rotate(180deg);
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 5px 5px 5px;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap {
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  text-align: right; /* 1 */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  left: 0.75rem;
  right: auto;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir=rtl] {
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--bootstrap .select2-dropdown[dir=rtl] .select2-results__options {
  text-align: right;
}

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see https://getbootstrap.com/docs/4.0/components/forms/#validation
 */
.is-valid .select2-dropdown,
.is-valid .select2-selection {
  border-color: #009640;
}
.is-valid .select2-container--focus .select2-selection,
.is-valid .select2-container--open .select2-selection {
  border-color: rgb(0, 99, 42.24);
}
.is-valid .select2-container--focus .select2-selection:focus,
.is-valid .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 64, 0.25);
}
.is-valid.select2-drop-active {
  border-color: rgb(0, 99, 42.24);
}
.is-valid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(0, 99, 42.24);
}

.is-invalid .select2-dropdown,
.is-invalid .select2-selection {
  border-color: #F00;
}
.is-invalid .select2-container--focus .select2-selection,
.is-invalid .select2-container--open .select2-selection {
  border-color: #cc0000;
}
.is-invalid .select2-container--focus .select2-selection:focus,
.is-invalid .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.is-invalid.select2-drop-active {
  border-color: #cc0000;
}
.is-invalid.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #cc0000;
}

/* Validation classes on parent element. Preserved Bootstrap 3 validation classes */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: rgb(211, 158.25, 0);
}
.has-warning .select2-container--focus .select2-selection:focus,
.has-warning .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.has-warning.select2-drop-active {
  border-color: rgb(211, 158.25, 0);
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(211, 158.25, 0);
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #F00;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #cc0000;
}
.has-error .select2-container--focus .select2-selection:focus,
.has-error .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.has-error.select2-drop-active {
  border-color: #cc0000;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #cc0000;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #009640;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: rgb(0, 99, 42.24);
}
.has-success .select2-container--focus .select2-selection:focus,
.has-success .select2-container--open .select2-selection:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 150, 64, 0.25);
}
.has-success.select2-drop-active {
  border-color: rgb(0, 99, 42.24);
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(0, 99, 42.24);
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see https://getbootstrap.com/docs/4.0/components/input-group/
 * @see https://github.com/twbs/bootstrap/blob/v4.0.0-beta.2/scss/_input-group.scss
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
  z-index: 2;
}
.input-group > .select2-container--bootstrap > .selection {
  display: flex;
  flex: 1 1 auto;
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap {
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see https://github.com/twbs/bootstrap/blob/v4.0.0-beta.2/scss/_input-group.scss
   */
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-append,
.input-group > .select2-container--bootstrap .input-group-prepend,
.input-group > .select2-container--bootstrap .input-group-append .btn,
.input-group > .select2-container--bootstrap .input-group-append .contentelement .button--secondary,
.contentelement .input-group > .select2-container--bootstrap .input-group-append .button--secondary,
.input-group > .select2-container--bootstrap .input-group-append .cke_editable .button--secondary,
.cke_editable .input-group > .select2-container--bootstrap .input-group-append .button--secondary,
.input-group > .select2-container--bootstrap .input-group-append .contentelement .button--primary,
.contentelement .input-group > .select2-container--bootstrap .input-group-append .button--primary,
.input-group > .select2-container--bootstrap .input-group-append .cke_editable .button--primary,
.cke_editable .input-group > .select2-container--bootstrap .input-group-append .button--primary,
.input-group > .select2-container--bootstrap .input-group-prepend .btn,
.input-group > .select2-container--bootstrap .input-group-prepend .contentelement .button--secondary,
.contentelement .input-group > .select2-container--bootstrap .input-group-prepend .button--secondary,
.input-group > .select2-container--bootstrap .input-group-prepend .cke_editable .button--secondary,
.cke_editable .input-group > .select2-container--bootstrap .input-group-prepend .button--secondary,
.input-group > .select2-container--bootstrap .input-group-prepend .contentelement .button--primary,
.contentelement .input-group > .select2-container--bootstrap .input-group-prepend .button--primary,
.input-group > .select2-container--bootstrap .input-group-prepend .cke_editable .button--primary,
.cke_editable .input-group > .select2-container--bootstrap .input-group-prepend .button--primary {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

form label {
  font-size: 16px;
  font-size: 1rem;
  color: #3C3C3C;
}
form label.control-label.control-label--sm {
  font-size: 12px;
  font-size: 0.75rem;
}

.form-control {
  border-color: #CFCCCD;
}
.form-control.form-control--sm {
  width: auto;
  height: 40px;
  padding: 7.5px 10px 7.5px 10px;
  padding: 0.46875rem 0.625rem 0.46875rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  color: #F00;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  box-shadow: none;
}
.was-validated .form-control:invalid + .select2.select2-container--bootstrap .select2-selection, .form-control.is-invalid + .select2.select2-container--bootstrap .select2-selection {
  border-color: #F00;
}
.was-validated .form-control:valid, .form-control.is-valid {
  background: #FFF url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448.8 448.8'%3E%3Cpath fill='#009640' d='M142.8 323.85L35.7 216.75 0 252.45l142.8 142.8 306-306-35.7-35.7z'/%3E%3C/svg%3E%0A") no-repeat right 25px center;
  background-size: 20px;
  padding-right: 70px;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  box-shadow: none;
}
.was-validated .form-control:valid + .select2.select2-container--bootstrap .select2-selection, .form-control.is-valid + .select2.select2-container--bootstrap .select2-selection {
  border-color: #009640;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before, .custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before, .custom-control-input.is-valid:checked ~ .custom-control-label:before {
  background-color: #FFF;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #F00;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3C3C3C;
}

/* deactivated, unsure if we actually need this

form {
  button, input[type=submit] {
    &.btn--primary-outline {
      height: 50px;
      padding-right: 40px;
      border-color: $color-grey;
      color: $color-grey;
      background: linear-gradient(to right, $color-grey 33%, $color-white 67%);
      background-size: 300% 100%;
      background-position: right bottom;

      @include hover-focus-active {
        background-color: $color-grey;
        border-color: $color-grey;
      }
    }
  }
}

*/
.custom-select {
  font-size: 16px;
  font-size: 1rem;
  border-color: #CFCCCD;
}
.custom-select.custom-select--rounded, .custom-select.custom-select--rounded + .select2-container .select2-selection {
  border-radius: 30px;
}
.custom-select.custom-select--rounded + .select2-container--open .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection__rendered {
  font-weight: 400;
}
.select2-container .select2-dropdown {
  font-size: 16px;
  font-size: 1rem;
  z-index: 500;
}

.select2-container--bootstrap .select2-selection {
  border-color: #CFCCCD;
}
.select2-container--bootstrap .select2-selection:focus {
  background-color: #FFF;
}
.select2-container--bootstrap:hover .select2-selection {
  border-color: #7C7979;
}
.select2-container--bootstrap:hover .select2-selection.select2-selection--single:after, .select2-container--bootstrap:hover .select2-selection.select2-selection--multiple:after {
  color: #7C7979;
}
.select2-container--bootstrap .select2-selection--single:after,
.select2-container--bootstrap .select2-selection--multiple:after {
  position: relative;
  display: inline-block;
}
.select2-container--bootstrap .select2-selection--single:after,
.select2-container--bootstrap .select2-selection--multiple:after {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  right: 11px;
  top: 50%;
  color: #CFCCCD;
  font-size: 24px;
  font-size: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  color: #CFCCCD;
  transition: color 0.3s ease;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  padding-right: 12px;
  padding-right: 0.75rem;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b {
  border: 0 !important;
}
.select2-container--bootstrap.select2-container--open .select2-selection--single:after,
.select2-container--bootstrap.select2-container--open .select2-selection--multiple:after {
  color: #3C3C3C;
  transform: translateY(-50%) rotate(0deg);
}
.select2-container--bootstrap.select2-container--open .select2-selection--single.select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection--multiple.select2-selection {
  border-color: #3C3C3C;
}
.select2-container--bootstrap.select2-container--open .select2-selection--single.select2-selection .select2-selection__rendered,
.select2-container--bootstrap.select2-container--open .select2-selection--multiple.select2-selection .select2-selection__rendered {
  color: #3C3C3C;
}
.select2-container--bootstrap.select2-container--open .select2-selection {
  background-color: #FFF;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  box-shadow: none;
}
.select2-container--bootstrap .select2-dropdown {
  border-color: #3C3C3C;
}
.select2-container--bootstrap .select2-dropdown--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap .select2-dropdown--below:after {
  box-shadow: none;
}
.select2-container--bootstrap .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap .select2-dropdown .select2-results__option {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-container--bootstrap .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  color: #3C3C3C;
}
.select2-container--bootstrap .select2-dropdown .select2-results__option:hover {
  color: #977967;
  background-color: transparent;
}
.select2-container--bootstrap .select2-dropdown .select2-results__option[aria-selected=true], .select2-container--bootstrap .select2-dropdown .select2-results__option[aria-selected=true].select2-results__option--highlighted {
  background-color: #FFF;
  color: #977967;
  display: inline-flex;
  width: 100%;
}

.select2-container--bootstrap.bootstrap-sm {
  display: inline-block;
}
.select2-container--bootstrap.bootstrap-sm .select2-selection--single {
  height: 40px;
  padding: 7.5px 32px 7.5px 10px;
  padding: 0.46875rem 2rem 0.46875rem 0.625rem;
}
.select2-container--bootstrap.bootstrap-sm .select2-selection--single:after {
  font-size: 12px;
  font-size: 0.75rem;
}
.select2-container--bootstrap.bootstrap-sm .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-weight: 400;
}
.select2-container--bootstrap.bootstrap-sm .select2-dropdown .select2-results {
  padding: 7.5px 8px 7.5px 0;
  padding: 0.46875rem 0.5rem 0.46875rem 0;
}
.select2-container--bootstrap.bootstrap-sm .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 12px;
  font-size: 0.75rem;
}

/* styled scrollbar */
.select2-container ::-webkit-scrollbar {
  width: 3px;
  margin-left: -10px;
}
.select2-container ::-webkit-scrollbar-track {
  margin-top: 15px;
  border-radius: 2px;
  background: #F3F3F3;
}
.select2-container ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #E0E0E0;
}
.select2-container .select2-dropdown--above .select2-results {
  padding: 15px 10px 15px 0;
}
.select2-container .select2-dropdown--below .select2-results {
  border-top: 1px solid #3C3C3C;
  padding: 15px 10px 15px 0;
}
.select2-container .select2-results__options {
  padding: 0 10px 0 0;
}

.custom-file .custom-file-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-overflow-scrolling: touch;
}
.custom-file .custom-file-label:after {
  position: relative;
  display: inline-block;
}
.custom-file .custom-file-label:after {
  content: "\e91d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  display: inline-flex;
  align-items: center;
  background: #FFF;
  border: 0;
  font-size: 25px;
  font-size: 1.5625rem;
  padding-left: 25px;
  padding-right: 25px;
}

.downloadform {
  position: relative;
}
.downloadform .loader {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  transition-property: opacity, height;
  transition-duration: 0.2s, 0s;
  transition-timing-function: ease-out;
}
.downloadform:not(.loading) .loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition-delay: 0s, 0.2s;
}

/*
 * @feature: Make img fit 100% with specific wrapper aspect ratios
 * @source: https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
.image__wrapper--16by9 {
  position: relative;
}
.image__wrapper--16by9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.image__wrapper--16by9 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image__wrapper--4by3 {
  position: relative;
}
.image__wrapper--4by3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.image__wrapper--4by3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image__wrapper--1by1 {
  position: relative;
}
.image__wrapper--1by1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.image__wrapper--1by1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*
 * @feature: Lazyloading
 * @source: https://www.andreaverlicchi.eu/lazyload/#-tips--tricks
 */
img.load__on__scroll {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 1s;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
img.load__on__scroll.load__on__scroll--loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
img.load__on__scroll {
  will-change: opacity;
}
img:not([src]) {
  visibility: hidden;
}
img[data-src] {
  display: block;
  min-height: 1px;
}
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

.video__container {
  position: relative;
}
.video__container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video__container > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video__container .video__playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__container .video__playbutton:before {
  position: relative;
  display: inline-block;
}
.video__container .video__playbutton:before {
  content: "\e913";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  color: #FFF;
  font-size: 80px;
  font-size: 5rem;
  text-shadow: 0px 0px 20px rgba(60, 60, 60, 0.5);
  transition: 0.3s ease;
}
.video__container:hover .video__playbutton {
  transform: translate(-50%, -50%) scale(1.1);
}

img.lazy,
source.lazy {
  transition: opacity 0.3s ease;
}
img.lazy:not(.loaded),
source.lazy:not(.loaded) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

/* FE */
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* FE */
.contentelement ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox),
.cke_editable ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox) {
  padding-left: 13px;
  line-height: 2;
}
.contentelement ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox) li,
.cke_editable ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox) li {
  position: relative;
}
.contentelement ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox) li:before,
.cke_editable ul:not(.nolist):not(.f3-widget-paginator):not(.tx-indexedsearch-browsebox) li:before {
  content: "";
  position: absolute;
  background-color: #7C7979;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 14px;
  left: -13px;
}
.contentelement ol:not(.nolist),
.cke_editable ol:not(.nolist) {
  counter-reset: section;
  list-style-type: none;
  padding-left: 20px;
  line-height: 2;
}
.contentelement ol:not(.nolist) li,
.cke_editable ol:not(.nolist) li {
  position: relative;
}
.contentelement ol:not(.nolist) li:before,
.cke_editable ol:not(.nolist) li:before {
  color: #7C7979;
  content: counters(section, ".") ".";
  counter-increment: section;
  position: absolute;
  left: -20px;
}
.contentelement ol:not(.nolist) ol,
.cke_editable ol:not(.nolist) ol {
  padding-left: 30px;
}
.contentelement ol:not(.nolist) ol li:before,
.cke_editable ol:not(.nolist) ol li:before {
  content: counters(section, ".");
  left: -30px;
}

/******************************************************************************/
/* #5 - COMPONENTS - project specific components and modules                  */
/******************************************************************************/
.contactlinks .contactlinks__link a,
.contactlinks .contactlinks__link span {
  color: #3C3C3C;
  padding-left: 25px;
  position: relative;
}
.contactlinks .contactlinks__link a:hover, .contactlinks .contactlinks__link a:focus {
  color: #977967;
}
.contactlinks .contactlinks__link.contactlinks__link--phone a:before,
.contactlinks .contactlinks__link.contactlinks__link--phone span:before {
  position: relative;
  display: inline-block;
}
.contactlinks .contactlinks__link.contactlinks__link--phone a:before,
.contactlinks .contactlinks__link.contactlinks__link--phone span:before {
  content: "\e915";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 0;
}
.contactlinks .contactlinks__link.contactlinks__link--fax a:before,
.contactlinks .contactlinks__link.contactlinks__link--fax span:before {
  position: relative;
  display: inline-block;
}
.contactlinks .contactlinks__link.contactlinks__link--fax a:before,
.contactlinks .contactlinks__link.contactlinks__link--fax span:before {
  content: "\e90f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 0;
}
.contactlinks .contactlinks__link.contactlinks__link--mail a:before,
.contactlinks .contactlinks__link.contactlinks__link--mail span:before {
  position: relative;
  display: inline-block;
}
.contactlinks .contactlinks__link.contactlinks__link--mail a:before,
.contactlinks .contactlinks__link.contactlinks__link--mail span:before {
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 0;
}
.contactlinks .contactlinks__link.contactlinks__link--website a:before,
.contactlinks .contactlinks__link.contactlinks__link--website span:before {
  position: relative;
  display: inline-block;
}
.contactlinks .contactlinks__link.contactlinks__link--website a:before,
.contactlinks .contactlinks__link.contactlinks__link--website span:before {
  content: "\e911";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 0;
}

.page__metanavigation {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFF;
  height: 41px;
}
.page__metanavigation nav .nav-item .nav-link {
  background: linear-gradient(#FFF, #FFF 50%, #F3F3F1 50%, #F3F3F1);
  color: #3C3C3C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 17px 14px 9px 14px;
  transition: all 0.3s ease;
  position: relative;
  background-size: 100% 200%;
  font-weight: 400;
}
.page__metanavigation nav .nav-item .nav-link:hover, .page__metanavigation nav .nav-item .nav-link:focus {
  color: #000;
  background-position: 100% 100%;
}
.page__metanavigation nav .nav-item.metanavigation__languagemenu {
  width: 110px;
}
@media (min-width: 1600px) {
  .page__metanavigation nav .nav-item.metanavigation__languagemenu {
    margin-right: 65px;
  }
}
.page__metanavigation .metanavigation__languagemenu .dropdown-toggle {
  text-align: left;
  border: 0;
  text-transform: uppercase;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-toggle:hover {
  cursor: pointer;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-toggle:focus {
  outline: 0;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-menu {
  z-index: 1011;
  top: auto !important;
  left: -1px !important;
  right: 0 !important;
  min-width: 100%;
  margin-top: 1px;
  padding: 0;
  border: 0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-menu.show {
  transform: none !important;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-menu.show .dropdown-item {
  white-space: normal;
  text-align: center;
}
.page__metanavigation .metanavigation__languagemenu .dropdown-menu.show .dropdown-item.active {
  background-color: #F3F3F3;
}

header#header {
  z-index: 1030;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page__header {
  position: relative;
  z-index: 1010;
  height: 135px;
  background-color: #FFF;
  box-shadow: 0 10px 10px 0 rgba(60, 60, 60, 0.1);
  transition: height 0.3s ease, box-shadow 0.3s ease;
  will-change: height, box-shadow;
}
@media (max-width: 1199.98px) {
  .page__header {
    z-index: 1025;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    box-shadow: 0 10px 10px 0 rgba(60, 60, 60, 0.1);
  }
  .page__header .navigation__logo {
    width: 40px;
    transition: width 0.4s ease;
    will-change: width;
  }
  .page__header .navigation__logo.navigation__logo--usa {
    width: 220px;
  }
  .page__header .navigation__logo--letter {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .page__header .navigation__logo svg {
    width: 100px;
  }
}

.header--sticky .page__header {
  z-index: 1025;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  box-shadow: 0 10px 10px 0 rgba(60, 60, 60, 0.1);
}
.header--sticky .page__header .navigation__logo {
  width: 40px;
  transition: width 0.4s ease;
  will-change: width;
}
.header--sticky .page__header .navigation__logo.navigation__logo--usa {
  width: 220px;
}
.header--sticky .page__header .navigation__logo--letter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.header--sticky .page__header .navigation__logo svg {
  width: 100px;
}
.header--sticky .navigation__list__link {
  font-weight: normal;
}
.header--sticky .mobilemenu {
  top: 60px;
}
.header--sticky main {
  margin-top: 120px;
}
@media (max-width: 1199.98px) {
  .header--sticky main {
    margin-top: 60px;
  }
}

.overlay__dark {
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: 1009;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  will-change: background-color;
}
.overlay__dark--open {
  visibility: visible;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flyout__container {
  display: none;
}

.mobilemenu {
  display: none;
}

.navigation {
  padding-bottom: 7px;
  padding-top: 7px;
}
.navigation__logo {
  margin-right: 0;
  overflow: hidden;
  width: 174px;
  z-index: 1032;
  -webkit-overflow-scrolling: touch;
}
.navigation__logo.navigation__logo--usa {
  width: 300px;
}
.navigation__logo.navigation__logo--usa img {
  width: 100%;
  height: auto;
}
@media (min-width: 1600px) {
  .navigation__logo {
    margin-left: 90px;
  }
}
.navigation__logo svg {
  height: 100%;
  transition: 0.3s ease;
  width: 120px;
  transform: scale(1.4);
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .navigation__logo svg {
    transform: scale(1);
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .navigation__logo svg {
    width: 140px;
  }
}
@media (min-width: 1920px) {
  .navigation__logo svg {
    width: 174px;
  }
}
.navigation__logo svg .st0 {
  fill: #00439C;
  stroke: #00439C;
  stroke-width: 0.0645;
  stroke-miterlimit: 3.8637;
}
.navigation__logo svg .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.navigation__logo--letter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.navigation__list {
  position: relative;
}
.navigation__list__item:not(:last-child) {
  margin-right: 5px;
}
.navigation__list__item.menu--active .navigation__list__link {
  color: #977967;
}
.navigation__list__link {
  color: #3C3C3C;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1032;
}
.navigation__list__link:hover {
  color: #977967;
}
@media (min-width: 1600px) {
  .navigation__list__link {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .navigation .searchbar__wrapper {
    margin-right: 140px;
  }
}

_:-ms-lang(x),
.navigation .navigation__list .navigation__link {
  white-space: nowrap \9 ;
}

.searchbar {
  z-index: 1033;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #FFF;
  font-size: 30px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  will-change: height;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .searchbar {
    left: unset;
    height: 135px;
    display: flex;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
  }
}
.searchbar--open {
  height: 100%;
}
@media (min-width: 1200px) {
  .searchbar--open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    z-index: 9999;
  }
}
.searchbar__toggler:before {
  position: relative;
  display: inline-block;
}
.searchbar__toggler:before {
  content: "\e914";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .searchbar__toggler:before {
    font-size: 18px;
  }
}
.searchbar .searchbar__close:before {
  font-size: 20px;
}
@media (min-width: 1600px) {
  .searchbar .searchbar__close {
    margin-right: 105px;
  }
  .searchbar .searchbar__close:before {
    font-size: 25px;
  }
}
.searchbar .searchbar__magnifyingglass {
  color: #7C7979;
}
.searchbar__btn {
  border: 0;
  background-color: transparent;
  color: #3C3C3C;
}
.searchbar__btn:hover {
  cursor: pointer;
}
.searchbar__btn:focus {
  outline: 0;
}
.searchbar .input-group-prepend {
  font-family: "eirich";
  font-size: 18px;
  font-weight: bold;
}
.searchbar .input-group-append:before {
  position: relative;
  display: inline-block;
}
.searchbar .input-group-append:before {
  content: "\e917";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 25px;
  font-weight: bold;
}
.searchbar .form-control {
  height: 40px;
  border: 2px solid #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.3s ease;
}
@media (min-width: 1600px) {
  .searchbar .form-control {
    font-size: 16px;
    height: 50px;
  }
}
.searchbar .form-control:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .searchbar .form-control:focus {
    border-color: #3C3C3C;
  }
}
.searchbar .form-control::-moz-placeholder {
  color: #3C3C3C;
  font-weight: lighter;
}
.searchbar .form-control::placeholder {
  color: #3C3C3C;
  font-weight: lighter;
}

.cart__header__wrapper {
  display: none;
}

.extranet_followup .header--sticky .cart__header__wrapper, .extranet_home .header--sticky .cart__header__wrapper {
  display: flex;
}
.extranet_followup .cart__header__wrapper .btn.btn--cart, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--primary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--primary,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--primary,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--primary, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--secondary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--secondary,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--secondary,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--secondary, .extranet_home .cart__header__wrapper .btn.btn--cart, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--primary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--primary,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--primary,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--primary, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--secondary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--secondary,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--secondary,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--secondary {
  display: flex;
  margin-right: 30px;
  width: 32px;
  height: 32px;
  transform: translateY(-140px);
  transition: transform 0.3s ease, background-position 0.3s ease, background-color 0.3s ease;
}
.extranet_followup .cart__header__wrapper .btn.btn--cart.active, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.active.button--primary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.active.button--primary,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.active.button--primary,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.active.button--primary, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.active.button--secondary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.active.button--secondary,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.active.button--secondary,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.active.button--secondary, .extranet_home .cart__header__wrapper .btn.btn--cart.active, .extranet_home .cart__header__wrapper .contentelement .btn--cart.active.button--primary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.active.button--primary,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.active.button--primary,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.active.button--primary, .extranet_home .cart__header__wrapper .contentelement .btn--cart.active.button--secondary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.active.button--secondary,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.active.button--secondary,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.active.button--secondary {
  transform: translateX(0);
}
.extranet_followup .cart__header__wrapper .btn.btn--cart span, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--primary span, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--primary span,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--primary span,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--primary span, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--secondary span, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--secondary span,
.extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--secondary span,
.cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--secondary span, .extranet_home .cart__header__wrapper .btn.btn--cart span, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--primary span, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--primary span,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--primary span,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--primary span, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--secondary span, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--secondary span,
.extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--secondary span,
.cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--secondary span {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
@media (min-width: 1200px) {
  .extranet_followup .cart__header__wrapper .btn.btn--cart, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--primary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--primary,
  .extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--primary,
  .cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--primary, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--secondary, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--secondary,
  .extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--secondary,
  .cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--secondary, .extranet_home .cart__header__wrapper .btn.btn--cart, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--primary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--primary,
  .extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--primary,
  .cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--primary, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--secondary, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--secondary,
  .extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--secondary,
  .cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--secondary {
    width: 40px;
    height: 40px;
  }
  .extranet_followup .cart__header__wrapper .btn.btn--cart span, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--primary span, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--primary span,
  .extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--primary span,
  .cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--primary span, .extranet_followup .cart__header__wrapper .contentelement .btn--cart.button--secondary span, .contentelement .extranet_followup .cart__header__wrapper .btn--cart.button--secondary span,
  .extranet_followup .cart__header__wrapper .cke_editable .btn--cart.button--secondary span,
  .cke_editable .extranet_followup .cart__header__wrapper .btn--cart.button--secondary span, .extranet_home .cart__header__wrapper .btn.btn--cart span, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--primary span, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--primary span,
  .extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--primary span,
  .cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--primary span, .extranet_home .cart__header__wrapper .contentelement .btn--cart.button--secondary span, .contentelement .extranet_home .cart__header__wrapper .btn--cart.button--secondary span,
  .extranet_home .cart__header__wrapper .cke_editable .btn--cart.button--secondary span,
  .cke_editable .extranet_home .cart__header__wrapper .btn--cart.button--secondary span {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.extranet_followup .cart__header__wrapper:last-child .btn.btn--cart, .extranet_followup .cart__header__wrapper:last-child .contentelement .btn--cart.button--primary, .contentelement .extranet_followup .cart__header__wrapper:last-child .btn--cart.button--primary,
.extranet_followup .cart__header__wrapper:last-child .cke_editable .btn--cart.button--primary,
.cke_editable .extranet_followup .cart__header__wrapper:last-child .btn--cart.button--primary, .extranet_followup .cart__header__wrapper:last-child .contentelement .btn--cart.button--secondary, .contentelement .extranet_followup .cart__header__wrapper:last-child .btn--cart.button--secondary,
.extranet_followup .cart__header__wrapper:last-child .cke_editable .btn--cart.button--secondary,
.cke_editable .extranet_followup .cart__header__wrapper:last-child .btn--cart.button--secondary, .extranet_home .cart__header__wrapper:last-child .btn.btn--cart, .extranet_home .cart__header__wrapper:last-child .contentelement .btn--cart.button--primary, .contentelement .extranet_home .cart__header__wrapper:last-child .btn--cart.button--primary,
.extranet_home .cart__header__wrapper:last-child .cke_editable .btn--cart.button--primary,
.cke_editable .extranet_home .cart__header__wrapper:last-child .btn--cart.button--primary, .extranet_home .cart__header__wrapper:last-child .contentelement .btn--cart.button--secondary, .contentelement .extranet_home .cart__header__wrapper:last-child .btn--cart.button--secondary,
.extranet_home .cart__header__wrapper:last-child .cke_editable .btn--cart.button--secondary,
.cke_editable .extranet_home .cart__header__wrapper:last-child .btn--cart.button--secondary {
  margin-right: 0;
}

.flyout__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: visibility 0.25s ease, height 0.25s ease;
  will-change: visibility, height;
}
.flyout__overlay--open {
  visibility: visible;
}
.flyout__container {
  display: none;
  z-index: 1031;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 6px;
  padding: 50px 8px 0;
  min-width: 450px;
}
.flyout__label {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3C3C3C;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: block;
}
.flyout__label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #3C3C3C;
  transition: background-color 0.3s ease;
}
.flyout__label:hover {
  color: #977967;
}
.flyout__label:hover:before {
  background-color: #977967;
}
.flyout__level1 {
  list-style: none;
  padding: 0;
}
.flyout__level1__item {
  margin-top: 20px;
}
.flyout__level1__item:nth-child(n+0):nth-child(-n+4) {
  margin-top: 0;
}
.flyout__level1__link {
  display: flex;
  max-height: 50px;
  font-size: 16px;
  color: #3C3C3C;
  transition: color 0.3s ease;
}
.flyout__level1__link:hover, .flyout__level1__link.active {
  color: #977967;
}
.flyout__level2 {
  list-style: none;
  padding: 0;
}
.flyout__level2__item {
  margin-bottom: 20px;
}
.flyout__level2__link {
  font-size: 12px;
  font-weight: lighter;
  color: #3C3C3C;
  transition: color 0.3s ease;
}
.flyout__level2__link:hover {
  color: #977967;
}

.mobilemenu {
  display: block;
  visibility: hidden;
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  max-height: calc(100vh - 135px);
  padding: 0 20px 30px 20px;
  border-top: 1px solid #F3F3F3;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobilemenu--open {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.mobilemenu--open .mobilemenu {
  display: block;
  z-index: 1111;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.mobilemenu__toggler {
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 28px;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobilemenu__toggler:before {
  position: relative;
  display: inline-block;
}
.mobilemenu__toggler:before {
  content: "\e917";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: 0.2s ease;
  color: #3C3C3C;
}
.mobilemenu__toggler:focus {
  outline: none;
}
.mobilemenu__toggler--icon {
  display: block;
  position: absolute;
  height: 3px;
  background: #3C3C3C;
  left: 0;
  transition: 0.2s ease;
  width: 100%;
}
.mobilemenu__toggler--icon:first-child {
  top: 0;
  transform-origin: left center;
}
.mobilemenu__toggler--icon:last-child {
  bottom: 0;
  transform-origin: left center;
}
.mobilemenu__toggler--open .mobilemenu__toggler--icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.mobilemenu__toggler--open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.mobilemenu__level1, .mobilemenu__level2 {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobilemenu__level1__item, .mobilemenu__level2__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 12px;
}
.mobilemenu__level1__item:after, .mobilemenu__level2__item:after {
  content: "";
  width: calc(100vw - 40px);
  margin-left: -12px;
  height: 1px;
  background-color: #E0E0E0;
}
.mobilemenu__level1__item.active, .mobilemenu__level2__item.active {
  background-color: #F3F3F3;
}
.mobilemenu__level1__wrapper, .mobilemenu__level2__wrapper {
  display: flex;
  align-items: center;
}
.mobilemenu__level1__link, .mobilemenu__level2__link {
  flex-basis: 85%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #3C3C3C;
  padding: 15px 0;
  font-weight: 600;
}
.mobilemenu__level1__link:hover, .mobilemenu__level2__link:hover {
  color: #977967;
}
.mobilemenu__level1__toggler, .mobilemenu__level2__toggler {
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  will-change: transform;
}
.mobilemenu__level1__toggler:not(.collapsed), .mobilemenu__level2__toggler:not(.collapsed) {
  transform: rotate(0);
}
.mobilemenu__level1__toggler:before, .mobilemenu__level2__toggler:before {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 2px #3C3C3C;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.mobilemenu__level1__toggler:not(.collapsed):before, .mobilemenu__level2__toggler:not(.collapsed):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 2px #3C3C3C;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}
.mobilemenu__level1__toggler:after, .mobilemenu__level2__toggler:after {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  border-bottom: solid 2px #3C3C3C;
  position: absolute;
  bottom: 6px;
}
.mobilemenu__level1__toggler:hover:before, .mobilemenu__level1__toggler:hover:after, .mobilemenu__level2__toggler:hover:before, .mobilemenu__level2__toggler:hover:after {
  border-bottom-color: #977967;
}
.mobilemenu__level1__toggler:focus, .mobilemenu__level2__toggler:focus {
  outline: 0;
}
.mobilemenu__level2__item {
  padding: 0;
}
.mobilemenu__level2__item:after {
  display: none;
}
.mobilemenu__level2__link {
  font-weight: 400;
}
.mobilemenu__level3 {
  width: 100%;
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
.mobilemenu__level3__item {
  width: 100%;
  padding: 5px 16px;
  padding: 5px 1rem;
}
.mobilemenu__level3__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #3C3C3C;
}
.mobilemenu__level3__link:hover {
  color: #977967;
}
.mobilemenu__metanavigation {
  list-style-type: none;
  margin: 0 0 0 -18px;
  padding: 25px 16px 10px 16px;
  padding: 25px 1rem 10px 1rem;
  display: flex;
  flex-wrap: wrap;
}
.mobilemenu__metanavigation .nav-item {
  font-size: 12px;
  margin-right: 15px;
}
.mobilemenu__metanavigation .nav-item .nav-link {
  background: linear-gradient(#FFF, #FFF 50%, #F3F3F1 50%, #F3F3F1);
  background-size: 100% 200%;
  transition: all 0.3s ease;
  color: #7C7979;
}
.mobilemenu__metanavigation .nav-item .nav-link:hover, .mobilemenu__metanavigation .nav-item .nav-link:focus {
  color: #000;
  background-position: 100% 100%;
}
.mobilemenu__languagemenu {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.mobilemenu__languagemenu__select {
  flex-basis: 100%;
  padding: 10px 12px;
}

.page__footer {
  background-color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 30px 0 22px 0;
  overflow: hidden;
  border-top: 1px solid #F3F3F1;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .page__footer {
    padding: 50px 0 22px 0;
  }
}
@media (min-width: 768px) {
  .page__footer {
    font-size: 0.875rem;
  }
}
.page__footer .footer__lower {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .page__footer .footer__lower {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .page__footer .footer__lower .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.page__footer .footer__lower .lower__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .page__footer .footer__lower .lower__wrapper {
    justify-content: unset;
  }
}
.page__footer .footer__lower:before {
  content: "";
  display: block;
  height: 1px;
  width: 200vw;
  position: absolute;
  top: 0;
  transform: translateX(-25%);
  background-color: #F3F3F1;
}
@media (min-width: 768px) {
  .page__footer .footer__lower {
    margin-top: 42px;
    padding-top: 22px;
  }
}

.page__footer .footer__company {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .page__footer .footer__company {
    margin-bottom: 30px;
  }
}

.page__footer .footer__address {
  display: flex;
  flex-direction: column;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .page__footer .footer__address {
    margin: 0;
  }
}
.page__footer .footer__address span {
  margin-bottom: 10px;
  color: #7C7979;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.page__footer .footer__contactlinks {
  line-height: 28px;
  line-height: 1.75rem;
}
.page__footer .footer__contactlinks .contactlinks__link {
  margin-bottom: 10px;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.page__footer .footer__contactlinks .contactlinks__link span, .page__footer .footer__contactlinks .contactlinks__link a {
  color: #7C7979;
  font-size: 16px;
  font-size: 1rem;
}
.page__footer .footer__contactlinks .contactlinks__link span:before, .page__footer .footer__contactlinks .contactlinks__link a:before {
  color: #7C7979;
  font-size: 20px;
}
.page__footer .footer__contactlinks .contactlinks__link:hover {
  color: #977967;
}
.page__footer .footer__contactlinks .contactlinks__link:hover:before {
  color: #977967;
}
.page__footer .footer__contactlinks .contactlinks__link:hover a {
  color: #977967;
}

.page__footer .footer__copyright {
  color: #3C3C3C;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .page__footer .footer__copyright {
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.page__footer .footer__logo {
  width: 30px;
}
@media (min-width: 768px) {
  .page__footer .footer__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page__footer .footer__logo {
    width: 50px;
  }
}
.page__footer .footer__logo svg {
  height: 30px;
}
.page__footer .footer__logo svg * {
  fill: #3C3C3C;
}
@media (min-width: 768px) {
  .page__footer .footer__logo {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.page__footer .footer__metanav .nav .nav-item .nav-link {
  color: #3C3C3C;
  font-size: 14px;
  font-size: 0.875rem;
}
.page__footer .footer__metanav .nav .nav-item .nav-link:hover, .page__footer .footer__metanav .nav .nav-item .nav-link:focus {
  text-decoration: underline;
}

.page__footer .footer__sociallinks {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page__footer .footer__sociallinks {
    margin-top: 0;
  }
}
.page__footer .footer__sociallinks .sociallinks__link {
  color: #7C7979;
  display: inline-block;
}
.page__footer .footer__sociallinks .sociallinks__link:hover, .page__footer .footer__sociallinks .sociallinks__link:focus {
  color: #3C3C3C;
}
.page__footer .footer__sociallinks .sociallinks__link span {
  display: none;
}
.page__footer .footer__sociallinks .sociallinks__link + .sociallinks__link {
  margin-left: 20px;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--facebook:before {
  position: relative;
  display: inline-block;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--facebook:before {
  content: "\e906";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--youtube:before {
  position: relative;
  display: inline-block;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--youtube:before {
  content: "\e907";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--xing:before {
  position: relative;
  display: inline-block;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--xing:before {
  content: "\e91e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--linkedin:before {
  position: relative;
  display: inline-block;
}
.page__footer .footer__sociallinks .sociallinks__link.sociallinks__link--linkedin:before {
  content: "\e91f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
}

.page__footer .footer__nav {
  margin-right: 60px;
  margin-top: -8px;
  margin-top: -0.5rem;
}
.page__footer .footer__nav .nav {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}
.page__footer .footer__nav .nav .nav-item {
  -webkit-column-break-inside: avoid;
}
.page__footer .footer__nav .nav .nav-item:nth-child(odd) .nav-link {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .page__footer .footer__nav .nav .nav-item:nth-child(odd) .nav-link {
    padding-right: 70px;
  }
}
.page__footer .footer__nav .nav .nav-item .nav-link {
  color: #7C7979;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .page__footer .footer__nav .nav .nav-item .nav-link {
    padding-top: 0.5rem;
  }
}
.page__footer .footer__nav .nav .nav-item .nav-link:hover, .page__footer .footer__nav .nav .nav-item .nav-link:focus {
  color: #977967;
}

.grid .grid__column:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 340px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 576px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .grid .grid__column:not(:last-child) {
    margin-bottom: 0;
  }
}
.grid .grid__column > .contentelement:first-child {
  margin-top: 0;
}
.grid .grid__column > .contentelement:last-child {
  margin-bottom: 0;
}
.grid .grid__column.grid__column--3col-25 .ce-textmedia .row > div {
  min-width: 100%;
  margin-bottom: 15px;
}
.grid .grid__column.grid__column--3col-25 .ce-textmedia .row > div.order-last.order-md-first {
  order: 13;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .grid .grid__column.grid__column--3col-50 .ce-textmedia .row > div {
    min-width: 100%;
    margin-bottom: 15px;
  }
  .grid .grid__column.grid__column--3col-50 .ce-textmedia .row > div.order-last.order-md-first {
    order: 13;
    margin-bottom: 0;
  }
}
.grid .grid__column.hasBorder {
  border-bottom: 1px solid #F3F3F1;
}

.breadcrumb__wrapper {
  background-color: #fff;
}
.breadcrumb__wrapper .breadcrumb-item {
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb__wrapper .breadcrumb-item a {
  color: #3C3C3C;
  transition: color 0.3s ease;
  font-weight: 500;
}
.breadcrumb__wrapper .breadcrumb-item a:hover {
  color: #977967;
}
.breadcrumb__wrapper .breadcrumb-item.active a {
  color: #977967;
  font-weight: 400;
}
.breadcrumb__wrapper .breadcrumb-item:last-child.breadcrumb-item a {
  color: #977967;
}

.teaser.teaser--vertical .teaser__image {
  margin-bottom: 20px;
}
.teaser.teaser--vertical .teaser__time {
  padding: 10px 15px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #3C3C3C;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
}
.teaser.teaser--vertical .teaser__headline {
  margin-bottom: 10px;
}
.teaser.teaser--vertical .teaser__text {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .teaser__wrapper--grid .teaser {
    max-width: 330px;
  }
}
.teaser__wrapper--grid .teaser.teaser--vertical .teaser__image {
  position: relative;
}
.teaser__wrapper--grid .teaser.teaser--vertical .teaser__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.teaser__wrapper--grid .teaser.teaser--vertical .teaser__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.teaser__wrapper--grid .teaser.teaser--vertical .teaser__image img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser__wrapper--grid .teaser.teaser--vertical .teaser__headline {
  font-size: 24px;
  font-size: 1.5rem;
}
.teaser__wrapper--grid .teaser.teaser--vertical:hover .teaser__headline {
  color: #3C3C3C;
}
.teaser__wrapper--grid .teaser.teaser--vertical:hover .teaser__text {
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical {
    max-width: 330px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F1;
  position: relative;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--1:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--1:after {
  content: "\e93f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--1:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--1:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--2:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--2:after {
  content: "\e919";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--2:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--2:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--3:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--3:after {
  content: "\e940";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--3:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--3:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--4:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--4:after {
  content: "\e943";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--4:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--4:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--5:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--5:after {
  content: "\e93e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--5:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--5:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--6:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--6:after {
  content: "\e941";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--6:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--6:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--7:after {
  position: relative;
  display: inline-block;
}
.teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--7:after {
  content: "\e942";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--7:after {
    font-size: 135px;
  }
}
@media (min-width: 992px) {
  .teaser__wrapper--grid.hasIcon .teaser.teaser--vertical .teaser__icon.icon--7:after {
    font-size: 190px;
  }
}
.teaser__wrapper--grid.hasIcon.hasImage .teaser.teaser--vertical .teaser__icon {
  display: none;
}

.teaser.teaser--horizontal .teaser__image {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .teaser.teaser--horizontal .teaser__image {
    margin-bottom: 0;
  }
}
.teaser.teaser--horizontal .teaser__headline {
  margin-bottom: 15px;
}
.teaser.teaser--horizontal .teaser__text {
  margin-bottom: 35px;
}
.teaser.teaser--horizontal:hover .link {
  text-decoration: underline;
  padding-left: 24px;
}
.teaser.teaser--horizontal:hover .link:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  display: block;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-color: #977967;
}

.teaser {
  color: #3C3C3C;
}
.teaser .teaser__image {
  position: relative;
}
.teaser .teaser__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.teaser .teaser__image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.teaser .teaser__image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.teaser .teaser__image_layer {
  background-color: transparent;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
}
.teaser .link--more {
  color: #977967;
}
a.teaser:hover {
  color: #977967;
}
a.teaser:hover .link--more {
  color: #977967;
}
a.teaser:hover .teaser__image {
  position: relative;
}
a.teaser:hover .teaser__image_layer {
  background-color: rgba(0, 0, 0, 0.45);
}

a.teaser {
  display: block;
}

_:-ms-lang(x),
.teaser .teaser__image img {
  top: auto \9 ;
}

.teaser.teaser--box .teaser__image {
  background-color: #E0E0E0;
}
.teaser.teaser--box .teaser__headline {
  height: 80px;
  font-weight: 700;
  align-items: center;
  background-color: #E0E0E0;
  color: #3C3C3C;
  display: flex;
  padding: 30px;
  font-size: 22px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .teaser.teaser--box .teaser__headline {
    height: 100px;
    font-size: 24px;
    padding: 30px;
  }
}
a.teaser.teaser--box:hover .teaser__headline .teaser__headline__text {
  background-color: #E0E0E0;
  padding-left: 24px;
}
a.teaser.teaser--box:hover .teaser__headline .teaser__headline__text:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
}

.teaser.teaser--box .teaser__headline .teaser__headline__text {
  position: relative;
  transition: padding-left 0.2s ease;
}
.teaser.teaser--box .teaser__headline .teaser__headline__text:before {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  display: block;
  background-color: #3C3C3C;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .teaser__container.teaser__container--list .teaser__wrapper + .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
.teaser__container.teaser__container--grid .teaser__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .teaser__container.teaser__container--grid .teaser__wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .teaser__container.teaser__container--grid .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .teaser__container.teaser__container--grid .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .teaser__container.teaser__container--grid .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .teaser__container.teaser__container--grid .teaser__wrapper {
    margin-top: 3.75rem;
  }
}
.teaser__container.teaser__container--grid .teaser__wrapper:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .teaser__container.teaser__container--grid.teaser__container--grid--2col .teaser__wrapper:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .teaser__container.teaser__container--grid.teaser__container--grid--3col .teaser__wrapper:nth-child(2), .teaser__container.teaser__container--grid.teaser__container--grid--3col .teaser__wrapper:nth-child(3) {
    margin-top: 0;
  }
}

.bannerSlideshow {
  text-align: center;
  color: #3C3C3C;
}
.bannerSlideshow.banner--default .owl-carousel .slideshow__image {
  position: relative;
}
.bannerSlideshow.banner--default .owl-carousel .slideshow__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.bannerSlideshow.banner--default .owl-carousel .slideshow__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .bannerSlideshow.banner--default .owl-carousel .slideshow__slide .slide__wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) {
  .bannerSlideshow.banner--default .owl-carousel .slideshow__slide .slide__wrapper .slide__box {
    position: absolute;
    width: auto;
    max-width: 100%;
    left: 15px;
    right: 15px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .bannerSlideshow.banner--default .owl-carousel .slideshow__slide .slide__wrapper .slide__box {
    left: auto;
    right: 0;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .bannerSlideshow.banner--default.banner--container .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav {
    margin-right: -15px;
  }
}
.bannerSlideshow.banner--shallowimage .owl-carousel .slideshow__image {
  position: relative;
}
.bannerSlideshow.banner--shallowimage .owl-carousel .slideshow__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 28.5714285714%;
}
.bannerSlideshow.banner--shallowimage .owl-carousel .slideshow__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .bannerSlideshow.banner--shallowimage:not(.banner--container) .owl-carousel .slideshow__slide .slide__wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1600px) {
  .bannerSlideshow.banner--shallowimage:not(.banner--container) .owl-carousel .slideshow__slide .slide__wrapper .slide__box {
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    max-width: 50%;
  }
}
.bannerSlideshow.banner--shallowimage:not(.banner--container) .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .bannerSlideshow.banner--shallowimage:not(.banner--container) .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content {
    margin-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .bannerSlideshow.banner--shallowimage:not(.banner--container) .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .bannerSlideshow.banner--shallowimage.banner--container .slideshow__slide .slide__wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 576px) {
  .bannerSlideshow.banner--shallowimage.banner--container .slideshow__slide .slide__wrapper .slide__box {
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    max-width: 50%;
    bottom: 0;
  }
}
.bannerSlideshow.banner--shallowimage.banner--container .slideshow__slide .slide__wrapper .slide__box .slide__content {
  display: none;
}
.bannerSlideshow .slideshow__image img {
  width: 100% !important;
}
.bannerSlideshow .owl-carousel {
  display: block;
}
.bannerSlideshow .owl-carousel.owl-loaded .owl-lazy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.bannerSlideshow .owl-carousel .slideshow__slide {
  position: relative;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper {
    padding: 0;
    max-width: 100%;
  }
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box {
  position: relative;
  width: 100%;
  text-align: left;
  bottom: 0;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content {
  padding: 20px;
  background-color: #F3F3F3;
}
@media (min-width: 768px) {
  .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content {
    padding: 60px 50px;
  }
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content .slide__headline {
  display: flex;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content .slide__text, .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content .slide__link {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content .slide__text, .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__content .slide__link {
    font-size: 1.375rem;
  }
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav {
  max-width: 130px;
  height: 50px;
  background-color: #00439C;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav {
    margin-left: auto;
  }
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 50px;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav button:before {
  color: #FFF;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav button:focus {
  outline: 0;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav--prev:before {
  position: relative;
  display: inline-block;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav--prev:before {
  content: "\e900";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav--next:before {
  position: relative;
  display: inline-block;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav--next:before {
  content: "\e901";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav .slide__customdots {
  display: flex;
  align-items: center;
  color: #FFF;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box .slide__customnav .slide__customdots--from:after {
  content: "/";
  margin: 0 5px;
}
.bannerSlideshow .owl-carousel .slideshow__slide .slide__wrapper .slide__box.slide__box--transparent .slide__content {
  background-color: rgba(243, 243, 243, 0.9);
}
.bannerSlideshow__image {
  position: relative;
}
.bannerSlideshow__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.bannerSlideshow__image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bannerSlideshow__image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.container .banner__caption {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}

.slideshow {
  height: 100%;
}
.slideshow--single .owl-carousel {
  display: block;
}
.slideshow__slide {
  background: no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F3F3F1;
  background-image: none;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .slideshow__slide {
    background-color: transparent;
  }
}
.slideshow__slide .slide__image {
  display: block;
  max-height: 70vh;
}
@media (min-width: 992px) {
  .slideshow__slide .slide__image {
    max-height: none;
  }
}
@media (max-width: 1199.98px) {
  .slideshow__slide .slide__image {
    position: relative;
  }
  .slideshow__slide .slide__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .slideshow__slide .slide__image > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .slideshow__slide .slide__image img {
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .slideshow__slide .slide__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.slideshow__slide .slide__image .image__mobile {
  height: 100%;
}
@media (min-width: 992px) {
  .slideshow__slide .slide__image .image__mobile {
    display: none;
  }
}
.slideshow__slide .slide__image .image__desktop {
  display: none;
  height: 100%;
}
@media (min-width: 992px) {
  .slideshow__slide .slide__image .image__desktop {
    display: block;
  }
}
.slideshow--home .slide__wrapper {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .slideshow--home .slide__wrapper {
    height: calc(100vh - 176px);
  }
}
.slideshow--home .slide__box {
  max-width: 100%;
  left: 15px;
  right: 15px;
  bottom: 2%;
  padding: 0;
}
@media (min-width: 992px) {
  .slideshow--home .slide__box {
    left: 0;
    position: absolute;
    right: auto;
    max-width: 50%;
    height: 450px;
    width: 550px;
    bottom: 0;
    background-color: #F3F3F1;
  }
}
.slideshow--home .slide__box .slide__content {
  padding: 20px 20px 25px 20px;
  background-color: #F3F3F3;
}
@media (min-width: 992px) {
  .slideshow--home .slide__box .slide__content {
    padding: 60px 50px;
  }
}
.slideshow--home .slide__box .slide__content .slide__header .slide__headline {
  display: flex;
  color: #4F6699;
}
.slideshow--home .slide__box .slide__content .slide__header .slide__headline.hasSubheader:before {
  display: none;
}
.slideshow--home .slide__box .slide__content .slide__text, .slideshow--home .slide__box .slide__content .slide__link {
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.slideshow--home .slide__box .slide__content .btn, .slideshow--home .slide__box .slide__content .contentelement .button--primary, .contentelement .slideshow--home .slide__box .slide__content .button--primary,
.slideshow--home .slide__box .slide__content .cke_editable .button--primary,
.cke_editable .slideshow--home .slide__box .slide__content .button--primary, .slideshow--home .slide__box .slide__content .contentelement .button--secondary, .contentelement .slideshow--home .slide__box .slide__content .button--secondary,
.slideshow--home .slide__box .slide__content .cke_editable .button--secondary,
.cke_editable .slideshow--home .slide__box .slide__content .button--secondary {
  margin-bottom: 40px;
}
.slideshow--home .slide__box .slide__customnav {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media (min-width: 992px) {
  .slideshow--home .slide__box .slide__customnav {
    right: 60px;
    bottom: 50px;
  }
}
.slideshow--home .slide__box .slide__customnav .custom-dot-nav {
  display: block;
  height: 5px;
  width: 30px;
  background-color: #CFCCCD;
  margin-right: 13px;
}
@media only screen and (min-width: 420px) {
  .slideshow--home .slide__box .slide__customnav .custom-dot-nav {
    width: 40px;
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .slideshow--home .slide__box .slide__customnav .custom-dot-nav {
    width: 50px;
    margin-right: 20px;
  }
}
.slideshow--home .slide__box .slide__customnav .custom-dot-nav.active {
  background-color: #3C3C3C;
}
.slideshow--home .slide__box .slide__customnav .custom-dot-nav:hover {
  cursor: pointer;
}
.slideshow--home .slide__box .slide__customnav .custom-dot-nav:last-child {
  margin-right: 0;
}
.slideshow--home .slide__box.slide__box--transparent .slide__content {
  background-color: rgba(243, 243, 243, 0.9);
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-lazy {
  height: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: none;
}

.contactbox {
  background-color: #F3F3F1;
}
.contactbox__container {
  background-color: #F3F3F1;
  color: #3C3C3C;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .contactbox__container {
    flex-direction: row;
  }
}
.contactbox .contactbox__entry__wrapper {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .contactbox .contactbox__entry__wrapper {
    margin-right: 50px;
  }
}
.contactbox__entry {
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  position: relative;
  overflow: visible;
}
@media (min-width: 1200px) {
  .contactbox__entry {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contactbox__entry--phone:before {
  position: relative;
  display: inline-block;
}
.contactbox__entry--phone:before {
  content: "\e915";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  left: -32px;
  color: #3C3C3C;
  font-size: 24px;
  line-height: 1;
}
.contactbox__entry--fax:before {
  position: relative;
  display: inline-block;
}
.contactbox__entry--fax:before {
  content: "\e90f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  left: -32px;
  color: #3C3C3C;
  font-size: 24px;
  line-height: 1;
}
.contactbox__entry--email:before {
  position: relative;
  display: inline-block;
}
.contactbox__entry--email:before {
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  left: -32px;
  color: #3C3C3C;
  font-size: 24px;
  line-height: 1;
}
.contactbox__entry--service {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .contactbox__entry--service {
    margin-right: 175px;
  }
}
.contactbox__entry--service:before {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .contactbox__entry--service:before {
    margin-bottom: 0;
    padding-right: 70px;
  }
}
.contactbox__entry--email:before {
  margin-top: 2px;
}
.contactbox__entry--fax {
  font-weight: 500;
  text-decoration: none;
}
.contactbox a.contactbox__entry {
  color: #3C3C3C;
  font-weight: 500;
  text-decoration: underline;
}
.contactbox a.contactbox__entry:before {
  transition: 0.3s ease;
}
.contactbox a.contactbox__entry:hover {
  color: #977967;
}

.download__entry {
  font-size: 14px;
  font-size: 0.875rem;
}
.download__entry .download__row__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .download__entry .download__row__wrapper {
    flex-wrap: unset;
  }
}
.download__entry .download__row__wrapper .donwload__info {
  margin-right: 65px;
}
@media (min-width: 768px) {
  .download__entry .download__row__wrapper .donwload__info {
    max-width: 20%;
    width: 100%;
  }
}
.download__entry .download__row__wrapper .download__button {
  margin-left: auto;
  order: 3;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .download__entry .download__row__wrapper .download__button {
    order: 4;
    right: unset;
    position: relative;
  }
}
.download__entry .download__row__wrapper .download__description {
  width: 100%;
  order: 4;
}
@media (min-width: 768px) {
  .download__entry .download__row__wrapper .download__description {
    width: auto;
    max-width: 50%;
    order: 3;
  }
}
.download__entry__preview {
  margin-right: 30px;
  width: 90px;
  height: 90px;
}
.download__entry__preview--image img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.download__entry__preview--extension {
  background-color: #977967;
  position: relative;
}
.download__entry__preview--extension .download__entry__preview__extension {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 340px) {
  .download__entry__preview--extension .download__entry__preview__extension {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .download__entry__preview--extension .download__entry__preview__extension {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .download__entry__preview--extension .download__entry__preview__extension {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .download__entry__preview--extension .download__entry__preview__extension {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .download__entry__preview--extension .download__entry__preview__extension {
    font-size: 1rem;
  }
}
.download__entry__preview--extension .download__entry__preview__extension {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--1:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--1:before {
  content: "\e933";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--2:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--2:before {
  content: "\e934";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--3:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--3:before {
  content: "\e935";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--4:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--4:before {
  content: "\e936";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--5:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--5:before {
  content: "\e937";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--6:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--6:before {
  content: "\e938";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--7:before {
  position: relative;
  display: inline-block;
}
.download__entry__preview--extension .download__entry__preview__extension span.icon--7:before {
  content: "\e90c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
}
.download__entry__preview--extension.color--green {
  background-color: #749175;
}
.download__entry__preview--extension.color--blue {
  background-color: #4F6699;
}
.download__entry__preview--extension.color--brown {
  background-color: #977967;
}
.download__entry__title {
  font-weight: 700;
}
.download__entry__datainfo {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.download__entry__btn {
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #3C3C3C;
  position: relative;
  background: linear-gradient(#FFF, #FFF 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.download__entry__btn:hover, .download__entry__btn:focus, .download__entry__btn:active {
  background-position: 100% 100%;
}
.download__entry__btn:before {
  position: relative;
  display: inline-block;
}
.download__entry__btn:before {
  content: "\e939";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #3C3C3C;
}
.download__entry__btn--lock:before {
  position: relative;
  display: inline-block;
}
.download__entry__btn--lock:before {
  content: "\e951";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #3C3C3C;
}
.download__entry__btn:hover:before {
  color: #FFF;
}

.download__list .download__list__category {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download__list .download__list__category {
    margin-bottom: 30px;
  }
}
.download__list .download__entry__wrapper + .download__entry__wrapper {
  border-top: 1px solid #E0E0E0;
  margin-top: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .download__list .download__entry__wrapper + .download__entry__wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.download.download--overview .download__list {
  margin-top: 85px;
}

.productentry {
  background-color: #F3F3F3;
}

.custom-products {
  background-color: #F3F3F3;
  height: auto;
  position: relative;
}
.custom-products__cell {
  position: relative;
}
.custom-products__cell__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-products__link {
  align-items: center;
  color: #3C3C3C;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  transition: all 0.3s ease;
  background: linear-gradient(transparent, transparent 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.custom-products__link:hover, .custom-products__link:focus, .custom-products__link:active {
  background-position: 100% 100%;
}
.custom-products__link:hover:before, .custom-products__link:focus:before {
  color: #FFF;
}
.custom-products__link:hover .custom-products__heading, .custom-products__link:focus .custom-products__heading {
  color: #FFF;
}
.custom-products__link:hover.custom-products__icon--1:before, .custom-products__link:focus.custom-products__icon--1:before {
  content: "\e94a";
}
.custom-products__link:hover.custom-products__icon--2:before, .custom-products__link:focus.custom-products__icon--2:before {
  content: "\e946";
}
.custom-products__link:hover.custom-products__icon--3:before, .custom-products__link:focus.custom-products__icon--3:before {
  content: "\e947";
}
.custom-products__link:hover.custom-products__icon--4:before, .custom-products__link:focus.custom-products__icon--4:before {
  content: "\e949";
}
.custom-products__link:hover.custom-products__icon--6:before, .custom-products__link:focus.custom-products__icon--6:before {
  content: "\e948";
}
.custom-products__link:hover.custom-products__icon--7:before, .custom-products__link:focus.custom-products__icon--7:before {
  content: "\e944";
}
.custom-products__link:focus {
  color: #3C3C3C;
}
@media (min-width: 1200px) {
  .custom-products__link {
    height: 512px;
  }
}
.custom-products__icon:before {
  transition: all 0.2s ease;
  font-size: 165px;
}
.custom-products__icon--1:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--1:before {
  content: "\e93f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--2:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--2:before {
  content: "\e919";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--3:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--3:before {
  content: "\e940";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--4:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--4:before {
  content: "\e943";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--5:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--5:before {
  content: "\e93e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--6:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--6:before {
  content: "\e941";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__icon--7:before {
  position: relative;
  display: inline-block;
}
.custom-products__icon--7:before {
  content: "\e942";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.custom-products__heading {
  color: #3C3C3C;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 100%;
  text-align: center;
  transition: 0.3s ease;
}

.ce-textmedia .media__wrapper {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ce-textmedia .media__wrapper {
    margin-bottom: 0;
  }
}
.ce-textmedia .media__wrapper--type-2 {
  position: relative;
}
.ce-textmedia .media__wrapper--type-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.ce-textmedia .media__wrapper--type-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ce-textmedia .media__wrapper--type-2 img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ce-textmedia .media__wrapper--type-4 {
  position: relative;
}
.ce-textmedia .media__wrapper--type-4 .playbutton:before {
  position: relative;
  display: inline-block;
}
.ce-textmedia .media__wrapper--type-4 .playbutton:before {
  content: "\e913";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  font-size: 85px;
  transition: 0.3s ease;
}
.ce-textmedia .media__wrapper--type-4 img {
  width: 100%;
}
.ce-textmedia .media__wrapper--type-4:hover .playbutton:before {
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.1);
}
.ce-textmedia .ce-textmedia-teaser {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .ce-textmedia .ce-textmedia-teaser .col-md {
    padding: 0;
  }
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper {
  padding-top: 15px;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width: 340px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-bottom: 3.75rem;
  }
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper {
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper:before {
  content: "";
  background-color: #F3F3F1;
  height: 100%;
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper:before {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper:before {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper {
    padding-left: 100px;
  }
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper.text--left {
  padding-right: 15px;
  padding-left: 40px;
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper.text--left .row {
  flex-direction: column;
  align-items: end;
}
.ce-textmedia .ce-textmedia-teaser .text_wrapper.text--left:before {
  left: 0;
  right: unset;
}
@media (min-width: 768px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper.text--left {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ce-textmedia .ce-textmedia-teaser .text_wrapper.text--left {
    padding-left: 0;
    padding-right: 100px;
  }
}
.ce-textmedia .ce-textmedia-teaser .media__wrapper--type-2 {
  position: relative;
}
.ce-textmedia .ce-textmedia-teaser .media__wrapper--type-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ce-textmedia .ce-textmedia-teaser .media__wrapper--type-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ce-textmedia a {
  text-decoration: underline;
}
.ce-textmedia a.button--primary, .ce-textmedia a.button--secondary, .ce-textmedia a.button--primary-outline {
  text-decoration: none;
}
.ce-textmedia .textmedia__center__headline {
  display: flex;
  justify-content: center;
}
.ce-textmedia .textmedia__center__headline h1, .ce-textmedia .textmedia__center__headline .h1, .ce-textmedia .textmedia__center__headline h2, .ce-textmedia .textmedia__center__headline .h2 {
  display: inline-flex;
}
.ce-textmedia .textmedia__right__headline {
  display: flex;
  justify-content: right;
}
.ce-textmedia .textmedia__right__headline h1, .ce-textmedia .textmedia__right__headline .h1, .ce-textmedia .textmedia__right__headline h2, .ce-textmedia .textmedia__right__headline .h2 {
  display: inline-flex;
}

.linklist .linklist__link__wrapper {
  border-top: 1px solid #F3F3F1;
  padding-left: 5px;
  padding-right: 5px;
}
.linklist .linklist__link__wrapper .linklist__link {
  color: #3C3C3C;
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  position: relative;
  transition: padding-left 0.2s ease;
}
.linklist .linklist__link__wrapper .linklist__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  display: block;
  background-color: #977967;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: all 0.15s ease;
}
.linklist .linklist__link__wrapper .linklist__link:hover, .linklist .linklist__link__wrapper .linklist__link:focus {
  color: #977967;
  padding-left: 25px;
}
.linklist .linklist__link__wrapper .linklist__link:hover:before, .linklist .linklist__link__wrapper .linklist__link:focus:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: all 0.3s ease;
}
.linklist .linklist__link__wrapper:nth-child(1) {
  border-top: none;
}
.linklist .linklist__link__wrapper.twoCol {
  padding-left: 15px;
  padding-right: 15px;
  border-top: none;
  position: relative;
}
.linklist .linklist__link__wrapper.twoCol:before {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  background-color: #F3F3F1;
  position: absolute;
  top: 0;
  left: 0;
}
.linklist .linklist__link__wrapper.twoCol a {
  margin: 0;
  padding: 18px 0;
}
.linklist.linklist--singlecol .linklist__link__wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.linklist.linklist--singlecol .linklist__link__wrapper a {
  margin: 0;
  padding: 18px 0;
}
@media (min-width: 768px) {
  .linklist:not(.linklist--singlecol) .linklist__link__wrapper:nth-child(2) {
    border-top: none;
  }
}

/* inside grid col */
@media (min-width: 768px) {
  .ce-grid.ce-grid--two_column .grid > .grid__column:first-child .linklist:not(.linklist--noindent) {
    padding-right: 100px;
  }
}
@media (min-width: 768px) {
  .ce-grid.ce-grid--two_column .grid > .grid__column:last-child .linklist:not(.linklist--noindent) {
    padding-left: 100px;
  }
}

.mainbanner {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .mainbanner {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .mainbanner {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .mainbanner {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .mainbanner {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .mainbanner {
    margin-top: 3.75rem;
  }
}
.mainbanner__wrapper {
  display: flex;
}
.mainbanner__headline {
  color: #3C3C3C;
  font-size: 35px;
  font-size: 2.1875rem;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .mainbanner__headline {
    font-size: 4.6875rem;
  }
}

.fair .fair__entry {
  border: 1px solid #F3F3F1;
  display: flex;
  flex-wrap: wrap;
}
.fair .fair__entry .fair__entry__upper {
  padding: 15px;
  width: 100%;
}
.fair .fair__entry .fair__entry__upper .fair__entry__logo {
  position: relative;
}
.fair .fair__entry .fair__entry__upper .fair__entry__logo:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  width: 75%;
  height: 1px;
  left: -15px;
  background-color: #F3F3F1;
}
.fair .fair__entry .fair__entry__upper .fair__entry__logo img {
  height: auto;
  width: 100%;
}
.fair .fair__entry .fair__entry__upper .fair__entry__date,
.fair .fair__entry .fair__entry__upper .fair__entry__title,
.fair .fair__entry .fair__entry__upper .fair__entry__fakelink {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .fair .fair__entry .fair__entry__upper .fair__entry__date,
  .fair .fair__entry .fair__entry__upper .fair__entry__title,
  .fair .fair__entry .fair__entry__upper .fair__entry__fakelink {
    margin-top: 25px;
  }
}
.fair .fair__entry .fair__entry__upper .fair__entry__title {
  color: #3C3C3C;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
}
.fair .fair__entry .fair__entry__upper .fair__entry__date {
  color: #7C7979;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.fair .fair__entry .fair__entry__meta__wrapper {
  align-self: flex-end;
  background-color: #F3F3F1;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .fair .fair__entry .fair__entry__meta__wrapper {
    padding: 0 10px;
  }
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta {
  display: flex;
  flex-direction: column;
  color: #3C3C3C;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta .meta__heading {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta {
    padding: 15px 0;
  }
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__location .icon__location:before {
  position: relative;
  display: inline-block;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__location .icon__location:before {
  content: "\e912";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 22px;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__hall .icon__hall:before {
  position: relative;
  display: inline-block;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__hall .icon__hall:before {
  content: "\e93c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 22px;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__booth .icon__booth:before {
  position: relative;
  display: inline-block;
}
.fair .fair__entry .fair__entry__meta__wrapper .fair__entry__meta.meta__booth .icon__booth:before {
  content: "\e929";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 22px;
}
.fair a.fair__entry {
  color: #3C3C3C;
}
.fair a.fair__entry .fair__entry__fakelink .link--more {
  color: #00439C;
}
.fair a.fair__entry:hover .fair__entry__fakelink .link--more, .fair a.fair__entry:focus .fair__entry__fakelink .link--more {
  color: #037;
}

.fair.fair--frontpage .fair__header__wrapper {
  display: flex;
  flex-direction: row;
}
.fair.fair--frontpage .fair__header__wrapper .fair__allbuttonwrapper {
  margin-left: auto;
  margin-top: 7px;
}
.fair.fair--frontpage .fair__carousel .owl-carousel {
  /* this is to get all owl-items to same height */
  /* styles from https://github.com/OwlCarousel2/OwlCarousel2/issues/378#issuecomment-314861156 */
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-item {
  display: flex;
  height: auto !important;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-item .fair__wrapper {
  height: 100%;
  padding: 1px; /* this prevents the borders of the fair entry box to disappear */
  width: 100%;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-item .fair__wrapper .fair__entry {
  height: 100%;
  width: 100%;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .fair.fair--frontpage .fair__carousel .owl-carousel .owl-dots {
    margin-top: 30px;
  }
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 10px;
  outline: none;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-dots .owl-dot span {
  background-color: #CFCCCD;
  display: block;
  height: 5px;
  transition: 0.3s ease;
  width: 50px;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3C3C3C;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev,
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next {
  background: none;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev:before,
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next:before {
  color: #CFCCCD;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  text-shadow: 0 0 10px white;
}
@media (min-width: 768px) {
  .fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev:before,
  .fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next:before {
    text-shadow: none;
  }
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev.disabled,
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev:not(.disabled),
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next:not(.disabled) {
  cursor: pointer;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev {
  transform: translate(-50px, -35px);
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev:before {
  position: relative;
  display: inline-block;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-prev:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transform: rotate(-90deg);
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next {
  transform: translate(50px, -35px);
  margin-left: auto;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next:before {
  position: relative;
  display: inline-block;
}
.fair.fair--frontpage .fair__carousel .owl-carousel .owl-nav .owl-next:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transform: rotate(90deg);
}
.fair.fair--frontpage .fair__carousel .fair__carousel__counter {
  margin-top: 15px;
}
.fair.fair--frontpage .fair__carousel .fair__carousel__counter .index {
  margin-right: 5px;
}
.fair.fair--frontpage .fair__carousel .fair__carousel__counter .count {
  margin-left: 5px;
}
.fair.fair--frontpage .fair__allbutton__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .fair.fair--frontpage .fair__allbutton__wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .fair.fair--frontpage .fair__allbutton__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .fair.fair--frontpage .fair__allbutton__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .fair.fair--frontpage .fair__allbutton__wrapper {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .fair.fair--frontpage .fair__allbutton__wrapper {
    margin-top: 3.75rem;
  }
}

.fair.fair--overview .fair__wrapper {
  margin-top: 30px;
}
.fair.fair--overview .fair__wrapper:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fair.fair--overview .fair__wrapper:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fair.fair--overview .fair__wrapper:nth-child(3) {
    margin-top: 0;
  }
}
.fair.fair--overview .fair__wrapper > .fair__entry {
  height: 100%;
}
.fair .f3-widget-paginator {
  margin-top: 25px;
}

.news.news--overview .news__entry {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .news.news--overview .news__entry {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .news.news--overview .news__entry {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .news.news--overview .news__entry {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .news.news--overview .news__entry {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .news.news--overview .news__entry {
    margin-top: 3.75rem;
  }
}
.news.news--overview .news__entry:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .news.news--overview .news__entry:nth-child(2), .news.news--overview .news__entry:nth-child(3) {
    margin-top: 0;
  }
}

.news--overview a .news__entry {
  padding: 30px;
  background-color: #F3F3F1;
}
.news--overview a .news__entry .news__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.news--overview a .news__entry .news__headline, .news--overview a .news__entry .news__text {
  color: #3C3C3C;
  word-break: break-word;
}
.news--overview a .news__entry .news__time {
  font-size: 14px;
  color: #7C7979;
  display: block;
  margin-bottom: 5px;
}
.news--overview a .news__entry .news__detaillink {
  margin-top: 25px;
  display: block;
}
.news--overview a:hover .link {
  color: #977967;
  text-decoration: underline;
  text-decoration-color: #977967;
  padding-left: 24px;
}
.news--overview a:hover .link:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transition: all 0.3s ease;
}
.news--overview .f3-widget-paginator {
  margin-top: 25px;
}

.news.news--detail .news__backlink {
  display: block;
  margin-top: 12px;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 340px) {
  .news.news--detail .news__backlink {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 576px) {
  .news.news--detail .news__backlink {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .news.news--detail .news__backlink {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .news.news--detail .news__backlink {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .news.news--detail .news__backlink {
    margin-bottom: 4.375rem;
  }
}
.news.news--detail .news__backlink a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #3C3C3C;
  transition: color 0.3s ease;
}
.news.news--detail .news__backlink a:hover {
  color: #00439C;
}
.news.news--detail .news__time {
  font-size: 14px;
  font-size: 0.875rem;
}
.news.news--detail .news__headline {
  margin-top: 5px;
}
.news.news--detail .news__text {
  margin-top: 50px;
}

.news.news--detail .news__media {
  max-width: 655px;
  margin-top: 40px;
  margin-bottom: 0;
}
.news.news--detail .news__media img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.news.news--detail .news__media figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: 100%;
}
.news.news--detail .news__media a:before {
  position: relative;
  display: inline-block;
}
.news.news--detail .news__media a:before {
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  width: 45px;
  height: 40px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E0E0E0;
  color: #3C3C3C;
  font-size: 20px;
  font-size: 1.25rem;
}

.news.news--frontpage .news__container {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (min-width: 340px) {
  .news.news--frontpage .news__container {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .news.news--frontpage .news__container {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .news.news--frontpage .news__container {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .news.news--frontpage .news__container {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .news.news--frontpage .news__container {
    padding-bottom: 3.75rem;
  }
}
.news.news--frontpage .news__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  display: block;
  background-color: #F3F3F1;
}
@media (min-width: 1200px) {
  .news.news--frontpage .news__container:before {
    height: 35%;
  }
}
.news.news--frontpage .news__container .news__header__wrapper {
  display: flex;
  flex-direction: row;
}
.news.news--frontpage .news__container .news__header__wrapper .news__allbuttonwrapper {
  margin-left: auto;
  margin-top: 7px;
}
.news.news--frontpage.news--bg {
  position: relative;
  background-size: cover;
}
.news.news--frontpage.news--bg:before {
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.news.news--frontpage.news--bg .news__container {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-top: 5rem;
}
@media (min-width: 340px) {
  .news.news--frontpage.news--bg .news__container {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) {
  .news.news--frontpage.news--bg .news__container {
    padding-top: 9.375rem;
  }
}
@media (min-width: 768px) {
  .news.news--frontpage.news--bg .news__container {
    padding-top: 9.375rem;
  }
}
@media (min-width: 992px) {
  .news.news--frontpage.news--bg .news__container {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .news.news--frontpage.news--bg .news__container {
    padding-top: 9.375rem;
  }
}
.news.news--frontpage .news__carousel {
  margin-top: 10px;
}
.news.news--frontpage .news__carousel .owl-carousel {
  /* this is to get all owl-items to same height */
  /* styles from https://github.com/OwlCarousel2/OwlCarousel2/issues/378#issuecomment-314861156 */
}
.news.news--frontpage .news__carousel .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.news.news--frontpage .news__carousel .owl-carousel .owl-item {
  display: flex;
  height: auto !important;
}
.news.news--frontpage .news__carousel .owl-carousel .owl-dots {
  margin-top: 40px;
  text-align: center;
}
.news.news--frontpage .news__carousel .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 10px;
  outline: none;
}
.news.news--frontpage .news__carousel .owl-carousel .owl-dots .owl-dot span {
  background-color: #CFCCCD;
  display: block;
  height: 5px;
  transition: 0.3s ease;
  width: 50px;
}
.news.news--frontpage .news__carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3C3C3C;
}
.news.news--frontpage .news__wrapper {
  height: 100%;
  padding: 1px; /* this prevents the borders of the fair entry box to disappear */
  width: 100%;
}
.news.news--frontpage .news__entry {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 2px 13px 20px 0 rgba(153, 153, 153, 0.13);
  border: 1px solid #F3F3F1;
}
.news.news--frontpage .news__entry .news__link__wrapper {
  display: flex;
  margin-top: auto;
}
.news.news--frontpage .news__entry .news__link__wrapper .btn--primary, .news.news--frontpage .news__entry .news__link__wrapper .contentelement .button--primary, .contentelement .news.news--frontpage .news__entry .news__link__wrapper .button--primary,
.news.news--frontpage .news__entry .news__link__wrapper .cke_editable .button--primary,
.cke_editable .news.news--frontpage .news__entry .news__link__wrapper .button--primary {
  min-width: 150px;
  justify-content: center;
  margin-bottom: -1px;
  margin-left: -1px;
}
.news.news--frontpage .news__entry--innerspace {
  padding: 15px 30px 30px;
}
.news.news--frontpage .news__image {
  margin-bottom: 10px;
}
.news.news--frontpage .news__image img {
  height: auto;
}
.news.news--frontpage .news__kicker {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.news.news--frontpage .news__time {
  display: flex;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.news.news--frontpage .news__headline {
  margin-top: 10px;
  word-break: break-word;
}
html.flexbox .news.news--frontpage .news__headline {
  display: flex;
}
.news.news--frontpage .news__text {
  margin: 15px 0 0 0;
}
html.flexbox .news.news--frontpage .news__text {
  display: flex;
}
.news.news--frontpage .news__detaillink {
  display: flex;
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.news.news--frontpage .news__detaillink:hover, .news.news--frontpage .news__detaillink:focus {
  color: #FFF;
}
.news.news--frontpage.news--bg .news__container:before {
  display: none;
}

.representation__entry {
  background-color: #F3F3F1;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.representation__entry:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F3F3F1;
  height: 100%;
  display: block;
  width: 15px;
  left: -15px;
}
@media (min-width: 576px) {
  .representation__entry:before {
    width: calc(50vw - 260px);
    left: calc(-50vw - -260px);
  }
}
@media (min-width: 768px) {
  .representation__entry:before {
    width: calc(50vw - 345px);
    left: calc(-50vw - -345px);
  }
}
@media (min-width: 992px) {
  .representation__entry:before {
    width: calc(50vw - 465px);
    left: calc(-50vw - -465px);
  }
}
@media (min-width: 1200px) {
  .representation__entry:before {
    width: calc(50vw - 555px);
    left: calc(-50vw - -555px);
  }
}
.representation__entry:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #F3F3F1;
  height: 100%;
  display: block;
  width: 15px;
  right: -15px;
}
@media (min-width: 576px) {
  .representation__entry:after {
    right: calc(-50vw - -260px);
    width: calc(50vw - 260px);
  }
}
@media (min-width: 768px) {
  .representation__entry:after {
    right: calc(-50vw - -345px);
    width: calc(50vw - 345px);
  }
}
@media (min-width: 992px) {
  .representation__entry:after {
    right: calc(-50vw - -465px);
    width: calc(50vw - 465px);
  }
}
@media (min-width: 1200px) {
  .representation__entry:after {
    right: calc(-50vw - -555px);
    width: calc(50vw - 555px);
  }
}
.representation__entry .representation__entry__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .representation__entry .representation__entry__title {
    margin-bottom: 25px;
  }
}
.representation__entry .representation__entry__name {
  margin-bottom: 10px;
}
.representation__entry .contactlinks .contactlinks__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
}
.representation__entry .contactlinks .contactlinks__link a {
  padding-left: 28px;
}
.representation__entry .contactlinks .contactlinks__link a:before {
  font-size: 18px;
}
.representation__entry .representation__info {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .representation__entry .representation__info {
    margin-bottom: 25px;
  }
}
.representation__entry .representation__info .representation__entry__industries__label {
  font-weight: 700;
}
.representation__entry .representation__info .representation__entry__industries__hint {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .representation__entry .representation__info .representation__entry__industries__hint {
    margin-bottom: 15px;
  }
}
.representation__entry .representation__info .col-address {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .representation__entry .representation__info .col-address {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .representation__entry .representation__info .col-contact {
    display: flex;
    flex-direction: column;
  }
}
.representation__entry .representation__info .col-contact .contactlinks__link {
  margin-bottom: 4px;
}
.representation__entry .representation__info .col-industries {
  margin-top: 20px;
}
.representation__entry .representation__info .col-industries .representation__entry__showonmap__wrapper {
  display: none;
}
@media (min-width: 992px) {
  .representation__entry .representation__info .col-industries {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .representation__entry .representation__info .col-industries .representation__entry__showonmap__wrapper {
    display: block;
  }
}
.representation__entry .representation__entry__responsibilities .representation__entry__responsibilities__label {
  font-weight: 700;
}
.representation__entry .representation__entry__showonmap__wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .representation__entry .representation__entry__showonmap__wrapper {
    display: none;
  }
}
.representation__entry .representation__entry__showonmap__wrapper .btn:before, .representation__entry .representation__entry__showonmap__wrapper .contentelement .button--primary:before, .contentelement .representation__entry .representation__entry__showonmap__wrapper .button--primary:before,
.representation__entry .representation__entry__showonmap__wrapper .cke_editable .button--primary:before,
.cke_editable .representation__entry .representation__entry__showonmap__wrapper .button--primary:before, .representation__entry .representation__entry__showonmap__wrapper .contentelement .button--secondary:before, .contentelement .representation__entry .representation__entry__showonmap__wrapper .button--secondary:before,
.representation__entry .representation__entry__showonmap__wrapper .cke_editable .button--secondary:before,
.cke_editable .representation__entry .representation__entry__showonmap__wrapper .button--secondary:before {
  padding-right: 10px;
}

.representation.representation--overview .representation__filter {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 340px) {
  .representation.representation--overview .representation__filter {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 576px) {
  .representation.representation--overview .representation__filter {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .representation.representation--overview .representation__filter {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .representation.representation--overview .representation__filter {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .representation.representation--overview .representation__filter {
    margin-bottom: 4.375rem;
  }
}
.representation.representation--overview .representation__filter .col-filter + .col-filter {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .representation.representation--overview .representation__filter .col-filter + .col-filter {
    margin-top: 0;
  }
}
.representation.representation--overview .representation__filter .plzsearch__form .col-submit {
  text-align: center;
}
@media (min-width: 768px) {
  .representation.representation--overview .representation__filter .plzsearch__form .col-submit {
    text-align: left;
  }
}
.representation.representation--overview .representation__entries .representation__entry + .representation__entry {
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .representation.representation--overview .representation__entries .representation__entry + .representation__entry {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.locationteaser__imgwrapper {
  position: relative;
}
.locationteaser__img {
  width: 100%;
  height: auto;
}
.locationteaser__link {
  white-space: nowrap;
  font-weight: normal;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: 0.3s ease;
  background-color: #FFF;
}
.locationteaser__link .btn--secondary, .locationteaser__link .contentelement .button--secondary, .contentelement .locationteaser__link .button--secondary,
.locationteaser__link .cke_editable .button--secondary,
.cke_editable .locationteaser__link .button--secondary {
  border-width: 1px;
  border-color: #3C3C3C;
}
.locationteaser .location__headline__wrapper {
  display: flex;
  justify-content: center;
}
.locationteaser .location__headline__wrapper .h2 {
  display: inline-flex;
  flex-direction: column-reverse;
}

.location.location--overview .location__map {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 340px) {
  .location.location--overview .location__map {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 576px) {
  .location.location--overview .location__map {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .location.location--overview .location__map {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .location.location--overview .location__map {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .location.location--overview .location__map {
    margin-bottom: 4.375rem;
  }
}
.location.location--overview .location__map img {
  height: auto;
  width: 100%;
}
.location.location--overview .location__map .map__markers .map__marker {
  background-color: #3C3C3C;
  height: 4px;
  position: absolute;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* left and top values are overwritten via inline style attribute from the template */
  box-shadow: 0 0 3px 0 #3C3C3C;
}
@media (min-width: 768px) {
  .location.location--overview .location__map .map__markers .map__marker {
    cursor: pointer;
    height: 10px;
    transition: 0.3s ease;
    width: 10px;
  }
  .location.location--overview .location__map .map__markers .map__marker:after {
    border: 1px solid #3C3C3C;
    content: "";
    display: block;
    transition: 0.3s ease;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .location.location--overview .location__map .map__markers .map__marker:hover {
    background-color: #977967;
  }
  .location.location--overview .location__map .map__markers .map__marker:hover:after {
    border-color: #977967;
    width: 16px;
    height: 16px;
  }
}
.location.location--overview .location__map .map__markers .map__marker.map__marker--headquarter {
  background-color: #977967;
}
.location.location--overview .location__map .map__markers .map__marker.map__marker--headquarter:after {
  border-color: #977967;
}
.location.location--overview .location__accordions .location__image,
.location.location--overview .location__accordions .location__text2,
.location.location--overview .location__accordions .location__address,
.location.location--overview .location__accordions .location__contactinformation,
.location.location--overview .location__accordions .location__downloads {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .location.location--overview .location__accordions .location__image,
  .location.location--overview .location__accordions .location__text2,
  .location.location--overview .location__accordions .location__address,
  .location.location--overview .location__accordions .location__contactinformation,
  .location.location--overview .location__accordions .location__downloads {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .location.location--overview .location__accordions .location__image,
  .location.location--overview .location__accordions .location__text2,
  .location.location--overview .location__accordions .location__address,
  .location.location--overview .location__accordions .location__contactinformation,
  .location.location--overview .location__accordions .location__downloads {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .location.location--overview .location__accordions .location__image,
  .location.location--overview .location__accordions .location__text2,
  .location.location--overview .location__accordions .location__address,
  .location.location--overview .location__accordions .location__contactinformation,
  .location.location--overview .location__accordions .location__downloads {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .location.location--overview .location__accordions .location__image,
  .location.location--overview .location__accordions .location__text2,
  .location.location--overview .location__accordions .location__address,
  .location.location--overview .location__accordions .location__contactinformation,
  .location.location--overview .location__accordions .location__downloads {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .location.location--overview .location__accordions .location__image,
  .location.location--overview .location__accordions .location__text2,
  .location.location--overview .location__accordions .location__address,
  .location.location--overview .location__accordions .location__contactinformation,
  .location.location--overview .location__accordions .location__downloads {
    margin-top: 3.75rem;
  }
}
.location.location--overview .location__accordions .location__image img {
  height: auto;
  width: 100%;
}
.location.location--overview .location__accordions .location__address__label,
.location.location--overview .location__accordions .location__contactinformation__label,
.location.location--overview .location__accordions .location__downloads__label {
  border-bottom: 1px solid #E0E0E0;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .location.location--overview .location__accordions .location__address__label,
  .location.location--overview .location__accordions .location__contactinformation__label,
  .location.location--overview .location__accordions .location__downloads__label {
    margin-bottom: 15px;
  }
}

.imagegallery {
  position: relative;
}
.imagegallery figure {
  margin: 0;
}
.imagegallery .imagegallery__stage,
.imagegallery .imagegallery__thumbs {
  flex-basis: 100%;
  max-width: 100%;
}
.imagegallery .imagegallery__navwrapper {
  line-height: 1;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 12;
}
.imagegallery .imagegallery__navwrapper .owl-prev,
.imagegallery .imagegallery__navwrapper .owl-next {
  background: none;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  transition: 0.3s ease;
}
.imagegallery .imagegallery__navwrapper .owl-prev:before,
.imagegallery .imagegallery__navwrapper .owl-next:before {
  color: #3C3C3C;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  text-shadow: 0 0 10px white;
}
@media (min-width: 768px) {
  .imagegallery .imagegallery__navwrapper .owl-prev:before,
  .imagegallery .imagegallery__navwrapper .owl-next:before {
    text-shadow: none;
  }
}
.imagegallery .imagegallery__navwrapper .owl-prev.disabled,
.imagegallery .imagegallery__navwrapper .owl-next.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.imagegallery .imagegallery__navwrapper .owl-prev:not(.disabled),
.imagegallery .imagegallery__navwrapper .owl-next:not(.disabled) {
  cursor: pointer;
}
.imagegallery .imagegallery__navwrapper .owl-prev {
  left: 15px;
}
.imagegallery .imagegallery__navwrapper .owl-prev:before {
  position: relative;
  display: inline-block;
}
.imagegallery .imagegallery__navwrapper .owl-prev:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .imagegallery .imagegallery__navwrapper .owl-prev {
    left: -48px;
  }
}
.imagegallery .imagegallery__navwrapper .owl-next {
  right: 15px;
}
.imagegallery .imagegallery__navwrapper .owl-next:before {
  position: relative;
  display: inline-block;
}
.imagegallery .imagegallery__navwrapper .owl-next:before {
  content: "\e927";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .imagegallery .imagegallery__navwrapper .owl-next {
    right: -48px;
  }
}
.imagegallery .imagegallery__stage {
  position: relative;
}
.imagegallery .imagegallery__stage .imagegallery__stage__carousel {
  position: relative;
}
.imagegallery .imagegallery__stage .imagegallery__stage__carousel .imagegallery__stage__item figure {
  display: block;
  position: relative;
}
.imagegallery .imagegallery__stage .imagegallery__stage__carousel .imagegallery__stage__item figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.imagegallery .imagegallery__stage .imagegallery__stage__carousel .imagegallery__stage__item figure > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.imagegallery .imagegallery__stage .imagegallery__stage__carousel .imagegallery__stage__item figure img {
  transform: none; /* to fix video thumb positioning */
}
.imagegallery .imagegallery__thumbs {
  margin-top: 20px;
}
.imagegallery .imagegallery__thumbs .imagegallery__thumbs__item {
  background-color: #D6D6D6;
  position: relative;
  margin-bottom: 19px;
  position: relative;
}
.imagegallery .imagegallery__thumbs .imagegallery__thumbs__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.imagegallery .imagegallery__thumbs .imagegallery__thumbs__item > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.imagegallery .imagegallery__thumbs .imagegallery__thumbs__item:after {
  background-color: #3C3C3C;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  bottom: -19px;
  transition: 0.3s ease;
  width: 60%;
  z-index: 100;
  height: 9px;
}
@media (min-width: 768px) {
  .imagegallery .imagegallery__thumbs .imagegallery__thumbs__item:after {
    width: 65%;
  }
}
.imagegallery .imagegallery__thumbs .imagegallery__thumbs__item img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  z-index: 99;
}
.imagegallery .imagegallery__thumbs .owl-item:not(.center):not(.current) {
  cursor: pointer;
}
.imagegallery .imagegallery__thumbs .owl-item:not(.center):not(.current) .imagegallery__thumbs__item:after {
  background-color: transparent;
}
.imagegallery .imagegallery__thumbs .owl-item:not(.center):not(.current):hover .imagegallery__thumbs__item:after {
  background-color: rgba(60, 60, 60, 0.6);
}

.sharelinks {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media (min-width: 340px) {
  .sharelinks {
    margin-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .sharelinks {
    margin-bottom: 9.375rem;
  }
}
@media (min-width: 768px) {
  .sharelinks {
    margin-bottom: 9.375rem;
  }
}
@media (min-width: 992px) {
  .sharelinks {
    margin-bottom: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .sharelinks {
    margin-bottom: 9.375rem;
  }
}
.sharelinks__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sharelinks__item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sharelinks__item:not(:first-child) {
  border-left: 0;
  padding-left: 1px;
}
.sharelinks__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #7C7979;
  transition: color 0.3s ease;
  background: linear-gradient(transparent, transparent 50%, #F3F3F1 50%, #F3F3F1);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.sharelinks__link:hover, .sharelinks__link:focus, .sharelinks__link:active {
  background-position: 100% 100%;
}
.sharelinks__link:before {
  font-size: 26px;
  font-size: 1.625rem;
}
.sharelinks__link:hover, .sharelinks__link:focus {
  color: #3C3C3C;
}
.sharelinks--facebook:before {
  position: relative;
  display: inline-block;
}
.sharelinks--facebook:before {
  content: "\e906";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.sharelinks--linkedin:before {
  position: relative;
  display: inline-block;
}
.sharelinks--linkedin:before {
  content: "\e91f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.sharelinks--email:before {
  position: relative;
  display: inline-block;
}
.sharelinks--email:before {
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}

.indexedsearch .indexedsearch__searchbox {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 340px) {
  .indexedsearch .indexedsearch__searchbox {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .indexedsearch .indexedsearch__searchbox {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .indexedsearch .indexedsearch__searchbox {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .indexedsearch .indexedsearch__searchbox {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .indexedsearch .indexedsearch__searchbox {
    margin-bottom: 3.75rem;
  }
}
.indexedsearch .indexedsearch__results .results__count {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 340px) {
  .indexedsearch .indexedsearch__results .results__count {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .indexedsearch .indexedsearch__results .results__count {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .indexedsearch .indexedsearch__results .results__count {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .indexedsearch .indexedsearch__results .results__count {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .indexedsearch .indexedsearch__results .results__count {
    margin-bottom: 3.75rem;
  }
}

.indexedsearch .indexedsearch__searchbox .tx-indexedsearch-searchbox-button {
  min-width: 0;
}

.results__list .results__result {
  margin-bottom: 30px;
}
.results__list .results__result .result__title a {
  color: inherit;
}
.results__list .results__result .result__description {
  margin-top: 15px;
}

/*
  TODO:
  Animation erweitern sodass der innere kreis von 0.8 auf 1 kommt.
  Dann erst "Basic Services" ausfahren und die drei zugehörigen Elemente einfaden
  Dann "LifeCycle Service" ausfahren und die zugehörigen Elemente einfaden
 */
.servicehweel__heading {
  justify-content: center;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  display: none;
}
@media (min-width: 992px) {
  .servicehweel__heading {
    display: flex;
  }
}

.servicewheel .servicehweel__svg {
  position: relative;
}
.servicewheel .servicehweel__svg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.servicewheel .servicehweel__svg > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.servicewheel .servicehweel__svg {
  display: none;
}
@media (min-width: 992px) {
  .servicewheel .servicehweel__svg {
    margin: 0 15%;
    display: block;
  }
}

.servicewheel .servicehweel__svg .svg__serviceblock {
  pointer-events: none;
}
@media (min-width: 992px) {
  .servicewheel .servicehweel__svg .svg__serviceblock {
    cursor: pointer;
    pointer-events: auto;
  }
  .servicewheel .servicehweel__svg .svg__serviceblock .serviceblock__bg {
    transition: fill 0.3s ease, transform 0.3s ease;
  }
  .servicewheel .servicehweel__svg .svg__serviceblock .serviceblock__icon {
    transition: transform 0.3s ease;
  }
  .servicewheel .servicehweel__svg .svg__serviceblock:hover .serviceblock__bg {
    fill: #D9D9D6 !important; /* need important to overwrite inline styles from svg */
  }
  .servicewheel .servicehweel__svg .svg__serviceblock:hover.svg__serviceblock--basic .serviceblock__bg {
    fill: #D9D9D6 !important; /* need important to overwrite inline styles from svg */
  }
}

.servicewheel.servicewheel__accordions {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media (min-width: 340px) {
  .servicewheel.servicewheel__accordions {
    margin-top: 2.5rem;
  }
}
@media (min-width: 576px) {
  .servicewheel.servicewheel__accordions {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .servicewheel.servicewheel__accordions {
    margin-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .servicewheel.servicewheel__accordions {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .servicewheel.servicewheel__accordions {
    margin-top: 3.75rem;
  }
}
.servicewheel.servicewheel__accordions .accordion .accordion__image {
  position: relative;
}
.servicewheel.servicewheel__accordions .accordion .accordion__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.servicewheel.servicewheel__accordions .accordion .accordion__image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.servicewheel.servicewheel__accordions .accordion .accordion__image {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media (min-width: 340px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 576px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .servicewheel.servicewheel__accordions .accordion .accordion__image {
    margin-bottom: 0;
  }
}

.servicewheel__navigation__wrapper {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .servicewheel__navigation__wrapper {
    display: none;
  }
}
.servicewheel__navigation__wrapper .navigation__basic .basic__heading, .servicewheel__navigation__wrapper .navigation__basic .service__heading, .servicewheel__navigation__wrapper .navigation__service .basic__heading, .servicewheel__navigation__wrapper .navigation__service .service__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3C3C3C;
  margin-bottom: 30px;
}
.servicewheel__navigation__wrapper .navigation__basic, .servicewheel__navigation__wrapper .navigation__service {
  margin-bottom: 40px;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper, .servicewheel__navigation__wrapper .service__icon__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .service, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic, .servicewheel__navigation__wrapper .service__icon__wrapper .service, .servicewheel__navigation__wrapper .service__icon__wrapper .basic {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .servicewheel__navigation__wrapper .basic__icon__wrapper .icon__block, .servicewheel__navigation__wrapper .service__icon__wrapper .icon__block {
    width: 100%;
  }
  .servicewheel__navigation__wrapper .basic__icon__wrapper .icon__block .basic__box, .servicewheel__navigation__wrapper .basic__icon__wrapper .icon__block .service__box, .servicewheel__navigation__wrapper .service__icon__wrapper .icon__block .basic__box, .servicewheel__navigation__wrapper .service__icon__wrapper .icon__block .service__box {
    width: 100%;
  }
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__text, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__text, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__text, .servicewheel__navigation__wrapper .service__icon__wrapper .service__text {
  font-weight: 500;
  color: #3C3C3C;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box {
  display: flex;
  width: 220px;
  height: 115px;
  margin-right: 35px;
  position: relative;
  background: linear-gradient(#F3F3F1, #F3F3F1 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:hover, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:focus, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:active, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:hover, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:focus, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:active, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:hover, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:focus, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:active, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:hover, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:focus, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:active {
  background-position: 100% 100%;
}
@media (min-width: 768px) {
  .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box {
    width: 240px;
  }
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:hover, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:focus, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:hover, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:focus, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:hover, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:focus, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:hover, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:focus {
  cursor: pointer;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:hover .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:hover .service__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:focus .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:focus .service__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:hover .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:hover .service__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:focus .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:focus .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:hover .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:hover .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:focus .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:focus .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:hover .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:hover .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:focus .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:focus .service__icon:before {
  color: #FFF;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:after, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:after, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:after, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:after {
  content: "";
  position: absolute;
  background-color: #3C3C3C;
  height: 5px;
  width: 100%;
  left: 0;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:before {
  top: 0;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box:after, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:after, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box:after, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:after {
  bottom: 0;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon:before {
  transition: 0.3s ease;
  font-size: 50px;
  font-size: 3.125rem;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--machineinstallation:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--machineinstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--machineinstallation:before {
  content: "\e93b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--systeminstallation:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--systeminstallation:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--systeminstallation:before {
  content: "\e93a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--commissioning:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--commissioning:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--commissioning:before {
  content: "\e92e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--customertraining:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--customertraining:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--customertraining:before {
  content: "\e929";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--conversionmodernization:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--conversionmodernization:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--conversionmodernization:before {
  content: "\e932";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--maintenance:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--maintenance:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--maintenance:before {
  content: "\e936";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--conditionmonitoring:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--conditionmonitoring:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--conditionmonitoring:before {
  content: "\e93d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--teleservice:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--teleservice:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--teleservice:before {
  content: "\e911";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--repairs:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--repairs:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--repairs:before {
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--originalparts:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--originalparts:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--originalparts:before {
  content: "\e92d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--rentalmachines:before {
  position: relative;
  display: inline-block;
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .basic__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .basic__box .service__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .basic__icon.icon--rentalmachines:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box .service__icon.icon--rentalmachines:before {
  content: "\e928";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:before, .servicewheel__navigation__wrapper .basic__icon__wrapper .service__box:after, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:before, .servicewheel__navigation__wrapper .service__icon__wrapper .service__box:after {
  display: none;
}

.contactperson__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contactperson__entry__wrapper {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .contactperson__entry__wrapper {
    flex-basis: 50%;
  }
  .contactperson__entry__wrapper:nth-child(2n) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .contactperson__entry__wrapper {
    flex-basis: 33.33333333%;
  }
  .contactperson__entry__wrapper:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .contactperson__entry__wrapper {
    flex-basis: 25%;
    margin-right: 50px;
    max-width: 240px;
    justify-content: unset;
  }
  .contactperson__entry__wrapper:nth-child(4n) {
    margin-right: 0;
  }
}
.contactperson__entry__wrapper .contactperson__entry {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.contactperson__entry__wrapper .contactperson__entry .entry__info__wrapper {
  margin-left: auto;
  margin-right: auto;
}
.contactperson__entry__wrapper .contactperson__entry img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 30px;
}
.contactperson__entry__wrapper .contactperson__entry .entry__name {
  color: #3C3C3C;
  font-weight: 700;
}
.contactperson__entry__wrapper .contactperson__entry .entry__name, .contactperson__entry__wrapper .contactperson__entry .entry__position, .contactperson__entry__wrapper .contactperson__entry .entry__phone {
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}
.contactperson__entry__wrapper .contactperson__entry .entry__phone, .contactperson__entry__wrapper .contactperson__entry .entry__email {
  color: #977967;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.contactperson__entry__wrapper .contactperson__entry .entry__phone:hover, .contactperson__entry__wrapper .contactperson__entry .entry__email:hover {
  text-decoration: underline;
}

.productfinder #productfinder__anchor {
  display: none;
}

.productfinder__navigation {
  background-color: #F3F3F1;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.productfinder__navigation .navigation__tabs__wrapper {
  display: flex;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs {
  display: flex;
  flex-direction: row;
  align-items: end;
  position: relative;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab {
  position: relative;
  margin-right: 18px;
  display: flex;
  height: 100%;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active:first-child .text, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered:first-child .text {
  left: 0;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active .line, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered .line {
  margin-top: auto;
  background-color: #3C3C3C;
  width: 50px;
  height: 5px;
  display: block;
}
@media (min-width: 768px) {
  .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active .line, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered .line {
    display: none;
  }
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active .text, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered .text {
  position: absolute;
  bottom: -35px;
  left: 0;
}
@media (min-width: 768px) {
  .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active .text, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered .text {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
@media (min-width: 768px) {
  .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.active, .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered {
    background-color: #3C3C3C;
    padding-left: 55px;
    padding-right: 55px;
    color: #FFF;
    height: 52px;
  }
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered {
  cursor: pointer;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.hovered:not(.disabled) {
  background-color: #282828;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab.disabled.hovered {
  cursor: not-allowed;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .line {
  margin-top: auto;
  transition: all 0.4s ease;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab {
  transition: all 0.4s ease;
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab:not(.active):not(.hovered) .line {
  background-color: #CFCCCD;
  width: 12px;
  height: 5px;
  display: block;
}
@media (min-width: 768px) {
  .productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab:not(.active):not(.hovered) .line {
    width: 50px;
    height: 5px;
  }
}
.productfinder__navigation .navigation__tabs__wrapper .navigation__tabs .tab:not(.active):not(.hovered) .text {
  display: none;
}

.productfinder__navigation__bottom {
  background-color: #F3F3F1;
}
@media (min-width: 768px) {
  .productfinder__navigation__bottom {
    background-color: #FFF;
  }
}
.productfinder__navigation__bottom .nav__wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 100px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .productfinder__navigation__bottom .nav__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.productfinder__navigation__bottom .nav__wrapper .nav__error__wrapper {
  display: flex;
  height: 24px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-end;
  color: red;
  font-weight: 700;
}
.productfinder__navigation__bottom .nav__wrapper .nav__error__wrapper .nav__error.hidden {
  display: none;
}
.productfinder__navigation__bottom .nav__back {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .productfinder__navigation__bottom .nav__back {
    margin-top: 0;
  }
}
.productfinder__navigation__bottom .nav__info {
  margin-left: auto;
  margin-right: 15px;
}
.productfinder__navigation__bottom .nav__next__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .productfinder__navigation__bottom .nav__next__wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.productfinder__navigation__bottom .step__description div:not(.active) {
  display: none;
}
.productfinder__navigation__bottom .productfinder__submit.hidden {
  display: none;
}

.step {
  font-size: 16px;
}
.step input[data-radio] {
  display: none;
}
.step:not(.active) {
  display: none;
}
.step .step__heading {
  font-weight: 700;
}
.step .step__heading span {
  color: #977967;
}

.nav__back.hidden, .nav__next.hidden {
  display: none;
}

.step1__radioboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .step1__radioboxes {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .step1__radioboxes {
    justify-content: space-between;
  }
}
.step1__radioboxes .radiobox {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .step1__radioboxes .radiobox {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .step1__radioboxes .radiobox {
    margin-right: 0;
  }
}
.step1__radioboxes .radiobox:last-child {
  margin-right: 0;
}
.step1__radioboxes .radiobox input {
  display: none;
}
.step1__radioboxes .radiobox label {
  width: 135px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(#F3F3F1, #F3F3F1 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.step1__radioboxes .radiobox label:hover, .step1__radioboxes .radiobox label:focus, .step1__radioboxes .radiobox label:active {
  background-position: 100% 100%;
}
.step1__radioboxes .radiobox label .icon-drop {
  height: 100%;
  display: flex;
  align-items: center;
}
.step1__radioboxes .radiobox label .icon-drop:before {
  position: relative;
  display: inline-block;
}
.step1__radioboxes .radiobox label .icon-drop:before {
  content: "\e94b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
  transition: color 0.3s ease;
  transform: translateY(-25px);
}
.step1__radioboxes .radiobox label .text {
  font-weight: 700;
  font-size: 24px;
  color: #3C3C3C;
  margin-bottom: 20px;
  transition: color 0.3s ease;
  position: absolute;
  bottom: 25px;
  text-align: center;
  padding: 0 5px;
}
.step1__radioboxes .radiobox label .box {
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border: 2px solid #DADADA;
  border-radius: 50%;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.step1__radioboxes .radiobox label:hover {
  cursor: pointer;
}
.step1__radioboxes .radiobox label:hover .text {
  color: #FFF;
}
.step1__radioboxes .radiobox label:hover .icon-drop:before {
  color: #FFF;
}
.step1__radioboxes .radiobox input[type=radio]:checked + label {
  background: linear-gradient(#977967, #977967);
}
.step1__radioboxes .radiobox input[type=radio]:checked + label .text {
  color: #FFF;
}
.step1__radioboxes .radiobox input[type=radio]:checked + label .icon-drop:before {
  color: #FFF;
}
.step1__radioboxes .radiobox input[type=radio]:checked + label .box:before {
  content: "";
  background-color: #3C3C3C;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
}
.step1__radioboxes .radiobox:nth-child(2) label .icon-drop:before {
  font-size: 16px;
}
.step1__radioboxes .radiobox:nth-child(3) label .icon-drop:before {
  font-size: 20px;
}
.step1__radioboxes .radiobox:nth-child(4) label .icon-drop:before {
  font-size: 25px;
}
.step1__radioboxes .radiobox:nth-child(5) label .icon-drop:before {
  font-size: 25px;
}
.step1__radioboxes .radiobox:nth-child(6) label .icon-drop:before {
  font-size: 28px;
}
.step1__radioboxes .radiobox:nth-child(7) label .icon-drop:before {
  font-size: 31px;
}
.step1__radioboxes .radiobox:nth-child(8) label .icon-drop:before {
  font-size: 35px;
}
.step1__radioboxes .radiobox:nth-child(9) label .icon-drop:before {
  font-size: 42px;
}
.step1__radioboxes.hasError label {
  border: 2px solid #F00;
}

.step1__automatic {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
  flex-wrap: wrap;
}
.step1__automatic.hidden {
  display: none;
}
.step1__automatic .automatic__heading {
  display: flex;
  align-items: center;
}
.step1__automatic .automatic__radioboxes {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .step1__automatic .automatic__radioboxes {
    margin-top: 0;
    margin-left: auto;
  }
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper label {
  width: 160px;
  height: 52px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper label span {
  padding-left: 50px;
  position: relative;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper label span:before {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  display: flex;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #DADADA;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper label:hover {
  cursor: pointer;
  color: #FFF;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper input[type=radio]:checked + label span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  display: block;
  height: 14px;
  left: 20px;
  border-radius: 50%;
  background-color: #3C3C3C;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper input {
  display: none;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--yes {
  background: linear-gradient(#E7F2DA, #E7F2DA 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--yes:hover, .step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--yes:focus, .step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--yes:active {
  background-position: 100% 100%;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--yes {
  margin-right: 20px;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--no {
  background: linear-gradient(#F2E4E4, #F2E4E4 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--no:hover, .step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--no:focus, .step1__automatic .automatic__radioboxes .radiobox__wrapper.radiobox__wrapper--no:active {
  background-position: 100% 100%;
}

.step2 .tesaer__box__wrapper.hasError .teaser__box.active .teaser__button {
  border: 2px solid #F00;
}
.step2 .tesaer__box__wrapper .teaser__box {
  margin-top: 25px;
}
.step2 .tesaer__box__wrapper .teaser__box:not(.active) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}
.step2 .tesaer__box__wrapper .teaser__box:not(.active) .productfinder__radio label {
  color: #3C3C3C;
  background: #F3F3F1;
}
.step2 .tesaer__box__wrapper .teaser__box:not(.active) .productfinder__radio label:hover, .step2 .tesaer__box__wrapper .teaser__box:not(.active) .productfinder__radio label:focus, .step2 .tesaer__box__wrapper .teaser__box:not(.active) .productfinder__radio label:active {
  cursor: not-allowed;
  color: #3C3C3C;
  background: #F3F3F1;
}
.step2 .tesaer__box__wrapper .teaser__box:not(.active):hover {
  cursor: not-allowed;
}
.step2 .tesaer__box__wrapper .teaser__box .teaser__image {
  border: 1px solid #CFCCCD;
  width: 100%;
  height: 240px;
}
.step2 .tesaer__box__wrapper .teaser__box .teaser__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
.step2 .tesaer__box__wrapper .teaser__text {
  margin-top: 35px;
}
.step2 .tesaer__box__wrapper .teaser__text ul li {
  padding-left: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .step2 .tesaer__box__wrapper .teaser__text ul li {
    padding-left: 18px;
  }
}
.step2 .tesaer__box__wrapper .teaser__text ul li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  background-color: #3C3C3C;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.step3 .col__iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.step3 .col__iconbox .icon__arrow {
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(50%, -50%);
  display: none;
}
@media (min-width: 992px) {
  .step3 .col__iconbox .icon__arrow {
    display: block;
  }
}
.step3 .col__iconbox .icon__arrow img {
  width: 50px;
  height: auto;
}
.step3 .col__iconbox img {
  height: 65px;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .step3 .col__iconbox img {
    height: 85px;
  }
}
.step3 .col__product, .step3 .col__process {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .step3 .col__product, .step3 .col__process {
    margin-top: 0;
  }
}
.step3 .col__heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}
.step3 .form__heading {
  margin-bottom: 10px;
  margin-top: 25px;
  font-weight: 700;
}
.step3 .form__heading.heading--fake span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
}
.step3 .form__heading.heading--fake {
  display: none;
}
@media (min-width: 992px) {
  .step3 .form__heading.heading--fake {
    display: block;
  }
}
@media (min-width: 992px) {
  .step3 .col__process .heading--fake {
    margin-bottom: 12px;
  }
}

.step4 .step4__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #F3F3F1;
}
.step4 .step4__row .hasError label {
  border: 2px solid #F00;
}
.step4 .step4__row:last-child {
  border-bottom: none;
}
.step4 .step4__row .row__right, .step4 .step4__row .row__left {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 992px) {
  .step4 .step4__row .row__right, .step4 .step4__row .row__left {
    width: 50%;
  }
}
.step4 .step4__row .row__right.row--usage .productfinder__radio:first-child, .step4 .step4__row .row__left.row--usage .productfinder__radio:first-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .step4 .step4__row .row__right.row--usage .productfinder__radio:first-child, .step4 .step4__row .row__left.row--usage .productfinder__radio:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .step4 .step4__row .row__right.row--usage .productfinder__radio:first-child, .step4 .step4__row .row__left.row--usage .productfinder__radio:first-child {
    margin-right: 25px;
  }
}
@media (min-width: 576px) {
  .step4 .step4__row .row__right.row--usage .productfinder__radio, .step4 .step4__row .row__left.row--usage .productfinder__radio {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .step4 .step4__row .row__right.row--usage .productfinder__radio, .step4 .step4__row .row__left.row--usage .productfinder__radio {
    margin-right: 25px;
  }
}
.step4 .step4__row .row__right.row--usage .productfinder__radio:last-child, .step4 .step4__row .row__left.row--usage .productfinder__radio:last-child {
  margin-right: 0;
}
.step4 .step4__row .row__heading {
  max-width: 85%;
}
.step4 .step4__row .row__exploding, .step4 .step4__row .row__stainless__stell {
  width: 100%;
}
.step4 .step4__row .row__exploding .productfinder__radio, .step4 .step4__row .row__stainless__stell .productfinder__radio {
  width: 50%;
}
@media (min-width: 576px) {
  .step4 .step4__row .row__exploding .productfinder__radio, .step4 .step4__row .row__stainless__stell .productfinder__radio {
    width: 150px;
  }
}
.step4 .step4__row .row__wear {
  flex-wrap: wrap;
  width: 100%;
}
.step4 .step4__row .row__wear .productfinder__radio {
  width: 100%;
}
@media (min-width: 576px) {
  .step4 .step4__row .row__wear .productfinder__radio {
    width: 150px;
  }
}
.step4 .step4__rangeslider {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .step4 .step4__rangeslider {
    margin-top: 0;
  }
}
.step4 .step4__rangeslider #slider-range {
  width: 100%;
}
.step4 .step4__rangeslider #slider-range.ui-slider-horizontal {
  height: 3px;
  background-color: #F3F3F1;
  border-color: #F3F3F1;
}
.step4 .step4__rangeslider #slider-range.ui-slider-horizontal .ui-slider-handle {
  border: 0;
  height: 27px;
  width: 10px;
  background-color: #977967;
  border-radius: 0;
  top: -12px;
}
.step4 .step4__rangeslider #slider-range.ui-slider-horizontal .ui-slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 19px;
  background-color: #FFF;
}
.step4 .step4__rangeslider #slider-range.ui-slider-horizontal .ui-slider-handle:focus-visible {
  outline: none;
}
.step4 .step4__rangeslider #slider-range.ui-slider-horizontal .ui-slider-range {
  height: 3px;
  background-color: #977967;
}
.step4 .step4__rangeslider #slider-range [data-rangeslider-min], .step4 .step4__rangeslider #slider-range [data-rangeslider-max] {
  font-size: 12px;
  top: -22px;
  left: -2px;
  color: #3C3C3C;
  position: absolute;
}
.step4 .step4__rangeslider .rangeslider__value--min {
  padding-right: 40px;
}
.step4 .step4__rangeslider .rangeslider__value--max {
  padding-left: 40px;
}
.step4 .productfinder__radio {
  width: 150px;
  margin-top: 25px;
}
.step4 .productfinder__radio:first-child {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .step4 .productfinder__radio:first-child {
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .step4 .productfinder__radio {
    margin-top: 0;
    margin-right: 25px;
  }
}
.step4 #rangeslider--textfield {
  display: none;
}

.step5 .step__heading {
  margin-bottom: 40px;
}
.step5 .step5__image {
  border: 1px solid #CFCCCD;
  position: relative;
}
.step5 .step5__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.step5 .step5__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.step5 .step5__image {
  margin-bottom: 30px;
}
.step5 .step5__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.step5 .step5__productname {
  font-size: 24px;
  font-weight: 700;
  color: #977967;
  margin-bottom: 15px;
}
.step5 .row__text {
  padding: 30px 0;
  border-bottom: 1px solid #F3F3F1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.step5 .row__text .text__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .step5 .row__text .text__wrapper {
    width: 50%;
  }
}
.step5 .row__text .text__wrapper .icon {
  padding-right: 15px;
}
.step5 .row__text .text__wrapper .icon:before {
  font-size: 35px;
  color: #3C3C3C;
}
.step5 .row__text .text__wrapper .icon--sun:before {
  position: relative;
  display: inline-block;
}
.step5 .row__text .text__wrapper .icon--sun:before {
  content: "\e94e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.step5 .row__text .text__wrapper .icon--snow:before {
  position: relative;
  display: inline-block;
}
.step5 .row__text .text__wrapper .icon--snow:before {
  content: "\e94c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.step5 .row__text .text__wrapper .icon--speedometer:before {
  position: relative;
  display: inline-block;
}
.step5 .row__text .text__wrapper .icon--speedometer:before {
  content: "\e94d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.step5 .row__text .radio__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.step5 .row__text .radio__wrapper.hasError label {
  border: 2px solid #F00;
}
@media (min-width: 576px) {
  .step5 .row__text .radio__wrapper {
    width: 50%;
    margin-top: 0;
  }
}
.step5 .row__text .radio__wrapper .productfinder__radio {
  width: 100%;
}
@media (min-width: 576px) {
  .step5 .row__text .radio__wrapper .productfinder__radio {
    width: 120px;
  }
}
.step5 .row__text .radio__wrapper .productfinder__radio:first-child {
  margin-right: 25px;
}
.step5 .additionals__heading {
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 25px;
}
.step5 .productfinder__checkbox {
  margin-bottom: 30px;
}
.step5 .productfinder__checkbox input[type=checkbox]:checked ~ label:after {
  position: relative;
  display: inline-block;
}
.step5 .productfinder__checkbox input[type=checkbox]:checked ~ label:after {
  content: "\e90a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  background-color: transparent;
  color: #3C3C3C;
  position: absolute;
  top: 21px;
}

.step6 .step__heading {
  margin-bottom: 60px;
}
.step6 .step6__table__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.step6 .step6__table__wrapper [data-feature-table] {
  display: none;
}
.step6 .step6__table__wrapper [data-feature-table].visible {
  display: block;
}
.step6 .step6__table__wrapper .table__header {
  height: 52px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #3C3C3C;
  font-weight: 700;
}
@media (min-width: 768px) {
  .step6 .step6__table__wrapper .table__header {
    margin-bottom: 20px;
  }
}
.step6 .step6__table__wrapper .table__header .header__basic, .step6 .step6__table__wrapper .table__header .header__recommendation {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .step6 .step6__table__wrapper .table__header .header__basic, .step6 .step6__table__wrapper .table__header .header__recommendation {
    width: 25%;
  }
}
.step6 .step6__table__wrapper .table__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #F3F3F1;
}
.step6 .step6__table__wrapper .table__row .row__description {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 768px) {
  .step6 .step6__table__wrapper .table__row .row__description {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: unset;
    text-align: left;
    padding-left: 25px;
  }
}
.step6 .step6__table__wrapper .table__row .row__options {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 768px) {
  .step6 .step6__table__wrapper .table__row .row__options {
    width: 50%;
  }
}
.step6 .step6__table__wrapper .table__row .row__options .option {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.step6 .step6__decision__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.step6 .step6__decision__wrapper .decision__heading {
  width: 100%;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .step6 .step6__decision__wrapper .decision__heading {
    width: 50%;
    margin-top: 25px;
    padding-right: 0;
  }
}
.step6 .step6__decision__wrapper .decision__heading span {
  color: #977967;
}
.step6 .step6__decision__wrapper .decision__radioboxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 25px;
  flex-wrap: wrap;
}
.step6 .step6__decision__wrapper .decision__radioboxes.hasError label {
  border: 2px solid #F00;
}
@media (min-width: 768px) {
  .step6 .step6__decision__wrapper .decision__radioboxes {
    margin-top: 25px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .step6 .step6__decision__wrapper .decision__radioboxes {
    flex-wrap: nowrap;
  }
}
.step6 .step6__decision__wrapper .decision__radioboxes .productfinder__radio {
  width: 100%;
}
@media (min-width: 992px) {
  .step6 .step6__decision__wrapper .decision__radioboxes .productfinder__radio {
    width: 50%;
  }
}
.step6 .step6__decision__wrapper .decision__radioboxes .productfinder__radio:first-child {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .step6 .step6__decision__wrapper .decision__radioboxes .productfinder__radio:first-child {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.step6 .icon--yes:before {
  position: relative;
  display: inline-block;
}
.step6 .icon--yes:before {
  content: "\e90a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
}
.step6 .icon--no:before {
  position: relative;
  display: inline-block;
}
.step6 .icon--no:before {
  content: "\e917";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "eirich";
  font-size: 24px;
  line-height: 1;
}

.step7 input.hasError, .step7 .country__select.hasError {
  border: 1px solid #F00;
}
.step7 input.hasError .select2-container--bootstrap .select2-selection, .step7 .country__select.hasError .select2-container--bootstrap .select2-selection {
  border-color: #F00;
}

.step8 .step__heading {
  margin-bottom: 45px;
}
.step8 .step8__image {
  border: 1px solid #CFCCCD;
  position: relative;
}
.step8 .step8__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.step8 .step8__image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.step8 .step8__image {
  margin-bottom: 30px;
}
.step8 .step8__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.step8 .row__text {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 15px;
}
.step8 .row__text .summary__text__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.step8 .row__text .summary__text__wrapper .text__label {
  font-weight: 700;
}
.step8 .row__text .summary__text__wrapper [data-summary-additional] ul {
  margin-top: -3px;
}
.step8 .step8__productname {
  font-size: 24px;
  color: #977967;
  font-weight: 700;
  margin-bottom: 15px;
}
.step8 .step8__summary {
  display: flex;
  flex-direction: column;
}
.step8 .step8__summary .summary__textfield {
  display: flex;
  flex-direction: column;
}
.step8 .step8__summary .summary__textfield label {
  margin-bottom: 10px;
  font-weight: 700;
}
.step8 .step8__summary .summary__textfield textarea {
  border: 2px solid #CFCCCD;
  padding: 15px;
  width: 100%;
  height: 200px;
  max-height: 200px;
}
.step8 .step8__summary .summary__textfield textarea::-moz-placeholder {
  color: #CFCCCD;
}
.step8 .step8__summary .summary__textfield textarea::placeholder {
  color: #CFCCCD;
}
.step8 .step8__summary .summary__heading {
  color: #3C3C3C;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .step8 .step8__summary .summary__heading {
    margin-top: 0;
  }
}
.step8 .step8__summary .summary__privacy {
  margin-top: 25px;
}
.step8 .step8__summary .summary__privacy label.custom-control-label.form-check-label:after {
  top: 50%;
  transform: translateY(-50%);
}
.step8 .step8__summary .summary__step3 .text__label {
  font-weight: 700;
  padding-bottom: 10px;
}
.step8 .step8__summary .summary__step3 .summary__childs {
  display: flex;
  flex-direction: column;
}
.step8 .step8__summary .summary__step3 .summary__childs .child {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}
.step8 .step8__summary .summary__step3 .summary__childs .child .child__heading {
  font-weight: 700;
}
.step8 .step8__summary .step3__summary__checkobxes .text__value {
  display: flex;
  flex-direction: column;
}

/*!**************************************************************
 * Copyright notice
 *
 * (c) 2014 avenit AG (info@avenit.de)
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 **************************************************************/
.productfinder__radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.productfinder__radio input[type=radio] {
  display: none;
}
.productfinder__radio input[type=radio]:checked + label {
  background: linear-gradient(#3C3C3C, #3C3C3C);
  color: #FFF;
}
.productfinder__radio input[type=radio]:checked + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  content: "";
  background-color: #3C3C3C;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
}
.productfinder__radio label {
  height: 52px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  padding-right: 12px;
  transition: color 0.3s ease;
  background: linear-gradient(#F3F3F1, #F3F3F1 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.productfinder__radio label:hover, .productfinder__radio label:focus, .productfinder__radio label:active {
  background-position: 100% 100%;
}
.productfinder__radio label:before {
  margin-left: 12px;
  margin-right: 12px;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 50%;
}
.productfinder__radio label:hover {
  cursor: pointer;
  color: #FFF;
}

.productfinder__checkbox input[type=checkbox] {
  display: none;
}
.productfinder__checkbox input[type=checkbox]:checked + label {
  background: linear-gradient(#3C3C3C, #3C3C3C);
  color: #FFF;
}
.productfinder__checkbox input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  background-color: #3C3C3C;
  width: 14px;
  height: 14px;
  display: block;
}
.productfinder__checkbox label {
  background: linear-gradient(#F3F3F1, #F3F3F1 50%, #3C3C3C 50%, #3C3C3C);
  transition: all 0.3s ease;
  background-size: 100% 200%;
}
.productfinder__checkbox label:hover, .productfinder__checkbox label:focus, .productfinder__checkbox label:active {
  background-position: 100% 100%;
}
.productfinder__checkbox label {
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.productfinder__checkbox label:hover {
  cursor: pointer;
  color: #FFF;
}
.productfinder__checkbox label:before {
  margin-left: 15px;
  margin-right: 15px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  border: 2px solid #DADADA;
}