/* this CSS file is build with UI MarCom 3.1.5 
   To benefit from newer versions please transpile 
   the scss files in your projects build process. */
   
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}

body {
  background-color: #ffffff;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.66667rem;
  color: #1a1a1a;
  font-style: normal;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: auto;
  height: 100%;
  font-size: 100%;
}

body:after {
  content: 'xs';
  display: none;
  /* comment this line for debugging purposes */
}

@media only screen and (min-width: 36em) {
  body:after {
    content: 'sm';
  }
}

@media only screen and (min-width: 48em) {
  body:after {
    content: 'md';
  }
}

@media only screen and (min-width: 62em) {
  body:after {
    content: 'lg';
  }
}

@media only screen and (min-width: 75em) {
  body:after {
    content: 'xl';
  }
}

abbr[title] {
  cursor: help;
}

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

a {
  color: inherit;
  text-decoration: none;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
  text-decoration: none;
  line-height: inherit;
  user-drag: none;
  user-select: none;
}

a:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

.js-focus-visible a:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible a:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

a:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

a:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

a:hover, a:active {
  color: #cf4b00;
  box-shadow: none;
  text-decoration: none;
}

a:hover::before, a:focus::before {
  border-color: #ec6602;
}

a::before {
  color: #ec6602;
}

.wysiwyg a {
  border-bottom: 1px solid currentColor;
}

.wysiwyg a[class*="icon"] {
  margin-left: 1.1em;
  position: relative;
}

.wysiwyg a[class*="icon"]::before {
  position: absolute;
  left: -1.3em;
  line-height: 1;
  margin-top: .44em;
}

blockquote {
  margin: 0 0 1.6666666667rem;
  padding: 0;
  border: none;
}

blockquote,
blockquote p {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.3333333rem;
  font-weight: 100;
  line-height: 1.94444rem;
  font-style: italic;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  blockquote,
  blockquote p {
    text-align: left;
  }
}

cite {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
  color: #b3b3b3;
  display: block;
  font-style: normal;
  margin-top: 0.8333333333rem;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  cite {
    text-align: left;
  }
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  line-height: inherit;
  transition: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

figure {
  margin: 0 0 1rem;
  position: relative;
  margin: 0 0 1.666rem;
  background-color: transparent;
  border: 0 solid #e6e6e6;
}

figcaption {
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
  color: #666666;
  padding: 0.2777777778rem 0;
  text-align: left;
  line-height: 1.3;
}

figcaption > *:first-child {
  margin-top: 0;
}

figcaption > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 36em) {
  figcaption {
    padding: 0.5555555556rem 0;
  }
}

h1, .h1 {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-weight: 800;
  font-size: 1.6666666667rem;
  line-height: 1.9444444444rem;
  margin-top: 4.1666666667rem;
  margin-bottom: 2.2222222222rem;
}

@media only screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 1.8888888889rem;
    line-height: 2.2222222222rem;
    margin-top: 3.8888888889rem;
    margin-bottom: 2.2222222222rem;
  }
}

@media only screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 2.2222222222rem;
    line-height: 2.5rem;
    margin-top: 5.2777777778rem;
    margin-bottom: 2.2222222222rem;
  }
}

h2, .h2 {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-weight: 800;
  font-size: 1.5555555556rem;
  line-height: 1.9444444444rem;
  margin-top: 3.1111111111rem;
  margin-bottom: 1.6111111111rem;
}

@media only screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 1.7222222222rem;
    line-height: 1.9444444444rem;
    margin-top: 3.0555555556rem;
    margin-bottom: 1.6666666667rem;
  }
}

@media only screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 1.9444444444rem;
    line-height: 2.2222222222rem;
    margin-top: 2.8888888889rem;
    margin-bottom: 1.5555555556rem;
  }
}

h3, .h3 {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-weight: 800;
  font-size: 1.4444444444rem;
  line-height: 1.6666666667rem;
  margin-top: 3.2777777778rem;
  margin-bottom: 1.7222222222rem;
}

@media only screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 1.5555555556rem;
    line-height: 1.6666666667rem;
    margin-top: 3.2777777778rem;
    margin-bottom: 1.7222222222rem;
  }
}

@media only screen and (min-width: 75em) {
  h3, .h3 {
    font-size: 1.7222222222rem;
    line-height: 1.9444444444rem;
    margin-top: 3.0555555556rem;
    margin-bottom: 1.6666666667rem;
  }
}

h4, .h4 {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-weight: 800;
  font-size: 1.33333rem;
  line-height: 1.6666666667rem;
  margin-top: 2.3333333333rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  h4, .h4 {
    font-size: 1.3888888889rem;
    line-height: 1.6666666667rem;
    margin-top: 2.3333333333rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 75em) {
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.6666666667rem;
    margin-top: 2.3333333333rem;
    margin-bottom: 1rem;
  }
}

h5, .h5 {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1.11111rem;
  line-height: 1.3888888889rem;
  margin-top: 1.6666666667rem;
  margin-bottom: 0.2777777778rem;
}

@media only screen and (min-width: 48em) {
  h5, .h5 {
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
    margin-top: 1.6666666667rem;
    margin-bottom: 0.2777777778rem;
  }
}

@media only screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 1.1666666667rem;
    line-height: 1.3888888889rem;
    margin-top: 1.6666666667rem;
    margin-bottom: 0.2777777778rem;
  }
}

h6, .h6 {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3888888889rem;
  margin-top: 1.7777777778rem;
  margin-bottom: 0.1666666667rem;
}

@media only screen and (min-width: 48em) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.3888888889rem;
    margin-top: 1.7777777778rem;
    margin-bottom: 0.2777777778rem;
  }
}

@media only screen and (min-width: 75em) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.3888888889rem;
    margin-top: 1.7777777778rem;
    margin-bottom: 0.1666666667rem;
  }
}

hgroup {
  margin-bottom: 1.2rem;
}

hgroup > *:nth-child(-n+1) {
  margin-bottom: 0;
}

hgroup > *:nth-child(n+2) {
  margin-top: 0;
}

