/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
@font-face {
  font-family: "SuitcaseTypeFoundry";
  font-style: normal;
  font-weight: 200;
  src: url("/static/assets/fonts/SuitcaseTypeFoundry-AtypBLTextLight.otf") format("opentype"); }
@font-face {
  font-family: "SuitcaseTypeFoundry";
  font-style: italic;
  font-weight: 200;
  src: url("/static/assets/fonts/SuitcaseTypeFoundry-AtypBLTextLight.otf") format("opentype"); }
@font-face {
  font-family: "SuitcaseTypeFoundry";
  font-style: normal;
  font-weight: 400;
  src: url("/static/assets/fonts/SuitcaseTypeFoundry-AtypBLTextRegular.otf") format("opentype"); }
@font-face {
  font-family: "SuitcaseTypeFoundry";
  font-style: normal;
  font-weight: 500;
  src: url("/static/assets/fonts/SuitcaseTypeFoundry-AtypBLTextMedium.otf") format("opentype"); }
input,
textarea,
select {
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
input:focus,
  textarea:focus,
  select:focus {
    outline: none; }
figure {
  margin: 0; }
blockquote {
  margin: 0; }
button {
  background-color: transparent;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer; }
button:focus {
    outline: 0;
    outline: none; }
.badge {
  position: relative;
  color: #fff;
  background-color: #fdc400;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.3125rem 0.9375rem;
  margin-right: -0.25rem;
  -webkit-box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 12px -4px rgba(0, 0, 0, 0.4);
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500;
  border-radius: 2px 2px 0 2px; }
@media screen and (min-width: 667px) {
    .badge {
      font-size: 1rem; } }
.badge--standalone {
    display: inline-block; }
.badge--primary {
    color: #202a32;
    background-color: #fdc400; }
.badge--highlight {
    background-color: #e2007a; }
.badge--dark {
    background-color: #202a32; }
.badge--small {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem; }
@media screen and (min-width: 667px) {
      .badge--small {
        font-size: 0.75rem; } }
.badge--large {
    font-size: 1rem;
    padding: 0.625rem 1.25rem; }
@media screen and (min-width: 667px) {
      .badge--large {
        font-size: 1.25rem; } }
.badge__best-bike {
    display: block; }
@media screen and (max-width: 666px) {
      .badge__best-bike {
        width: 1.9125rem;
        height: 1.18125rem; } }
@media screen and (min-width: 667px) {
      .badge__best-bike {
        width: 3.1875rem;
        height: 1.96875rem; } }
.badge__triangle {
    position: absolute;
    right: 0;
    bottom: -0.375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.375rem 0.25rem 0 0;
    border-color: #202a32 transparent transparent transparent; }
.card, .card-exhibitor, .card-novelty, .card-best-bike, .card-media, .card-event, .card-page, .card-press, .card-job, .card-page-watchlist, .card-award {
  position: relative;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  -webkit-transition: border-color 0.15s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: border-color 0.15s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: border-color 0.15s ease-out, box-shadow 0.2s ease-out;
  transition: border-color 0.15s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  border-radius: 2px; }
.card:hover, .card-exhibitor:hover, .card-novelty:hover, .card-best-bike:hover, .card-media:hover, .card-event:hover, .card-page:hover, .card-press:hover, .card-job:hover, .card-page-watchlist:hover, .card-award:hover {
    border-color: #a4a4a4;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.18); }
@media (hover: none) {
      .card:hover, .card-exhibitor:hover, .card-novelty:hover, .card-best-bike:hover, .card-media:hover, .card-event:hover, .card-page:hover, .card-press:hover, .card-job:hover, .card-page-watchlist:hover, .card-award:hover {
        border-color: #d4d4d4;
        -webkit-box-shadow: none;
                box-shadow: none; } }
.card__watchlist {
    bottom: 1.25rem;
    position: absolute;
    right: 0.9375rem; }
.card__label-premium {
    position: absolute;
    right: 0.3125rem;
    top: 0.125rem;
    color: #a4a4a4;
    z-index: 10; }
.card-shadow {
  padding: 0.625rem 1.25rem;
  border: 1px solid #000;
  border-radius: 2px; }
.input, .ms__placeholder-input {
  height: 2.8125rem;
  line-height: 2.8125rem;
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding: 0;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.input::-webkit-input-placeholder, .ms__placeholder-input::-webkit-input-placeholder {
    color: #a4a4a4;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
.input::-ms-input-placeholder, .ms__placeholder-input::-ms-input-placeholder {
    color: #a4a4a4;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
.input::placeholder, .ms__placeholder-input::placeholder {
    color: #a4a4a4;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
.input:hover, .ms__placeholder-input:hover {
    color: #000;
    border-bottom-color: #000; }
.input:hover::-webkit-input-placeholder, .ms__placeholder-input:hover::-webkit-input-placeholder {
      color: #000; }
.input:hover::-ms-input-placeholder, .ms__placeholder-input:hover::-ms-input-placeholder {
      color: #000; }
.input:hover::placeholder, .ms__placeholder-input:hover::placeholder {
      color: #000; }
.input--disabled {
    color: #d4d4d4;
    border-bottom-color: #d4d4d4; }
.field--filled .input, .field--filled .ms__placeholder-input,
  .ms--filled .input,
  .ms--filled .ms__placeholder-input {
    color: #000; }
.input:focus, .ms__placeholder-input:focus {
    color: #000;
    border-bottom-color: #fdc400;
    -webkit-box-shadow: 0 1px 0 0 #fdc400;
            box-shadow: 0 1px 0 0 #fdc400; }
.input:focus::-webkit-input-placeholder, .ms__placeholder-input:focus::-webkit-input-placeholder {
      color: transparent; }
.input:focus::-ms-input-placeholder, .ms__placeholder-input:focus::-ms-input-placeholder {
      color: transparent; }
.input:focus::placeholder, .ms__placeholder-input:focus::placeholder {
      color: transparent; }
textarea.input, textarea.ms__placeholder-input {
  height: 9.375rem;
  line-height: 1.625;
  padding: 0.625rem;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  resize: vertical; }
textarea.input--lower {
    height: 6.25rem; }
textarea.input--higher {
    height: 12.5rem; }
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.field__label {
    pointer-events: none;
    opacity: 0;
    color: #a4a4a4;
    will-change: opacity;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; }
.field--filled .field__label,
    .field--focused .field__label,
    .ms--filled .field__label,
    .ms--opened .field__label {
      opacity: 1; }
.field__error {
    display: block;
    max-height: 45.71429px;
    color: #bd0000;
    overflow: hidden;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
.field__error span {
      display: block;
      margin-top: 0.625rem; }
.field__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.3125rem; }
.field__error-fade-enter-active {
  -webkit-transition: max-height .3s ease-out, opacity 0.2s ease-in-out 0.1s;
  transition: max-height .3s ease-out, opacity 0.2s ease-in-out 0.1s; }
.field__error-fade-leave-active {
  -webkit-transition: max-height .3s ease-out, opacity 0.2s ease-in-out;
  transition: max-height .3s ease-out, opacity 0.2s ease-in-out; }
.field__error-fade-enter,
.field__error-fade-leave-to {
  max-height: 0;
  opacity: 0; }
.checkbox__input, .radiobutton__input {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0; }
.checkbox__label, .radiobutton__label {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-top: 0.3125rem;
  cursor: pointer; }
.checkbox__box, .radiobutton__box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.625rem;
  text-align: center;
  vertical-align: text-top;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out; }
.checkbox {
  position: relative;
  cursor: pointer; }
.checkbox__label:hover .checkbox__box {
    border-color: #fdc400; }
.checkbox__input:focus + .checkbox__label .checkbox__box {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
            box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.checkbox__input:checked + .checkbox__label .checkbox__box,
  .ms__item--selected .checkbox__box {
    background-color: #fdc400;
    border-color: #fdc400; }
.checkbox__plus {
    width: 0.5625rem;
    height: 0.5625rem;
    opacity: 0;
    stroke-width: 1px;
    stroke: #000;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.checkbox__label:hover .checkbox__plus {
      opacity: 1; }
.checkbox__input:checked + .checkbox__label .checkbox__plus,
    .ms__item--selected .checkbox__plus {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
@media (hover: none) {
      .checkbox__plus {
        display: none; } }
.radiobutton {
  position: relative;
  cursor: pointer; }
.radiobutton .radiobutton__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.radiobutton--inline .radiobutton__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.radiobutton--inline .radiobutton__item {
    margin-right: 1.25rem; }
.radiobutton__group-item {
    margin-bottom: 1.25rem; }
.radiobutton__box {
    border-radius: 50%; }
.radiobutton__label:hover .radiobutton__box {
      border-color: #fdc400; }
.radiobutton__input:focus + .radiobutton__label .radiobutton__box {
      -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
              box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.radiobutton__input:checked + .radiobutton__label .radiobutton__box {
      background-color: #fdc400;
      border-color: #fdc400; }
.radiobutton__dot {
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: #000;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
.radiobutton__label:hover .radiobutton__dot {
      background-color: #000; }
.radiobutton__input:checked + .radiobutton__label .radiobutton__dot {
      background-color: #fdc400; }
.radiobutton__input:checked + .radiobutton__label:hover .radiobutton__dot {
      background-color: #fff; }
@media (hover: none) {
      .radiobutton__dot {
        display: none; } }
.ms {
  position: relative; }
.ms__native-select {
    display: none; }
.ms__toolbar > *, .ms__header-mobile > * {
    position: relative;
    z-index: 4; }
.ms__icon-delimiter {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.3125rem; }
.ms__placeholder-input {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
.ms--filled .ms__placeholder-input {
      font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
      font-weight: 400; }
.ms__placeholder-filter {
    position: relative;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 1.875rem 0 0.9375rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    -webkit-transition: border-color 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
    transition: border-color 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
.ms__placeholder-filter span,
    .ms__placeholder-filter .ms__button-open {
      pointer-events: none; }
.ms__placeholder-filter--disabled {
      opacity: 0.4;
      pointer-events: none; }
.ms__placeholder-filter:hover, .ms__placeholder-filter--fake-focus {
      -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
              box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.ms__placeholder-filter:active {
      color: #fff;
      background-color: #000; }
.ms--filled .ms__placeholder-filter {
      font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
      font-weight: 500; }
.ms--opened .ms__placeholder-filter {
      color: #fff;
      background-color: #202a32;
      border-color: #000; }
.ms__wrapper-expand {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none; }
.ms--opened .ms__wrapper-expand {
      pointer-events: auto; }
@media screen and (max-width: 666px) {
        .ms--opened .ms__wrapper-expand {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 1;
          -webkit-box-shadow: none;
                  box-shadow: none;
          z-index: 10000; } }
@media screen and (min-width: 667px) {
        .ms--opened .ms__wrapper-expand {
          position: absolute;
          left: 0;
          top: 3.75rem;
          width: 100%;
          z-index: 100;
          opacity: 1;
          -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
                  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); } }
@media screen and (min-width: 667px) {
      .ms--filter.ms--opened .ms__wrapper-expand {
        width: calc(150% + 1.25rem); }
        .ms--filter.ms--opened .ms__wrapper-expand.ms__wrapper-expand--right {
          -webkit-transform: translateX(calc(((100% - 1.25rem) / -3) - 1.25rem));
                  transform: translateX(calc(((100% - 1.25rem) / -3) - 1.25rem)); }
        .ms--filter.ms--opened .ms__wrapper-expand.ms__wrapper-expand--left {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
@media screen and (min-width: 1024px) {
      .ms--filter.ms--opened .ms__wrapper-expand {
        width: calc(200% + 1.25rem); }
        .ms--filter.ms--opened .ms__wrapper-expand.ms__wrapper-expand--right {
          -webkit-transform: translateX(calc(-50% - 0.625rem));
                  transform: translateX(calc(-50% - 0.625rem)); }
        .ms--filter.ms--opened .ms__wrapper-expand.ms__wrapper-expand--left {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
.ms__wrapper-input {
    position: absolute;
    top: 0; }
.ms__wrapper-input--hidden {
      opacity: 0;
      height: 0; }
.ms--opened .ms__wrapper-input {
      position: relative; }
.ms__search-input {
    position: relative;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(2.8125rem + 2px);
    margin-top: -1px;
    padding: 0 3.125rem 0 0.625rem;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    border-bottom: 1px dotted #000; }
.ms__search-input.has-focus-reset {
      -webkit-animation: ms__animation-blink-pink 0.75s infinite;
              animation: ms__animation-blink-pink 0.75s infinite;
      -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
@media (hover: none) {
        .ms__search-input.has-focus-reset {
          -webkit-animation: none;
                  animation: none; } }
.ms__search-input.has-focus {
      -webkit-box-shadow: inset 0 0 0 2px #ffdc64;
              box-shadow: inset 0 0 0 2px #ffdc64; }
.ms__icon-search, .ms__button-reset-search {
    position: absolute;
    right: 1.25rem;
    top: 1.40625rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    stroke: #a4a4a4;
    stroke: #a4a4a4;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.ms__button-reset-search {
    color: #e2007a;
    stroke: #e2007a;
    -webkit-tap-highlight-color: transparent; }
.ms__button-reset-search:active {
      outline: none; }
.ms__button-reset-search:active:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 320%;
        height: 320%;
        background-color: #e2007a;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0.2;
        z-index: -1; }
.ms__dropdown {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10000;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
.ms__dropdown::-webkit-scrollbar {
      -webkit-appearance: none; }
.ms__dropdown::-webkit-scrollbar:vertical {
      width: 5px; }
.ms__dropdown::-webkit-scrollbar-thumb {
      background-color: #d4d4d4; }
@media (hover: none) {
        .ms__dropdown::-webkit-scrollbar-thumb {
          background-color: #fdc400; } }
.ms__dropdown::-webkit-scrollbar-track {
      background-color: #fff; }
.ms__dropdown.has-focus::-webkit-scrollbar-thumb {
      background-color: #fdc400; }
@media screen and (max-width: 666px) {
      .ms__dropdown {
        max-height: none;
        height: calc(100% - 8.4375rem - 2px); }
        .ms--single-select .ms__dropdown {
          height: calc(100% - 5.625rem - 2px); } }
@media screen and (min-width: 667px) {
      .ms__dropdown {
        max-height: 272px; } }
.ms__item-no-result {
    height: 32px;
    padding: 0 0.9375rem 0 0.625rem;
    color: #e2007a;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
.ms__item {
    position: absolute;
    width: 100%;
    height: 32px;
    padding: 0 0.9375rem 0 0.625rem;
    -webkit-tap-highlight-color: rgba(226, 0, 122, 0.2);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.ms__item--type-select.ms__item--selected {
      background-color: #ffdc64;
      font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
      font-weight: 500; }
.ms__item--type-select.ms__item--selected:hover {
        background-color: #ffdc64; }
.ms__item--type-select.ms__item--selected .checkbox__label {
        pointer-events: none; }
.ms__item--level-2:before, .ms__item--level-3:before {
      content: '';
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #a4a4a4;
      left: 17px; }
.ms__item--level-2 {
      padding-left: 1.875rem; }
.ms__item--level-3 {
      padding-left: 3.75rem; }
.ms__item--level-3:after {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #a4a4a4;
        left: 37px; }
.ms__item--subset-selected .checkbox__box {
      border-color: #fdc400;
      border-width: 2px; }
.ms__item:hover {
      background-color: #f4f4f4; }
@media (hover: none) {
        .ms__item:hover {
          background-color: transparent; } }
.ms__item--focused {
      -webkit-box-shadow: 0 0 0 2px inset #ffdc64;
              box-shadow: 0 0 0 2px inset #ffdc64; }
.ms__item--disabled:hover {
      background-color: transparent; }
.ms__item--disabled .checkbox__label {
      pointer-events: none;
      color: #a4a4a4; }
.ms .checkbox__box {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.ms .checkbox__label {
    margin: 0;
    width: calc(100% - 1.875rem);
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.ms .checkbox__label::selection {
      background-color: transparent; }
.ms .checkbox__label.pointer-events-disabled {
      pointer-events: none; }
.ms__icon {
    display: block;
    width: 100%;
    height: 100%; }
.ms__button-toggle-group, .ms__button-open {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    will-change: transform; }
.ms__button-open {
    color: inherit; }
.ms--opened .ms__button-open {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
.ms__button-toggle-group {
    -webkit-tap-highlight-color: transparent; }
.ms__button-toggle-group:active {
      outline: none; }
.ms__button-toggle-group:active:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 320%;
        height: 320%;
        background-color: #e2007a;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0.2;
        z-index: -1; }
.ms__item--level-2 .ms__button-toggle-group {
      color: #a4a4a4; }
.ms__button-toggle-group--expanded {
      stroke: #000;
      stroke-width: 0.7;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
.ms__item--level-2 .ms__button-toggle-group--expanded {
        stroke: #a4a4a4; }
.ms__touch-catcher {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent; }
.ms__toolbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-top: 1px solid #000;
    padding: 0 calc(0.9375rem + 4px) 0 0.625rem; }
.ms__toolbar-item {
    font-size: 0.875rem;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.ms__toolbar-item--disabled {
      pointer-events: none;
      color: #a4a4a4; }
.ms__toolbar-item--disabled .icon {
        display: none; }
.ms__toolbar-item .icon {
      margin-left: 0.3125rem;
      width: 0.625rem;
      height: 0.625rem;
      stroke: #000; }
.ms__toolbar-item:hover {
      color: #e2007a; }
@media (hover: none) {
        .ms__toolbar-item:hover {
          color: #000; } }
.ms__toolbar-item:hover .icon {
        color: #e2007a;
        stroke: #e2007a; }
.ms__toolbar-item:hover .ms__count-selected {
        color: #000;
        -webkit-animation: ms__animation-blink-pink 0.75s infinite;
                animation: ms__animation-blink-pink 0.75s infinite;
        -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
                animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
@media (hover: none) {
          .ms__toolbar-item:hover .ms__count-selected {
            -webkit-animation: none;
                    animation: none; } }
.ms__toolbar-icon-filter {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    overflow: hidden;
    border: 1px solid #000; }
.ms__toolbar-icon-filter:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 200%;
      height: 200%;
      background-color: #fdc400;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%; }
.ms__toolbar-icon-filter--show-empty:after {
      display: none; }
.ms__toolbar-icon-filter--show-selected:after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
.ms__toolbar-item--disabled .ms__toolbar-icon-filter {
      opacity: 0.4; }
.ms__toolbar-item--disabled .ms__toolbar-icon-filter:after {
        background-color: #a4a4a4; }
.ms__toolbar-item:hover .ms__toolbar-icon-filter {
      border-color: #e2007a; }
@media (hover: none) {
        .ms__toolbar-item:hover .ms__toolbar-icon-filter {
          border-color: #000; } }
@-webkit-keyframes ms__animation-blink {
  0% {
    color: #000; }
  50% {
    color: #d4d4d4; }
  100% {
    color: #000; } }
@keyframes ms__animation-blink {
  0% {
    color: #000; }
  50% {
    color: #d4d4d4; }
  100% {
    color: #000; } }
@-webkit-keyframes ms__animation-blink-pink {
  0% {
    color: #000; }
  50% {
    color: #e2007a; }
  100% {
    color: #000; } }
@keyframes ms__animation-blink-pink {
  0% {
    color: #000; }
  50% {
    color: #e2007a; }
  100% {
    color: #000; } }
.file-upload__label {
  color: #a4a4a4; }
.file-upload__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.25rem; }
.file-upload__border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px dashed #000;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
.file-upload--dragover .file-upload__border {
    border: 2px dashed #fdc400;
    background-color: rgba(253, 196, 0, 0.2);
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.file-upload--filled .file-upload__border {
    border-style: solid; }
.file-upload__label, .file-upload__name {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.file-upload__label {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
.file-upload__wrapper:hover .file-upload__label {
    color: #fdc400; }
.file-upload__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  white-space: nowrap; }
.file-upload__name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  text-overflow: ellipsis; }
.file-upload__size {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.file-upload__button-clear {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.9375rem;
  stroke: #000;
  z-index: 10; }
.file-upload__button-clear:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.file-upload__button-clear:focus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280%;
    height: 280%;
    background-color: #fdc400;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.2;
    z-index: -1; }
.file-upload__button-clear:hover {
    color: #e2007a;
    stroke: #e2007a; }
.file-upload__button-clear:hover + .file-upload__name,
    .file-upload__button-clear:hover + .file-upload__name + .file-upload__size {
      -webkit-animation: ms__animation-blink-pink 0.75s infinite;
              animation: ms__animation-blink-pink 0.75s infinite;
      -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
@media (hover: none) {
        .file-upload__button-clear:hover + .file-upload__name,
        .file-upload__button-clear:hover + .file-upload__name + .file-upload__size {
          -webkit-animation: none;
                  animation: none; } }
.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2; }
.file-upload__input:focus + .file-upload__border {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
            box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 666px) {
    .newsletter {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media screen and (min-width: 667px) {
    .newsletter {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.newsletter__input {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
@media screen and (max-width: 666px) {
      .newsletter__input {
        width: 100%; } }
@media screen and (min-width: 667px) {
      .newsletter__input {
        width: 55%; } }
@media screen and (max-width: 666px) {
    .newsletter__submit {
      width: 100%;
      margin-top: 0.625rem; } }
@media screen and (min-width: 667px) {
    .newsletter__submit {
      width: 44%; } }
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
@media screen and (max-width: 666px) {
    .breadcrumb {
      display: none; } }
.breadcrumb--small {
    font-size: 0.75rem; }
.breadcrumb__item {
    color: #a4a4a4;
    text-decoration: none;
    text-transform: uppercase;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
.breadcrumb__item--disabled {
      pointer-events: none; }
.breadcrumb__item:not(.breadcrumb__item--last):hover {
      color: #e2007a; }
.breadcrumb__item:not(.breadcrumb__item--last):hover .breadcrumb__icon {
        stroke: #e2007a; }
.breadcrumb__icon {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.3125rem;
    stroke: #a4a4a4; }
@media screen and (min-width: 1024px) {
      .breadcrumb__icon {
        margin: 0 0.625rem; } }
.breadcrumb__icon--home {
      margin: 0; }
.wrapper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.625rem; }
.wrapper-buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.wrapper-buttons-wrap .button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.wrapper-buttons .button {
    margin: 0.625rem; }
.button {
  display: inline-block;
  color: #000;
  height: 2.8125rem;
  min-width: 9.125rem;
  line-height: 2.8125rem;
  text-align: center;
  padding: 0.125rem 3.125rem 0 3.125rem;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  border: none;
  border-radius: 2px;
  background-color: #fdc400;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.button:hover {
    background-color: #e4b000; }
.button:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
            box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.button--black {
    color: #fff;
    background-color: #202a32; }
.button--black:hover {
      background-color: #e2007a; }
.button--dark {
    color: #fff; }
.button--dark:hover {
      background-color: #344451; }
.button--highlight {
    color: #202a32;
    background-color: #e2007a; }
.button--highlight:hover {
      background-color: #fdc400; }
.button--ghost {
    background-color: transparent;
    color: #000;
    border: 1px solid #000; }
.button--ghost:hover, .button--ghost.button--active {
      color: #fff;
      background-color: #202a32;
      border-color: #000; }
@media (hover: none) {
      .button--ghost:hover {
        background-color: transparent;
        color: #000;
        border: 1px solid #000; } }
.button--ghost-primary {
    background-color: transparent;
    color: #fdc400;
    border: 1px solid #fdc400; }
.button--ghost-primary:hover {
      background-color: #fdc400;
      color: #202a32; }
@media screen and (max-width: 666px) {
    .button--full-width {
      width: 100%; } }
.button--icon, .button--icon-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.8125rem;
    min-width: auto;
    padding: 0; }
.button--icon:focus, .button--icon-only:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
.button__icon {
    width: 1.25rem;
    height: 1.25rem; }
.button--icon-only {
    background-color: transparent; }
.button--icon-only:hover {
      color: #e2007a;
      background-color: transparent; }
.button--icon-only .button__icon {
      width: 1.5625rem;
      height: 1.5625rem; }
.button--text-only {
    background: transparent;
    color: inherit;
    min-height: auto;
    min-width: auto;
    padding: 0; }
.button--text-only:hover {
      background: transparent; }
.button--text-only:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
.button--disabled {
    background-color: #d4d4d4;
    color: #a4a4a4;
    pointer-events: none; }
.button[disabled="disabled"] {
    pointer-events: none; }
.button--watchlist {
    background-color: transparent;
    height: 1.5625rem;
    min-width: 1.5625rem;
    padding: 0;
    width: 1.5625rem; }
.button--watchlist:hover {
      background-color: transparent; }
.button--watchlist:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
.tab-control {
  margin: -0.3125rem; }
@media screen and (min-width: 667px) {
    .tab-control {
      margin: -0.625rem; } }
.tab-control .button {
    margin: 0.3125rem; }
@media screen and (min-width: 667px) {
      .tab-control .button {
        margin: 0.625rem; } }
.tags {
  margin: 0.625rem 0; }
@media screen and (min-width: 1024px) {
    .tags {
      margin: 0.9375rem 0; } }
.tags__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.3125rem; }
@media screen and (min-width: 1024px) {
      .tags__inner {
        margin: -0.625rem; } }
.tags__item {
    height: 1.5625rem;
    line-height: 1.5625rem;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 0 0.9375rem;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out; }
.tags__item:not(.tags__item--static):hover {
      color: #fff;
      background-color: #202a32; }
@media screen and (max-width: 1023px) {
      .tags__item {
        margin: 0.3125rem;
        font-size: 0.875rem; } }
@media screen and (min-width: 1024px) {
      .tags__item {
        font-size: 1rem;
        margin: 0.625rem; } }
.TODO {
  background-color: yellow; }
.TODO__TASK {
  color: darkcyan;
  background-color: yellow;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-weight: bold; }
.TODO__TASK:before {
    content: 'TODO: '; }
.debug-grid-toggle-button {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0; }
.debug-grid {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0.3;
  pointer-events: none; }
.debug-grid.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.debug-grid .column {
    height: 100vh; }
.debug-grid .card, .debug-grid .card-exhibitor, .debug-grid .card-novelty, .debug-grid .card-best-bike, .debug-grid .card-media, .debug-grid .card-event, .debug-grid .card-page, .debug-grid .card-press, .debug-grid .card-job, .debug-grid .card-page-watchlist, .debug-grid .card-award {
    border: 0;
    background-color: red; }
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }
figure {
  position: relative; }
figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
figure.figure--variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
figure.figure--variable img {
      position: relative;
      width: auto;
      max-width: 100%; }
.icon {
  width: 100%;
  height: 100%; }
svg {
  fill: currentColor;
  vector-effect: non-scaling-stroke; }
body {
  background-color: #fff; }
body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.footer,
.header {
  width: 100%; }
.center {
  position: relative;
  margin: 0 auto;
  max-width: 1300px; }
@media screen and (min-width: 320px) {
    .center {
      width: calc(100% - 2.5rem); } }
@media screen and (min-width: 667px) {
    .center {
      width: calc(100% - 6.25rem); } }
@media screen and (min-width: 1024px) {
    .center {
      width: calc(100% - 9.375rem); } }
@media screen and (min-width: 1200px) {
    .center {
      width: calc(100% - 13.125rem); } }
.modules {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
@media screen and (min-width: 1024px) {
    .modules--toolbar-enabled {
      padding-right: 6.25rem; } }
@media screen and (min-width: 1200px) {
    .modules--toolbar-enabled {
      padding-right: 12.5rem; } }
.wrapper-full-width {
  padding: 3.125rem 0; }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1.25rem);
  margin: -0.625rem; }
.grid.set-equal-heights > .column > * {
    height: 100%; }
.grid.is-gapless {
    margin: 0; }
.grid.is-gapless > .column {
      margin: 0; }
.grid .column {
    margin: 0.625rem; }
.grid .column.column--1 {
      width: calc(8.33333% - 1.25rem); }
.grid .column.column--2 {
      width: calc(16.66667% - 1.25rem); }
.grid .column.column--3 {
      width: calc(25% - 1.25rem); }
.grid .column.column--4 {
      width: calc(33.33333% - 1.25rem); }
.grid .column.column--5 {
      width: calc(41.66667% - 1.25rem); }
.grid .column.column--6 {
      width: calc(50% - 1.25rem); }
.grid .column.column--7 {
      width: calc(58.33333% - 1.25rem); }
.grid .column.column--8 {
      width: calc(66.66667% - 1.25rem); }
.grid .column.column--9 {
      width: calc(75% - 1.25rem); }
.grid .column.column--10 {
      width: calc(83.33333% - 1.25rem); }
.grid .column.column--11 {
      width: calc(91.66667% - 1.25rem); }
.grid .column.column--12 {
      width: calc(100% - 1.25rem); }
.grid .column.has-left-0- {
      margin-left: 0.625rem; }
.grid .column.column--left-1 {
      margin-left: calc((100% - 15rem) / 12 + 1.875rem); }
.grid .column.column--left-2 {
      margin-left: calc((100% - 7.5rem) / 6 + 1.875rem); }
.grid .column.column--left-3 {
      margin-left: calc((100% - 5rem) / 4 + 1.875rem); }
.grid .column.column--left-4 {
      margin-left: calc((100% - 3.75rem) / 3 + 1.875rem); }
.grid .column.column--left-5 {
      margin-left: calc((100% - 3rem) / 2.4 + 1.875rem); }
.grid .column.column--left-6 {
      margin-left: calc((100% - 2.5rem) / 2 + 1.875rem); }
.grid .column.has-right-0- {
      margin-right: 0.625rem; }
.grid .column.column--right-1 {
      margin-right: calc((100% - 15rem) / 12 + 1.875rem); }
.grid .column.column--right-2 {
      margin-right: calc((100% - 7.5rem) / 6 + 1.875rem); }
.grid .column.column--right-3 {
      margin-right: calc((100% - 5rem) / 4 + 1.875rem); }
.grid .column.column--right-4 {
      margin-right: calc((100% - 3.75rem) / 3 + 1.875rem); }
.grid .column.column--right-5 {
      margin-right: calc((100% - 3rem) / 2.4 + 1.875rem); }
.grid .column.column--right-6 {
      margin-right: calc((100% - 2.5rem) / 2 + 1.875rem); }
@media screen and (min-width: 320px) {
      .grid .column.small-1 {
        width: calc(8.33333% - 1.25rem); }
      .grid .column.small-2 {
        width: calc(16.66667% - 1.25rem); }
      .grid .column.small-3 {
        width: calc(25% - 1.25rem); }
      .grid .column.small-4 {
        width: calc(33.33333% - 1.25rem); }
      .grid .column.small-5 {
        width: calc(41.66667% - 1.25rem); }
      .grid .column.small-6 {
        width: calc(50% - 1.25rem); }
      .grid .column.small-7 {
        width: calc(58.33333% - 1.25rem); }
      .grid .column.small-8 {
        width: calc(66.66667% - 1.25rem); }
      .grid .column.small-9 {
        width: calc(75% - 1.25rem); }
      .grid .column.small-10 {
        width: calc(83.33333% - 1.25rem); }
      .grid .column.small-11 {
        width: calc(91.66667% - 1.25rem); }
      .grid .column.small-12 {
        width: calc(100% - 1.25rem); }
      .grid .column.has-left-0-small {
        margin-left: 0.625rem; }
      .grid .column.small-left-1 {
        margin-left: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.small-left-2 {
        margin-left: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.small-left-3 {
        margin-left: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.small-left-4 {
        margin-left: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.small-left-5 {
        margin-left: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.small-left-6 {
        margin-left: calc((100% - 2.5rem) / 2 + 1.875rem); }
      .grid .column.has-right-0-small {
        margin-right: 0.625rem; }
      .grid .column.small-right-1 {
        margin-right: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.small-right-2 {
        margin-right: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.small-right-3 {
        margin-right: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.small-right-4 {
        margin-right: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.small-right-5 {
        margin-right: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.small-right-6 {
        margin-right: calc((100% - 2.5rem) / 2 + 1.875rem); } }
@media screen and (min-width: 667px) {
      .grid .column.medium-1 {
        width: calc(8.33333% - 1.25rem); }
      .grid .column.medium-2 {
        width: calc(16.66667% - 1.25rem); }
      .grid .column.medium-3 {
        width: calc(25% - 1.25rem); }
      .grid .column.medium-4 {
        width: calc(33.33333% - 1.25rem); }
      .grid .column.medium-5 {
        width: calc(41.66667% - 1.25rem); }
      .grid .column.medium-6 {
        width: calc(50% - 1.25rem); }
      .grid .column.medium-7 {
        width: calc(58.33333% - 1.25rem); }
      .grid .column.medium-8 {
        width: calc(66.66667% - 1.25rem); }
      .grid .column.medium-9 {
        width: calc(75% - 1.25rem); }
      .grid .column.medium-10 {
        width: calc(83.33333% - 1.25rem); }
      .grid .column.medium-11 {
        width: calc(91.66667% - 1.25rem); }
      .grid .column.medium-12 {
        width: calc(100% - 1.25rem); }
      .grid .column.has-left-0-medium {
        margin-left: 0.625rem; }
      .grid .column.medium-left-1 {
        margin-left: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.medium-left-2 {
        margin-left: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.medium-left-3 {
        margin-left: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.medium-left-4 {
        margin-left: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.medium-left-5 {
        margin-left: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.medium-left-6 {
        margin-left: calc((100% - 2.5rem) / 2 + 1.875rem); }
      .grid .column.has-right-0-medium {
        margin-right: 0.625rem; }
      .grid .column.medium-right-1 {
        margin-right: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.medium-right-2 {
        margin-right: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.medium-right-3 {
        margin-right: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.medium-right-4 {
        margin-right: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.medium-right-5 {
        margin-right: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.medium-right-6 {
        margin-right: calc((100% - 2.5rem) / 2 + 1.875rem); } }
@media screen and (min-width: 1024px) {
      .grid .column.large-1 {
        width: calc(8.33333% - 1.25rem); }
      .grid .column.large-2 {
        width: calc(16.66667% - 1.25rem); }
      .grid .column.large-3 {
        width: calc(25% - 1.25rem); }
      .grid .column.large-4 {
        width: calc(33.33333% - 1.25rem); }
      .grid .column.large-5 {
        width: calc(41.66667% - 1.25rem); }
      .grid .column.large-6 {
        width: calc(50% - 1.25rem); }
      .grid .column.large-7 {
        width: calc(58.33333% - 1.25rem); }
      .grid .column.large-8 {
        width: calc(66.66667% - 1.25rem); }
      .grid .column.large-9 {
        width: calc(75% - 1.25rem); }
      .grid .column.large-10 {
        width: calc(83.33333% - 1.25rem); }
      .grid .column.large-11 {
        width: calc(91.66667% - 1.25rem); }
      .grid .column.large-12 {
        width: calc(100% - 1.25rem); }
      .grid .column.has-left-0-large {
        margin-left: 0.625rem; }
      .grid .column.large-left-1 {
        margin-left: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.large-left-2 {
        margin-left: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.large-left-3 {
        margin-left: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.large-left-4 {
        margin-left: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.large-left-5 {
        margin-left: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.large-left-6 {
        margin-left: calc((100% - 2.5rem) / 2 + 1.875rem); }
      .grid .column.has-right-0-large {
        margin-right: 0.625rem; }
      .grid .column.large-right-1 {
        margin-right: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.large-right-2 {
        margin-right: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.large-right-3 {
        margin-right: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.large-right-4 {
        margin-right: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.large-right-5 {
        margin-right: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.large-right-6 {
        margin-right: calc((100% - 2.5rem) / 2 + 1.875rem); } }
@media screen and (min-width: 1200px) {
      .grid .column.extralarge-1 {
        width: calc(8.33333% - 1.25rem); }
      .grid .column.extralarge-2 {
        width: calc(16.66667% - 1.25rem); }
      .grid .column.extralarge-3 {
        width: calc(25% - 1.25rem); }
      .grid .column.extralarge-4 {
        width: calc(33.33333% - 1.25rem); }
      .grid .column.extralarge-5 {
        width: calc(41.66667% - 1.25rem); }
      .grid .column.extralarge-6 {
        width: calc(50% - 1.25rem); }
      .grid .column.extralarge-7 {
        width: calc(58.33333% - 1.25rem); }
      .grid .column.extralarge-8 {
        width: calc(66.66667% - 1.25rem); }
      .grid .column.extralarge-9 {
        width: calc(75% - 1.25rem); }
      .grid .column.extralarge-10 {
        width: calc(83.33333% - 1.25rem); }
      .grid .column.extralarge-11 {
        width: calc(91.66667% - 1.25rem); }
      .grid .column.extralarge-12 {
        width: calc(100% - 1.25rem); }
      .grid .column.has-left-0-extralarge {
        margin-left: 0.625rem; }
      .grid .column.extralarge-left-1 {
        margin-left: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.extralarge-left-2 {
        margin-left: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.extralarge-left-3 {
        margin-left: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.extralarge-left-4 {
        margin-left: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.extralarge-left-5 {
        margin-left: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.extralarge-left-6 {
        margin-left: calc((100% - 2.5rem) / 2 + 1.875rem); }
      .grid .column.has-right-0-extralarge {
        margin-right: 0.625rem; }
      .grid .column.extralarge-right-1 {
        margin-right: calc((100% - 15rem) / 12 + 1.875rem); }
      .grid .column.extralarge-right-2 {
        margin-right: calc((100% - 7.5rem) / 6 + 1.875rem); }
      .grid .column.extralarge-right-3 {
        margin-right: calc((100% - 5rem) / 4 + 1.875rem); }
      .grid .column.extralarge-right-4 {
        margin-right: calc((100% - 3.75rem) / 3 + 1.875rem); }
      .grid .column.extralarge-right-5 {
        margin-right: calc((100% - 3rem) / 2.4 + 1.875rem); }
      .grid .column.extralarge-right-6 {
        margin-right: calc((100% - 2.5rem) / 2 + 1.875rem); } }
.module {
  margin-top: 2.5rem; }
@media screen and (min-width: 667px) {
    .module {
      margin-top: 3.125rem; } }
@media screen and (min-width: 1024px) {
    .module {
      margin-top: 4.375rem; } }
@media screen and (min-width: 667px) {
    .module:first-of-type {
      margin-top: 1.875rem; } }
@media screen and (min-width: 1024px) {
    .module:first-of-type {
      margin-top: 3.125rem; } }
.module:last-of-type {
    margin-bottom: 2.5rem; }
@media screen and (min-width: 667px) {
      .module:last-of-type {
        margin-bottom: 3.125rem; } }
@media screen and (min-width: 1024px) {
      .module:last-of-type {
        margin-bottom: 4.375rem; } }
.module--gapless {
    margin: 0 !important; }
.module h1:first-child, .module h2:first-child {
    margin-top: 0; }
html {
  font-size: 16px; }
body {
  line-height: 1.625;
  color: #000;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 200; }
::selection {
  background: #fdc400; }
::-moz-selection {
  background: #fdc400; }
p {
  margin: 0.625rem 0; }
p.is-subline {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500; }
p + label.subline {
    display: block;
    margin-top: -0.625rem; }
a {
  color: inherit; }
a.text-link, a.text-link-black {
    display: inline-block;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    margin: 0.625rem 0; }
p a.text-link, p a.text-link-black {
      margin: 0; }
a.text-link:hover, a.text-link-black:hover {
      color: #e2007a; }
a.text-link {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500;
    color: #fdc400; }
a.text-link-black {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
a.disable-anchor {
    color: #000;
    text-decoration: none; }
label,
figcaption,
.label {
  font-size: 0.875rem;
  line-height: 1.42857;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.is-error,
.error {
  color: #bd0000; }
blockquote {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 200;
  font-size: 1.25rem; }
@media screen and (min-width: 667px) {
    blockquote {
      font-size: 1.5rem; } }
hr {
  border: 0.5px solid #a4a4a4; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.22727;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
h1.underlined:after, h2.underlined:after, h3.underlined:after, h4.underlined:after, h5.underlined:after, h6.underlined:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #e2007a; }
h1.underlined--primary:after, h2.underlined--primary:after, h3.underlined--primary:after, h4.underlined--primary:after, h5.underlined--primary:after, h6.underlined--primary:after {
    background-color: #fdc400;
    width: 45%; }
h1.headline--light, h2.headline--light, h3.headline--light, h4.headline--light, h5.headline--light, h6.headline--light {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
@media screen and (min-width: 1024px) {
  h1.underlined:after, h2.underlined:after, h3.underlined:after {
    height: 4px; } }
h1 {
  font-size: 1.75rem;
  margin: 1.25rem 0; }
h1:after {
    width: 150px;
    margin-top: 0.625rem; }
@media screen and (min-width: 1024px) {
    h1 {
      font-size: 2.75rem;
      margin: 1.875rem 0; }
      h1:after {
        margin-top: 0.9375rem; } }
h2 {
  font-size: 1.75rem;
  margin: 1.25rem 0; }
@media screen and (min-width: 1024px) {
    h2 {
      font-size: 2.125rem;
      margin: 1.875rem 0; } }
h2:after {
    width: 150px;
    margin-top: 0.9375rem; }
@media screen and (min-width: 1024px) {
      h2:after {
        margin-top: 1.25rem; } }
h2 + .subline {
    margin-top: -0.625rem; }
@media screen and (min-width: 1024px) {
      h2 + .subline {
        margin-top: -0.9375rem; } }
h3 {
  font-size: 1.375rem;
  margin: 0.625rem 0; }
h3:after {
    width: 70px;
    margin-top: 0.625rem; }
@media screen and (min-width: 1024px) {
    h3 {
      font-size: 1.75rem;
      margin: 0.9375rem 0; }
      h3:after {
        margin-top: 0.9375rem; } }
h4 {
  font-size: 1rem;
  margin: 0.625rem 0; }
h4:after {
    width: 50px;
    margin-top: 0.625rem; }
@media screen and (min-width: 1024px) {
    h4 {
      font-size: 1.375rem;
      margin: 0.9375rem 0; }
      h4:after {
        width: 70px;
        margin-top: 0.9375rem; } }
h4 + .subline {
    margin-top: -0.3125rem; }
@media screen and (min-width: 1024px) {
      h4 + .subline {
        margin-top: -0.625rem; } }
label + h1 {
  margin-top: 0.9375rem; }
label + h4 {
  margin-top: 0.3125rem; }
ul,
ol {
  padding: 0 0.9375rem;
  margin: 0.625rem 0; }
table, tr, td, th {
  margin: 0;
  padding: 0; }
table {
  border-spacing: 0;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
table.is-fullwidth {
    width: 100%; }
th {
  text-align: left; }
td, th {
  height: 2.8125rem;
  padding: 0.3125rem 0; }
td {
  border-bottom: 1px solid #d4d4d4; }
td a {
    color: #e2007a;
    text-decoration: none; }
td a:hover {
      text-decoration: underline; }
th {
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 200; }
th + th,
td + td {
  padding-left: 1.25rem; }
tr:last-child td {
  border: none; }
.adbnr .center {
  position: relative;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }
.adbnr__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #a4a4a4; }
.adbnr__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 0; }
@media screen and (min-width: 1024px) {
    .adbnr__wrapper {
      padding: 3.125rem 0; } }
@media screen and (max-width: 1023px) {
  .adbnr__leaderboard {
    display: none; } }
@media screen and (min-width: 1024px) {
  .adbnr__leaderboard {
    width: 728px;
    background-color: #0A947B;
    position: relative; }
    .adbnr__leaderboard:before {
      content: '';
      display: block;
      padding-top: 12.36264%; } }
@media screen and (max-width: 1023px) {
  .adbnr__medium-rectangle {
    width: 300px;
    background-color: #0A947B;
    position: relative; }
    .adbnr__medium-rectangle:before {
      content: '';
      display: block;
      padding-top: 83.33333%; } }
@media screen and (min-width: 1024px) {
  .adbnr__medium-rectangle {
    display: none; } }
.accordion__mask {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out; }
.accordion__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.75rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
.accordion__bar:hover {
    color: #e2007a; }
.accordion__bar .icon {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.accordion__bar--opened .accordion__headline:after {
    background-color: #e2007a !important; }
.accordion__bar--opened .icon {
    color: #e2007a;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.accordion__mask + .accordion__bar {
  border-top: 1px solid #a4a4a4; }
.accordion__headline {
  margin-bottom: 0;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.accordion__headline:after {
    background-color: transparent !important;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
.accordion__content {
  padding: 1.25rem 0 3.125rem 0; }
.accordion__content > *:first-child {
    margin-top: 0; }
.accordion__content > *:last-child {
    margin-bottom: 0; }
.accordion__content .center {
    width: 100%; }
.accordion__content h2 {
    display: none; }
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-size: 1.25rem;
  margin: 1.875rem 0; }
.article a {
  color: #e2007a; }
.button-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #e2007a;
  font-size: 1.75rem;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.button-cta__icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 0.9375rem; }
.button-cta__icon-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.button-cta__text {
  display: block;
  margin: 0.3125rem 0 0 0.625rem; }
.headline__inner > *:first-child {
  margin-top: 0; }
.headline__inner > *:last-child {
  margin-bottom: 0; }
.headline label + h1 {
  margin-top: 0.9375rem; }
.headline .tags {
  margin: 1.875rem 0; }
.headline__award-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.headline__awards--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 3px; }
@media screen and (min-width: 667px) {
    .headline__awards--small {
      display: none; } }
.headline__awards--large {
  margin-left: auto; }
@media screen and (max-width: 666px) {
    .headline__awards--large {
      display: none; } }
@media screen and (max-width: 666px) {
  .headline__award-item {
    width: 50px; }
    .headline__award-item + .headline__award-item {
      margin-left: 0.625rem; } }
@media screen and (min-width: 667px) {
  .headline__award-item {
    display: block;
    width: 65px; }
    .headline__award-item + .headline__award-item {
      margin-top: 1.25rem; } }
.base-gallery {
  position: relative; }
@media screen and (min-width: 1024px) {
    .base-gallery:hover .base-gallery__wrapper-buttons {
      opacity: 1;
      pointer-events: auto; } }
@media screen and (max-width: 666px) {
    .base-gallery .center {
      width: 100%; } }
.base-gallery .swiper-container {
    overflow: visible !important; }
.base-gallery__button-disabled {
    pointer-events: none;
    opacity: 0; }
.base-gallery__figure {
    position: relative; }
.base-gallery__figure:before {
      content: '';
      display: block;
      padding-top: 66.66667%; }
.base-gallery__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
.base-gallery__label {
    position: absolute;
    left: 0;
    bottom: -0.3125rem;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center; }
.base-gallery__wrapper-buttons {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
.base-gallery__button-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
.base-gallery__button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
.base-gallery__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    margin-top: 1.875rem; }
.base-gallery__bullet {
    position: relative;
    display: block;
    width: 3.125rem;
    height: 4px;
    background-color: #d4d4d4;
    margin: 0 2px;
    cursor: pointer; }
.base-gallery__bullet:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: 400%;
      background-color: transparent;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
@media screen and (min-width: 1024px) {
      .base-gallery__bullet {
        width: 4.375rem; } }
.base-gallery__bullet-active {
    background-color: #e2007a; }
.base-carousel {
  position: relative; }
@media screen and (min-width: 1024px) {
    .base-carousel:hover .base-carousel__wrapper-buttons {
      opacity: 1;
      pointer-events: auto; } }
@media screen and (max-width: 666px) {
    .base-carousel .center {
      width: 100%; } }
.base-carousel .swiper-container {
    overflow: visible !important; }
.base-carousel__button-disabled {
    pointer-events: none;
    opacity: 0; }
.base-carousel__figure {
    position: relative; }
.base-carousel__figure:before {
      content: '';
      display: block;
      padding-top: 66.66667%; }
.base-carousel__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
.base-carousel__label {
    position: absolute;
    left: 0;
    bottom: -0.3125rem;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center; }
.base-carousel__wrapper-buttons {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
.base-carousel__button-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
.base-carousel__button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
.base-carousel__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    margin-top: 1.875rem; }
@media screen and (max-width: 666px) {
      .base-carousel__pagination {
        margin-top: 0.625rem; } }
.base-carousel__bullet {
    position: relative;
    display: block;
    width: 3.125rem;
    height: 4px;
    background-color: #d4d4d4;
    margin: 0 2px;
    cursor: pointer; }
.base-carousel__bullet:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: 400%;
      background-color: transparent;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
@media screen and (min-width: 1024px) {
      .base-carousel__bullet {
        width: 4.375rem; } }
.base-carousel__bullet-active {
    background-color: #e2007a; }
.top-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  position: relative; }
.top-carousel:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
@media screen and (min-width: 667px) {
    .top-carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
@media screen and (max-width: 666px) {
    .top-carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: initial; } }
.top-carousel__image {
    top: 0;
    width: 100%; }
@media screen and (max-width: 666px) {
      .top-carousel__image {
        position: fixed; } }
@media screen and (min-width: 667px) {
      .top-carousel__image {
        position: absolute;
        height: 100%; } }
.top-carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    width: 100%; }
@media screen and (max-width: 666px) {
      .top-carousel__content {
        width: 100%;
        padding: 0; } }
@media screen and (min-width: 667px) {
      .top-carousel__content {
        padding: 3.125rem 0; } }
.top-carousel__content .button {
      margin-top: 0.9375rem;
      min-width: 15.75rem;
      margin-right: 0.9375rem; }
@media screen and (max-width: 666px) {
        .top-carousel__content .button {
          margin-top: 0.3125rem;
          line-height: 2.525rem;
          text-align: -webkit-center;
          padding: 0;
          font-size: x-small;
          min-width: 8rem;
          max-height: 40px; } }
@media screen and (max-width: 666px) {
    .top-carousel__heading {
      font-size: 1rem;
      max-width: 370px;
      line-height: 1.42857;
      margin: 0;
      padding: 0; } }
@media screen and (min-width: 667px) and (max-width: 1023px) {
    .top-carousel__heading {
      font-size: 2.5rem;
      max-width: 370px; } }
@media screen and (min-width: 1024px) {
    .top-carousel__heading {
      font-size: 3.75rem;
      max-width: 500px; } }
@media screen and (max-width: 666px) {
    .top-carousel__content-inner p {
      line-height: 1.42857;
      font-size: 0.875rem;
      margin: 0;
      padding: 0; } }
@media screen and (max-width: 666px) {
    .top-carousel__content-inner h3, .top-carousel__content-inner h4, .top-carousel__content-inner h5, .top-carousel__content-inner h6 {
      font-size: 0.875rem;
      line-height: 1;
      padding: 0; } }
.top-carousel__content-inner .text-color__black {
    color: #000; }
.top-carousel__content-inner .text-color__white {
    color: #fff; }
.top-carousel__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 360px;
    text-align: -webkit-center; }
@media screen and (max-width: 1023px) {
      .top-carousel__button {
        max-width: 300px; } }
@media screen and (max-width: 666px) {
      .top-carousel__button {
        margin-top: 0;
        width: 100%;
        max-width: 240px;
        max-height: 40px; } }
.top-carousel .vertical-align__top {
    -ms-flex-item-align: start;
        align-self: start; }
@media screen and (min-width: 1024px) {
      .top-carousel .vertical-align__top {
        padding: 3.125rem 0; } }
@media screen and (min-width: 667px) {
      .top-carousel .vertical-align__top {
        padding: 1.25rem 0; } }
@media screen and (max-width: 666px) {
      .top-carousel .vertical-align__top {
        -ms-flex-item-align: center;
            align-self: center; } }
.top-carousel .vertical-align__bottom {
    -ms-flex-item-align: end;
        align-self: end; }
@media screen and (min-width: 1024px) {
      .top-carousel .vertical-align__bottom {
        padding: 3.125rem 0; } }
@media screen and (min-width: 667px) {
      .top-carousel .vertical-align__bottom {
        padding: 1.25rem 0; } }
@media screen and (max-width: 666px) {
      .top-carousel .vertical-align__bottom {
        -ms-flex-item-align: center;
            align-self: center; } }
.top-carousel .vertical-align__center {
    -ms-flex-item-align: center;
        align-self: center; }
.top-carousel .horizontal-align__left {
    text-align: -webkit-left;
    position: absolute; }
@media screen and (min-width: 667px) {
      .top-carousel .horizontal-align__left {
        left: 3.125rem; } }
@media screen and (max-width: 1023px) {
      .top-carousel .horizontal-align__left {
        position: relative; } }
@media screen and (max-width: 666px) {
      .top-carousel .horizontal-align__left {
        padding: 0 0.625rem;
        width: 100%; } }
.top-carousel .horizontal-align__right {
    text-align: -webkit-right;
    position: absolute; }
@media screen and (min-width: 667px) {
      .top-carousel .horizontal-align__right {
        right: 0; } }
.top-carousel .horizontal-align__right .button {
      margin-right: 0 !important;
      margin-left: 0.9375rem; }
@media screen and (max-width: 1023px) {
      .top-carousel .horizontal-align__right {
        position: relative; } }
@media screen and (max-width: 666px) {
      .top-carousel .horizontal-align__right {
        padding: 0 0.625rem;
        width: 100%; } }
.top-carousel .horizontal-align__center {
    text-align: -webkit-center; }
@media screen and (min-width: 667px) {
      .top-carousel .horizontal-align__center {
        margin: 0 auto;
        max-width: 1300px; } }
@media screen and (max-width: 666px) {
      .top-carousel .horizontal-align__center {
        margin: 0 0.625rem;
        width: 100%; } }
.top-carousel:last-of-type {
  margin-bottom: 0; }
@media screen and (max-width: 666px) {
    .top-carousel:last-of-type {
      margin-bottom: 0.625rem; } }
.hero-teaser + .top-carousel {
  margin-top: 0; }
.table__wrapper {
  width: 100%;
  overflow-x: auto; }
.table table {
  display: inline-table;
  min-width: 100%; }
.table--bold-leading td:first-child {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.quote__wrapper {
  position: relative; }
@media screen and (max-width: 1023px) {
    .quote__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.quote__icon-open, .quote__icon-close {
  width: 47px;
  height: 34px;
  color: #e2007a; }
@media screen and (max-width: 1023px) {
  .quote__icon-open {
    margin-bottom: 0.625rem; } }
@media screen and (min-width: 1024px) {
  .quote__icon-open {
    position: absolute;
    top: 0;
    left: -0.9375rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@media screen and (max-width: 1023px) {
  .quote__icon-close {
    margin-left: auto;
    margin-top: 0.625rem; } }
@media screen and (min-width: 1024px) {
  .quote__icon-close {
    position: absolute;
    bottom: 0;
    right: -0.9375rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
.quote__label-wrapper {
  position: relative; }
.quote__label {
  margin-top: 0.9375rem; }
@media screen and (min-width: 1024px) {
    .quote__label {
      -webkit-transform: translateX(calc(47px + 0.9375rem));
              transform: translateX(calc(47px + 0.9375rem)); } }
.quote__label:before {
    content: '';
    display: inline-block;
    width: 0.9375rem;
    height: 2px;
    background-color: #e2007a;
    margin-right: 0.625rem;
    vertical-align: middle; }
.quotes .swiper-slide {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out; }
.quotes .swiper-slide-visible {
  pointer-events: auto;
  opacity: 1; }
.downloads__group {
  margin-top: 3.125rem; }
.downloads__group > *:first-child {
    margin-top: 0; }
.downloads__group > *:last-child {
    margin-bottom: 0; }
.downloads a {
  color: #000;
  text-decoration: none !important; }
.downloads .icon {
  height: 0.9375rem;
  width: 0.9375rem;
  margin-right: 0.3125rem;
  vertical-align: middle; }
.downloads__name {
  width: 90%; }
.downloads__type, .downloads__size {
  text-transform: uppercase;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.downloads__size a {
  display: block;
  text-align: right; }
.downloads__table {
  width: 100%; }
.downloads__table + h3 {
    margin-top: 1.25rem; }
.downloads tr {
  cursor: pointer; }
.downloads tr:hover td,
  .downloads tr:hover a {
    color: #e2007a; }
.timetable__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  z-index: 0; }
.timetable__header-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
@media screen and (max-width: 666px) {
    .timetable__header-item {
      background-color: white; } }
.timetable__header-item h4 {
    font-size: 0.875rem; }
.timetable__header-item:hover, .timetable__header-item--focused {
    color: #e2007a; }
.timetable__header-item_aktiv_month {
  color: #202a32;
  background-color: #e2007a; }
.timetable__header-item_aktiv_month:hover {
    background-color: #e2007a;
    color: #fdc400 !important; }
.timetable .accordion__bar {
  position: relative;
  border: none;
  padding: calc(0.9375rem + 2px) 0 0.9375rem 0; }
.timetable .accordion__bar h2 {
    margin: 0; }
.timetable .accordion__bar--focused {
    color: #e2007a; }
.timetable__progress-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #d4d4d4; }
.timetable__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background-color: #e2007a;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
.is-focused .timetable__progress,
  .bar:hover .timetable__progress {
    background-color: #fdc400; }
.timetable__progress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 667px) {
  .timetable .timetable-mobile-header {
    display: none; } }
@media screen and (max-width: 666px) {
  .timetable .timetable-mobile-header {
    background-color: white; } }
@media screen and (max-width: 666px) {
  .timetable .timetable-desktop-header {
    display: none; } }
@media screen and (max-width: 666px) {
  .timetable .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 100; } }
.timetable__header-item_aktiv_month:hover, .timetable__header-item_aktiv_month--focused {
  background-color: #e2007a;
  color: #fdc400 !important; }
.timetable__header-item--focused .timetable__header-item_aktiv_month {
  color: #fdc400; }
.weather__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.weather__intro {
  color: #a4a4a4;
  margin-bottom: 1.875rem; }
.weather__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.25rem;
  color: #fff;
  background-color: #202a32; }
@media screen and (min-width: 667px) {
    .weather__current {
      padding: 1.875rem 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
.weather__description {
  width: 100%; }
@media screen and (min-width: 667px) {
    .weather__description {
      padding: 0 1.25rem;
      text-align: center; } }
.weather__description .icon {
    width: 66px;
    height: 66px; }
@media screen and (min-width: 667px) {
      .weather__description .icon {
        width: 105px;
        height: 105px; } }
.weather__description-value {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.625rem; }
@media screen and (min-width: 667px) {
    .weather__description-value {
      margin-top: 1.875rem;
      font-size: 2rem; } }
.weather__conditions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.25rem; }
.weather__condition {
  width: 100%;
  margin-top: 0.625rem; }
@media screen and (min-width: 667px) {
    .weather__condition {
      width: 50%;
      margin-top: 0; } }
.weather__condition-label {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 200; }
.weather__condition-value {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.25rem; }
.weather__forecasts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff; }
@media screen and (min-width: 667px) {
    .weather__forecasts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.weather__forecast {
  background-color: #fdc400;
  color: #202a32;
  padding: 0.625rem 1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px; }
.weather__forecast:last-child {
    margin-bottom: 0; }
.weather__forecast--dark {
    display: none; }
@media screen and (min-width: 667px) {
    .weather__forecast {
      display: block;
      padding: 1.25rem 0.625rem;
      margin: 2px 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      .weather__forecast--dark {
        display: block;
        margin-bottom: 0;
        color: #fff;
        background-color: #202a32; }
      .weather__forecast:last-child {
        margin-right: 0;
        margin-bottom: 2px; }
      .weather__forecast:first-child {
        margin-left: 0; } }
.weather__forecast-date {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.625rem;
    margin-right: 40px;
    height: 36px; }
@media screen and (min-width: 667px) {
      .weather__forecast-date {
        margin-right: 0;
        height: auto; } }
.weather__forecast .icon {
    width: 40px;
    height: 40px;
    fill: #202a32;
    margin-right: 40px; }
@media screen and (min-width: 667px) {
      .weather__forecast .icon {
        margin: 0; } }
.weather__forecast-value {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200;
    margin-left: auto; }
@media screen and (min-width: 667px) {
      .weather__forecast-value {
        margin: 0; } }
.ebook__meta {
  text-align: right; }
.ebook__download {
  text-decoration: none; }
.ebook__download:hover {
    color: #fdc400; }
.ebook__download .icon {
    height: 1em;
    width: 1em;
    vertical-align: baseline;
    margin-right: 0.3125rem; }
.ebook__wrapper-iframe {
  margin-top: 0.625rem;
  position: relative;
  padding: 56.25% 0 0 0; }
.image-text p:first-child {
  margin-top: 0; }
.image-text p:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 667px) {
  .image-text__item:nth-child(even) .image-text__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .image-text__item:nth-child(even) .image-text__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.image-text__item + .image-text__item {
  margin-top: 0.9375rem; }
@media screen and (min-width: 667px) {
    .image-text__item + .image-text__item {
      margin-top: 1.875rem; } }
@media screen and (min-width: 667px) {
  .image-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
.image-text__text-inner > *:first-child {
  margin-top: 0; }
.image-text__text-inner > *:last-child {
  margin-bottom: 0; }
.image-text__text-inner h1, .image-text__text-inner h2, .image-text__text-inner h3, .image-text__text-inner h4, .image-text__text-inner h5, .image-text__text-inner h6 {
  font-size: 1.25rem;
  margin: 1.875rem 0; }
.image-text__text-inner a {
  color: #e2007a; }
.image-text img {
  display: block;
  position: static; }
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
@media screen and (max-width: 666px) {
    .contact__item {
      margin-bottom: 1.25rem; } }
.contact__image-wrapper {
  overflow: hidden;
  border-radius: 50%;
  border: #d4d4d4 1px solid;
  position: relative; }
.contact__image-wrapper:before {
    content: '';
    display: block;
    padding-top: 100%; }
@media screen and (max-width: 666px) {
    .contact__image-wrapper {
      width: 50%; } }
@media screen and (min-width: 667px) {
    .contact__image-wrapper {
      width: 55%; } }
.contact__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;'; }
.contact__details {
  position: relative;
  text-align: center;
  padding: 3.125rem 1.25rem 0.9375rem; }
.contact__details > *:first-child {
    margin-top: 0; }
.contact__details > *:last-child {
    margin-bottom: 0; }
.contact__divider {
  width: 40%;
  height: 2px;
  margin: 1.25rem auto;
  background-color: #e2007a; }
.contact__company {
  font-size: 0.875rem; }
.contact__link {
  margin-top: 0.625rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
.contact__link:hover {
    color: #e2007a; }
.contact__icon {
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.225em;
  margin-right: 0.625rem; }
.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 200px;
  padding: 0.9375rem 0;
  margin: auto; }
.contact__download .icon {
  width: 35px;
  height: 35px; }
.contact__mail .icon {
  width: 35px;
  height: 35px; }
.poster__wrapper {
  margin: 0 auto; }
.poster__figure {
  position: relative;
  width: 100%; }
.poster__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.625rem; }
.map__wrapper {
  position: relative; }
.map__wrapper:before {
    content: '';
    display: block;
    padding-top: 100%; }
@media screen and (min-width: 667px) {
    .map__wrapper {
      position: relative; }
      .map__wrapper:before {
        content: '';
        display: block;
        padding-top: 73.33333%; } }
@media screen and (min-width: 1024px) {
    .map__wrapper {
      position: relative; }
      .map__wrapper:before {
        content: '';
        display: block;
        padding-top: 60%; } }
@media screen and (min-width: 1200px) {
    .map__wrapper {
      position: relative; }
      .map__wrapper:before {
        content: '';
        display: block;
        padding-top: 53.33333%; } }
.map__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.top-teaser {
  position: relative; }
@media screen and (min-width: 667px) {
    .top-teaser {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .top-teaser:before {
        content: '';
        display: block;
        padding-top: 42.85714%; } }
.top-teaser__image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
@media screen and (max-width: 666px) {
      .top-teaser__image {
        position: relative; }
        .top-teaser__image:before {
          content: '';
          display: block;
          padding-top: 42.85714%; } }
@media screen and (min-width: 667px) {
      .top-teaser__image {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0; } }
.top-teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7); }
.top-teaser__content .button {
      margin-top: 1.875rem; }
@media screen and (max-width: 666px) {
      .top-teaser__content {
        width: 100%;
        padding: 1.875rem 0;
        background-color: #202a32;
        bottom: 0; } }
@media screen and (min-width: 667px) {
      .top-teaser__content {
        width: 50%;
        padding: 3.125rem 0;
        z-index: 1; } }
.top-teaser__content-inner {
    max-width: 410px; }
.top-teaser__content-inner > *:first-child {
      margin-top: 0; }
.top-teaser__content-inner > *:last-child {
      margin-bottom: 0; }
.top-teaser__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 360px; }
.hero-teaser + .top-teaser {
  margin-top: 0; }
.image-teaser {
  position: relative; }
@media screen and (min-width: 667px) {
    .image-teaser {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.image-teaser__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media screen and (max-width: 666px) {
      .image-teaser__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
@media screen and (min-width: 667px) {
      .image-teaser__wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; } }
.image-teaser__image {
    z-index: -1; }
@media screen and (max-width: 666px) {
      .image-teaser__image {
        width: 100%; } }
@media screen and (min-width: 667px) {
      .image-teaser__image {
        position: relative;
        width: 50%; } }
.image-teaser__image-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    position: relative; }
.image-teaser__image-inner:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
@media screen and (max-width: 666px) {
      .image-teaser__image-inner {
        width: 100%; } }
@media screen and (min-width: 667px) {
      .image-teaser__image-inner {
        width: 150%;
        left: -50%; } }
.image-teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
@media screen and (max-width: 666px) {
      .image-teaser__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: -28%; } }
@media screen and (min-width: 667px) {
      .image-teaser__content {
        width: 50%;
        z-index: 1; } }
.image-teaser__content-inner {
    min-height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none; }
.image-teaser__content-inner > *:first-child {
      margin-top: 0; }
.image-teaser__content-inner > *:last-child {
      margin-bottom: 0; }
@media screen and (max-width: 666px) {
      .image-teaser__content-inner {
        width: calc(100% - 2.5rem);
        padding: 1.25rem; } }
@media screen and (min-width: 667px) {
      .image-teaser__content-inner {
        width: 100%;
        padding: 1.875rem; } }
.image-teaser__content-inner:hover .image-teaser__arrow {
      -webkit-transform: translateX(0.3125rem);
              transform: translateX(0.3125rem); }
.image-teaser__arrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%; }
.image-teaser__arrow {
    color: #fdc400;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
@media screen and (max-width: 666px) {
      .image-teaser__arrow {
        height: 1.25rem;
        width: 1.25rem; } }
@media screen and (min-width: 667px) {
      .image-teaser__arrow {
        height: 1.875rem;
        width: 1.875rem; } }
.text-teaser {
  position: relative; }
.text-teaser__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1.875rem;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
.text-teaser__item:hover {
      -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); }
.text-teaser__item:hover .text-teaser__arrow {
        -webkit-transform: translateX(0.3125rem);
                transform: translateX(0.3125rem); }
.text-teaser__arrow-wrapper {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    margin-top: auto; }
@media screen and (min-width: 667px) {
      .text-teaser__arrow-wrapper {
        padding-top: 1.875rem; } }
.text-teaser__arrow {
    color: #fdc400;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
@media screen and (max-width: 666px) {
      .text-teaser__arrow {
        height: 1.25rem;
        width: 1.25rem; } }
@media screen and (min-width: 667px) {
      .text-teaser__arrow {
        height: 1.875rem;
        width: 1.875rem; } }
.tile-teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: -1px;
  width: calc(100% + 2px); }
.tile-teaser__item {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative; }
.tile-teaser__item:before {
    content: '';
    display: block;
    padding-top: 100%; }
@media screen and (max-width: 666px) {
    .tile-teaser__item {
      width: 50%; }
      .tile-teaser__item:nth-child(n+3) {
        border-top: 2px solid #fff; } }
@media screen and (min-width: 667px) {
    .tile-teaser__item {
      width: 25%; }
      .tile-teaser__item:nth-child(n+5) {
        border-top: 2px solid #fff; } }
.tile-teaser__item:hover .tile-teaser__background {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
.tile-teaser__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
          transform: scale3d(1.01, 1.01, 1.01);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.tile-teaser__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.875rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 666px) {
    .tile-teaser__heading {
      font-size: 1.25rem; } }
@media screen and (min-width: 667px) and (max-width: 1023px) {
    .tile-teaser__heading {
      font-size: 1rem; } }
@media screen and (min-width: 1024px) {
    .tile-teaser__heading {
      font-size: 1.75rem; } }
.hero-teaser {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important; }
@media screen and (max-width: 666px) {
    .hero-teaser {
      height: calc(100vh - 3.125rem); } }
@media screen and (min-width: 667px) {
    .hero-teaser {
      position: relative; }
      .hero-teaser:before {
        content: '';
        display: block;
        padding-top: 66.66667%; } }
@media screen and (min-width: 1024px) {
    .hero-teaser {
      position: relative; }
      .hero-teaser:before {
        content: '';
        display: block;
        padding-top: 44.44444%; } }
.hero-teaser__image {
    position: absolute;
    top: 0; }
@media screen and (max-width: 1023px) {
      .hero-teaser__image {
        height: 100%; } }
@media screen and (min-width: 1024px) {
      .hero-teaser__image {
        width: 100%; } }
.hero-teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
@media screen and (min-width: 667px) and (max-width: 1199px) {
    .hero-teaser__heading {
      font-size: 2.5rem;
      max-width: 370px; } }
@media screen and (min-width: 1200px) {
    .hero-teaser__heading {
      font-size: 3.75rem;
      max-width: 500px; } }
.hero-teaser__subheading {
    font-size: 1.25rem; }
@media screen and (min-width: 667px) and (max-width: 1023px) {
      .hero-teaser__subheading {
        font-size: 1rem; } }
.hero-teaser .button {
    margin-top: 1.875rem; }
@media screen and (max-width: 666px) {
      .hero-teaser .button {
        width: 100%; } }
@media screen and (max-width: 1023px) {
      .hero-teaser .button {
        margin-right: 1.25rem; } }
@media screen and (min-width: 1024px) {
      .hero-teaser .button {
        margin-right: 1.25rem; } }
.facts-teaser__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3.125rem; }
.facts-teaser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
.facts-teaser__item:hover .facts-teaser__arrow-wrapper {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem); }
.facts-teaser__fact {
  padding-top: 1.25rem;
  text-align: center;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
@media screen and (min-width: 667px) {
    .facts-teaser__fact {
      font-size: 1.75rem; } }
.facts-teaser__icon {
  width: 5rem;
  height: 5rem; }
.facts-teaser__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
@media screen and (max-width: 666px) {
    .facts-teaser__arrow-wrapper {
      max-width: 100px; } }
.facts-teaser__arrow {
  color: #e2007a;
  margin-right: 0.625rem;
  height: 0.625rem;
  width: 0.625rem; }
.travel-teaser__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.travel-teaser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 1.875rem;
  text-decoration: none; }
.travel-teaser__item:hover .travel-teaser__icon {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
.travel-teaser__icon {
  width: 170px;
  height: 170px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
.travel-teaser__linktext {
  padding-top: 0.625rem;
  text-align: center;
  width: 100%;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
@media screen and (min-width: 667px) {
    .travel-teaser__linktext {
      padding: 0.625rem;
      font-size: 0.875rem; } }
.travel-teaser .base-gallery .swiper-container {
  overflow: hidden !important; }
.travel-teaser .base-gallery--hide-pager .base-gallery__bullet {
  display: none; }
.teaser-gallery__item {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  margin-bottom: 1.25rem; }
@media screen and (min-width: 667px) {
    .teaser-gallery__item:hover {
      -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); } }
.teaser-gallery__imagewrapper {
  position: relative; }
.teaser-gallery__imagewrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.teaser-gallery__divider {
  width: 70%;
  height: 1px;
  margin: auto;
  background-color: #fdc400; }
.teaser-gallery__description {
  width: 100%;
  padding: 1.25rem;
  text-align: center; }
.teaser-gallery__description > *:first-child {
    margin-top: 0; }
.teaser-gallery__description > *:last-child {
    margin-bottom: 0; }
.teaser-gallery__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;'; }
.teaser-gallery .swiper-slide {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out; }
.teaser-gallery .swiper-slide-visible {
  pointer-events: auto;
  opacity: 1; }
.hoerfunk iframe {
  height: 1270px;
  width: 100%;
  overflow: hidden; }
.video-gallery__wrapper {
  background-color: #000;
  margin-top: 1.25rem;
  position: relative; }
.video-gallery__wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.video-gallery iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
@media screen and (max-width: 666px) {
  .deep-map {
    position: relative; }
    .deep-map:before {
      content: '';
      display: block;
      padding-top: 100%; } }
@media screen and (min-width: 667px) {
  .deep-map {
    padding-bottom: 2.8125rem;
    position: relative; }
    .deep-map:before {
      content: '';
      display: block;
      padding-top: 56.25%; } }
.deep-map__wrapper-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.deep-map__inner {
  position: relative;
  width: 100%;
  height: calc(100% - 2.8125rem); }
.deep-map--fullscreen .deep-map__wrapper-fullscreen {
  background-color: #000;
  z-index: 10000; }
.deep-map--fullscreen #deepMap {
  background-color: #000 !important; }
.deep-map__control-zoom, .deep-map__control-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0.9375rem; }
.deep-map__control-zoom {
  top: 0.9375rem; }
.deep-map__control-bottom {
  bottom: 0.9375rem; }
.deep-map__toolbar {
  height: 2.8125rem;
  width: 100%;
  background-color: #fdc400;
  padding: 0 0.9375rem; }
.deep-map__button-level {
  line-height: 2.8125rem;
  padding: 0 0.3125rem;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.deep-map__button-level:hover, .deep-map__button-level--active {
    color: #e2007a; }
.deep-map__button-level--inactive {
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none; }
.deep-map__booths {
  margin-top: 1.875rem; }
.deep-map__info {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  color: #202a32;
  background-color: #fdc400;
  padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  overflow: hidden; }
@media screen and (max-width: 666px) {
    .deep-map__info {
      max-width: calc(100% - 3.125rem - 2.8125rem); } }
@media screen and (min-width: 667px) {
    .deep-map__info {
      min-width: 15.625rem; } }
.deep-map__info .button {
    position: absolute;
    right: 0;
    top: 0; }
.deep-map__info-exhibitor {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.deep-map__info-fade-enter-active {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }
.deep-map__info-fade-leave-active {
  -webkit-transition: opacity .10s ease-in, -webkit-transform .10s linear;
  transition: opacity .10s ease-in, -webkit-transform .10s linear;
  transition: transform .10s linear, opacity .10s ease-in;
  transition: transform .10s linear, opacity .10s ease-in, -webkit-transform .10s linear; }
.deep-map__info-fade-enter {
  opacity: 0; }
.deep-map__info-fade-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }
.deep-map #deepMap {
  background-color: #d4d4d4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.deep-map #deepMap .ol-zoom,
  .deep-map #deepMap .ol-rotate {
    display: none !important; }
.banner-generator .generator__type {
  margin: 0 0 1.25rem 0; }
.banner-generator .generator__text .text__input {
  margin: 1.875rem 0; }
.banner-generator .generator__download-info {
  margin: 3.125rem 0 0.9375rem; }
.banner-generator .generator__download-code {
  background: #d4d4d4;
  margin: 0;
  padding: 0.9375rem; }
.demo-area__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.demo-area__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.demo-area__placeholder {
  opacity: 1;
  /* hide social media share */
  /* all of this should be done inside the form and is temporary */ }
.demo-area__placeholder--hidden {
    opacity: 0; }
.demo-area__placeholder .shareLinksWrapper {
    display: none !important; }
.demo-area__placeholder .fsBody,
  .demo-area__placeholder .fsBody .fsLabel, .demo-area__placeholder .fsBody label,
  .demo-area__placeholder .fsBody .fieldset-content .fsOptionLabel.horizontal,
  .demo-area__placeholder .fsBody .fsSupporting,
  .demo-area__placeholder .fsForm select,
  .demo-area__placeholder .fsBody .fieldset-content .fsOptionLabel.vertical,
  .demo-area__placeholder .fsBody.fsEmbed,
  .demo-area__placeholder .fsBody p {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400;
    color: #000 !important; }
.demo-area__placeholder .fsSubmitButton,
  .demo-area__placeholder .fsNextButton,
  .demo-area__placeholder .fsPreviousButton {
    display: inline-block;
    color: #000 !important;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    padding: 0.125rem 3.125rem 0 3.125rem !important;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    border: none;
    border-radius: 2px !important;
    background-color: #fdc400 !important;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
.demo-area__placeholder .fsSubmitButton:hover,
    .demo-area__placeholder .fsNextButton:hover,
    .demo-area__placeholder .fsPreviousButton:hover {
      background-color: #e4b000; }
.sidenav {
  max-height: 600px;
  font-family: SuitcaseTypeFoundry;
  width: 280px;
  position: fixed;
  z-index: 11;
  top: 17%;
  right: 0;
  background-color: #202a32;
  overflow-x: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  color: white;
  margin-top: 50px;
  text-align: center; }
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-family: SuitcaseTypeFoundry;
    font-size: 25px;
    color: #818181;
    display: block; }
.sidenav a:hover {
      color: #f1f1f1; }
.main {
  margin-right: 160px;
  font-size: 28px;
  padding: 0px 10px; }
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
    .sidenav a {
      font-size: 18px; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fdc400;
  z-index: 1000;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
.preloader--loaded {
    opacity: 0;
    pointer-events: none; }
.footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.footer__content {
    width: 100%;
    padding: 3.125rem 0;
    color: #fff;
    background-color: #202a32; }
.footer__nav {
    list-style: none;
    padding: 0; }
.footer__nav li {
      padding-top: 0.625rem; }
.footer__nav li a {
        text-decoration: none; }
.footer__nav li a:hover {
          color: #fdc400; }
.footer__newsletter {
    padding-top: 1.25rem; }
.footer__social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.875rem; }
@media screen and (max-width: 1023px) {
      .footer__social-wrapper {
        width: 100%; } }
@media screen and (min-width: 1024px) {
      .footer__social-wrapper {
        width: 55%; } }
.footer__social-icon {
    color: #fff; }
.footer__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media screen and (min-width: 1024px) {
      .footer__logo-wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
@media screen and (min-width: 1200px) {
      .footer__logo-wrapper {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
.footer__logo {
    margin-top: 1.25rem;
    height: 45px; }
.footer__logo:last-child {
      padding-right: 0; }
@media screen and (max-width: 1199px) {
      .footer__logo {
        height: 50px;
        padding-right: 1.25rem; } }
.footer__logo svg {
      height: 100%; }
.footer__logo--friedrichshafen svg {
      width: 162.75px; }
.footer__logo--asean svg {
      width: 40.7px; }
.footer__logo--fairnamic img {
      height: 45px; }
.footer__logo--ffm img {
      height: 45px; }
.footer__logo--velo svg {
      width: 132.51px; }
.footer__logo--award svg {
      width: 33.3px; }
.footer__logo--writersclub svg {
      width: 59.52px; }
.footer__logo--connect svg {
      width: 36.21px; }
.footer__logo--mediadays svg {
      width: 142.41px; }
.footer__logo--mobility svg {
      width: 65.72px; }
.footer__logo--bidex svg {
      width: 141.35px; }
.toolbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #202a32;
  z-index: 90; }
@media screen and (min-width: 1024px) {
    .toolbar {
      width: 6.25rem; } }
@media screen and (min-width: 1200px) {
    .toolbar {
      width: 12.5rem; } }
.sharing {
  margin-top: 1.875rem; }
.sharing__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.sharing__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 -0.625rem; }
.sharing__button {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 0.625rem;
    color: #202a32; }
.sharing__button--small {
      width: 25px;
      height: 25px; }
.sharing__button:hover {
      color: #e2007a; }
.sharing__icon {
    width: 100%;
    height: 100%; }
.sharing__icon--active {
      color: #fdc400; }
.sharing__separator {
    display: inline-block;
    height: 1.875rem;
    margin: 0 1.25rem;
    width: 2px;
    background-color: #d4d4d4; }
.profile__address, .profile__items, .profile__social, .profile__apps {
  margin-top: 1.25rem; }
@media screen and (min-width: 667px) {
    .profile__address, .profile__items, .profile__social, .profile__apps {
      margin-top: 2.5rem; } }
.profile__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
@media screen and (min-width: 667px) {
    .profile__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.profile__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8125rem;
  text-decoration: none;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
@media screen and (min-width: 667px) {
    .profile__contact-item {
      width: 50%; } }
.profile__contact-item .icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.9375rem;
    stroke: #000; }
.profile__contact-item:hover {
    color: #e2007a; }
.profile__contact-item:hover .icon {
      stroke: #e2007a; }
@media (hover: none) {
      .profile__contact-item:hover {
        color: #000; }
        .profile__contact-item:hover .icon {
          stroke: #000; } }
.profile__social-wrapper, .profile__apps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.625rem; }
@media screen and (min-width: 667px) {
    .profile__social-wrapper, .profile__apps-wrapper {
      margin: -1.25rem; } }
.profile__social-item {
  margin: 0.625rem; }
@media screen and (min-width: 667px) {
    .profile__social-item {
      margin: 1.25rem; } }
.profile__social-item .icon {
    width: 1.875rem;
    height: 1.875rem; }
@media screen and (min-width: 667px) {
      .profile__social-item .icon {
        width: 2.5rem;
        height: 2.5rem; } }
.profile__social-item:hover {
    color: #fdc400; }
.profile__app-item {
  margin: 0.625rem; }
.profile__app-item .icon {
    height: 2.5rem;
    width: 8.4375rem; }
@media screen and (min-width: 667px) {
    .profile__app-item {
      margin: 1.25rem; } }
.watchlist__tabs {
  margin: 0 0 3.125rem 0; }
.watchlist__tabs .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
.watchlist__pagination {
  margin: 3.125rem 0; }
.watchlist__icon {
  width: 100%;
  height: 100%; }
.watchlist__icon:hover {
    color: #e2007a;
    stroke: #e2007a; }
.watchlist__icon--active {
    color: #fdc400;
    stroke: #fdc400; }
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.25rem 0; }
.pagination__item, .pagination__button {
    position: relative;
    -webkit-tap-highlight-color: transparent; }
.pagination__item:active, .pagination__button:active {
      outline: none; }
.pagination__item:active:after, .pagination__button:active:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        background-color: #e2007a;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0.2;
        z-index: -1; }
.pagination__item--disabled, .pagination__button--disabled {
      pointer-events: none;
      color: #d4d4d4; }
.pagination__item--active, .pagination__button--active {
      pointer-events: none;
      color: #e2007a; }
.pagination__item {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500; }
.pagination__item + .pagination__item {
      margin-left: 0.625rem; }
.pagination__link {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
.pagination__link:hover {
      color: #e2007a; }
.pagination__link:focus {
      outline-style: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: transparent; }
.pagination__button {
    margin: 0 0.9375rem; }
.filter-tags:nth-last-child(n+1) {
  padding-bottom: 1.25rem; }
.filter-tags__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem; }
.filter-tags__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.3125rem; }
.filter-tags__header--disabled {
    pointer-events: none; }
.filter-tags__name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.filter-tags__name-small {
  font-size: 0.75rem;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.filter-tags__button-reset {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  stroke: #000; }
.filter-tags__button-reset:hover {
    color: #e2007a;
    stroke: #e2007a; }
.filter-tags__button-reset:hover + .filter-tags__name {
      -webkit-animation: ms__animation-blink-pink 0.75s infinite;
              animation: ms__animation-blink-pink 0.75s infinite;
      -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
              animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
@media (hover: none) {
        .filter-tags__button-reset:hover + .filter-tags__name {
          -webkit-animation: none;
                  animation: none; } }
.filter-tags label {
  display: block;
  margin: 0.9375rem 0 0.3125rem 0; }
.filter-tag {
  height: 1.375rem;
  line-height: 1.4375rem;
  border-radius: 2px;
  background-color: #202a32;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin: 0.3125rem;
  font-size: 0.875rem; }
.filter-tag.filter-tag_disabled {
    background-color: #d4d4d4; }
.filter-tag.filter-tag_disabled .filter-tag__inner {
      visibility: hidden; }
.filter-tag:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3);
            box-shadow: 0 0 0 5px rgba(253, 196, 0, 0.3); }
.filter-tag__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.625rem;
    stroke: #fff;
    -webkit-transition: stroke 0.2s ease-out;
    transition: stroke 0.2s ease-out; }
.filter-tag:hover .filter-tag__icon {
      color: #e2007a;
      stroke: #e2007a;
      stroke-width: 3px;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
.filter-tag__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    padding: 0 0.9375rem; }
.filter-tag__inner span {
      white-space: nowrap;
      overflow: hidden; }
.filter-tag-enter-active {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.filter-tag-leave-active {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.filter-tag-enter,
.filter-tag-leave-to {
  max-width: 0;
  margin-right: 0;
  margin-left: 0;
  opacity: 0; }
.filter-tags-fade-enter-active,
.filter-tags-fade-leave-active {
  -webkit-transition: max-height .6s ease-in-out .2s;
  transition: max-height .6s ease-in-out .2s; }
.filter-tags-fade-enter,
.filter-tags-fade-leave-to {
  max-height: 0; }
.link-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8125rem;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.link-list__item:hover {
    color: #e2007a; }
.link-list__item .icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.9375rem; }
.search-bar__wrapper {
  position: relative; }
.search-bar__input {
  width: 100%;
  text-align: center; }
.search-bar__icon-search, .search-bar__button-reset-search {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.search-bar__icon-search {
  color: #000;
  stroke: #000; }
.search-bar__button-reset-search {
  color: #e2007a;
  stroke: #e2007a; }
.search-bar__button-reset-search:hover + .search-bar__input {
    -webkit-animation: ms__animation-blink-pink 0.75s infinite;
            animation: ms__animation-blink-pink 0.75s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
@media (hover: none) {
      .search-bar__button-reset-search:hover + .search-bar__input {
        -webkit-animation: none;
                animation: none; } }
.search-bar .input, .search-bar .ms__placeholder-input {
  border-bottom: 1px solid #000; }
.search-bar .input:focus, .search-bar .ms__placeholder-input:focus {
    color: #000;
    border-bottom-color: #fdc400;
    -webkit-box-shadow: 0 1px 0 0 #fdc400;
            box-shadow: 0 1px 0 0 #fdc400; }
.search-bar .input:focus::-webkit-input-placeholder, .search-bar .ms__placeholder-input:focus::-webkit-input-placeholder {
      color: transparent; }
.search-bar .input:focus::-ms-input-placeholder, .search-bar .ms__placeholder-input:focus::-ms-input-placeholder {
      color: transparent; }
.search-bar .input:focus::placeholder, .search-bar .ms__placeholder-input:focus::placeholder {
      color: transparent; }
.search-bar .input::-webkit-input-placeholder, .search-bar .ms__placeholder-input::-webkit-input-placeholder {
    color: #000; }
.search-bar .input::-ms-input-placeholder, .search-bar .ms__placeholder-input::-ms-input-placeholder {
    color: #000; }
.search-bar .input::placeholder, .search-bar .ms__placeholder-input::placeholder {
    color: #000; }
.filter-alphabet {
  text-align: center; }
.filter-alphabet__link {
    position: relative;
    color: #000;
    font-size: 1.25rem;
    padding: 0 0.3125rem;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent; }
.filter-alphabet__link:active {
      outline: none; }
.filter-alphabet__link:active:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 3.125rem;
        height: 3.125rem;
        background-color: #fdc400;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0.2;
        z-index: -1; }
.filter-alphabet__link:nth-child(n+1) {
      text-transform: uppercase; }
.filter-alphabet__link:hover {
      color: #fdc400; }
.filter-alphabet__link_active {
    color: #fdc400;
    pointer-events: none; }
.select-header {
  position: relative;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0.3125rem 1.875rem 0 0.9375rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.select-header--dark {
    color: #fff;
    background-color: #202a32;
    border: none; }
.select-header__touch-catcher {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent; }
.select-header__title {
    text-align: center;
    margin: 0; }
.select-header__button {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    stroke: #000; }
.select-header--dark .select-header__button {
      color: #fff;
      stroke: #fff; }
.event-wizard {
  border: 1px solid #fff;
  padding: 0.9375rem 1.875rem 3.125rem 1.875rem;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
.event-wizard--error {
    border-color: #bd0000; }
.event-wizard__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.event-wizard__headline {
    margin: 0; }
.form__wrapper {
  -webkit-transition: opacity 0.3s ease-in-out 0.75s;
  transition: opacity 0.3s ease-in-out 0.75s; }
.form__wrapper--submitting {
    opacity: 0.4;
    pointer-events: none; }
.form__footer {
  margin-top: 1.875rem; }
.form__errors {
  margin-bottom: 1.25rem; }
.form__headline {
  margin-bottom: 0; }
.form__registration {
  margin-top: 3.125rem; }
.form__registration .button {
    margin-top: 1.25rem; }
.form__subheading {
  font-size: 1rem;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
.form__group {
  padding: 0.9375rem 1.875rem 3.125rem 1.875rem;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
.form__group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.form__group-headline {
  margin: 0; }
.info-table td {
  border-bottom: none; }
.info-table td:first-child {
    color: #a4a4a4; }
.info-table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.info-table__watchlist {
  width: auto;
  height: auto;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-right: 0.625rem; }
.list__search-input, .list__filter-mobile, .list__filters, .list__filter-abc, .list__tags, .list__results, .list__hero, .list__tabs {
  margin-top: 1.875rem; }
@media screen and (min-width: 1024px) {
    .list__search-input, .list__filter-mobile, .list__filters, .list__filter-abc, .list__tags, .list__results, .list__hero, .list__tabs {
      margin-top: 3.125rem; } }
.list__search-input:first-child, .list__filter-mobile:first-child, .list__filters:first-child, .list__filter-abc:first-child, .list__tags:first-child, .list__results:first-child, .list__hero:first-child, .list__tabs:first-child {
    margin-top: 0; }
@media screen and (max-width: 666px) {
  .list__hero .center {
    width: 100%; } }
.list__filter-column {
  margin: 0.625rem;
  width: 100%; }
@media screen and (min-width: 667px) {
    .list__filter-column {
      width: calc(33.33333% - 1.25rem); } }
@media screen and (min-width: 1024px) {
    .list__filter-column {
      width: calc(25% - 1.25rem); } }
@media screen and (min-width: 1200px) {
    .list__filter-column {
      width: calc(20% - 1.25rem); } }
.list__no-results h3:after {
  display: none; }
@media screen and (max-width: 666px) {
  .list__wrapper-filter {
    width: calc(100% - 2.5rem);
    margin: 1.25rem auto 0 auto; } }
@media screen and (max-width: 666px) {
  .list__filters {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: #fff;
    z-index: 1000; } }
.list__tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.list__tabs-wrapper {
  margin-left: auto; }
.list__filter-tags-search {
  padding-bottom: 0 !important; }
@media screen and (min-width: 667px) {
  .list__filter-mobile {
    display: none; } }
.list__filter-mobile .button {
  position: relative;
  width: 100%;
  padding: 0 2.5rem 0 0.9375rem;
  text-align: left; }
.list__filter-mobile .icon {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  width: 1.25rem;
  width: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.list__button-reset {
  margin-top: 0.9375rem; }
.list__hero, .list__results {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
.list__hero--loading, .list__results--loading {
  opacity: 0; }
.list__fade-filters-enter-active, .list__fade-filters-leave-active {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0.435, 0, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0, 0.435, 0, 1);
  transition: transform 0.35s cubic-bezier(0, 0.435, 0, 1);
  transition: transform 0.35s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.35s cubic-bezier(0, 0.435, 0, 1); }
.list__fade-filters-enter, .list__fade-filters-leave-to {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0; }
.tab-list__item {
    margin: 0;
    padding: 0 15px 0;
    position: relative; }
.tab-list__item--active {
      color: #fdc400; }
.tab-list__item:after {
      background: #000;
      content: '';
      height: 30px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px; }
.tab-list__item:last-of-type:after {
      display: none; }
.video__tag {
  width: 100%; }
.card-logo {
  position: relative;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.18); }
.card-logo:before {
    content: '';
    display: block;
    padding-top: 100%; }
.card-logo__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.card-logo__main, .card-logo__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
.card-logo__main {
    height: 75%; }
.card-logo__footer {
    height: 25%; }
.card-logo__image--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
.card-logo__image--contain {
    max-width: 100%;
    max-height: 100%; }
.card-logo .badge {
    position: absolute;
    right: 0;
    bottom: 0.9375rem; }
.card-exhibitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer; }
.card-exhibitor__icon-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #a4a4a4;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media screen and (max-width: 666px) {
      .card-exhibitor__icon-placeholder {
        width: 1.875rem;
        height: 1.875rem; } }
@media screen and (min-width: 667px) {
      .card-exhibitor__icon-placeholder {
        width: 3.125rem;
        height: 3.125rem; } }
.card-exhibitor__inner {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.9375rem; }
.card-exhibitor__image {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    position: relative; }
.card-exhibitor__image:before {
      content: '';
      display: block;
      padding-top: 60%; }
.card-exhibitor__brand {
    display: block;
    font-size: 0.875rem; }
.card-exhibitor__label-booth {
    margin-top: 1.25rem; }
.card-exhibitor__spacer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
.card-exhibitor__booth {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500; }
.card-exhibitor__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-top: 0.625rem; }
.card-exhibitor__badge + .card-exhibitor__inner {
      margin-top: -0.9375rem; }
.card-exhibitor label {
    color: #a4a4a4; }
.card-novelty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
@media screen and (max-width: 666px) {
    .card-novelty:not(.card-novelty--hero) p {
      font-size: 0.875rem; } }
.card-novelty__inner {
    padding: 0.625rem; }
@media screen and (min-width: 667px) {
      .card-novelty__inner {
        padding: 0.9375rem; } }
.card-novelty__inner {
    position: relative; }
.card-novelty__inner > *:first-child {
      margin-top: 0; }
.card-novelty__inner > *:last-child {
      margin-bottom: 0; }
.card-novelty__wrapper-image {
    width: 100%;
    position: relative; }
.card-novelty__wrapper-image:before {
      content: '';
      display: block;
      padding-top: 60%; }
.card-novelty__image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: calc(100% - 1.25rem);
    max-height: calc(100% - 1.25rem);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
@media screen and (min-width: 667px) {
      .card-novelty__image {
        max-width: calc(100% - 1.875rem);
        max-height: calc(100% - 1.875rem); } }
.card-novelty__wrapper-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0.625rem; }
@media screen and (max-width: 666px) {
    .card-novelty--hero {
      -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); } }
@media screen and (min-width: 667px) {
    .card-novelty--hero {
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.card-novelty--hero .card-novelty__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0.9375rem; }
@media screen and (max-width: 666px) {
      .card-novelty--hero .card-novelty__inner {
        padding-right: 40%; } }
@media screen and (min-width: 667px) {
      .card-novelty--hero .card-novelty__inner {
        width: 33%; } }
.card-novelty--hero .card-novelty__wrapper-badge {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
.card-novelty--hero .card-novelty__wrapper-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.card-novelty--hero .badge {
    position: absolute;
    top: 0.9375rem;
    right: 0; }
@media screen and (min-width: 1024px) {
      .card-novelty--hero .badge {
        top: 1.5625rem; } }
.card-novelty--hero .card__watchlist {
    right: auto;
    left: 1.25rem; }
.card-novelty--hero .card__label-premium {
    top: auto;
    right: 0.9375rem;
    bottom: 0.625rem; }
.card-novelty__hall-booth-label {
    color: #a4a4a4;
    font-size: 0.875rem;
    margin-top: 1.25rem; }
.card-novelty__hall-booth {
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1rem; }
.card-best-bike {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
@media screen and (min-width: 667px) {
    .card-best-bike {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.card-best-bike__inner {
    padding: 0.9375rem; }
.card-best-bike__wrapper-image {
    width: 100%;
    position: relative; }
.card-best-bike__wrapper-image:before {
      content: '';
      display: block;
      padding-top: 60%; }
.card-best-bike__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
.card-best-bike .button {
    margin-top: 1.25rem; }
@media screen and (min-width: 667px) {
      .card-best-bike .button {
        margin-top: 1.875rem; } }
.card-best-bike .badge {
    position: absolute;
    top: 0.9375rem;
    right: 0; }
@media screen and (min-width: 1024px) {
      .card-best-bike .badge {
        top: 1.5625rem; } }
.card-best-bike {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
@media screen and (max-width: 666px) {
    .card-best-bike:not(.card-novelty--hero) p {
      font-size: 0.875rem; } }
.card-best-bike__inner {
    padding: 0.625rem; }
@media screen and (min-width: 667px) {
      .card-best-bike__inner {
        padding: 0.9375rem; } }
.card-best-bike__inner {
    position: relative; }
.card-best-bike__inner > *:first-child {
      margin-top: 0; }
.card-best-bike__inner > *:last-child {
      margin-bottom: 0; }
.card-best-bike__wrapper-image {
    width: 100%;
    position: relative; }
.card-best-bike__wrapper-image:before {
      content: '';
      display: block;
      padding-top: 60%; }
.card-best-bike__image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: calc(100% - 1.25rem);
    max-height: calc(100% - 1.25rem);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
@media screen and (min-width: 667px) {
      .card-best-bike__image {
        max-width: calc(100% - 1.875rem);
        max-height: calc(100% - 1.875rem); } }
@media screen and (max-width: 666px) {
    .card-best-bike--hero {
      -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); } }
@media screen and (min-width: 667px) {
    .card-best-bike--hero {
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.card-best-bike--hero .card-novelty__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0.9375rem; }
@media screen and (max-width: 666px) {
      .card-best-bike--hero .card-novelty__inner {
        padding-right: 40%; } }
@media screen and (min-width: 667px) {
      .card-best-bike--hero .card-novelty__inner {
        width: 33%; } }
.card-best-bike--hero .card-novelty__wrapper-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer; }
.card-media--modal .card-media__wrapper-image {
    background-color: #000; }
.card-media--modal .card-media__image {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
.card-media--video * {
    pointer-events: none; }
.card-media--video .button {
    pointer-events: auto; }
.card-media__icon-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #a4a4a4;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media screen and (max-width: 666px) {
      .card-media__icon-placeholder {
        width: 1.875rem;
        height: 1.875rem; } }
@media screen and (min-width: 667px) {
      .card-media__icon-placeholder {
        width: 3.125rem;
        height: 3.125rem; } }
.card-media__wrapper-image {
    width: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
    position: relative; }
.card-media__wrapper-image:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
.card-media__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
.card-media__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.9375rem; }
.card-media__inner > *:first-child {
      margin-top: 0; }
.card-media__inner > *:last-child {
      margin-bottom: 0; }
.card-media__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto; }
.card-media__footer-right {
    margin-left: auto; }
.card-media__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.card-media__date {
    margin-right: auto;
    color: #a4a4a4; }
.card-media__button-close {
    position: absolute;
    right: 0;
    top: 0; }
.card-media__iframe-vimeo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
.card-media__icon-type {
    width: 1.5625rem;
    height: 1.5625rem; }
.card-media__icon-resize {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    stroke: #fff;
    stroke-width: 2px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); }
@media screen and (min-width: 667px) {
  .card-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.card-event__header, .card-event__content {
  padding: 0.9375rem; }
@media screen and (min-width: 667px) {
    .card-event__header, .card-event__content {
      padding: 1.25rem; } }
.card-event__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #202a32;
  background-color: #fdc400;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
@media screen and (min-width: 667px) {
    .card-event__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.card-event__time {
  margin-bottom: 0; }
.card-event__title {
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
.card-event__desc {
  font-size: 0.875rem; }
.card-event__lineup > *:first-child {
  margin-top: 0; }
.card-event__lineup > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 667px) {
  .card-event__lineup {
    margin-bottom: 0.625rem; } }
.card-event__spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
.card-event__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 666px) {
    .card-event__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: auto; } }
@media screen and (min-width: 667px) {
    .card-event__buttons {
      margin-top: auto; } }
.card-event__wrapper-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media screen and (min-width: 667px) {
    .card-event__wrapper-logo {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 0.625rem 0; } }
.card-event__logo {
  max-width: 150px;
  max-height: 150px; }
.card-event__content > *:first-child {
  margin-top: 0; }
.card-event__content > *:last-child {
  margin-bottom: 0; }
.card-event__content a {
  display: block; }
.card-event__watchlist .watchlist__icon--active {
  color: #202a32;
  stroke: #202a32; }
.card-event-date {
  color: #fff;
  background-color: #202a32;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 500; }
@media screen and (max-width: 666px) {
    .card-event-date {
      font-size: 1.25rem; } }
@media screen and (min-width: 667px) {
    .card-event-date {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0.625rem 0; } }
@media screen and (max-width: 666px) {
    .card-event-date__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
@media screen and (max-width: 666px) {
    .card-event-date__date {
      margin-left: 0.3125rem; } }
@media screen and (min-width: 667px) {
    .card-event-date__date {
      font-size: 2.5rem; } }
.card-page {
  padding: 1.25rem; }
.card-page h4,
  .card-page p {
    word-break: break-all; }
.card-page__marked {
    color: #e2007a; }
.card-page:hover .card-page__url {
    color: #e2007a; }
.card-page__url {
    color: #a4a4a4;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
.card-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.card-page__header > *:first-child {
      margin-top: 0; }
.card-page__header > *:last-child {
      margin-bottom: 0; }
.card-page__label {
    margin-left: auto;
    padding-left: 0.625rem; }
.card-press {
  position: relative;
  cursor: pointer;
  padding: 1.875rem; }
.card-press__time {
    color: #a4a4a4; }
.card-press__content {
    width: 80%; }
.card-press__tags {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.9375rem;
    color: #a4a4a4; }
.card-press__bookmark {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0.9375rem; }
.card-press__exhibitor {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.9375rem;
    color: #a4a4a4; }
.press-detail__content > * {
  margin: 1.875rem 0; }
.press-detail__content img {
  width: 100%;
  margin: 1.875rem 0; }
.press-detail__footer > * {
  margin: 1.25rem 0; }
.press-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a4a4a4; }
.press-detail__tags > * {
    margin-right: 1.875rem; }
.press-detail__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.press-detail__download .button__icon {
    margin-right: 1.875rem;
    color: #e2007a; }
.card-job {
  position: relative;
  cursor: pointer;
  padding: 1.875rem; }
.card-job__time {
    color: #a4a4a4; }
.card-job__content {
    width: 80%; }
.card-job__tags {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.9375rem;
    color: #a4a4a4; }
.card-job__bookmark {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0.9375rem; }
.card-job__exhibitor {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.9375rem;
    color: #a4a4a4; }
.press-detail__content > * {
  margin: 1.875rem 0; }
.press-detail__content img {
  width: 100%;
  margin: 1.875rem 0; }
.press-detail__footer > * {
  margin: 1.25rem 0; }
.press-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a4a4a4; }
.press-detail__tags > * {
    margin-right: 1.875rem; }
.press-detail__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.press-detail__download .button__icon {
    margin-right: 1.875rem;
    color: #e2007a; }
.card-page-watchlist {
  position: relative;
  padding: 1.25rem; }
.card-award {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
@media screen and (max-width: 666px) {
    .card-award:not(.card-novelty--hero) p {
      font-size: 0.875rem; } }
.card-award__inner {
    padding: 0.625rem; }
@media screen and (min-width: 667px) {
      .card-award__inner {
        padding: 0.9375rem; } }
.card-award__inner {
    position: relative; }
.card-award__inner > *:first-child {
      margin-top: 0; }
.card-award__inner > *:last-child {
      margin-bottom: 0; }
.card-award__wrapper-image {
    width: 100%;
    position: relative; }
.card-award__wrapper-image:before {
      content: '';
      display: block;
      padding-top: 60%; }
.card-award__image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: calc(100% - 1.25rem);
    max-height: calc(100% - 1.25rem);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
@media screen and (min-width: 667px) {
      .card-award__image {
        max-width: calc(100% - 1.875rem);
        max-height: calc(100% - 1.875rem); } }
@media screen and (max-width: 666px) {
    .card-award--hero {
      -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24); } }
@media screen and (min-width: 667px) {
    .card-award--hero {
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.card-award--hero .card-novelty__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0.9375rem; }
@media screen and (max-width: 666px) {
      .card-award--hero .card-novelty__inner {
        padding-right: 40%; } }
@media screen and (min-width: 667px) {
      .card-award--hero .card-novelty__inner {
        width: 33%; } }
.card-award--hero .card-novelty__wrapper-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
.card-award__badges {
    position: absolute;
    right: 0.625rem;
    top: 0;
    z-index: 2; }
@media screen and (min-width: 667px) {
      .card-award__badges {
        right: 0.9375rem; } }
.card-award__badge {
    width: 25px; }
@media screen and (min-width: 667px) {
      .card-award__badge {
        width: 45px; } }
.card-award__badge + .card-award__badge {
      margin-left: 0.3125rem; }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
.nav-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }
@media screen and (max-width: 1023px) {
    .nav-breadcrumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: #fff;
      padding: 0.625rem 0 0.9375rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
@media screen and (min-width: 1024px) {
    .nav-breadcrumb {
      display: none; } }
@media screen and (max-width: 1023px) {
    .nav-breadcrumb__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
.nav-breadcrumb__icon {
    width: 0.625rem;
    height: 0.625rem; }
@media screen and (max-width: 1023px) {
    .nav-breadcrumb__button {
      color: #fff;
      line-height: 1;
      text-decoration: none;
      padding: 0.3125rem 0; }
      .nav-breadcrumb__button + .nav-breadcrumb__icon {
        margin: 0 0.625rem; } }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
.nav-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
@media screen and (max-width: 1023px) {
    .nav-categories {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media screen and (min-width: 1024px) {
    .nav-categories {
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; } }
@media screen and (min-width: 1024px) {
    .nav-categories__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .nav-categories__item:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
.nav-categories__button, .nav-categories__button-search {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 0.3125rem;
    -webkit-transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
    transition: border-color 0.2s ease-out, background-color 0.2s ease-out; }
@media screen and (max-width: 1023px) {
      .nav-categories__button, .nav-categories__button-search {
        height: 60px;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        font-size: 1.25rem;
        color: #fff;
        font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
        font-weight: 500; } }
@media screen and (min-width: 1024px) {
      .nav-categories__button, .nav-categories__button-search {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        color: #202a32;
        text-transform: uppercase;
        font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
        font-weight: 500; }
        li:first-child .nav-categories__button, li:first-child .nav-categories__button-search {
          padding-left: 0; }
        .nav-categories__button:after, .nav-categories__button-search:after {
          position: absolute;
          bottom: -4px;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #202a32;
          content: '';
          -webkit-transition: -webkit-transform .15s ease-out;
          transition: -webkit-transform .15s ease-out;
          transition: transform .15s ease-out;
          transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
        .nav-categories__button:hover:after, .nav-categories__button--opened:after, .nav-categories__button-search:hover:after, .nav-categories__button-search--opened:after {
          -webkit-transform: translate3d(0, -100%, 0);
                  transform: translate3d(0, -100%, 0); } }
.nav-categories__button--active, .nav-categories__button-search--active {
      color: #e2007a; }
@media screen and (max-width: 1023px) {
    .nav-categories__label-search {
      margin-left: 0.9375rem;
      text-transform: uppercase; } }
@media screen and (min-width: 1024px) {
    .nav-categories__label-search {
      display: none; } }
.nav-categories__button-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.625rem; }
.nav-categories__button-search .icon {
      display: block;
      stroke-width: 1px; }
@media screen and (max-width: 1023px) {
      .nav-categories__button-search .icon {
        width: 1.25rem;
        height: 1.25rem;
        stroke: #fff; } }
@media screen and (min-width: 1024px) {
      .nav-categories__button-search {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .nav-categories__button-search .icon {
          display: block;
          width: 0.9375rem;
          height: 0.9375rem;
          stroke: #202a32;
          stroke-width: 1px; } }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
.nav-flyout {
  color: #fff; }
@media screen and (max-width: 1023px) {
    .nav-flyout {
      padding-left: 1.25rem; } }
@media screen and (min-width: 1024px) {
    .nav-flyout {
      position: absolute;
      left: 50%;
      bottom: -6px;
      min-width: 12.5rem;
      background-color: #202a32;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      z-index: 2; } }
.nav-flyout__list {
    list-style: none;
    margin: 0;
    padding: 0; }
@media screen and (max-width: 1023px) {
    .nav-flyout__item {
      width: 100%; } }
.nav-flyout__icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.9375rem; }
.nav-flyout__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0.625rem 0;
    color: #fff;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 200; }
@media screen and (min-width: 1024px) {
      .nav-flyout__link {
        padding: 0.625rem 1.25rem; } }
.nav-flyout__link:hover {
      color: #fdc400; }
.nav-flyout__link:active {
      color: #e2007a; }
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
.nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 101;
  background-color: #fdc400; }
@media screen and (max-width: 1023px) {
    .nav {
      top: 0; } }
@media screen and (min-width: 1024px) {
    .nav {
      top: -80px; } }
@media screen and (min-width: 1024px) {
    .nav {
      padding-right: 6.25rem; } }
@media screen and (min-width: 1200px) {
    .nav {
      padding-right: 12.5rem; } }
@media screen and (max-width: 1023px) {
    .nav__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.nav__touch-header {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    z-index: 10; }
.nav__button-back, .nav__button-close {
    color: #fdc400; }
.nav__button-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
.nav__button-back {
    position: absolute;
    left: 0;
    top: 0; }
@media screen and (max-width: 1023px) {
    .nav__wrapper-touch {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      max-width: 420px;
      overflow: hidden;
      background-color: #202a32;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
      -webkit-transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
      transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
      transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1);
      transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1); }
      .nav__wrapper-touch--opened {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
@media screen and (max-width: 1023px) {
    .nav__header-buttons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 420px;
      height: 100%;
      padding-top: 3.125rem;
      padding-bottom: 6.25rem;
      background-color: #202a32;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      overflow-y: scroll; }
      .nav__wrapper-touch--opened .nav__header-buttons {
        -webkit-transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1); }
      [touch-level="groups"] .nav__header-buttons,
      [touch-level="pages"] .nav__header-buttons {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0); } }
@media screen and (max-width: 1023px) {
    .nav__header-buttons-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.nav__date {
    display: block;
    color: #e2007a;
    font-weight: 550;
    position: absolute; }
@media screen and (max-width: 1023px) {
      .nav__date {
        font-size: 0.65rem;
        right: 0rem;
        top: 1.5rem; } }
@media screen and (min-width: 1024px) {
      .nav__date {
        font-size: 0.65rem;
        right: 0.5rem;
        top: 4.5rem; } }
@media screen and (min-width: 1200px) {
      .nav__date {
        font-size: 0.89rem;
        right: 1.5rem; } }
@media screen and (min-width: 1400px) {
      .nav__date {
        font-size: 1.15rem;
        right: 1.1rem; } }
@media screen and (min-width: 1920px) {
      .nav__date {
        right: 6.25rem !important; } }
.nav__logo-eurobike-right {
    display: block; }
@media screen and (max-width: 1023px) {
      .nav__logo-eurobike-right {
        float: right;
        width: 9rem;
        height: 2rem; } }
@media screen and (min-width: 1024px) {
      .nav__logo-eurobike-right {
        position: absolute;
        top: 2.5rem;
        right: 0.5rem;
        width: 9rem;
        height: 3rem; } }
@media screen and (min-width: 1200px) {
      .nav__logo-eurobike-right {
        right: 1.5625rem;
        width: 12rem;
        height: 3rem;
        top: 2rem; } }
@media screen and (min-width: 1400px) {
      .nav__logo-eurobike-right {
        right: 1.125rem;
        width: 16rem; } }
@media screen and (min-width: 1920px) {
      .nav__logo-eurobike-right {
        right: 6.25rem; } }
.nav__logo-eurobike-left {
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09); }
@media screen and (max-width: 1023px) {
      .nav__logo-eurobike-left {
        float: left;
        padding: 0.5rem;
        width: 3.125rem;
        height: 3.125rem; } }
@media screen and (min-width: 1024px) {
      .nav__logo-eurobike-left {
        position: absolute;
        top: 3.35rem;
        left: 0.5rem;
        width: 2.875rem;
        height: 2.875rem; } }
@media screen and (min-width: 1200px) {
      .nav__logo-eurobike-left {
        top: 3rem;
        left: 0.625rem;
        width: 3.125rem;
        height: 3.125rem; } }
@media screen and (min-width: 1400px) {
      .nav__logo-eurobike-left {
        top: 2.55rem;
        left: 1rem;
        width: 4.55rem;
        height: 4.55rem; } }
@media screen and (min-width: 1920px) {
      .nav__logo-eurobike-left {
        left: 6.25rem; } }
.nav__dropdown {
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    overflow: hidden; }
@media screen and (max-width: 1023px) {
      .nav__dropdown {
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 420px;
        height: 100%; }
        .nav__dropdown > .center {
          width: 100%; }
        [touch-level="groups"] .nav__dropdown,
        [touch-level="pages"] .nav__dropdown {
          pointer-events: auto; } }
@media screen and (min-width: 1024px) {
      .nav__dropdown {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0.9375rem 0;
        background-color: #202a32;
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); } }
@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .nav__dropdown--toolbar-enabled {
      padding-right: 6.25rem; } }
@media screen and (min-width: 1024px) and (min-width: 1200px) {
    .nav__dropdown--toolbar-enabled {
      padding-right: 12.5rem; } }
@media screen and (min-width: 1024px) {
        .nav__dropdown--opened {
          pointer-events: auto;
          opacity: 1; } }
@media all and (-ms-high-contrast: none) {
      .nav__dropdown {
        top: 140px;
        bottom: auto;
        -webkit-transform: none;
                transform: none;
        z-index: 900; } }
@supports (-ms-ime-align: auto) {
      .nav__dropdown {
        top: 140px;
        bottom: auto;
        -webkit-transform: none;
                transform: none;
        z-index: 900; } }
.nav__dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media screen and (max-width: 1023px) {
    .nav__container-sub {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 420px;
      padding: 60px 1.25rem;
      background-color: #202a32;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      opacity: 0; }
      .nav__wrapper-touch--opened .nav__container-sub {
        -webkit-transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1);
        transition: transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1), opacity 0.65s cubic-bezier(0.51, 0.39, 0.27, 1), -webkit-transform 0.45s cubic-bezier(0.51, 0.39, 0.27, 1); } }
@media screen and (max-width: 1023px) {
    [touch-level="groups"] .nav__container-sub--groups {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    [touch-level="pages"] .nav__container-sub--groups {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }
@media screen and (min-width: 1024px) {
    .nav__container-sub--groups {
      border-right: 2px solid transparent;
      -webkit-transition: border-color .3s ease-out;
      transition: border-color .3s ease-out; } }
.nav__container-sub--group-opened {
    border-color: rgba(253, 196, 0, 0.5); }
@media screen and (max-width: 1023px) {
    [touch-level="pages"] .nav__container-sub--pages {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }
@media screen and (min-width: 1024px) {
    .nav__container-sub--pages {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
.nav-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 1023px) {
    .nav-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      margin-top: 1.25rem;
      padding: 1.25rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2); } }
@media screen and (min-width: 1024px) {
    .nav-meta {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 80px;
      padding: 0 0 20px 0; } }
.nav-meta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
@media screen and (max-width: 1023px) {
      .nav-meta__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
@media screen and (min-width: 1024px) {
    .nav-meta__item {
      position: relative; }
      .nav-meta__item + .nav-meta__item {
        margin-left: 1.875rem; } }
.nav-meta__button {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 400; }
@media screen and (max-width: 1023px) {
      .nav-meta__button {
        height: 60px;
        line-height: 60px;
        color: #fff;
        -webkit-font-smoothing: antialiased; }
        .nav-meta__button:active {
          color: #fdc400; } }
@media screen and (min-width: 1024px) {
      .nav-meta__button {
        color: #202a32; }
        .nav-meta__button:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -6px;
          width: 100%;
          height: 4px;
          background-color: #202a32;
          opacity: 0; }
        .nav-meta__button:hover, .nav-meta__button--active {
          color: #e2007a; }
        .nav-meta__button--active:after {
          opacity: 1; } }
.nav-meta__button--active .icon:last-child {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
.nav-meta__button span {
      margin: 0 0.625rem; }
.nav-meta__button .icon {
      width: 0.9375rem;
      height: 0.9375rem;
      vertical-align: middle; }
@media screen and (max-width: 1023px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.125rem;
    height: 3.125rem; }
    .nav__button-toggle .icon, .nav__button-back .icon, .nav__button-close .icon {
      width: 60%;
      height: 60%; } }
@media screen and (min-width: 1024px) {
  .nav__button-toggle, .nav__button-back, .nav__button-close {
    display: none; } }
@media screen and (min-width: 1024px) {
  .nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.nav-sub__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem; }
@media screen and (min-width: 1024px) {
    .nav-sub__list {
      padding-left: 6.25rem; } }
@media screen and (max-width: 1023px) {
    .nav-sub__list--second {
      margin-top: 0; } }
@media screen and (min-width: 1024px) {
    .nav-sub__list--second {
      padding-top: 45px; } }
.nav-sub__item {
  position: relative; }
@media screen and (max-width: 1023px) {
    .nav-sub__item--more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
.nav-sub__button {
  display: block;
  padding: 0 0.625rem 0 0;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
  font-weight: 400; }
@media screen and (max-width: 1023px) {
    .nav-sub__button {
      width: 100%; } }
@media screen and (min-width: 1024px) {
    .nav-sub__item--more .nav-sub__button {
      padding-right: 6.25rem; }
    .nav-sub__button:hover {
      color: #fdc400; } }
.nav-sub__button--overview {
    text-transform: uppercase;
    color: #fdc400;
    font-family: SuitcaseTypeFoundry, Verdana, sans-serif;
    font-weight: 500; }
.nav-sub__button--overview:hover {
      color: #e2007a; }
@media screen and (min-width: 1024px) {
  .nav-sub__label {
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, transform 0.2s ease-out;
    transition: color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .nav-sub__item--opened .nav-sub__label {
      color: #fdc400;
      -webkit-transform: translateX(0.3125rem);
              transform: translateX(0.3125rem); } }
.nav-sub__arrow {
  color: #fdc400;
  background-color: #202a32;
  height: 13px;
  width: 7px;
  margin: -0.4rem 0 0 0.3125rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
@media screen and (max-width: 1023px) {
    .nav-sub__arrow {
      height: 0.625rem;
      width: 0.625rem;
      margin-left: 0.9375rem;
      stroke: #fff; } }
@media screen and (min-width: 1024px) {
    .nav-sub__arrow {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate3d(-3.125rem, 0, 0);
              transform: translate3d(-3.125rem, 0, 0);
      vertical-align: text-top; }
      .nav-sub__button:hover .nav-sub__arrow {
        -webkit-transform: translate3d(-1.25rem, 0, 0);
                transform: translate3d(-1.25rem, 0, 0); }
      .nav-sub__item--opened .nav-sub__arrow,
      .nav-sub__item--opened .nav-sub__button:hover .nav-sub__arrow {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
        color: #fdc400; } }
@media screen and (max-width: 666px) {
  .v--modal-overlay .v--modal-box {
    left: 1.25rem !important;
    width: calc(100vw - 2.5rem) !important; } }
.v--modal-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important; }
.modal-iframe {
  height: 90vh; }
.modal-iframe__button-close {
    position: absolute;
    right: 0;
    top: 0; }
.modal-iframe .demo-area {
    width: 100%;
    height: 100%; }
.modal-iframe .demo-area iframe {
      width: 100%;
      height: 100%; }
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