hr {
  border: solid #e6e6e6;
  border-width: 0.0555555556rem 0 0;
  clear: both;
  margin: 1.6666666667rem 0 1.6111111111rem;
  height: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  user-drag: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

big,
sub,
sub,
em,
small,
strong {
  line-height: inherit;
}

b,
strong {
  font-weight: 800;
}

big {
  font-size: 1.2222222rem;
}

sub {
  color: #666666;
}

sup {
  color: inherit;
}

em {
  font-style: italic;
}

small {
  font-size: 0.8888999rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 0.8888999rem;
  color: #666666;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark {
  background-color: #ffd200;
}

input {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
  font-family: inherit;
  list-style-position: outside;
}

li {
  margin-bottom: 0.8333333333rem;
  margin-top: 0.8333333333rem;
  padding: 0;
  position: relative;
}

dl {
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
}

dt {
  font-weight: normal;
}

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

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

p {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.66667rem;
  margin-top: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
}

@media only screen and (min-width: 48em) {
  p.lead {
    font-size: 1.1111111rem;
    font-weight: 600;
    line-height: 1.66667rem;
    margin-top: 1.6111111111rem;
    margin-bottom: 1.7222222222rem;
  }
}

p.small {
  font-size: 0.8888999rem;
  line-height: 1.38889rem;
  margin-bottom: 1.38889rem;
}

p.xsmall {
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
  margin-bottom: 1.11111rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

select {
  line-height: inherit;
}

table {
  border-collapse: collapse;
  background-color: transparent;
  margin-bottom: 1.75rem;
  border-collapse: collapse;
  border: 0 solid #ffffff;
  width: auto;
  min-width: 100%;
  table-layout: auto;
}

table tr {
  position: inherit;
  border-bottom: 1px solid #b3b3b3;
}

table tr th,
table tr td {
  padding: 0.5555555556rem 0.8333333333rem;
  text-align: left;
  vertical-align: top;
}

table thead tr th,
table thead tr td {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1rem;
}

caption {
  color: #b3b3b3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

textarea {
  resize: vertical;
  line-height: inherit;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[class*="aspect-ratio"] {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  background-color: #ededed;
}

[class*="aspect-ratio"] > img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (object-fit: cover) {
  .aspect-ratio--cover > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@supports not (object-fit: cover) {
  .aspect-ratio--cover {
    background-size: cover;
    background-position: center center;
  }
  .aspect-ratio--cover > img {
    opacity: 0;
  }
}

@supports (object-fit: contain) {
  .aspect-ratio--contain > img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}

@supports not (object-fit: contain) {
  .aspect-ratio--contain {
    background-size: contain;
    background-position: center center;
  }
  .aspect-ratio--contain > img {
    opacity: 0;
  }
}

.aspect-ratio-1x1 {
  padding-bottom: 100%;
}

.aspect-ratio-4x3 {
  padding-bottom: 75%;
}

.aspect-ratio-3x1 {
  padding-bottom: 33.3333333333%;
}

.aspect-ratio-3x4 {
  padding-bottom: 133.333333333%;
}

.aspect-ratio-9x16 {
  padding-bottom: 177.777777778%;
}

.aspect-ratio-16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio-21x9 {
  padding-bottom: 42.8571428571%;
}

@media only screen and (min-width: 36em) {
  .aspect-ratio-sm-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio-sm-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio-sm-3x1 {
    padding-bottom: 33.3333333333%;
  }
  .aspect-ratio-sm-3x4 {
    padding-bottom: 133.333333333%;
  }
  .aspect-ratio-sm-9x16 {
    padding-bottom: 177.777777778%;
  }
  .aspect-ratio-sm-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio-sm-21x9 {
    padding-bottom: 42.8571428571%;
  }
}

@media only screen and (min-width: 48em) {
  .aspect-ratio-md-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio-md-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio-md-3x1 {
    padding-bottom: 33.3333333333%;
  }
  .aspect-ratio-md-3x4 {
    padding-bottom: 133.333333333%;
  }
  .aspect-ratio-md-9x16 {
    padding-bottom: 177.777777778%;
  }
  .aspect-ratio-md-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio-md-21x9 {
    padding-bottom: 42.8571428571%;
  }
}

@media only screen and (min-width: 62em) {
  .aspect-ratio-lg-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio-lg-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio-lg-3x1 {
    padding-bottom: 33.3333333333%;
  }
  .aspect-ratio-lg-3x4 {
    padding-bottom: 133.333333333%;
  }
  .aspect-ratio-lg-9x16 {
    padding-bottom: 177.777777778%;
  }
  .aspect-ratio-lg-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio-lg-21x9 {
    padding-bottom: 42.8571428571%;
  }
}

@media only screen and (min-width: 75em) {
  .aspect-ratio-xl-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio-xl-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio-xl-3x1 {
    padding-bottom: 33.3333333333%;
  }
  .aspect-ratio-xl-3x4 {
    padding-bottom: 133.333333333%;
  }
  .aspect-ratio-xl-9x16 {
    padding-bottom: 177.777777778%;
  }
  .aspect-ratio-xl-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio-xl-21x9 {
    padding-bottom: 42.8571428571%;
  }
}

.bare-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.bare-list__item {
  margin-left: 0;
}

.block-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.833333333rem;
  margin-right: -0.833333333rem;
}

.block-grid .block-grid__item {
  display: flex;
  background-clip: padding-box;
  margin: 0;
  width: 100%;
  padding: 0 0.833333333rem;
  margin-bottom: 1.666666666rem;
}

.block-grid .block-grid__item > * {
  margin: 0;
  flex: 0 0 100%;
}

.block-grid-1 .block-grid__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.block-grid-2 .block-grid__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.block-grid-3 .block-grid__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.block-grid-4 .block-grid__item {
  flex: 0 0 25%;
  max-width: 25%;
}

.block-grid-5 .block-grid__item {
  flex: 0 0 20%;
  max-width: 20%;
}

.block-grid-6 .block-grid__item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.block-grid-7 .block-grid__item {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.block-grid-8 .block-grid__item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.block-grid-9 .block-grid__item {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.block-grid-10 .block-grid__item {
  flex: 0 0 10%;
  max-width: 10%;
}

.block-grid-11 .block-grid__item {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.block-grid-12 .block-grid__item {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

@media only screen and (min-width: 0em) {
  .block-grid-xs-1 .block-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-grid-xs-2 .block-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-grid-xs-3 .block-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-grid-xs-4 .block-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-grid-xs-5 .block-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .block-grid-xs-6 .block-grid__item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .block-grid-xs-7 .block-grid__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .block-grid-xs-8 .block-grid__item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .block-grid-xs-9 .block-grid__item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .block-grid-xs-10 .block-grid__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .block-grid-xs-11 .block-grid__item {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .block-grid-xs-12 .block-grid__item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 36em) {
  .block-grid-sm-1 .block-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-grid-sm-2 .block-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-grid-sm-3 .block-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-grid-sm-4 .block-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-grid-sm-5 .block-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .block-grid-sm-6 .block-grid__item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .block-grid-sm-7 .block-grid__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .block-grid-sm-8 .block-grid__item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .block-grid-sm-9 .block-grid__item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .block-grid-sm-10 .block-grid__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .block-grid-sm-11 .block-grid__item {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .block-grid-sm-12 .block-grid__item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 48em) {
  .block-grid-md-1 .block-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-grid-md-2 .block-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-grid-md-3 .block-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-grid-md-4 .block-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-grid-md-5 .block-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .block-grid-md-6 .block-grid__item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .block-grid-md-7 .block-grid__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .block-grid-md-8 .block-grid__item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .block-grid-md-9 .block-grid__item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .block-grid-md-10 .block-grid__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .block-grid-md-11 .block-grid__item {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .block-grid-md-12 .block-grid__item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 62em) {
  .block-grid-lg-1 .block-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-grid-lg-2 .block-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-grid-lg-3 .block-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-grid-lg-4 .block-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-grid-lg-5 .block-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .block-grid-lg-6 .block-grid__item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .block-grid-lg-7 .block-grid__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .block-grid-lg-8 .block-grid__item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .block-grid-lg-9 .block-grid__item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .block-grid-lg-10 .block-grid__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .block-grid-lg-11 .block-grid__item {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .block-grid-lg-12 .block-grid__item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media only screen and (min-width: 75em) {
  .block-grid-xl-1 .block-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-grid-xl-2 .block-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-grid-xl-3 .block-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .block-grid-xl-4 .block-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-grid-xl-5 .block-grid__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .block-grid-xl-6 .block-grid__item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .block-grid-xl-7 .block-grid__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .block-grid-xl-8 .block-grid__item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .block-grid-xl-9 .block-grid__item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .block-grid-xl-10 .block-grid__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .block-grid-xl-11 .block-grid__item {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .block-grid-xl-12 .block-grid__item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.666666666rem;
  border: 1px solid #e6e6e6;
  border: none;
  transition: all 0.16s linear;
}

.card__body {
  flex: 1 1 auto;
  margin: 1.666666666rem 0;
  padding: 0 1.666666666rem;
}

.card__body > *:first-child {
  margin-top: 0;
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__title {
  margin-top: 0;
  margin-bottom: 0.5555555556rem;
}

.card__subtitle {
  margin-top: 0;
  margin-bottom: 0.5555555556rem;
}

.card__footer {
  margin: 1.666666666rem 0;
  margin-top: auto;
  padding: 0 1.666666666rem;
}

.card--linked .card__image img {
  transition: filter 0.16s linear;
}

.card--linked:hover {
  background-color: #f2f2f2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 -1px 2px rgba(0, 0, 0, .1);
  color: #1a1a1a;
  color: inherit;
}

.card--linked:hover .card__image img {
  filter: opacity(1) contrast(1) brightness(0.95);
}

.card--linked:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 3px rgba(236, 102, 2, .5);
  color: inherit;
}

.card--linked:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

.card--rimless {
  border-width: 0;
  box-shadow: none;
  background: transparent;
}

.card--rimless .card__body {
  margin: 0.833333333rem 0;
  padding: 0;
}

.card--rimless:hover, .card--rimless:active {
  box-shadow: none;
}

@media only screen and (min-width: 0em) {
  .card--horizontal {
    flex-direction: row;
    margin: 0;
  }
  .card--horizontal .card__image {
    flex: 1 0 0;
  }
  .card--horizontal.card--image-right .card__image {
    order: 2;
  }
  .card--horizontal .card__body {
    flex: 1 1 0;
  }
  .card--horizontal.card--small .card__body {
    margin: 0.5555555553rem 0;
    padding: 0 1.1111111107rem;
  }
  .card--horizontal.card--2x1 .card__image {
    flex: 0 0 66.6666666667%;
  }
  .card--horizontal.card--2x1 .card__body {
    flex: 1 1 33.3333333333%;
  }
  .card--horizontal.card--1x2 .card__image {
    flex: 0 0 33.3333333333%;
  }
  .card--horizontal.card--1x2 .card__body {
    flex: 1 1 66.6666666667%;
  }
  .card--horizontal.card--1x3 .card__image {
    flex: 0 0 25%;
  }
  .card--horizontal.card--1x3 .card__body {
    flex: 1 1 75%;
  }
}

@media only screen and (min-width: 36em) {
  .card--horizontal-sm-up {
    flex-direction: row;
    margin: 0;
  }
  .card--horizontal-sm-up .card__image {
    flex: 1 0 0;
  }
  .card--horizontal-sm-up.card--image-right .card__image {
    order: 2;
  }
  .card--horizontal-sm-up .card__body {
    flex: 1 1 0;
  }
  .card--horizontal-sm-up.card--small .card__body {
    margin: 0.5555555553rem 0;
    padding: 0 1.1111111107rem;
  }
  .card--horizontal-sm-up.card--2x1 .card__image {
    flex: 0 0 66.6666666667%;
  }
  .card--horizontal-sm-up.card--2x1 .card__body {
    flex: 1 1 33.3333333333%;
  }
  .card--horizontal-sm-up.card--1x2 .card__image {
    flex: 0 0 33.3333333333%;
  }
  .card--horizontal-sm-up.card--1x2 .card__body {
    flex: 1 1 66.6666666667%;
  }
  .card--horizontal-sm-up.card--1x3 .card__image {
    flex: 0 0 25%;
  }
  .card--horizontal-sm-up.card--1x3 .card__body {
    flex: 1 1 75%;
  }
}

@media only screen and (min-width: 48em) {
  .card--horizontal-md-up {
    flex-direction: row;
    margin: 0;
  }
  .card--horizontal-md-up .card__image {
    flex: 1 0 0;
  }
  .card--horizontal-md-up.card--image-right .card__image {
    order: 2;
  }
  .card--horizontal-md-up .card__body {
    flex: 1 1 0;
  }
  .card--horizontal-md-up.card--small .card__body {
    margin: 0.5555555553rem 0;
    padding: 0 1.1111111107rem;
  }
  .card--horizontal-md-up.card--2x1 .card__image {
    flex: 0 0 66.6666666667%;
  }
  .card--horizontal-md-up.card--2x1 .card__body {
    flex: 1 1 33.3333333333%;
  }
  .card--horizontal-md-up.card--1x2 .card__image {
    flex: 0 0 33.3333333333%;
  }
  .card--horizontal-md-up.card--1x2 .card__body {
    flex: 1 1 66.6666666667%;
  }
  .card--horizontal-md-up.card--1x3 .card__image {
    flex: 0 0 25%;
  }
  .card--horizontal-md-up.card--1x3 .card__body {
    flex: 1 1 75%;
  }
}

@media only screen and (min-width: 62em) {
  .card--horizontal-lg-up {
    flex-direction: row;
    margin: 0;
  }
  .card--horizontal-lg-up .card__image {
    flex: 1 0 0;
  }
  .card--horizontal-lg-up.card--image-right .card__image {
    order: 2;
  }
  .card--horizontal-lg-up .card__body {
    flex: 1 1 0;
  }
  .card--horizontal-lg-up.card--small .card__body {
    margin: 0.5555555553rem 0;
    padding: 0 1.1111111107rem;
  }
  .card--horizontal-lg-up.card--2x1 .card__image {
    flex: 0 0 66.6666666667%;
  }
  .card--horizontal-lg-up.card--2x1 .card__body {
    flex: 1 1 33.3333333333%;
  }
  .card--horizontal-lg-up.card--1x2 .card__image {
    flex: 0 0 33.3333333333%;
  }
  .card--horizontal-lg-up.card--1x2 .card__body {
    flex: 1 1 66.6666666667%;
  }
  .card--horizontal-lg-up.card--1x3 .card__image {
    flex: 0 0 25%;
  }
  .card--horizontal-lg-up.card--1x3 .card__body {
    flex: 1 1 75%;
  }
}

@media only screen and (min-width: 75em) {
  .card--horizontal-xl-up {
    flex-direction: row;
    margin: 0;
  }
  .card--horizontal-xl-up .card__image {
    flex: 1 0 0;
  }
  .card--horizontal-xl-up.card--image-right .card__image {
    order: 2;
  }
  .card--horizontal-xl-up .card__body {
    flex: 1 1 0;
  }
  .card--horizontal-xl-up.card--small .card__body {
    margin: 0.5555555553rem 0;
    padding: 0 1.1111111107rem;
  }
  .card--horizontal-xl-up.card--2x1 .card__image {
    flex: 0 0 66.6666666667%;
  }
  .card--horizontal-xl-up.card--2x1 .card__body {
    flex: 1 1 33.3333333333%;
  }
  .card--horizontal-xl-up.card--1x2 .card__image {
    flex: 0 0 33.3333333333%;
  }
  .card--horizontal-xl-up.card--1x2 .card__body {
    flex: 1 1 66.6666666667%;
  }
  .card--horizontal-xl-up.card--1x3 .card__image {
    flex: 0 0 25%;
  }
  .card--horizontal-xl-up.card--1x3 .card__body {
    flex: 1 1 75%;
  }
}

.collection {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.collection__item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 -1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.66rem 0;
  text-decoration: none;
  color: inherit;
}

.collection__item > *:first-child {
  margin-top: 0;
}

.collection__item > *:last-child {
  margin-bottom: 0;
}

.collection__item:last-child {
  border-bottom: none;
}

.collection__content {
  flex: 1 1;
}

.collection__content > *:first-child {
  margin-top: 0;
}

.collection__content > *:last-child {
  margin-bottom: 0;
}

.collection__additional-content {
  flex: none;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}

.collection--full-bordered {
  border: 1px solid #e6e6e6;
}

.collection--full-bordered .collection__item {
  padding: 1.66rem 1rem;
}

.collection--compact .collection__item {
  padding: 0.83rem 0;
}

.collection--compact.collection--full-bordered .collection__item {
  padding: 0.83rem 0.5rem;
}

.container {
  width: 100%;
  padding-right: 0.833333333rem;
  padding-left: 0.833333333rem;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 36em) {
  .container {
    max-width: 30em;
  }
}

@media only screen and (min-width: 48em) {
  .container {
    max-width: 40em;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    max-width: 53.333em;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    max-width: 80em;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.833333333rem;
  margin-left: -0.833333333rem;
}

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

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

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

.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: 36em) {
  .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: 48em) {
  .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: 62em) {
  .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: 75em) {
  .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%;
  }
}

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

.media-object__image {
  margin-right: 1.1111111111rem;
  flex: 0 9 auto;
}

.media-object__body {
  flex: 1 1 6em;
  margin-top: -0.2777777778rem;
}

.media-object__body > *:first-child {
  margin-top: 0;
}

.media-object__body > *:last-child {
  margin-bottom: 0;
}

.media-object--right .media-object__image {
  margin-right: 0;
  margin-left: 1.1111111111rem;
  order: 2;
}

@media only screen and (max-width: 35.9444444444em) {
  .media-object--stacked-xs {
    flex-direction: column;
  }
  .media-object--stacked-xs .media-object__image {
    margin-right: auto;
    margin-bottom: 0.8125rem;
    margin-left: auto;
    order: 0;
  }
  .media-object--stacked-xs .media-object__body {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 47.9444444444em) {
  .media-object--stacked-sm {
    flex-direction: column;
  }
  .media-object--stacked-sm .media-object__image {
    margin-right: auto;
    margin-bottom: 0.8125rem;
    margin-left: auto;
    order: 0;
  }
  .media-object--stacked-sm .media-object__body {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 61.9444444444em) {
  .media-object--stacked-md {
    flex-direction: column;
  }
  .media-object--stacked-md .media-object__image {
    margin-right: auto;
    margin-bottom: 0.8125rem;
    margin-left: auto;
    order: 0;
  }
  .media-object--stacked-md .media-object__body {
    flex-basis: auto;
  }
}

.media-object--small-spacing .media-object__image {
  margin-right: 0.5555555556rem;
}

.media-object--small-spacing.media-object--right .media-object__image {
  margin-left: 0.5555555556rem;
}

.multi-column {
  column-gap: 1.666666666rem;
  column-count: 1;
  margin: 0;
}

.multi-column__item {
  display: inline-block;
  width: 100%;
}

.multi-column__block {
  display: table;
  margin: 0;
  break-inside: avoid;
}

.multi-column-1 {
  column-count: 1;
}

.multi-column-2 {
  column-count: 2;
}

.multi-column-3 {
  column-count: 3;
}

.multi-column-4 {
  column-count: 4;
}

.multi-column-5 {
  column-count: 5;
}

.multi-column-6 {
  column-count: 6;
}

.multi-column-7 {
  column-count: 7;
}

.multi-column-8 {
  column-count: 8;
}

.multi-column-9 {
  column-count: 9;
}

.multi-column-10 {
  column-count: 10;
}

.multi-column-11 {
  column-count: 11;
}

.multi-column-12 {
  column-count: 12;
}

@media only screen and (min-width: 0em) {
  .multi-column-xs-1 {
    column-count: 1;
  }
  .multi-column-xs-2 {
    column-count: 2;
  }
  .multi-column-xs-3 {
    column-count: 3;
  }
  .multi-column-xs-4 {
    column-count: 4;
  }
  .multi-column-xs-5 {
    column-count: 5;
  }
  .multi-column-xs-6 {
    column-count: 6;
  }
  .multi-column-xs-7 {
    column-count: 7;
  }
  .multi-column-xs-8 {
    column-count: 8;
  }
  .multi-column-xs-9 {
    column-count: 9;
  }
  .multi-column-xs-10 {
    column-count: 10;
  }
  .multi-column-xs-11 {
    column-count: 11;
  }
  .multi-column-xs-12 {
    column-count: 12;
  }
}

@media only screen and (min-width: 36em) {
  .multi-column-sm-1 {
    column-count: 1;
  }
  .multi-column-sm-2 {
    column-count: 2;
  }
  .multi-column-sm-3 {
    column-count: 3;
  }
  .multi-column-sm-4 {
    column-count: 4;
  }
  .multi-column-sm-5 {
    column-count: 5;
  }
  .multi-column-sm-6 {
    column-count: 6;
  }
  .multi-column-sm-7 {
    column-count: 7;
  }
  .multi-column-sm-8 {
    column-count: 8;
  }
  .multi-column-sm-9 {
    column-count: 9;
  }
  .multi-column-sm-10 {
    column-count: 10;
  }
  .multi-column-sm-11 {
    column-count: 11;
  }
  .multi-column-sm-12 {
    column-count: 12;
  }
}

@media only screen and (min-width: 48em) {
  .multi-column-md-1 {
    column-count: 1;
  }
  .multi-column-md-2 {
    column-count: 2;
  }
  .multi-column-md-3 {
    column-count: 3;
  }
  .multi-column-md-4 {
    column-count: 4;
  }
  .multi-column-md-5 {
    column-count: 5;
  }
  .multi-column-md-6 {
    column-count: 6;
  }
  .multi-column-md-7 {
    column-count: 7;
  }
  .multi-column-md-8 {
    column-count: 8;
  }
  .multi-column-md-9 {
    column-count: 9;
  }
  .multi-column-md-10 {
    column-count: 10;
  }
  .multi-column-md-11 {
    column-count: 11;
  }
  .multi-column-md-12 {
    column-count: 12;
  }
}

@media only screen and (min-width: 62em) {
  .multi-column-lg-1 {
    column-count: 1;
  }
  .multi-column-lg-2 {
    column-count: 2;
  }
  .multi-column-lg-3 {
    column-count: 3;
  }
  .multi-column-lg-4 {
    column-count: 4;
  }
  .multi-column-lg-5 {
    column-count: 5;
  }
  .multi-column-lg-6 {
    column-count: 6;
  }
  .multi-column-lg-7 {
    column-count: 7;
  }
  .multi-column-lg-8 {
    column-count: 8;
  }
  .multi-column-lg-9 {
    column-count: 9;
  }
  .multi-column-lg-10 {
    column-count: 10;
  }
  .multi-column-lg-11 {
    column-count: 11;
  }
  .multi-column-lg-12 {
    column-count: 12;
  }
}

@media only screen and (min-width: 75em) {
  .multi-column-xl-1 {
    column-count: 1;
  }
  .multi-column-xl-2 {
    column-count: 2;
  }
  .multi-column-xl-3 {
    column-count: 3;
  }
  .multi-column-xl-4 {
    column-count: 4;
  }
  .multi-column-xl-5 {
    column-count: 5;
  }
  .multi-column-xl-6 {
    column-count: 6;
  }
  .multi-column-xl-7 {
    column-count: 7;
  }
  .multi-column-xl-8 {
    column-count: 8;
  }
  .multi-column-xl-9 {
    column-count: 9;
  }
  .multi-column-xl-10 {
    column-count: 10;
  }
  .multi-column-xl-11 {
    column-count: 11;
  }
  .multi-column-xl-12 {
    column-count: 12;
  }
}

.accordion {
  border-top: 1px solid #b3b3b3;
  color: #1a1a1a;
}

.accordion__title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.8333333333rem 1.1111111111rem;
  margin: 0;
  width: 100%;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3888888889rem;
  text-align: left;
  border: none;
  border-bottom: 1px solid #b3b3b3;
}

.accordion__title:before {
  color: #666666;
  position: absolute;
  right: 1.1111111111rem;
}

.accordion__title[aria-expanded="true"] {
  border-bottom: none;
}

.accordion__title[aria-expanded="true"]:before {
  transform: rotate(180deg);
}

.accordion__title:focus {
  box-shadow: none;
  outline: none;
  border-bottom-color: #1a1a1a;
}

.accordion__title:focus:before {
  color: #1a1a1a;
}

.accordion__title:active {
  border-bottom-color: #1a1a1a;
}

.accordion__title:hover, .accordion__title:active {
  background-color: #f2f2f2;
}

.accordion__panel {
  display: none;
  padding: 0 1.1111111111rem;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
  overflow: hidden;
}

.accordion__panel[aria-hidden="false"] {
  display: block;
}

.alert {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  transition: all 0.16s ease-out;
  max-height: 100vh;
  overflow: visible;
}

.alert__container {
  padding: 1.1111111111rem;
}

.alert__close {
  font-size: 1.2222222rem;
  float: right;
  margin-bottom: 1.1111111111rem;
  margin-left: 1.1111111111rem;
  min-width: auto;
  padding: 0;
  line-height: 1;
}

.alert__close i::before {
  color: #666666;
  margin: 0;
}

.alert__close:hover i::before {
  color: #1a1a1a;
}

.alert__close ::before {
  color: #4d4d4d;
}

.alert__header {
  display: flex;
  width: calc(100% - 2.2222222222rem);
}

.alert__body > *:first-child {
  margin-top: 0;
}

.alert__body > *:last-child {
  margin-bottom: 0;
}

.alert__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.1111111111rem;
}

.alert__footer > * {
  margin: 0 0 0 0.5555555556rem !important;
}

.alert__title {
  margin-top: 0;
  margin-bottom: 1.1111111111rem;
}

.alert__indicator {
  display: none;
  margin-right: 0.5555555556rem;
  margin-top: -.15rem;
}

.alert--success .alert__indicator {
  display: inline-block;
}

.alert--success .alert__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #009a38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
}

.alert--warning .alert__indicator {
  display: inline-block;
}

.alert--warning .alert__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #ffd200;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  color: #000000;
}

.alert--error .alert__indicator {
  display: inline-block;
}

.alert--error .alert__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #e7001d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
}

.alert[hidden] {
  transition: transform 0.16s ease-in, opacity 0.16s ease-in, max-height 0.2s ease 0.05s;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}

.application-bar {
  border-bottom: 1px solid #ededed;
}

.application-bar .application-bar__logo, .application-bar .application-bar__app-identifier, .application-bar .application-bar__additional-functions, .application-bar .application-bar__user-identifier {
  flex: none;
}

.application-bar__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 0.833rem;
  padding-left: 0.833rem;
}

@media only screen and (min-width: 36em) {
  .application-bar__container {
    width: 30em;
  }
}

@media only screen and (min-width: 48em) {
  .application-bar__container {
    width: 40em;
  }
}

@media only screen and (min-width: 62em) {
  .application-bar__container {
    width: 53.333em;
  }
}

@media only screen and (min-width: 75em) {
  .application-bar__container {
    width: 80em;
  }
}

.application-bar__logo {
  padding: 0.8333333333rem 1.6666666667rem 0.8333333333rem 0;
  margin: 0;
}

@media only screen and (min-width: 48em) {
  .application-bar__logo {
    padding: 1.3333333333rem 1.6666666667rem 1.3333333333rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .application-bar__logo {
    padding-right: 2.7777777778rem;
  }
}

.application-bar__app-identifier {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-size: 0.8888999rem;
  color: #1a1a1a;
  margin-right: auto;
  padding-right: 1.6666666667rem;
  display: none;
  flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  .application-bar__app-identifier {
    display: block;
  }
}

.application-bar__additional-functions {
  margin-left: auto;
  flex: 0 0 auto;
}

.application-bar__meta-menu {
  min-width: 0;
  flex: 0 0 auto;
}

.application-bar__user-identifier {
  display: inline-flex;
  flex: 0 0 auto;
}

@media only screen and (min-width: 48em) {
  .application-bar--compact .application-bar__logo {
    padding: 1.0833333333rem 1.6666666667rem 1.0833333333rem 0;
  }
}

.breadcrumbs {
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
  margin-bottom: 1.66667rem;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
  color: #1a1a1a;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs__item::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #666666;
  display: inline-block;
  padding-right: 0.2777777778rem;
  padding-left: 0.2777777778rem;
  text-align: center;
  vertical-align: baseline;
  font-size: 75%;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: #666666;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.breadcrumbs__link:focus {
  color: #666666;
}

.breadcrumbs__link:hover, .breadcrumbs__link:active {
  color: #1a1a1a;
}

.button {
  background-color: #ffffff;
  border-style: solid;
  border-radius: 100px;
  border-width: 1px;
  border-color: #b3b3b3;
  color: #333333;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 6.2222222222rem;
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.16s linear;
  -webkit-appearance: none;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

.button:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.button:hover {
  background-color: #f2f2f2;
  color: #333333;
}

.button:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible .button:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible .button:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.button:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.button:active {
  box-shadow: none;
  background-color: #f2f2f2;
  box-shadow: none;
}

.button::before,
.button i::before {
  color: #ec6602;
  margin-right: 0.25rem;
  margin-left: -0.3em;
}

[class*=bg-color-gray-shade] .button,
.bg-color-black .button {
  color: #ffffff;
  border-color: #4d4d4d;
  background-color: #1a1a1a;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

[class*=bg-color-gray-shade] .button:disabled,
.bg-color-black .button:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

[class*=bg-color-gray-shade] .button:hover,
.bg-color-black .button:hover {
  background-color: #3c3c3c;
}

[class*=bg-color-gray-shade] .button:focus,
.bg-color-black .button:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible [class*=bg-color-gray-shade] .button:focus:not(.focus-visible), .js-focus-visible
.bg-color-black .button:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible [class*=bg-color-gray-shade] .button:focus.focus-visible, .js-focus-visible
.bg-color-black .button:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*=bg-color-gray-shade] .button:focus:not(:focus-visible),
.bg-color-black .button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

[class*=bg-color-gray-shade] .button:focus-visible,
.bg-color-black .button:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*=bg-color-gray-shade] .button:active,
.bg-color-black .button:active {
  box-shadow: none;
  background-color: #3c3c3c;
}

[class*=bg-color-gray-shade] .button::before,
[class*=bg-color-gray-shade] .button i::before,
.bg-color-black .button::before,
.bg-color-black .button i::before {
  color: #ffffff;
}

.button--link {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  transition: none;
  cursor: pointer;
}

.button--link:hover, .button--link:active {
  color: #cf4b00;
  background: transparent !important;
}

.button--link:focus {
  outline: none;
  color: inherit;
  background: transparent;
}

.button--link::before,
.button--link i::before {
  margin-right: 0.25rem;
  color: #ec6602;
}

[class*=bg-color-gray-shade] .button--link,
.bg-color-black .button--link {
  background: transparent;
}

[class*=bg-color-gray-shade] .button--link:hover,
.bg-color-black .button--link:hover {
  color: #ec6602;
}

[class*=bg-color-gray-shade] .button--link:hover::before,
[class*=bg-color-gray-shade] .button--link:hover i::before,
.bg-color-black .button--link:hover::before,
.bg-color-black .button--link:hover i::before {
  color: #ec6602;
}

[class*=bg-color-gray-shade] .button--link:focus,
.bg-color-black .button--link:focus {
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--link:focus::before,
[class*=bg-color-gray-shade] .button--link:focus i::before,
.bg-color-black .button--link:focus::before,
.bg-color-black .button--link:focus i::before {
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--link:active,
.bg-color-black .button--link:active {
  color: #cf4b00;
}

[class*=bg-color-gray-shade] .button--link:active::before,
[class*=bg-color-gray-shade] .button--link:active i::before,
.bg-color-black .button--link:active::before,
.bg-color-black .button--link:active i::before {
  color: #cf4b00;
}

.button--primary {
  color: #ffffff;
  background-color: #cf4b00;
  border-color: #cf4b00;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

.button--primary:hover {
  background-color: #ba4400;
  border-color: #ba4400;
  color: #ffffff;
}

.button--primary:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

.js-focus-visible .button--primary:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible .button--primary:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

.button--primary:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.button--primary:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

.button--primary:active {
  box-shadow: none;
  background-color: #ba4400;
  border-color: #ba4400;
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--primary,
.bg-color-black .button--primary {
  color: #ffffff;
  background-color: #cf4b00;
  border-color: #cf4b00;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

[class*=bg-color-gray-shade] .button--primary:hover,
.bg-color-black .button--primary:hover {
  background-color: #ba4400;
  border-color: #ba4400;
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--primary:focus,
.bg-color-black .button--primary:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

.js-focus-visible [class*=bg-color-gray-shade] .button--primary:focus:not(.focus-visible), .js-focus-visible
.bg-color-black .button--primary:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible [class*=bg-color-gray-shade] .button--primary:focus.focus-visible, .js-focus-visible
.bg-color-black .button--primary:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--primary:focus:not(:focus-visible),
.bg-color-black .button--primary:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

[class*=bg-color-gray-shade] .button--primary:focus-visible,
.bg-color-black .button--primary:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: #ffffff;
}

[class*=bg-color-gray-shade] .button--primary:active,
.bg-color-black .button--primary:active {
  box-shadow: none;
  background-color: #ba4400;
  border-color: #ba4400;
  color: #ffffff;
}

.button--primary::before,
.button--primary i::before {
  color: #ffffff;
}

.button--control {
  color: #ec6602;
  min-width: inherit;
  padding: 0;
  width: 2.1111111111rem;
  height: 2.1111111111rem;
  overflow: hidden;
  font-size: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.button--control i {
  width: 100%;
}

.button--control::before,
.button--control i::before {
  margin-right: 0;
  margin-left: 0;
  font-size: 0.9rem;
}

.button--control:hover, .button--control:focus {
  color: #ec6602;
}

.button--control.button--small {
  padding: 0;
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  font-size: 0;
}

.button--control.button--small::before,
.button--control.button--small i::before {
  font-size: 0.7777778rem;
}

.button--small {
  padding: 0.3888888889rem 0.6666666667rem;
  min-width: inherit;
  font-size: 0.7777778rem;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin: -1.6666666667rem 0;
}

.button-group > .button {
  flex: 0 0 auto;
  margin: 0 0.5555555556rem 1.1111111111rem 0;
}

.button-group--stacked {
  flex-direction: column;
}

.back-to-top {
  z-index: 2222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: inherit;
}

.back-to-top:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
}

.back-to-top:active {
  box-shadow: none;
}

.card-slider {
  margin-left: -0.833333333rem;
}

.card-slider__item {
  margin: 0 0.833333333rem 0.1rem;
}

.card-slider__item.card {
  display: flex;
}

.card-slider .slick-track {
  display: flex;
  margin-left: 0;
}

.card-slider .slick-slide {
  height: auto;
}

.card-slider .slick-slide:focus {
  outline: none;
}

.card-slider .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 62em) {
  .card-slider .slick-arrow {
    display: block !important;
  }
}

.card-slider .slick-list {
  overflow: visible;
}

@media only screen and (min-width: 62em) {
  .card-slider .slick-list {
    overflow: hidden;
    margin: -1em 0;
    padding: 1em 0;
  }
  .card-slider .slick-list::before {
    display: block;
    content: "";
    position: absolute;
    width: 2em;
    left: -2em;
    top: 0;
    bottom: 0;
    box-shadow: 6px 0px 12px -6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    z-index: 1;
    transition: opacity 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .card-slider.is-exceeding-left .slick-list::before {
    opacity: 1;
    transition-delay: 0s;
  }
  .card-slider .slick-list::after {
    display: block;
    content: "";
    position: absolute;
    width: 2em;
    right: -2em;
    top: 0;
    bottom: 0;
    box-shadow: -6px 0px 12px -6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    transition: opacity 0.3s linear;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .card-slider.is-exceeding-right .slick-list::after {
    opacity: 1;
    transition-delay: 0s;
  }
}

.card-slider:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1.8rem;
}

.card-slider:not(.slick-initialized) > .card-slider__item {
  width: 100%;
  max-width: 18.33rem;
  display: none;
}

.card-slider:not(.slick-initialized) > .card-slider__item:not(:nth-child(n + 2)) {
  display: block;
}

@media only screen and (min-width: 36em) {
  .card-slider:not(.slick-initialized) > .card-slider__item {
    width: 48%;
  }
  .card-slider:not(.slick-initialized) > .card-slider__item:not(:nth-child(n + 3)) {
    display: block;
  }
}

@media only screen and (min-width: 62em) {
  .card-slider:not(.slick-initialized) > .card-slider__item {
    width: 31.6%;
  }
  .card-slider:not(.slick-initialized) > .card-slider__item:not(:nth-child(n + 4)) {
    display: block;
  }
}

@media only screen and (min-width: 75em) {
  .card-slider:not(.slick-initialized) > .card-slider__item {
    width: 29%;
    max-width: none;
  }
  .card-slider:not(.slick-initialized) > .card-slider__item:not(:nth-child(n + 4)) {
    display: block;
  }
}

/* Loading appeareance */
.carousel:not(.slick-initialized) {
  margin-bottom: 2.2777777771rem;
}

.carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

/* Icons */
.slick-slide:focus {
  outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0px;
  min-width: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 900;
}

.slick-prev::before,
.slick-next::before {
  transition: all 0.16s linear;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:focus::before,
.slick-next:focus::before {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background-color: #f2f2f2;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  outline: none;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  box-shadow: none;
}

.slick-prev::before,
.slick-next::before {
  font-family: "SH Icon";
  font-size: 1rem;
  line-height: 1;
  color: #ec6602;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  line-height: 2.2222222222;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #b3b3b3;
}

.ie .slick-prev::before, .ie
.slick-next::before {
  line-height: 2;
}

.ios .slick-prev::before, .ios
.slick-next::before {
  height: 2.2232222222rem;
}

.slick-prev {
  left: -3.8888888882rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -3.8888888882rem;
}

.slick-prev::before {
  content: "\e81E";
}

[dir="rtl"] .slick-prev::before {
  content: "\e81C";
}

.slick-next {
  right: -3.8888888882rem;
}

[dir="rtl"] .slick-next {
  left: -3.8888888882rem;
  right: auto;
}

.slick-next::before {
  content: "\e81C";
}

[dir="rtl"] .slick-next::before {
  content: "\e81E";
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  margin-top: 1.0555555549rem;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.2222222222rem;
  width: 1.2222222222rem;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.2222222222rem;
  width: 1.2222222222rem;
  min-width: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25CF";
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  font-family: "SH Icon";
  font-size: 1.2222222222rem;
  line-height: 1;
  text-align: center;
  color: #b3b3b3;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #1a1a1a;
  opacity: 1;
}

.slick-dots li:first-child:last-child {
  visibility: hidden;
}

.checkbox {
  opacity: 0;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  position: absolute;
}

.checkbox + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
  padding-left: 0.8333333333rem;
  margin: 0 0 0 1.1111111111rem;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.checkbox + label::before {
  line-height: 1;
  content: "";
  display: inline-block;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  position: absolute;
  left: -1.1111111111rem;
  background-color: #ffffff;
  border: 1px solid #666666;
  top: 0.3rem;
  border-radius: 2px;
}

.checkbox:hover + label::before {
  background-color: #f2f2f2;
}

.checkbox:checked + label::before {
  background-color: #ec6602;
  border: 1px solid #ec6602;
  content: "\e818";
  font-family: "SH Icon";
  font-size: 0.7777778rem;
  font-weight: 400;
  line-height: 1rem;
  color: #ffffff;
  text-align: center;
}

.checkbox:focus + label::before {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
}

.checkbox:disabled + label {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.checkbox.is-invalid + label:before {
  border-color: #e7001d;
}

.checkbox.is-invalid ~ .checkbox__hint {
  color: #666666;
  display: block;
  margin-left: 2rem;
  line-height: 1.5625;
  line-height: 1.6666666667rem;
}

.checkbox.is-invalid ~ .checkbox__hint::before {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #e7001d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  float: left;
  vertical-align: bottom;
  margin-right: 0.2777777778rem;
  margin-left: -.1em;
  margin-top: calc( (30px - 1.7em)/2);
}

/* Loading appeareance */
.carousel:not(.slick-initialized) {
  margin-bottom: 2.2777777771rem;
}

.carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

/* Icons */
.slick-slide:focus {
  outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0px;
  min-width: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 900;
}

.slick-prev::before,
.slick-next::before {
  transition: all 0.16s linear;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:focus::before,
.slick-next:focus::before {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background-color: #f2f2f2;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
  outline: none;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  box-shadow: none;
}

.slick-prev::before,
.slick-next::before {
  font-family: "SH Icon";
  font-size: 1rem;
  line-height: 1;
  color: #ec6602;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  line-height: 2.2222222222;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #b3b3b3;
}

.ie .slick-prev::before, .ie
.slick-next::before {
  line-height: 2;
}

.ios .slick-prev::before, .ios
.slick-next::before {
  height: 2.2232222222rem;
}

.slick-prev {
  left: -3.8888888882rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -3.8888888882rem;
}

.slick-prev::before {
  content: "\e81E";
}

[dir="rtl"] .slick-prev::before {
  content: "\e81C";
}

.slick-next {
  right: -3.8888888882rem;
}

[dir="rtl"] .slick-next {
  left: -3.8888888882rem;
  right: auto;
}

.slick-next::before {
  content: "\e81C";
}

[dir="rtl"] .slick-next::before {
  content: "\e81E";
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  margin-top: 1.0555555549rem;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.2222222222rem;
  width: 1.2222222222rem;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.2222222222rem;
  width: 1.2222222222rem;
  min-width: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25CF";
  width: 1.2222222222rem;
  height: 1.2222222222rem;
  font-family: "SH Icon";
  font-size: 1.2222222222rem;
  line-height: 1;
  text-align: center;
  color: #b3b3b3;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #1a1a1a;
  opacity: 1;
}

.slick-dots li:first-child:last-child {
  visibility: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.date-time-picker[data-inline="true"] {
  height: auto;
  border: 0;
  width: auto;
}

.date-time-picker[data-inline="true"] .date-time-picker__input,
.date-time-picker[data-inline="true"] .date-time-picker__label {
  display: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  direction: ltr;
  border: 0;
  font-size: 0.8888999rem;
  position: absolute;
  width: 19.4444444444rem;
  touch-action: manipulation;
  background: #ffffff;
  outline: 0;
  margin-top: 2px;
  box-shadow: 2px 2px 10px rgba(26, 26, 26, 0.1);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
  z-index: 8888;
}

.flatpickr-calendar.open {
  display: inline-block;
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  margin-top: 0;
}

.flatpickr-calendar.arrowBottom {
  margin-top: -10px;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: 2px 2px 10px rgba(26, 26, 26, 0.1);
}

.flatpickr-calendar .flatpickr-months {
  display: flex;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  flex: 1;
  position: relative;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  height: 2.778em;
  padding: 0.556em 0.278em;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  display: inline-block;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .numInput {
  pointer-events: none;
  width: 2.5em;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  display: none;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: absolute;
  width: 2.7777777778rem;
  padding: 0.5555555556rem;
  cursor: pointer;
  z-index: 8889;
  color: #666666;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: #1a1a1a;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  right: 0;
}

.flatpickr-calendar .flatpickr-weekdays {
  font-size: 1rem;
  color: #666666;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  cursor: help;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
}

.flatpickr-calendar .flatpickr-days {
  font-size: 1rem;
  color: #1a1a1a;
}

.flatpickr-calendar .flatpickr-days .dayContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  flex-basis: 14.286%;
  border-radius: 50%;
  padding: 0.5555555556rem;
  position: relative;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  z-index: -1;
  top: 50%;
  margin-top: -1.1111111111rem;
  left: 50%;
  margin-left: -1.1111111111rem;
  border-radius: 50%;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.today {
  color: #cf4b00;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay, .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  color: #999999;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day:hover::before {
  background-color: #ededed;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected {
  color: #ffffff;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected::before {
  background-color: #ec6602;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.disabled {
  color: #b3b3b3;
  cursor: inherit;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.disabled:hover:before {
  display: none;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day:not(.inRange) + .endRange::after {
  display: none;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange::after, .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange::after, .flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.inRange::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 2.7777777778rem;
  height: 2.2222222222rem;
  z-index: -2;
  background-color: #e6e6e6;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange:not(.selected) {
  color: #ffffff;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange:not(.selected)::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  z-index: -1;
  top: 50%;
  margin-top: -1.1111111111rem;
  left: 50%;
  margin-left: -1.1111111111rem;
  border-radius: 50%;
  background-color: #cf4b00;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.startRange::after {
  width: 1.3888888889rem;
  transform: translateX(50%);
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange:not(.selected) {
  color: #ffffff;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange:not(.selected)::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  z-index: -1;
  top: 50%;
  margin-top: -1.1111111111rem;
  left: 50%;
  margin-left: -1.1111111111rem;
  border-radius: 50%;
  background-color: #cf4b00;
}

.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.endRange::after {
  width: 1.3888888889rem;
  transform: translateX(-50%);
}

.flatpickr-calendar.showTimeInput .flatpickr-time {
  display: flex;
}

.flatpickr-calendar .flatpickr-time {
  display: none;
  justify-content: center;
  padding: 2.7777777778rem 0;
}

.flatpickr-calendar .flatpickr-time .flatpickr-time-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  flex-basis: 1.6666666667rem;
  text-align: left;
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7222222222rem;
  flex-basis: 1.6666666667rem;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-left: 1.6666666667rem;
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover {
  background-color: #f2f2f2;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper {
  display: flex;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  flex-basis: 1.6666666667rem;
  position: relative;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp,
.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  cursor: pointer;
  color: #666666;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp::before,
.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown::before {
  font-family: "SH Icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 0.8em;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  content: '\e81d';
  display: block;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp:hover,
.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown:hover {
  color: #1a1a1a;
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown {
  transform: translateY(100%);
}

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown::before {
  content: '\e81f';
}

.disclaimer {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.7777778rem;
  color: #666666;
  line-height: sh-line-heights("xsmall");
  letter-spacing: 0.3;
  position: relative;
}

.disclaimer__numbering + .disclaimer__text {
  padding-left: 1.2499999995rem;
}

.disclaimer__numbering {
  font-size: 0.6666666667rem;
  color: #666666;
  position: absolute;
  top: 0;
  left: 0;
}

.disclaimer__text {
  display: block;
}

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

.dropdown__toggle {
  display: block;
  cursor: pointer;
}

.dropdown__toggle [class^=icon] {
  color: #666666;
}

.dropdown__toggle:hover [class^=icon] {
  color: #1a1a1a;
}

.dropdown__panel {
  display: none;
  position: absolute;
  z-index: 8888;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  border: 1px solid #e6e6e6;
}

.dropdown.is-open .dropdown__toggle [class^=icon] {
  color: #1a1a1a;
}

.dropdown.is-open .dropdown__panel {
  display: block;
}

.dropdown--right .dropdown__panel {
  left: inherit;
  right: 0;
}

.feedback__button {
  color: #666666;
}

.feedback__button i::before {
  font-size: 2rem;
  left: -6px;
  position: relative;
}

.feedback__button:disabled.is-selected, .feedback__button:hover {
  color: #1a1a1a;
}

.feedback__button:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

[class*=bg-color-gray-shade] .feedback__button,
.bg-color-black .feedback__button {
  color: #999999;
}

[class*=bg-color-gray-shade] .feedback__button:disabled.is-selected, [class*=bg-color-gray-shade] .feedback__button:hover,
.bg-color-black .feedback__button:disabled.is-selected,
.bg-color-black .feedback__button:hover {
  color: #ffffff;
}

[class*=bg-color-gray-shade] .feedback .feedback__modal-container,
.bg-color-black .feedback .feedback__modal-container {
  background-color: #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2), 0 -1px 4px rgba(0, 0, 0, .1);
}

.figure__image-container {
  display: block;
}

.footer {
  margin-top: 5rem;
  padding-bottom: 3rem;
}

.footer__col {
  display: flex;
  flex-wrap: wrap;
}

.footer__col-title {
  font-size: 0.8888999rem;
  margin: 1.5rem 0 1.1111111111rem;
}

.footer__legal-links {
  width: 100%;
  margin-top: .1rem;
}

@media only screen and (min-width: 48em) {
  .footer__legal-links {
    order: 1;
  }
}

.footer__social-channels {
  margin-top: 1.1rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .footer__social-channels {
    order: 2;
  }
}

.footer__search {
  display: none;
}

@media only screen and (min-width: 62em) {
  .footer__search {
    display: block;
  }
}

.footer hr {
  margin: 1.1111111111rem 0 1.1111111111rem;
}

.hero-block {
  background-color: #000000;
}

@media screen and (max-width: 30em) {
  .hero-block__image {
    width: 100vw;
    margin-left: -0.833333333rem;
  }
}

@media only screen and (min-width: 48em) {
  .hero-block__image {
    height: 100%;
  }
}

.hero-block__pulse {
  width: 100%;
  margin: 1.666666666rem 0;
  display: none;
}

@media only screen and (min-width: 36em) {
  .hero-block__pulse {
    display: block;
  }
}

@media only screen and (min-width: 62em) {
  .hero-block__pulse {
    margin: 3.333333332rem 0;
  }
}

.hero-block__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #ffffff;
}

@media only screen and (min-width: 36em) {
  .hero-block__panel {
    background-color: #000000;
  }
}

.hero-block__content {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 62em) {
  .hero-block__content > *:last-child {
    margin-bottom: 0;
  }
}

.hero-block__title {
  margin-top: 0.8333333333rem;
  margin-bottom: 1.1111111111rem;
  color: #ec6602;
}

@media only screen and (min-width: 62em) {
  .hero-block__title {
    margin-top: 0;
  }
}

.hero-block__subtitle {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

@media only screen and (min-width: 36em) {
  .hero-block__subtitle {
    color: #ffffff;
  }
}

.hero-block__text {
  background-color: #ffffff;
}

@media only screen and (min-width: 36em) {
  .hero-block__text {
    padding-top: 1.1111111111rem;
  }
}

.hero-block--white {
  background-color: #ffffff;
}

.hero-block--white .hero-block__pulse {
  display: none;
}

.hero-block--white .hero-block__subtitle {
  color: #1a1a1a;
}

@media only screen and (min-width: 36em) {
  .hero-block--white .hero-block__panel {
    background-color: #ffffff;
  }
}

@keyframes pulsate {
  to {
    box-shadow: 0 0 0 10px rgba(252, 220, 202, 0);
  }
}

.hotspots {
  position: relative;
}

.hotspots__image-container {
  position: relative;
}

.hotspots__image {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .hotspots__list {
    list-style: none;
  }
}

@media only screen and (max-width: 47.9444444444em) {
  .hotspots__item {
    left: 0 !important;
  }
}

@media only screen and (min-width: 48em) {
  .hotspots__item {
    left: inherit;
    display: none;
    position: absolute;
    text-align: left;
    color: #1a1a1a;
    background-color: #ffffff;
    z-index: 9999;
    padding: 1rem;
    transform: translate(20px, 10px);
    box-shadow: 2px 2px 10px rgba(26, 26, 26, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 -1px 2px rgba(0, 0, 0, .05);
    max-width: 300px;
  }
  .hotspots__item::before {
    display: none !important;
  }
  .hotspots__item.is-active {
    display: block;
  }
}

.hotspots__toggle-button {
  display: none;
  background-color: #ffffff;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  position: absolute;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 48em) {
  .hotspots__toggle-button {
    display: inline-flex;
  }
}

.hotspots__toggle-button:hover {
  background-color: #f2f2f2;
}

.hotspots__scroll-button {
  font-size: 0.8888999rem;
  position: absolute;
  background-color: #ffffff;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  transform: translate(-50%, -50%);
  display: inline-flex;
  font-weight: 600;
}

@media only screen and (min-width: 48em) {
  .hotspots__scroll-button {
    display: none;
  }
}

.hotspots__scroll-button:hover {
  background-color: #f2f2f2;
}

.label {
  background-color: #ededed;
  color: #1a1a1a;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 0.6666666667rem;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0.2222222222rem 0.3333333333rem;
  vertical-align: text-bottom;
}

.label--attached {
  margin-left: 0.4166666665rem;
  margin-right: 0.4166666665rem;
}

.label--superscript {
  font-size: 0.5555555556rem;
  min-width: 1.33em;
  padding: 0.2rem;
  text-align: center;
  transform: translateY(-50%);
}

[class*="bg-color-gray-tint"] .label {
  background-color: #ffffff;
}

[class*="bg-color-gray-shade"] .label,
.bg-color-black .label {
  background-color: #333333;
  color: #ffffff;
}

.legal-links {
  list-style-type: none;
  margin: 0;
  margin-top: 1.1111111111rem;
  padding-left: 0;
  line-height: 1.1111111111rem;
  font-size: 0.8888999rem;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.legal-links__item {
  display: inline-block;
  margin: 0;
}

.legal-links__item:after {
  display: inline-block;
  content: "|";
  color: #666666;
  margin: 0 0.2em;
}

.legal-links__item:last-of-type:after {
  display: none;
}

.legal-links__link, .legal-links__item:first-child {
  color: #666666;
}

.legal-links__link:hover {
  color: #1a1a1a;
}

.bg-color-black-90 .legal-links__item:after {
  color: #999999;
}

.bg-color-black-90 .legal-links__link, .bg-color-black-90 .legal-links__item:first-child {
  color: #999999;
}

.list {
  margin-left: 0.888rem;
  padding-left: 0;
  color: #1a1a1a;
}

.list--inline .list__item {
  display: inline-block;
}

.list--bullet {
  list-style-type: none;
  padding-left: 16px;
  margin-left: 0;
}

.list--bullet > li,
.list--bullet .list__item {
  list-style: none;
}

.list--bullet > li:before,
.list--bullet .list__item:before {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1a1a1a;
  position: absolute;
  left: -14.4px;
  top: 0.6666666667rem;
}

.list--numbered {
  padding-left: 1.6666666667rem;
  margin-left: 0;
  counter-reset: item;
  list-style-type: none;
}

.list--numbered > li::before,
.list--numbered .list__item::before {
  font-size: 0.7777778rem;
  font-weight: 400;
  content: counter(item);
  counter-increment: item;
  display: inline;
  position: absolute;
  left: -1.6666666667rem;
  top: 0.0555555556rem;
}

.list--numbered > li:nth-child(1)::before,
.list--numbered .list__item:nth-child(1)::before {
  content: "01";
}

.list--numbered > li:nth-child(2)::before,
.list--numbered .list__item:nth-child(2)::before {
  content: "02";
}

.list--numbered > li:nth-child(3)::before,
.list--numbered .list__item:nth-child(3)::before {
  content: "03";
}

.list--numbered > li:nth-child(4)::before,
.list--numbered .list__item:nth-child(4)::before {
  content: "04";
}

.list--numbered > li:nth-child(5)::before,
.list--numbered .list__item:nth-child(5)::before {
  content: "05";
}

.list--numbered > li:nth-child(6)::before,
.list--numbered .list__item:nth-child(6)::before {
  content: "06";
}

.list--numbered > li:nth-child(7)::before,
.list--numbered .list__item:nth-child(7)::before {
  content: "07";
}

.list--numbered > li:nth-child(8)::before,
.list--numbered .list__item:nth-child(8)::before {
  content: "08";
}

.list--numbered > li:nth-child(9)::before,
.list--numbered .list__item:nth-child(9)::before {
  content: "09";
}

.list--block {
  list-style: none;
  margin: 0;
}

.list--block .list__item {
  margin: 0;
  position: relative;
}

.list--block .list__link {
  display: block;
  margin: 0;
  padding: 0.3055rem 0;
}

.list--link {
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
}

.list--link .list__item {
  list-style: none;
  margin-left: 0;
}

.list--link .list__item::before {
  display: none;
}

.list--link .list__item--no-link::before {
  display: block;
  left: 0.5rem;
}

.list--link .list__link {
  padding: 0 0 0 1.6666666667rem;
  display: inline-block;
}

.list--link .list__link::before {
  position: absolute;
  left: 0;
  top: -.25em;
  padding: .25em 0;
  line-height: inherit;
}

.list--link .list__link:hover, .list--link .list__link:active {
  color: #cf4b00;
  background: transparent;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-animation {
  animation: spin 1s linear infinite;
  border: 5px solid #e6e6e6;
  border-top-color: #ec6602;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.logo {
  background: url("../assets/img/logo.svg") no-repeat;
  background-size: cover;
  display: block;
}

@media only screen and (min-width: 0em) {
  .logo {
    width: 11.1111111111rem;
    height: 2.7777777778rem;
    margin: -0.6944444444rem -2.7777777778rem;
    transform: scale(0.5);
  }
}

@media only screen and (min-width: 48em) {
  .logo {
    width: 18.5555555556rem;
    height: 4.6388888889rem;
    margin: -1.1597222222rem -4.6388888889rem;
    transform: scale(0.5);
  }
}

@media only screen and (min-width: 75em) {
  .logo {
    width: 18.7777777778rem;
    height: 4.6944444444rem;
    margin: -1.1736111111rem -4.6944444444rem;
    transform: scale(0.5);
  }
}

.logo--compact {
  width: 13.8888888889rem;
  height: 3.4722222222rem;
  margin: -0.8680555556rem -3.4722222222rem;
  transform: scale(0.5);
}

.menu {
  padding: 0;
  list-style: none;
}

.menu__item {
  background-color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 0.5555555556rem 0.8333333333rem;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  text-align: left;
}

.menu__item:hover {
  background-color: #ededed;
  color: inherit;
}

.menu__item.is-active, .menu__item.is-current, .menu__item.is-selected {
  background-color: #e6e6e6;
  color: inherit;
  box-shadow: none;
  outline: none;
}

.meta-menu {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}

.meta-menu__list {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.meta-menu__item {
  flex: none;
  margin: 0;
  margin-right: 0.75rem;
  white-space: nowrap;
}

.meta-menu__link {
  color: #666666;
  display: flex;
  align-items: center;
  font-size: 0.8888999rem;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.meta-menu__link i::before {
  color: #666666;
  font-size: 1.6em;
  position: relative;
  top: 2px;
  margin-right: inherit;
}

.meta-menu__link:hover {
  color: #1a1a1a;
}

.meta-menu__link:hover i::before {
  color: #1a1a1a;
}

.meta-menu__title {
  margin-left: 0.25rem;
  display: none;
}

@media only screen and (min-width: 62em) {
  .meta-menu__title {
    display: inline-block;
  }
}

.meta-menu__hidden-list .meta-menu__title {
  display: inline-block;
}

.meta-menu__toggle-button {
  flex: none;
  margin: 0;
  display: none;
}

.meta-menu__toggle-button.is-visible {
  display: block;
}

.modal-dialog {
  background-color: rgba(26, 26, 26, 0.5);
  display: none;
  z-index: 4444;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}

.modal-dialog.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog__container {
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 47.9444444444em) {
  .modal-dialog__container {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .modal-dialog__container {
    display: block;
    width: 600px;
    max-width: 100%;
  }
}

.modal-dialog__header {
  padding: 1.1111111111rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
}

.modal-dialog__indicator {
  display: none;
  margin-right: 0.5555555556rem;
}

.modal-dialog__title {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 2rem);
}

.modal-dialog__close {
  font-size: 1.2222222rem;
  flex: none;
}

.modal-dialog__close i::before {
  color: #666666;
  margin: 0;
}

.modal-dialog__close:hover i::before {
  color: #1a1a1a;
}

.modal-dialog__body {
  padding: 1.1111111111rem;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 9rem);
}

.modal-dialog__body > *:first-child {
  margin-top: 0;
}

.modal-dialog__body > *:last-child {
  margin-bottom: 0;
}

.modal-dialog__footer {
  padding: 1.1111111111rem;
  display: flex;
  justify-content: flex-end;
  flex: none;
  margin-top: auto;
}

.modal-dialog__footer > * {
  margin: 0 0 0 0.5555555556rem;
}

.modal-dialog--success .modal-dialog__indicator {
  display: inline-block;
}

.modal-dialog--success .modal-dialog__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #009a38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
}

.modal-dialog--warning .modal-dialog__indicator {
  display: inline-block;
}

.modal-dialog--warning .modal-dialog__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #ffd200;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  color: #000000;
}

.modal-dialog--error .modal-dialog__indicator {
  display: inline-block;
}

.modal-dialog--error .modal-dialog__indicator::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #e7001d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
}

[class*=bg-color-gray-shade] .modal-dialog__close i::before,
.bg-color-black .modal-dialog__close i::before {
  color: #999999;
  margin: 0;
}

[class*=bg-color-gray-shade] .modal-dialog__close:hover i::before,
.bg-color-black .modal-dialog__close:hover i::before {
  color: #ffffff;
}

.multimedia-container {
  display: flex;
  flex-direction: column;
  margin: 1.666666666rem 0;
  overflow-x: hidden;
}

@media only screen and (min-width: 36em) {
  .multimedia-container {
    align-items: center;
  }
}

.multimedia-container__item.multimedia-container__item.multimedia-container__item {
  margin: 0 0.833333333rem;
  display: table;
}

.multimedia-container__link {
  position: relative;
  display: block;
}

.multimedia-container__height-control {
  max-height: none;
  max-width: 100%;
}

@media only screen and (min-width: 36em) {
  .multimedia-container__height-control {
    max-height: 48vw;
  }
}

@media only screen and (min-width: 62em) {
  .multimedia-container__height-control {
    max-height: 480px;
  }
}

@media only screen and (max-height: 49em) {
  .multimedia-container__height-control {
    max-height: 380px;
  }
}

.multimedia-container__caption {
  display: table-caption;
  caption-side: bottom;
  background-color: #ededed;
  min-height: 5.7em;
  padding: 1rem;
  color: #1a1a1a;
}

@media only screen and (min-width: 36em) {
  .multimedia-container__caption {
    min-height: 7.3em;
    min-height: 8.498em;
    min-height: 9.9em;
    padding: 1.666666666rem;
  }
}

.multimedia-container__controls {
  order: 2;
  margin: 1.666666666rem 0;
  text-align: center;
}

.multimedia-container__dots {
  display: inline-block;
  position: relative;
}

.multimedia-container:not(.slick-initialized) .multimedia-container__item:not(:first-child) {
  display: none;
}

@media only screen and (min-width: 36em) {
  .multimedia-container:not(.slick-initialized) .multimedia-container__height-control {
    height: 48vw;
  }
}

@media only screen and (min-width: 62em) {
  .multimedia-container:not(.slick-initialized) .multimedia-container__height-control {
    height: 480px;
  }
}

.multimedia-container .multimedia-container__height-control[data-lazy] {
  background: #ededed;
  display: block;
  width: 95vw;
}

@media only screen and (min-width: 36em) {
  .multimedia-container .multimedia-container__height-control[data-lazy] {
    height: 48vw;
    width: auto;
    min-width: 15em;
  }
}

@media only screen and (min-width: 48em) {
  .multimedia-container .multimedia-container__height-control[data-lazy] {
    min-width: 21em;
  }
}

@media only screen and (min-width: 62em) {
  .multimedia-container .multimedia-container__height-control[data-lazy] {
    height: 480px;
    min-width: 26em;
  }
}

.multimedia-container .slick-slide {
  cursor: pointer;
}

@media only screen and (min-width: 36em) {
  .multimedia-container .slick-slide {
    opacity: .3;
    transition: opacity 0.16s linear;
  }
}

.multimedia-container .slick-current {
  opacity: 1;
  cursor: default;
}

.multimedia-container .slick-arrow {
  min-width: auto;
  display: none !important;
}

@media only screen and (min-width: 48em) {
  .multimedia-container .slick-arrow {
    display: block !important;
  }
}

.multimedia-container .slick-dots {
  position: static;
  margin-top: 0;
}

.multimedia-container__height-control--hidden {
  display: none;
}

.multimedia-container .flowplayer {
  display: block;
  pointer-events: none;
}

.multimedia-container .flowplayer:not(.is-fullscreen) .fp-player {
  position: relative;
}

.multimedia-container .flowplayer .fp-ratio {
  display: none;
}

.multimedia-container .flowplayer .multimedia-container__height-control--hidden {
  display: block;
  visibility: hidden;
}

.multimedia-container .multimedia-container__link {
  pointer-events: none;
}

.multimedia-container .slick-current .flowplayer,
.multimedia-container .slick-current .multimedia-container__link {
  pointer-events: auto;
}

.navigation-bar {
  background-color: #ededed;
  box-shadow: 0 4px 0.4rem rgba(27, 27, 27, 0.2);
}

.navigation-bar__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  height: 50px;
  padding-right: 0.833rem;
  padding-left: 0.833rem;
}

@media only screen and (min-width: 36em) {
  .navigation-bar__container {
    width: 30em;
  }
}

@media only screen and (min-width: 48em) {
  .navigation-bar__container {
    width: 40em;
  }
}

@media only screen and (min-width: 62em) {
  .navigation-bar__container {
    width: 53.333em;
  }
}

@media only screen and (min-width: 75em) {
  .navigation-bar__container {
    width: 80em;
  }
}

.navigation-bar__panel {
  background-color: #ededed;
}

.navigation-bar__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navigation-bar__toggle-button {
  color: #666666;
  width: 2.1111rem;
  height: 44px;
  margin-right: 1.1111111111rem;
}

.navigation-bar__toggle-button [class^=icon]::before {
  font-size: 1.6666666667rem;
  position: relative;
  top: 3px;
}

.navigation-bar__toggle-button:hover {
  color: #1a1a1a;
}

@media only screen and (min-width: 48em) {
  .navigation-bar__toggle-button {
    display: none;
  }
}

.navigation-bar__app-identifier {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif;
  font-size: 0.8888999rem;
  color: #1a1a1a;
}

@media only screen and (min-width: 48em) {
  .navigation-bar__app-identifier {
    display: none;
  }
}

.navigation-bar__list {
  display: none;
  list-style: none;
  background-color: #ededed;
}

@media only screen and (min-width: 48em) {
  .navigation-bar__list {
    display: flex;
    white-space: nowrap;
    margin: 0 -1.1111111111rem;
    padding: 0;
  }
}

.navigation-bar__additional-functions {
  flex: none;
  margin-left: auto;
}

.navigation-bar__item {
  display: block;
  margin: 0;
  padding: 0;
}

.navigation-bar__link {
  color: #666666;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem;
  font-size: 0.8888888889rem;
  line-height: 1.6666666667rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  outline: 0;
  box-shadow: none;
  white-space: nowrap;
}

.navigation-bar__link:focus {
  color: #666666;
  outline: none;
  box-shadow: none;
}

.navigation-bar__link:focus::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid rgba(236, 102, 2, 0.5);
}

@media only screen and (min-width: 48em) {
  .navigation-bar__link:focus::after {
    content: "";
    bottom: 0;
    border-left: none;
    border-bottom: 2px solid rgba(236, 102, 2, 0.5);
  }
}

.navigation-bar__link:hover, .navigation-bar__link:active {
  color: #1a1a1a;
}

.navigation-bar__link:hover::after, .navigation-bar__link:active::after {
  border-left: none;
}

@media only screen and (min-width: 48em) {
  .navigation-bar__link:hover::after, .navigation-bar__link:active::after {
    border-bottom: none;
  }
}

.navigation-bar__link.is-active {
  color: #1a1a1a;
}

@media only screen and (min-width: 48em) {
  .navigation-bar__link.is-active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ec6602;
  }
}

.navigation-bar__dropdown-panel {
  margin-top: 0;
}

.navigation-bar__dropdown-item.is-active {
  background-color: #ededed;
}

.navigation-bar__dropdown-item:focus {
  color: #000000;
  background-color: #e6e6e6;
  outline: none;
  box-shadow: none;
}

.navigation-bar__dropdown-item:hover, .navigation-bar__dropdown-item:active {
  background-color: #ededed;
}

@media only screen and (max-width: 47.9444444444em) {
  .navigation-bar.is-open .navigation-bar__container {
    position: fixed;
    z-index: 2222;
    background-color: #ededed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation-bar.is-open .navigation-bar__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 0.4rem rgba(27, 27, 27, 0.2);
    z-index: 2223;
  }
  .navigation-bar.is-open .navigation-bar__wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding-right: .833rem;
    padding-left: .833rem;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 36em) {
  .navigation-bar.is-open .navigation-bar__wrapper {
    width: 30em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 48em) {
  .navigation-bar.is-open .navigation-bar__wrapper {
    width: 40em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 62em) {
  .navigation-bar.is-open .navigation-bar__wrapper {
    width: 53.333em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 75em) {
  .navigation-bar.is-open .navigation-bar__wrapper {
    width: 80em;
  }
}

@media only screen and (max-width: 47.9444444444em) {
  .navigation-bar.is-open .navigation-bar__toggle-button ::before {
    content: '\e817';
  }
  .navigation-bar.is-open .navigation-bar__list {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    padding-top: 0.8333333333rem;
  }
  .navigation-bar.is-open .navigation-bar__item {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 0.833333333rem;
    padding-left: 1.8333222219rem;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 36em) {
  .navigation-bar.is-open .navigation-bar__item {
    width: 30em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 48em) {
  .navigation-bar.is-open .navigation-bar__item {
    width: 40em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 62em) {
  .navigation-bar.is-open .navigation-bar__item {
    width: 53.333em;
  }
}

@media only screen and (max-width: 47.9444444444em) and (min-width: 75em) {
  .navigation-bar.is-open .navigation-bar__item {
    width: 80em;
  }
}

@media only screen and (max-width: 47.9444444444em) {
  .navigation-bar.is-open .navigation-bar__link {
    font-size: 0.8888999rem;
  }
  .navigation-bar.is-open .navigation-bar__link.is-active {
    border: none;
  }
  .navigation-bar.is-open .navigation-bar__additional-functions {
    display: none;
  }
}

.navigation-bar--dark {
  background-color: #1a1a1a;
}

.navigation-bar--dark .navigation-bar__panel {
  background-color: #1a1a1a;
}

.navigation-bar--dark .navigation-bar__list {
  background-color: #1a1a1a;
}

.navigation-bar--dark .navigation-bar__link {
  color: #999999;
}

.navigation-bar--dark .navigation-bar__link:hover, .navigation-bar--dark .navigation-bar__link:active {
  color: #e6e6e6;
}

.navigation-bar--dark .navigation-bar__link.is-active {
  color: #e6e6e6;
}

.navigation-bar--dark .navigation-bar__toggle-button {
  color: #999999;
}

.navigation-bar--dark .navigation-bar__toggle-button:hover {
  color: #cccccc;
}

.navigation-bar--dark .navigation-bar__app-identifier {
  color: #999999;
}

.overlay {
  background-color: rgba(26, 26, 26, 0.5);
  display: none;
  z-index: 4444;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay.is-open {
  display: block;
}

.overlay__container {
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (min-width: 48em) {
  .overlay__container {
    height: inherit;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.overlay__close {
  position: absolute;
  right: 1.1111111111rem;
  top: 1.1111111111rem;
  z-index: 4445;
}

.overlay__body {
  padding: 0;
}

.quotation__image img {
  border-radius: 99rem;
}

@media only screen and (max-width: 47.9444444444em) {
  .media-object--stacked-sm .quotation__image {
    margin-bottom: 1.6666666667rem;
  }
}

.quotation__text {
  color: #1a1a1a;
  font-size: 1.3333333rem;
  line-height: 1.94444rem;
}

.quotation__cite {
  color: #000000;
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
}

.quotation__author {
  display: block;
  line-height: 1;
  font-weight: bold;
}

.pagination {
  display: flex;
  font-size: 0.8888999rem;
  align-items: center;
}

.pagination__item {
  width: 30px;
  height: 30px;
  margin-right: 0.0555555556rem;
  border-radius: 99rem;
  text-align: center;
  color: #666666;
}

.pagination__item:not([href]) {
  background-color: #e6e6e6;
  font-weight: 600;
}

.pagination__item[href] {
  background-color: transparent;
}

.pagination__item[href]:hover {
  color: #1a1a1a;
  background-color: #f2f2f2;
}

.pagination__item:first-child, .pagination__item:last-child {
  font-weight: normal;
}

.pagination__item:first-child:hover, .pagination__item:last-child:hover {
  background-color: transparent;
}

.pagination__item:first-child:not([href]), .pagination__item:last-child:not([href]) {
  opacity: 0.4;
  background-color: transparent;
}

.quotation__image img {
  border-radius: 99rem;
}

@media only screen and (max-width: 47.9444444444em) {
  .media-object--stacked-sm .quotation__image {
    margin-bottom: 1.6666666667rem;
  }
}

.quotation__text {
  color: #1a1a1a;
  font-size: 1.3333333rem;
  line-height: 1.94444rem;
}

.quotation__cite {
  color: #000000;
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
}

.quotation__author {
  display: block;
  line-height: 1;
  font-weight: bold;
}

.progress {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.progress__status {
  font-weight: 800;
  font-size: 1.1111111rem;
  color: #1a1a1a;
  line-height: 1.66667rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.1111111111rem;
  margin-bottom: 0.5555555556rem;
}

.progress__bar-container {
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 5px;
}

.progress__bar {
  border-radius: 5px 0 0 5px;
  background-color: #ec6602;
  transition: width 0.2s linear;
  text-align: right;
  padding-right: 0.5em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  height: 10px;
}

.progress__additional-text {
  font-size: 0.7777778rem;
  color: #666666;
  line-height: 1.11111rem;
  letter-spacing: 0;
  margin-top: 0.5555555556rem;
}

.progress--tiny {
  font-size: 2px;
  color: #ec6602;
}

.radio {
  opacity: 0;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  position: absolute;
}

.radio + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
  padding-left: 0.8333333333rem;
  margin: 0 0 0 1.1111111111rem;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.radio + label::before {
  line-height: 1;
  content: "";
  display: inline-block;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  position: absolute;
  left: -1.1111111111rem;
  background-color: #ffffff;
  border: 1px solid #666666;
  top: 0.3rem;
  border-radius: 50%;
}

.radio:hover + label::before {
  background-color: #f2f2f2;
}

.radio:checked + label::before {
  border: 6px solid #ec6602;
}

.radio:focus + label::before {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
}

.radio:disabled + label {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.radio.is-invalid + label::before {
  border-color: #e7001d;
}

.search-field {
  height: 42px;
}

.search-field > .icon-search {
  font-size: 1.2222222rem;
}

.search-field__input {
  padding-top: 2px !important;
  font-size: 1rem;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

.search-field__autocomplete {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 8888;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border: 1px solid #e6e6e6;
  border-top: none;
}

.search-field.has-results .search-field__autocomplete {
  display: block;
}

.search-field--outlined {
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.24);
  border-radius: 4px !important;
  background-color: #ffffff !important;
}

.search-results__item {
  margin: 0;
}

.search-results__link {
  color: #1a1a1a;
}

.search-results__title {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-size: 0.8888999rem;
  line-height: 1.38889rem;
  margin-top: 1.1111111111rem;
  margin-bottom: 0;
}

.search-results__url {
  color: #666666;
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  text-align: left;
}

.search-results__snippet {
  margin-top: 0.5em;
  font-size: 0.7777778rem;
  line-height: 1.11111rem;
}

.selectbox {
  font-size: 1rem;
  background-color: #ededed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  height: 3.1111111111rem;
  min-width: 12.2222222222rem;
  margin-bottom: 1.6666666667rem;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.selectbox::before {
  color: #666666;
  font-family: "SH Icon";
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  font-size: 0.6em;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  content: "\e81f";
  position: absolute;
  right: 0.8333333333rem;
  top: 50%;
  transform: translateY(-30%);
  pointer-events: none;
}

.selectbox:hover::before {
  color: #1a1a1a;
}

.selectbox__select {
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  appearance: none;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.1111111111rem 0.8333333333rem 0;
  line-height: 1.2;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectbox__select::-ms-expand {
  display: none;
}

.selectbox__label {
  font-size: 1rem;
  color: #666666;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  bottom: 0.8888888889rem;
  cursor: text;
  font-weight: 400;
  left: 0.8333333333rem;
  letter-spacing: 0.00937em;
  line-height: 1.15rem;
  margin-bottom: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: auto;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  width: calc(100% - to-rem(40));
  will-change: transform;
  -webkit-font-smoothing: antialiased;
}

.selectbox__hint {
  color: #666666;
  display: block;
  margin-bottom: 1.6666666667rem;
  padding: 0.3888888889rem 0.8333333333rem 0;
  font-size: 0.775rem;
  line-height: 1.11111rem;
}

.selectbox__option-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8888;
  min-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 11.1111111111rem;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  margin-top: 1px;
  border: 1px solid #e6e6e6;
}

.selectbox--large {
  width: 100%;
}

.selectbox.is-open .selectbox__option-list {
  display: block;
}

.selectbox.is-disabled {
  opacity: 0.4;
}

.selectbox.is-active .selectbox__label {
  transform: translateY(-40%) scale(0.775);
  width: 100%;
}

.selectbox.has-focus {
  border-color: #1a1a1a;
}

.selectbox.has-focus::before {
  color: #1a1a1a;
}

.selectbox.is-valid {
  border-color: #009a38;
}

.selectbox.is-valid .selectbox__label {
  width: calc(100% - to-rem(60));
}

.selectbox.is-valid.is-active .selectbox__label {
  width: calc(100% - to-rem(60));
}

.selectbox.is-valid .selectbox__select {
  padding-right: 3.3333333333rem;
}

.selectbox.is-valid::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #009a38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: 1.6666666667rem;
  bottom: 0.6666666667rem;
  cursor: pointer;
}

.selectbox.is-invalid {
  border-color: #e7001d;
}

.selectbox.is-invalid .selectbox__label {
  width: calc(100% - to-rem(60));
}

.selectbox.is-invalid.is-active .selectbox__label {
  width: calc(100% - to-rem(60));
}

.selectbox.is-invalid .selectbox__select {
  padding-right: 3.3333333333rem;
  padding-left: 0.8333333333rem;
}

.selectbox.is-invalid::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #e7001d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: 1.6666666667rem;
  bottom: 0.6666666667rem;
  cursor: pointer;
}

.bg-color-black-7 .selectbox {
  background-color: #ffffff;
}

[class*=bg-color-gray-shade] .selectbox,
.bg-color-black .selectbox {
  background-color: #1a1a1a;
}

[class*=bg-color-gray-shade] .selectbox::before,
.bg-color-black .selectbox::before {
  color: #999999;
}

[class*=bg-color-gray-shade] .selectbox:hover::before,
.bg-color-black .selectbox:hover::before {
  color: #e6e6e6;
}

[class*=bg-color-gray-shade] .selectbox.has-focus,
.bg-color-black .selectbox.has-focus {
  border-color: #e6e6e6;
}

[class*=bg-color-gray-shade] .selectbox.has-focus::before,
.bg-color-black .selectbox.has-focus::before {
  color: #e6e6e6;
}

[class*=bg-color-gray-shade] .selectbox__option-list,
.bg-color-black .selectbox__option-list {
  background-color: #4d4d4d;
  color: #ffffff;
  border-color: #404040;
}

[class*=bg-color-gray-shade] .selectbox__label,
.bg-color-black .selectbox__label {
  color: #cccccc;
}

[class*=bg-color-gray-shade] .selectbox__select,
.bg-color-black .selectbox__select {
  color: #ffffff;
}

[class*=bg-color-gray-shade] .selectbox__hint,
.bg-color-black .selectbox__hint {
  color: #999999;
}

[class*=bg-color-gray-shade] .selectbox__option:hover,
.bg-color-black .selectbox__option:hover {
  background-color: #666666;
}

[class*=bg-color-gray-shade] .selectbox__option.is-selected,
.bg-color-black .selectbox__option.is-selected {
  background-color: #666666;
}

[class*=bg-color-gray-shade] .selectbox.is-valid,
.bg-color-black .selectbox.is-valid {
  border-color: #009a38;
}

[class*=bg-color-gray-shade] .selectbox.is-invalid,
.bg-color-black .selectbox.is-invalid {
  border-color: #e7001d;
}

.sitemap__link {
  color: inherit;
  text-decoration: none;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
  color: #666666;
  font-size: 0.7777778rem;
  line-height: 1.2857;
  padding: 0.5rem 0;
}

.sitemap__link:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

.js-focus-visible .sitemap__link:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible .sitemap__link:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

.sitemap__link:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.sitemap__link:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
  color: inherit;
}

.sitemap__link:hover, .sitemap__link:active {
  color: #cf4b00;
  box-shadow: none;
  text-decoration: none;
}

.sitemap__link:hover {
  color: #1a1a1a;
}

.sitemap__title {
  font-size: 0.8888999rem;
  margin: 1.5rem 0 1.1111111111rem;
  color: #1a1a1a;
}

[class*=bg-color-gray-shade] .sitemap__link,
.bg-color-black .sitemap__link {
  color: #999999;
}

[class*=bg-color-gray-shade] .sitemap__link:hover,
.bg-color-black .sitemap__link:hover {
  color: #ffffff;
}

[class*=bg-color-gray-shade] .sitemap__title,
.bg-color-black .sitemap__title {
  margin: 1.5rem 0 1.1111111111rem;
  color: #e6e6e6;
}

.social-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.5em;
}

@media only screen and (min-width: 48em) {
  .social-list {
    display: block;
  }
}

.social-list__item {
  margin: 0 0.15rem 0 0;
  display: inline-block;
}

.splash-screen {
  background-color: rgba(26, 26, 26, 0.5);
  z-index: 4444;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.splash-screen.is-open {
  display: block;
}

.splash-screen__container {
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .splash-screen__container {
    flex-direction: row;
    max-width: 1000px;
    max-height: 600px;
    height: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.splash-screen__image {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .splash-screen__image {
    min-width: 382px;
    width: 382px;
    height: 100%;
    order: 2;
    background-color: #000000;
  }
}

.splash-screen__body {
  order: 2;
  padding: 1rem;
}

.splash-screen__body > *:first-child {
  margin-top: 0;
}

.splash-screen__body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .splash-screen__body {
    order: 1;
    padding: 2rem;
    align-self: center;
  }
}

.stage {
  width: 100%;
}

.stage-slide {
  position: relative;
  background-color: #000000;
  display: flex;
  flex-direction: column;
}

.stage-slide__content {
  width: 100%;
}

@media only screen and (min-width: 62em) {
  .stage-slide__content {
    position: absolute;
    bottom: 3.333333332rem;
  }
}

.stage-slide__title {
  color: #ec6602;
  margin-top: 0;
  margin-bottom: 1rem;
}

.stage-slide__description {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
}

.stage-slide__pulse {
  margin: 1.666666666rem 0;
  width: 100%;
}

@media only screen and (min-width: 62em) {
  .stage-slide__pulse {
    margin: 3.333333332rem 0;
  }
}

.stage-slide__image-container {
  width: 100vw;
}

.stage-slide__image {
  background-size: cover;
  background-position: 50% 50%;
  flex: 0 0 100%;
}

@media only screen and (min-width: 62em) {
  .stage-slide__image {
    height: 460px;
    padding: 0;
    flex: 0 0 50vw;
  }
  .stage-slide__image > img {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  .stage-slide__image {
    height: 600px;
    flex: 0 0 calc(50vw + 8.3333334%);
  }
}

.stage-slide--white {
  background-color: #ffffff;
}

.stage-slide--white .stage-slide__description {
  color: #000000;
}

.steps-bar {
  display: flex;
}

.steps-bar__item {
  flex: 1 1 0%;
  position: relative;
}

.steps-bar__item::before, .steps-bar__item::after {
  border: 1px dotted #e6e6e6;
  display: block;
  content: "";
  position: absolute;
  top: calc(1rem + 20px);
}

.steps-bar__item::after {
  left: calc(50% + 30px);
  right: 0;
}

.steps-bar__item::before {
  right: calc(50% + 30px);
  left: 1px;
}

.steps-bar__item:first-child::before {
  display: none;
}

.steps-bar__item:last-child::after {
  display: none;
}

.steps-bar__number {
  width: 40px;
  height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 40px;
  font-weight: 600;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  opacity: 0.4;
}

.steps-bar__title, .steps-bar__text {
  color: #666666;
  text-align: center;
  font-size: 0.8888999rem;
  line-height: 20px;
  opacity: 0.4;
}

.steps-bar__title {
  font-weight: 600;
  line-height: 30px;
}

.steps-bar__item.is-completed .steps-bar__number {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #666666;
  opacity: 1;
}

.steps-bar__item.is-completed .steps-bar__title,
.steps-bar__item.is-completed .steps-bar__text {
  color: #666666;
  opacity: 1;
}

.steps-bar__item.is-completed + .steps-bar__item .steps-bar__number {
  color: #ffffff;
  border-color: #ec6602;
  background-color: #ec6602;
  opacity: 1;
}

.steps-bar__item.is-completed + .steps-bar__item .steps-bar__title,
.steps-bar__item.is-completed + .steps-bar__item .steps-bar__text {
  color: #666666;
  opacity: 1;
}

.table {
  white-space: nowrap;
}

.table tr:hover {
  background-color: #f2f2f2;
}

.tabs__list {
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  margin-bottom: 2rem;
  margin-left: -1.1111111111rem;
  position: relative;
  white-space: nowrap;
}

.tabs__item {
  color: #666666;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.6666666667rem;
  margin: 0;
  padding: 1.1111111111rem 1.1111111111rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.tabs__item:focus {
  box-shadow: none;
  color: #666666;
  outline: none;
}

.tabs__item:focus::after {
  border-bottom: 2px solid rgba(236, 102, 2, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}

.tabs__item:hover, .tabs__item:active {
  color: inherit;
}

.tabs__item:hover::after, .tabs__item:active::after {
  border-bottom: none;
}

.tabs__item.is-active {
  color: inherit;
}

.tabs__panel {
  display: none;
}

.tabs__panel.is-active {
  display: block;
}

.tabs__dropdown-panel {
  color: #666666;
}

.tabs__dropdown-toggle {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}

.is-open + .tabs__dropdown-toggle {
  color: #1a1a1a;
}

.tabs__active-line {
  background: #ec6602;
  bottom: 0;
  height: 2px;
  left: 1.1111111111rem;
  position: absolute;
  transition: left 0.15s cubic-bezier(0.35, 0, 0.25, 1), width 0.15s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: left, width;
}

.tag {
  font-weight: 600;
  font-size: 0.7777778rem;
  background-color: #ffffff;
  color: #333333;
  border-radius: 0.1666666667rem;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  margin: 0 0 1.25em;
  min-width: auto;
  padding: 0.3888888889rem 0.4444444444rem 0.3888888889rem 0.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.16s linear;
  -webkit-appearance: none;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

.tag::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.tag .icon::before {
  color: #666666;
  content: "\e82d";
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90%;
  display: inline-block;
  font-size: 0.6666666667rem;
  margin-left: 0.5em;
  position: relative;
  top: -0.0555555556rem;
  transform: rotate(0deg);
  transition: all 0.16s linear;
}

.tag:hover {
  background-color: #f2f2f2;
}

.tag:hover .icon::before {
  color: #1a1a1a;
}

.tag:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible .tag:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible .tag:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.tag:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.tag:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.tag:active {
  box-shadow: none;
  background-color: #f2f2f2;
}

.tag.is-selected {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

.tag.is-selected:hover {
  background-color: #dbdbdb;
}

.tag.is-selected:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible .tag.is-selected:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible .tag.is-selected:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.tag.is-selected:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.tag.is-selected:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.tag.is-selected:active {
  box-shadow: none;
  background-color: #dbdbdb;
}

.tag.is-selected .icon::before {
  transform: rotate(45deg);
}

.tag.is-disabled {
  opacity: 0.4;
}

[class*='bg-color-gray-shade'] .tag,
.bg-color-black .tag {
  color: #e6e6e6;
  background-color: #000000;
  border-color: #4d4d4d;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

[class*='bg-color-gray-shade'] .tag .icon::before,
.bg-color-black .tag .icon::before {
  color: #ffffff;
}

[class*='bg-color-gray-shade'] .tag:hover,
.bg-color-black .tag:hover {
  background-color: #262626;
}

[class*='bg-color-gray-shade'] .tag:focus,
.bg-color-black .tag:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible [class*='bg-color-gray-shade'] .tag:focus:not(.focus-visible), .js-focus-visible
.bg-color-black .tag:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible [class*='bg-color-gray-shade'] .tag:focus.focus-visible, .js-focus-visible
.bg-color-black .tag:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*='bg-color-gray-shade'] .tag:focus:not(:focus-visible),
.bg-color-black .tag:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

[class*='bg-color-gray-shade'] .tag:focus-visible,
.bg-color-black .tag:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*='bg-color-gray-shade'] .tag:active,
.bg-color-black .tag:active {
  box-shadow: none;
  background-color: #262626;
}

[class*='bg-color-gray-shade'] .tag.is-selected,
.bg-color-black .tag.is-selected {
  color: #ffffff;
  background-color: #333333;
  /*
  Provide basic, default focus styles.
  */
  /*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
  */
  /*
  Define a strong focus indicator for keyboard focus.
  */
  /*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
  */
  /*
  If :focus-visible is supported on this
  platform, provide enhanced focus styles for keyboard
  focus.
  */
}

[class*='bg-color-gray-shade'] .tag.is-selected:hover,
.bg-color-black .tag.is-selected:hover {
  background-color: #525252;
}

[class*='bg-color-gray-shade'] .tag.is-selected:focus,
.bg-color-black .tag.is-selected:focus {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.js-focus-visible [class*='bg-color-gray-shade'] .tag.is-selected:focus:not(.focus-visible), .js-focus-visible
.bg-color-black .tag.is-selected:focus:not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.js-focus-visible [class*='bg-color-gray-shade'] .tag.is-selected:focus.focus-visible, .js-focus-visible
.bg-color-black .tag.is-selected:focus.focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*='bg-color-gray-shade'] .tag.is-selected:focus:not(:focus-visible),
.bg-color-black .tag.is-selected:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

[class*='bg-color-gray-shade'] .tag.is-selected:focus-visible,
.bg-color-black .tag.is-selected:focus-visible {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

[class*='bg-color-gray-shade'] .tag.is-selected:active,
.bg-color-black .tag.is-selected:active {
  box-shadow: none;
  background-color: #525252;
}

.textfield {
  background-color: #ededed;
  display: inline-block;
  position: relative;
  height: 56px;
  width: 220px;
  margin-bottom: 1.6666666667rem;
  border-bottom: 1px solid #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.textfield__input {
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  appearance: none;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px 0.8333333333rem 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.textfield__input::placeholder {
  color: #666666;
}

.textfield__input:focus {
  outline: none;
}

.textfield__label {
  font-size: 1rem;
  color: #666666;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  left: 0.8333333333rem;
  right: auto;
  position: absolute;
  bottom: 17px;
  width: calc(100% - 34px);
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.00937em;
  line-height: 1.15rem;
  cursor: text;
  text-decoration: inherit;
  text-transform: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  transform-origin: left top;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.textfield__hint {
  color: #666666;
  display: block;
  margin-bottom: 1.6666666667rem;
  padding: 0.3888888889rem 0.8333333333rem 0;
  font-size: 0.775rem;
  line-height: 1.11111rem;
}

.textfield--with-prefix .textfield__prefix {
  display: block;
}

.textfield--with-prefix .textfield__label {
  width: calc(100% - 65px);
  left: 48px;
}

.textfield--with-prefix .textfield__input {
  padding-left: 48px;
}

.textfield--with-postfix .textfield__postfix {
  display: block;
}

.textfield--with-postfix .textfield__label {
  width: calc(100% - 65px);
}

.textfield--with-postfix .textfield__input {
  padding-right: 48px;
}

.textfield--with-prefix.textfield--with-postfix .textfield__label {
  width: calc(100% - 96px);
}

.textfield--with-prefix.textfield--with-postfix .textfield__input {
  padding-left: 48px;
  padding-right: 48px;
}

.textfield--large {
  width: 100%;
}

.textfield__prefix {
  left: 15px;
  right: auto;
  position: absolute;
  bottom: 14px;
  cursor: default;
  pointer-events: none;
  display: none;
}

.textfield__postfix {
  left: auto;
  right: 15px;
  cursor: default;
  pointer-events: none;
  position: absolute;
  bottom: 14px;
  cursor: pointer;
  display: none;
}

.textfield::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #cccccc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  content: none;
  position: absolute;
  left: auto;
  right: 0.8333333333rem;
  bottom: 0.6666666667rem;
  background: transparent;
  color: #cccccc;
  cursor: pointer;
}

.textfield.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.textfield.is-active .textfield__label {
  transform: translateY(-40%) scale(0.775);
}

.textfield.has-focus {
  border-color: #1a1a1a;
}

.textfield.has-focus .textfield__prefix {
  color: #666666;
}

.textfield.is-valid {
  border-color: #009a38;
}

.textfield.is-valid .textfield__label {
  width: calc(100% - 77px);
}

.textfield.is-valid.textfield--with-prefix .textfield__label {
  width: calc(100% - 108px);
}

.textfield.is-valid .textfield__input {
  padding-right: 60px;
}

.textfield.is-valid::after {
  content: "";
  background-color: #009a38;
  color: #ffffff;
}

.textfield.is-invalid {
  border-color: #e7001d;
}

.textfield.is-invalid .textfield__label {
  width: calc(100% - 77px);
}

.textfield.is-invalid.textfield--with-prefix .textfield__label {
  width: calc(100% - 108px);
}

.textfield.is-invalid .textfield__input {
  padding-right: 48px;
}

.textfield.is-invalid::after {
  content: "";
  background-color: #e7001d;
  color: #ffffff;
}

.bg-color-black-7 .textfield {
  background-color: #ffffff;
}

[class*=bg-color-gray-shade] .textfield,
.bg-color-black .textfield {
  background-color: #1a1a1a;
  border-bottom: 1px solid #999999;
}

[class*=bg-color-gray-shade] .textfield__label,
.bg-color-black .textfield__label {
  color: #999999;
}

[class*=bg-color-gray-shade] .textfield__input,
.bg-color-black .textfield__input {
  color: #e6e6e6;
}

[class*=bg-color-gray-shade] .textfield__input::placeholder,
.bg-color-black .textfield__input::placeholder {
  color: #999999;
}

[class*=bg-color-gray-shade] .textfield__hint,
.bg-color-black .textfield__hint {
  color: #999999;
}

[class*=bg-color-gray-shade] .textfield.has-focus,
.bg-color-black .textfield.has-focus {
  border-color: #e6e6e6;
}

[class*=bg-color-gray-shade] .textfield.has-focus .textfield__prefix,
.bg-color-black .textfield.has-focus .textfield__prefix {
  color: #ec6602;
}

.textarea {
  background-color: #ededed;
  display: inline-block;
  position: relative;
  width: 220px;
  margin-bottom: 1.6666666667rem;
  border-bottom: 1px solid #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.textarea__input {
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  appearance: none;
  align-self: flex-end;
  width: 100%;
  min-height: 56px;
  height: 56px;
  padding: 20px 0.8333333333rem 0;
  border: none;
  background-color: transparent;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
}

.textarea__input::placeholder {
  color: #666666;
}

.textarea__input:focus {
  outline: none;
}

.textarea__label {
  font-size: 1rem;
  color: #666666;
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  left: 0.8333333333rem;
  right: auto;
  position: absolute;
  top: 19px;
  width: calc(100% - 34px);
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.00937em;
  line-height: 1.15rem;
  cursor: text;
  text-decoration: inherit;
  text-transform: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  transform-origin: left top;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.textarea__hint {
  color: #666666;
  display: block;
  margin-bottom: 1.6666666667rem;
  padding: 0.3888888889rem 0.8333333333rem 0;
  font-size: 0.775rem;
  line-height: 1.11111rem;
}

.textarea--with-prefix .textarea__prefix {
  display: block;
}

.textarea--with-prefix .textarea__label {
  width: calc(100% - 65px);
  left: 48px;
}

.textarea--with-prefix .textarea__input {
  padding-left: 48px;
}

.textarea--with-postfix .textarea__postfix {
  display: block;
}

.textarea--with-postfix .textarea__label {
  width: calc(100% - 65px);
}

.textarea--with-postfix .textarea__input {
  padding-right: 48px;
}

.textarea--with-prefix.textarea--with-postfix .textarea__label {
  width: calc(100% - 96px);
}

.textarea--with-prefix.textarea--with-postfix .textarea__input {
  padding-left: 48px;
  padding-right: 48px;
}

.textarea--large {
  width: 100%;
}

.textarea__prefix {
  left: 15px;
  right: auto;
  position: absolute;
  bottom: 14px;
  cursor: default;
  pointer-events: none;
  display: none;
}

.textarea__postfix {
  left: auto;
  right: 15px;
  cursor: default;
  pointer-events: none;
  position: absolute;
  bottom: 14px;
  cursor: pointer;
  display: none;
}

.textarea::after {
  font-family: "SH Icon";
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-color: #cccccc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  line-height: 1.7;
  border-radius: 50%;
  content: none;
  position: absolute;
  left: auto;
  right: 0.8333333333rem;
  bottom: 0.6666666667rem;
  background: transparent;
  color: #cccccc;
  cursor: pointer;
}

.textarea.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.textarea.is-active .textarea__label {
  transform: translateY(-45%) scale(0.775);
}

.textarea.has-focus {
  border-color: #1a1a1a;
}

.textarea.has-focus .textarea__prefix {
  color: #ec6602;
}

.textarea.is-valid {
  border-color: #009a38;
}

.textarea.is-valid .textarea__label {
  width: calc(100% - 77px);
}

.textarea.is-valid.textarea--with-prefix .textarea__label {
  width: calc(100% - 108px);
}

.textarea.is-valid .textarea__input {
  padding-right: 60px;
}

.textarea.is-valid::after {
  content: "";
  background-color: #009a38;
  color: #ffffff;
}

.textarea.is-invalid {
  border-color: #e7001d;
}

.textarea.is-invalid .textarea__label {
  width: calc(100% - 77px);
}

.textarea.is-invalid.textarea--with-prefix .textarea__label {
  width: calc(100% - 108px);
}

.textarea.is-invalid .textarea__input {
  padding-right: 48px;
}

.textarea.is-invalid::after {
  content: "";
  background-color: #e7001d;
  color: #ffffff;
}

.bg-color-black-7 .textarea {
  background-color: #ffffff;
}

[class*=bg-color-gray-shade] .textarea,
.bg-color-black .textarea {
  background-color: #1a1a1a;
  border-bottom: 1px solid #999999;
}

[class*=bg-color-gray-shade] .textarea__label,
.bg-color-black .textarea__label {
  color: #999999;
}

[class*=bg-color-gray-shade] .textarea__input,
.bg-color-black .textarea__input {
  color: #e6e6e6;
}

[class*=bg-color-gray-shade] .textarea__input::placeholder,
.bg-color-black .textarea__input::placeholder {
  color: #999999;
}

[class*=bg-color-gray-shade] .textarea__hint,
.bg-color-black .textarea__hint {
  color: #999999;
}

[class*=bg-color-gray-shade] .textarea.has-focus,
.bg-color-black .textarea.has-focus {
  border-color: #e6e6e6;
}

[class*=bg-color-gray-shade] .textarea.has-focus .textarea__prefix,
.bg-color-black .textarea.has-focus .textarea__prefix {
  color: #ec6602;
}

.toggle-switch {
  position: relative;
}

.toggle-switch__checkbox {
  width: 2.2222222222rem;
  height: 1.1111111111rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.toggle-switch__checkbox + .toggle-switch__label {
  position: relative;
  padding-left: 3.0555555556rem;
  height: 1.1111111111rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.toggle-switch__checkbox + .toggle-switch__label::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2222222222rem;
  height: 1.1111111111rem;
  top: 0;
  left: 0;
  border-radius: 99rem;
  border: 0.0555555556rem solid #666666;
  transition: background-color 0s;
  transition-delay: 0.1s;
  background-color: #ffffff;
}

.toggle-switch__checkbox + .toggle-switch__label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1666666667rem;
  top: 0.1666666667rem;
  width: 0.7777777778rem;
  height: 0.7777777778rem;
  border-radius: 99rem;
  background: #666666;
  transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out;
}

.toggle-switch__checkbox:checked + .toggle-switch__label::before {
  background-color: #ec6602;
  border-color: #ec6602;
}

.toggle-switch__checkbox:checked + .toggle-switch__label::after {
  background-color: #ffffff;
  left: 1.2777777778rem;
}

.toggle-switch__checkbox:focus + .toggle-switch__label::before {
  box-shadow: 0 0 0 2px rgba(236, 102, 2, 0.5);
  outline: none;
}

.toggle-switch__checkbox:hover + .toggle-switch__label::before {
  background-color: #f2f2f2;
}

.toggle-switch__checkbox:checked:hover + .toggle-switch__label::before {
  background-color: #d45c02;
}

.toggle-switch__checkbox:disabled + .toggle-switch__label {
  cursor: not-allowed;
  opacity: 0.4;
}

.toggle-switch--large .toggle-switch__checkbox {
  width: 3.3333333333rem;
  height: 1.6666666667rem;
  background: transparent;
}

.toggle-switch--large .toggle-switch__checkbox + .toggle-switch__label {
  padding-left: 4.1666666667rem;
  height: 1.6666666667rem;
}

.toggle-switch--large .toggle-switch__checkbox + .toggle-switch__label::before {
  width: 3.3333333333rem;
  height: 1.6666666667rem;
}

.toggle-switch--large .toggle-switch__checkbox + .toggle-switch__label::after {
  left: 0.2222222222rem;
  top: 0.2222222222rem;
  width: 1.2222222222rem;
  height: 1.2222222222rem;
}

.toggle-switch--large .toggle-switch__checkbox:checked + .toggle-switch__label::after {
  left: 1.8888888889rem;
}

.js-tooltip {
  position: relative;
  cursor: pointer;
}

.js-tooltip:after {
  content: "";
  position: absolute;
  margin-left: -25px;
  margin-top: -12.5px;
}

.tooltip {
  color: #1a1a1a;
  background-color: #ffffff;
  display: none;
  position: absolute;
  z-index: 9999;
  max-width: 340px;
  margin-top: -16px;
  padding: 0.5555555556rem;
  text-align: left;
  line-height: 1.1111111111rem;
  font-size: 0.7777778rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 -1px 4px rgba(0, 0, 0, .05);
}

.tooltip.is-visible {
  display: block;
}

.tooltip__close-button {
  color: #666666;
  position: absolute;
  right: 0.5555555556rem;
  top: 0.2777777778rem;
  font-size: 0.7777778rem;
  display: none;
}

.tooltip.is-clickable .tooltip__close-button {
  display: block;
}

.tooltip::after {
  background-color: #ededed;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: 0px;
  width: 0px;
  height: 0px;
  transform: rotate(45deg);
  box-shadow: 3px 3px 3px rgba(26, 26, 26, 0.05);
}

.tooltip--top {
  margin-top: 0px;
}

.tooltip--top::after {
  top: 0px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom: 10px solid #ededed;
}

.tooltip--left {
  margin-left: 0px;
}

.tooltip--left::after {
  left: 0;
  margin-left: 0px;
}

.tooltip--right {
  margin-left: 0px;
}

.tooltip--right::after {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0px;
}

.user-identifier {
  position: relative;
}

.user-identifier__toggle-button {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.7777778rem;
  color: #666666;
  display: flex;
  align-items: center;
  text-align: left;
}

.user-identifier__toggle-button:hover .user-identifier__name {
  color: #1a1a1a;
}

.user-identifier__toggle-button i {
  display: none;
  font-size: 1rem;
}

.user-identifier__toggle-button i::before {
  color: #666666;
}

.user-identifier__avatar {
  display: flex;
  border-radius: 99rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  margin-right: 0.5rem;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  overflow: hidden;
  font-weight: 800;
}

.user-identifier__details {
  display: none;
  font-size: 0.8888999rem;
  line-height: 1.3888888889rem;
}

@media only screen and (min-width: 48em) {
  .user-identifier__details {
    display: block;
  }
}

.user-identifier__name, .user-identifier__company {
  display: block;
  font-size: 0.7777778rem;
  line-height: 1.1111111111rem;
}

.user-identifier__name {
  font-weight: 800;
}

.inpage-navigation {
  margin-bottom: 1.1111111111rem;
}

.inpage-navigation__panel {
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation__panel {
    flex-direction: row;
  }
}

.inpage-navigation__container {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation__container {
    margin: 0;
    z-index: 1111;
  }
}

.inpage-navigation__cta {
  align-self: center;
  width: 100%;
  margin: 0.2777777778rem 0;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation__cta {
    width: inherit;
    white-space: nowrap;
  }
}

.inpage-navigation__selectbox {
  display: block;
  height: auto;
  margin: 0;
  background: transparent;
  border: 0;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation__selectbox {
    display: none;
  }
}

.inpage-navigation__select {
  height: auto;
  padding: 1.1111111111rem 1.1111111111rem;
  line-height: 1.6666666667rem;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  color: #1a1a1a;
  font-weight: 600;
}

.inpage-navigation .selectbox__option {
  color: #666666;
  font-weight: 600;
}

.inpage-navigation__list {
  display: none;
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation__list {
    display: flex;
  }
}

.inpage-navigation__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.inpage-navigation__link {
  padding: 1.1111111111rem 1.1111111111rem;
  line-height: 1.6666666667rem;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  color: #666666;
  font-weight: 600;
  display: block;
}

.inpage-navigation__link:focus {
  outline: none;
  box-shadow: none;
  color: #666666;
}

.inpage-navigation__link:focus::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid rgba(236, 102, 2, 0.5);
}

.inpage-navigation__link:hover, .inpage-navigation__link:active {
  color: #1a1a1a;
}

.inpage-navigation__link:hover::after, .inpage-navigation__link:active::after {
  border-bottom: none;
}

.inpage-navigation__link.is-active {
  color: inherit;
}

.inpage-navigation__link.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #ec6602;
}

.inpage-navigation.is-collapsed .inpage-navigation__list {
  display: none;
}

.inpage-navigation.is-collapsed .inpage-navigation__selectbox {
  display: block;
}

@media only screen and (min-width: 48em) {
  .inpage-navigation.is-collapsed .inpage-navigation__panel {
    padding: 0;
  }
}

.inpage-navigation--clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-in;
  background-color: #ededed;
  border-bottom: 1px solid #b3b3b3;
  z-index: 9999;
}

.inpage-navigation--clone.is-visible {
  transform: translate(0, 0);
}

.inpage-navigation--clone .inpage-navigation__panel {
  border: none;
}

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

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

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

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

.bg-color-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.bg-color-black-90 {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.bg-color-black-80 {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.bg-color-black-75 {
  background-color: #404040 !important;
  color: #ffffff !important;
}

.bg-color-black-70 {
  background-color: #4d4d4d !important;
  color: #ffffff !important;
}

.bg-color-black-60 {
  background-color: #666666 !important;
  color: #ffffff !important;
}

.bg-color-black-50 {
  background-color: #808080 !important;
}

.bg-color-black-40 {
  background-color: #999999 !important;
}

.bg-color-black-30 {
  background-color: #b3b3b3 !important;
}

.bg-color-black-25 {
  background-color: #bfbfbf !important;
}

.bg-color-black-20 {
  background-color: #cccccc !important;
}

.bg-color-black-10 {
  background-color: #e6e6e6 !important;
}

.bg-color-black-7 {
  background-color: #ededed !important;
}

.bg-color-black-5 {
  background-color: #f2f2f2 !important;
}

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

.bg-color-orange-dark {
  background-color: #cf4b00 !important;
  color: #ffffff !important;
}

.bg-color-orange {
  background-color: #ec6602 !important;
}

.bg-color-orange-50 {
  background-color: #f9b591 !important;
}

.bg-color-orange-25 {
  background-color: #fdddcb !important;
}

.bg-color-petrol-dark {
  background-color: #02787d !important;
  color: #ffffff !important;
}

.bg-color-petrol {
  background-color: #009999 !important;
}

.bg-color-petrol-50 {
  background-color: #87d2d2 !important;
}

.bg-color-petrol-25 {
  background-color: #c8e6e6 !important;
}

.bg-color-red-dark {
  background-color: #d9001d !important;
  color: #ffffff !important;
}

.bg-color-red {
  background-color: #e7001d !important;
  color: #ffffff !important;
}

.bg-color-red-50 {
  background-color: #f3808d !important;
}

.bg-color-red-25 {
  background-color: #f9bfc7 !important;
}

.bg-color-green-dark {
  background-color: #197c3a !important;
  color: #ffffff !important;
}

.bg-color-green {
  background-color: #009a38 !important;
}

.bg-color-green-50 {
  background-color: #80cd9c !important;
}

.bg-color-green-25 {
  background-color: #bfe6cd !important;
}

.bg-color-yellow {
  background-color: #ffd200 !important;
}

.bg-color-yellow-50 {
  background-color: #ffe980 !important;
}

.bg-color-yellow-25 {
  background-color: #fff3bf !important;
}

.bg-color-berry {
  background-color: #7a162d !important;
  color: #ffffff !important;
}

.bg-color-berry-50 {
  background-color: #c69b9e !important;
}

.bg-color-berry-25 {
  background-color: #e9d1d4 !important;
}

.bg-color-blue {
  background-color: #2b2483 !important;
  color: #ffffff !important;
}

.bg-color-blue-50 {
  background-color: #9592c1 !important;
}

.bg-color-blue-25 {
  background-color: #cac8e0 !important;
}

.bg-color-cyan {
  background-color: #3abfed !important;
}

.bg-color-cyan-50 {
  background-color: #9ddff6 !important;
}

.bg-color-cyan-25 {
  background-color: #ceeffb !important;
}

.bg-color-gray-shade-4 {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.bg-color-gray-shade-3 {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.bg-color-gray-shade-2 {
  background-color: #404040 !important;
  color: #ffffff !important;
}

.bg-color-gray-shade-1 {
  background-color: #4d4d4d !important;
  color: #ffffff !important;
}

.bg-color-gray {
  background-color: #666666 !important;
  color: #ffffff !important;
}

.bg-color-gray-tint-1 {
  background-color: #999999 !important;
}

.bg-color-gray-tint-2 {
  background-color: #b3b3b3 !important;
}

.bg-color-gray-tint-3 {
  background-color: #cccccc !important;
}

.bg-color-gray-tint-4 {
  background-color: #e6e6e6 !important;
}

.bg-color-gray-tint-5 {
  background-color: #ededed !important;
}

.bg-color-gray-tint-6 {
  background-color: #f2f2f2 !important;
}

.bg-color-orange-shade-1 {
  background-color: #cf4b00 !important;
  color: #ffffff !important;
}

.bg-color-orange-tint-2 {
  background-color: #f9b591 !important;
}

.bg-color-orange-tint-3 {
  background-color: #fdddcb !important;
}

.bg-color-petrol-shade-1 {
  background-color: #02787d !important;
  color: #ffffff !important;
}

.bg-color-petrol-tint-2 {
  background-color: #87d2d2 !important;
}

.bg-color-petrol-tint-3 {
  background-color: #c8e6e6 !important;
}

.bg-color-red-shade-1 {
  background-color: #d9001d !important;
  color: #ffffff !important;
}

.bg-color-red-tint-2 {
  background-color: #f3808d !important;
}

.bg-color-red-tint-3 {
  background-color: #f9bfc7 !important;
}

.bg-color-green-shade-1 {
  background-color: #197c3a !important;
  color: #ffffff !important;
}

.bg-color-green-tint-2 {
  background-color: #80cd9c !important;
}

.bg-color-green-tint-3 {
  background-color: #bfe6cd !important;
}

.bg-color-yellow-tint-2 {
  background-color: #ffe980 !important;
}

.bg-color-yellow-tint-3 {
  background-color: #fff3bf !important;
}

.bg-color-berry-tint-2 {
  background-color: #c69b9e !important;
}

.bg-color-berry-tint-3 {
  background-color: #e9d1d4 !important;
}

.bg-color-blue-tint-2 {
  background-color: #9592c1 !important;
}

.bg-color-blue-tint-3 {
  background-color: #cac8e0 !important;
}

.bg-color-cyan-tint-2 {
  background-color: #9ddff6 !important;
}

.bg-color-cyan-tint-3 {
  background-color: #ceeffb !important;
}

.has-background-image-sm-up {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
}

.has-background-image,
.has-background-image-md-up {
  background-size: 0%;
}

@media only screen and (min-width: 48em) {
  .has-background-image,
  .has-background-image-md-up {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .has-background-image > img,
  .has-background-image-md-up > img {
    display: none;
  }
}

.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-round {
  border-radius: 99rem;
}

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

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

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

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

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

.color-black {
  color: #000000;
}

.color-black-90 {
  color: #1a1a1a;
}

.color-black-80 {
  color: #333333;
}

.color-black-75 {
  color: #404040;
}

.color-black-70 {
  color: #4d4d4d;
}

.color-black-60 {
  color: #666666;
}

.color-black-50 {
  color: #808080;
}

.color-black-40 {
  color: #999999;
}

.color-black-30 {
  color: #b3b3b3;
}

.color-black-25 {
  color: #bfbfbf;
}

.color-black-20 {
  color: #cccccc;
}

.color-black-10 {
  color: #e6e6e6;
}

.color-black-7 {
  color: #ededed;
}

.color-black-5 {
  color: #f2f2f2;
}

.color-white {
  color: #ffffff;
}

.color-orange-dark {
  color: #cf4b00;
}

.color-orange {
  color: #ec6602;
}

.color-orange-50 {
  color: #f9b591;
}

.color-orange-25 {
  color: #fdddcb;
}

.color-petrol-dark {
  color: #02787d;
}

.color-petrol {
  color: #009999;
}

.color-petrol-50 {
  color: #87d2d2;
}

.color-petrol-25 {
  color: #c8e6e6;
}

.color-red-dark {
  color: #d9001d;
}

.color-red {
  color: #e7001d;
}

.color-red-50 {
  color: #f3808d;
}

.color-red-25 {
  color: #f9bfc7;
}

.color-green-dark {
  color: #197c3a;
}

.color-green {
  color: #009a38;
}

.color-green-50 {
  color: #80cd9c;
}

.color-green-25 {
  color: #bfe6cd;
}

.color-yellow {
  color: #ffd200;
}

.color-yellow-50 {
  color: #ffe980;
}

.color-yellow-25 {
  color: #fff3bf;
}

.color-berry {
  color: #7a162d;
}

.color-berry-50 {
  color: #c69b9e;
}

.color-berry-25 {
  color: #e9d1d4;
}

.color-blue {
  color: #2b2483;
}

.color-blue-50 {
  color: #9592c1;
}

.color-blue-25 {
  color: #cac8e0;
}

.color-cyan {
  color: #3abfed;
}

.color-cyan-50 {
  color: #9ddff6;
}

.color-cyan-25 {
  color: #ceeffb;
}

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

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

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

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

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

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

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

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

.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: 36em) {
  .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: 48em) {
  .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: 62em) {
  .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: 75em) {
  .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;
  }
}

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

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

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

.font-family-headline {
  font-family: "SH Headline", "Arial Black", "Calibri", sans-serif !important;
}

.font-family-headline-small {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.font-family-text {
  font-family: "Siemens Sans", "Open Sans", "Roboto", "Droid Sans", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.font-size-xxlarge {
  font-size: 1.3333333rem !important;
}

.font-size-xlarge {
  font-size: 1.2222222rem !important;
}

.font-size-large {
  font-size: 1.1111111rem !important;
}

.font-size-medium {
  font-size: 1rem !important;
}

.font-size-small {
  font-size: 0.8888999rem !important;
}

.font-size-xsmall {
  font-size: 0.7777778rem !important;
}

.font-size-xxsmall {
  font-size: 0.6666666667rem !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-muted {
  opacity: .7 !important;
}

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

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

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

.image-replacement {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  display: block;
  text-indent: -100%;
  white-space: nowrap;
}

.image-replacement:before {
  content: "";
  display: block;
  width: 0;
  height: 110%;
}

@media only screen and (min-width: 0em) {
  .image-size-small {
    width: 76px;
  }
}

@media only screen and (min-width: 36em) {
  .image-size-small {
    width: 76px;
  }
}

@media only screen and (min-width: 48em) {
  .image-size-small {
    width: 76px;
  }
}

@media only screen and (min-width: 62em) {
  .image-size-small {
    width: 76px;
  }
}

@media only screen and (min-width: 75em) {
  .image-size-small {
    width: 76px;
  }
}

@media only screen and (min-width: 0em) {
  .image-size-medium {
    width: 140px;
  }
}

@media only screen and (min-width: 36em) {
  .image-size-medium {
    width: 140px;
  }
}

@media only screen and (min-width: 48em) {
  .image-size-medium {
    width: 110px;
  }
}

@media only screen and (min-width: 62em) {
  .image-size-medium {
    width: 110px;
  }
}

@media only screen and (min-width: 75em) {
  .image-size-medium {
    width: 140px;
  }
}

@media only screen and (min-width: 0em) {
  .image-size-large {
    width: 76px;
  }
}

@media only screen and (min-width: 36em) {
  .image-size-large {
    width: 76px;
  }
}

@media only screen and (min-width: 48em) {
  .image-size-large {
    width: 180px;
  }
}

@media only screen and (min-width: 62em) {
  .image-size-large {
    width: 180px;
  }
}

@media only screen and (min-width: 75em) {
  .image-size-large {
    width: 180px;
  }
}

@media only screen and (min-width: 0em) {
  .image-size-expand {
    width: 100%;
  }
}

@media only screen and (min-width: 36em) {
  .image-size-expand {
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .image-size-expand {
    width: 100%;
  }
}

@media only screen and (min-width: 62em) {
  .image-size-expand {
    width: 100%;
  }
}

@media only screen and (min-width: 75em) {
  .image-size-expand {
    width: 100%;
  }
}

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

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

.margin-1 {
  margin: 1.666666666rem !important;
}

.margin-2 {
  margin: 3.333333332rem !important;
}

.margin-3 {
  margin: 4.999999998rem !important;
}

.margin-4 {
  margin: 6.666666664rem !important;
}

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

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-top-1 {
  margin-top: 1.666666666rem !important;
}

.margin-top-2 {
  margin-top: 3.333333332rem !important;
}

.margin-top-3 {
  margin-top: 4.999999998rem !important;
}

.margin-top-4 {
  margin-top: 6.666666664rem !important;
}

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

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-right-1 {
  margin-right: 1.666666666rem !important;
}

.margin-right-2 {
  margin-right: 3.333333332rem !important;
}

.margin-right-3 {
  margin-right: 4.999999998rem !important;
}

.margin-right-4 {
  margin-right: 6.666666664rem !important;
}

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

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1.666666666rem !important;
}

.margin-bottom-2 {
  margin-bottom: 3.333333332rem !important;
}

.margin-bottom-3 {
  margin-bottom: 4.999999998rem !important;
}

.margin-bottom-4 {
  margin-bottom: 6.666666664rem !important;
}

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

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-left-1 {
  margin-left: 1.666666666rem !important;
}

.margin-left-2 {
  margin-left: 3.333333332rem !important;
}

.margin-left-3 {
  margin-left: 4.999999998rem !important;
}

.margin-left-4 {
  margin-left: 6.666666664rem !important;
}

.padding-auto {
  padding: auto !important;
}

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

.padding-1 {
  padding: 1.666666666rem !important;
}

.padding-2 {
  padding: 3.333333332rem !important;
}

.padding-3 {
  padding: 4.999999998rem !important;
}

.padding-4 {
  padding: 6.666666664rem !important;
}

.padding-top-auto {
  padding-top: auto !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-top-1 {
  padding-top: 1.666666666rem !important;
}

.padding-top-2 {
  padding-top: 3.333333332rem !important;
}

.padding-top-3 {
  padding-top: 4.999999998rem !important;
}

.padding-top-4 {
  padding-top: 6.666666664rem !important;
}

.padding-right-auto {
  padding-right: auto !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-right-1 {
  padding-right: 1.666666666rem !important;
}

.padding-right-2 {
  padding-right: 3.333333332rem !important;
}

.padding-right-3 {
  padding-right: 4.999999998rem !important;
}

.padding-right-4 {
  padding-right: 6.666666664rem !important;
}

.padding-bottom-auto {
  padding-bottom: auto !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1.666666666rem !important;
}

.padding-bottom-2 {
  padding-bottom: 3.333333332rem !important;
}

.padding-bottom-3 {
  padding-bottom: 4.999999998rem !important;
}

.padding-bottom-4 {
  padding-bottom: 6.666666664rem !important;
}

.padding-left-auto {
  padding-left: auto !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-left-1 {
  padding-left: 1.666666666rem !important;
}

.padding-left-2 {
  padding-left: 3.333333332rem !important;
}

.padding-left-3 {
  padding-left: 4.999999998rem !important;
}

.padding-left-4 {
  padding-left: 6.666666664rem !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;
}

.top-0 {
  position: relative;
  top: 0rem !important;
}

.top-1 {
  position: relative;
  top: 1.75rem !important;
}

.top-2 {
  position: relative;
  top: 3.5rem !important;
}

.top-3 {
  position: relative;
  top: 5.25rem !important;
}

.top-4 {
  position: relative;
  top: 7rem !important;
}

.right-0 {
  position: relative;
  right: 0rem !important;
}

.right-1 {
  position: relative;
  right: 1.75rem !important;
}

.right-2 {
  position: relative;
  right: 3.5rem !important;
}

.right-3 {
  position: relative;
  right: 5.25rem !important;
}

.right-4 {
  position: relative;
  right: 7rem !important;
}

.bottom-0 {
  position: relative;
  bottom: 0rem !important;
}

.bottom-1 {
  position: relative;
  bottom: 1.75rem !important;
}

.bottom-2 {
  position: relative;
  bottom: 3.5rem !important;
}

.bottom-3 {
  position: relative;
  bottom: 5.25rem !important;
}

.bottom-4 {
  position: relative;
  bottom: 7rem !important;
}

.left-0 {
  position: relative;
  left: 0rem !important;
}

.left-1 {
  position: relative;
  left: 1.75rem !important;
}

.left-2 {
  position: relative;
  left: 3.5rem !important;
}

.left-3 {
  position: relative;
  left: 5.25rem !important;
}

.left-4 {
  position: relative;
  left: 7rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/*
  * Hide from both screenreaders and browsers: h5bp.com/u
  */
.hidden {
  display: none !important;
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

/*
  * Hide only visually, but have it available for screenreaders: h5bp.com/v
  */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
  * Hide visually and from screenreaders, but maintain layout
  */
.invisible {
  visibility: hidden;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 35.9444444444em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 36em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9444444444em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9444444444em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9444444444em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media screen {
  .hidden-for-screen {
    display: none;
  }
}

@media print {
  .hidden-for-print {
    display: none;
  }
}

/*# sourceMappingURL=../../true */