/* -------------------------------------------- */
/* Goethe Checkout engine */
/* tt Version: 14 */
/* Junidas Version: 2023-06-06 */
/* -------------------------------------------- */

/* !-------------------------------------------- */
/* !MEDIA: PRINTING ONLY */
/* !-------------------------------------------- */

/**
 * Responsive breakpoints used by include-media vendor library.
 */
@media print and (color) {
  .cs-checkout--final * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; } }

/* --- NEW: Global fix - fallback for all custom fonts when unsupported Asian languages are used */
@media print {
    body.cs-checkout-page#asian .cs-checkout--final, 
    body.cs-checkout-page#asian .cs-checkout--final * {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: revert;
    }
}

@media print {
  .cs-checkout--final .cookiebanner {
    display: none; }
  .cs-checkout--final .cs-checkout__print {
    display: block; }
  .cs-checkout--final .cs-final__headline-span {
    padding-bottom: 20px !important;
    display: inline-block; }
  .cs-checkout--final .cs-checkout__title,
  .cs-checkout--final .cs-checkout__bg,
  .cs-checkout--final .cs-checkout__close,
  .cs-checkout--final .cs-checkout__top,
  .cs-checkout--final .cs-checkout__progress-bar,
  .cs-checkout--final .cs-final,
  .cs-checkout--final .cs-footer {
    display: none; }
  .cs-checkout--final .cs-summary__subheadline,
  .cs-checkout--final .cs-headline,
  .cs-checkout--final .cs-layer__text,
  .cs-checkout--final .cs-order__left-headline,
  .cs-checkout--final .cs-order__price,
  .cs-checkout--final .cs-registration-details__label {
    font-family: 'ClanWebPro-NarrMedium', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .cs-checkout--final .cs-summary__detail {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    padding-left: 0;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .cs-checkout--final .cs-input {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 100% !important;
    padding-top: 10px !important; }
  .cs-checkout--final .cs-input__label {
    display: inline-block !important;
    white-space: normal;
    font-size: 10pt;
    padding-right: 10px;
    width: 180px !important;
    padding-top: 0 !important; }
  .cs-checkout--final .cs-input__text {
    padding-top: 0 !important; }
  .cs-checkout--final .cs-input__control, .cs-checkout--final .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-checkout--final .cs-form__fieldset {
    min-width: 270px;
    width: auto !important;
    padding-top: 0 !important; }
  .cs-checkout--final .cs-order__right-text {
    max-width: 600px !important;
    margin-top: 10px; }
  .cs-checkout--final .cs-order,
  .cs-checkout--final .cs-total--printable-summary {
    background-color: #f1f2f1 !important; }
  .cs-checkout--final .cs-order__section-right {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%; }
    .cs-checkout--final .cs-order__section-right--exam-summary {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%;
      width: 100% !important; }
  
  .cs-checkout--final .cs-headline,
  .cs-checkout--final .cs-layer__text {
    font-size: 20pt;
    font-weight: normal; }
    .cs-checkout--final .cs-headline--size_1 {
      font-size: 22pt;
      font-weight: normal; }
  .cs-checkout--final .cs-summary {
    display: block;
    border-bottom: none;
    width: 100% !important; }
    .cs-checkout--final .cs-summary:after {
      content: "";
      display: table;
      clear: both; }
  .cs-checkout--final .cs-summary__box {
    padding-right: 0 !important;
    width: 50% !important;
    float: left;
    box-sizing: border-box; }
    .cs-checkout--final .cs-summary__box:nth-child(2) {
      height: auto;
      border-bottom: none !important;
      float: left; }
  .cs-checkout--final .cs-form__section {
    width: 100% !important; }
  .cs-checkout--final .cs-checkout__summary-headline,
  .cs-checkout--final .cs-summary-headline {
    padding-left: 0 !important;
    font-size: 18pt;
    font-weight: normal; }
  .cs-checkout--final .cs-registration-details__wrapper {
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0; }
  .cs-checkout--final .cs-registration-details--printable-summary {
    margin-bottom: 20px; }
  .cs-checkout--final .cs-order {
    display: block;
    width: 100%; }
    .cs-checkout--final .cs-order:after {
      content: "";
      display: table;
      clear: both; }
    .cs-checkout--final .cs-order .cs-order__section-left {
      width: 70%;
      float: left; }
    .cs-checkout--final .cs-order .cs-order__section-right {
      width: 30%;
      float: right;
      text-align: right; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__right-headline {
        width: 100%;
        display: block;
        text-align: right; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__price {
        padding-left: 0 !important;
        display: block;
        width: 100%;
        text-align: right; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__exam-headline {
        text-align: left; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__exam-summary-icons {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__exam-summary-type {
        min-width: 100px;
        max-width: 100px; }
        .cs-checkout--final .cs-order .cs-order__section-right .cs-order__exam-summary-type a {
          display: none; }
      .cs-checkout--final .cs-order .cs-order__section-right .cs-order__exam-summary-icons {
        min-width: 100px;
        max-width: unset; } }

@media print {
  .cs-checkout--final-youth-course .cs-summary-headline__link,
  .cs-checkout--final-youth-course .cs-link--pencil,
  .cs-checkout--final-youth-course .cs-link--pencil-odp,
  .cs-checkout--final-youth-course .cs-order__headline-inner {
    display: none; }
  .cs-checkout--final-youth-course .cs-headline--size_3, .cs-checkout--final-youth-course .cs-form__section--info .cs-form__fieldset-headline, .cs-form__section--info .cs-checkout--final-youth-course .cs-form__fieldset-headline, .cs-checkout--final-youth-course .cs-login__headline {
    font-size: 18px;
    padding-bottom: 0;
    margin: 0; }
  .cs-checkout--final-youth-course .cs-order__right-text {
    margin-right: 0; }
  .cs-checkout--final-youth-course .cs-summary__box--wide {
    width: 100% !important; } }

@media print {
  .cs-checkout-page .lpName,
  .cs-checkout-page .lpName span {
    font-size: 20pt;
    font-weight: normal; }
  .cs-checkout-page .giClaim,
  .cs-checkout-page .giClaim p {
    font-size: 13pt;
    font-weight: normal; }
  .cs-checkout-page .masthead .container,
  .cs-checkout-page .cs-checkout__inner {
    padding: 0;
    margin: 0; } }


/* !-------------------------------------------- */
/* !LAYOUT: RTL languages */
/* !-------------------------------------------- */

/**
 * Responsive breakpoints used by include-media vendor library.
 */
html[dir=rtl] .cs-button--arrow_next,
body[dir=rtl] .cs-button--arrow_next {
  padding: 0 10px 0 30px; }
  html[dir=rtl] .cs-button--arrow_next .cs-button__icon,
  body[dir=rtl] .cs-button--arrow_next .cs-button__icon {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: 5px;
    right: auto; }

html[dir=rtl] .cs-button--arrow_prev,
body[dir=rtl] .cs-button--arrow_prev {
  padding: 0 30px 0 10px; }
  html[dir=rtl] .cs-button--arrow_prev .cs-button__icon,
  body[dir=rtl] .cs-button--arrow_prev .cs-button__icon {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: auto;
    right: 5px; }

html[dir=rtl] .cs-button--coupon-code .cs-button__icon,
body[dir=rtl] .cs-button--coupon-code .cs-button__icon {
  top: 30%; }

html[dir=rtl] .cs-button--coupon-code,
body[dir=rtl] .cs-button--coupon-code {
  left: 3px;
  right: auto; }

html[dir=rtl] .cs-button--remove-coupon-code,
body[dir=rtl] .cs-button--remove-coupon-code {
  left: 1px;
  right: auto; }

html[dir=rtl] .cs-progress-bar__text:before,
body[dir=rtl] .cs-progress-bar__text:before {
  border-right: 16px solid #fff;
  border-left: none;
  right: 100%;
  left: auto; }

html[dir=rtl] .cs-progress-bar__text:after,
body[dir=rtl] .cs-progress-bar__text:after {
  border-right: 16px solid #c9cdcf;
  border-left: none;
  right: 98%;
  left: auto; }

html[dir=rtl] .cs-progress-bar__step,
body[dir=rtl] .cs-progress-bar__step {
  padding-right: 22px;
  padding-left: 0; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-progress-bar__step,
    body[dir=rtl] .cs-progress-bar__step {
      padding-right: 27px; } }
  html[dir=rtl] .cs-progress-bar__step--active .cs-progress-bar__text:after,
  body[dir=rtl] .cs-progress-bar__step--active .cs-progress-bar__text:after {
    border-right-color: #a0c814; }
  html[dir=rtl] .cs-progress-bar__step--completed .cs-progress-bar__text:after,
  body[dir=rtl] .cs-progress-bar__step--completed .cs-progress-bar__text:after {
    border-right-color: #788287; }

html[dir=rtl] .cs-footer__list,
body[dir=rtl] .cs-footer__list {
  padding-right: 0; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-footer__list,
    body[dir=rtl] .cs-footer__list {
      padding-right: 0;
      padding-left: 2.5rem;
      text-align: right; } }

html[dir=rtl] .cs-order__left-headline,
body[dir=rtl] .cs-order__left-headline {
  font-weight: 700;
  font-size: 1.2rem; }

html[dir=rtl] .cs-order__section-right,
body[dir=rtl] .cs-order__section-right {
  padding: 0 20px 20px 20px; }

html[dir=rtl] .cs-order__right-text,
body[dir=rtl] .cs-order__right-text {
  padding-right: 0;
  padding-left: 50px; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-order__right-text,
    body[dir=rtl] .cs-order__right-text {
      margin-right: 0;
      margin-left: 0.65rem; } }

html[dir=rtl] .cs-order__more,
body[dir=rtl] .cs-order__more {
  right: auto;
  left: 0; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-order__exam-details,
  body[dir=rtl] .cs-order__exam-details {
    padding-left: 100px;
    padding-right: 0; } }

html[dir=rtl] .cs-order__exam-details + .cs-form__section .cs-input__label,
body[dir=rtl] .cs-order__exam-details + .cs-form__section .cs-input__label {
  padding: 0; }

html[dir=rtl] .cs-order__exam-summary-icons,
body[dir=rtl] .cs-order__exam-summary-icons {
  margin-right: 0;
  margin-left: 10px; }

html[dir=rtl] .cs-order__exam-summary-icon,
body[dir=rtl] .cs-order__exam-summary-icon {
  margin-right: 0;
  margin-left: 5px; }
  html[dir=rtl] .cs-order__exam-summary-icon:only-child,
  body[dir=rtl] .cs-order__exam-summary-icon:only-child {
    margin-right: auto; }

html[dir=rtl] .cs-order__exam-summary-type,
body[dir=rtl] .cs-order__exam-summary-type {
  text-align: right;
  margin-left: 10px;
  margin-right: 0; }

html[dir=rtl] .cs-order__exam-headline,
body[dir=rtl] .cs-order__exam-headline {
  text-align: right; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-order__language,
  body[dir=rtl] .cs-order__language {
    margin-right: 0;
    margin-left: 150px; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-order__timezone,
  body[dir=rtl] .cs-order__timezone {
    margin-right: 0;
    margin-left: 0; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-order__language .cs-input,
  body[dir=rtl] .cs-order__language .cs-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-order__timezone .cs-input,
  body[dir=rtl] .cs-order__timezone .cs-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-input,
  body[dir=rtl] .cs-input {
    padding: 6px 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

html[dir=rtl] .cs-input__input,
body[dir=rtl] .cs-input__input {
  direction: rtl; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-input__label,
  body[dir=rtl] .cs-input__label {
    padding-left: 10px; } }

html[dir=rtl] .cs-input__pass,
body[dir=rtl] .cs-input__pass {
  left: -8px;
  right: auto; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-input__pass,
    body[dir=rtl] .cs-input__pass {
      left: -20px;
      right: auto; } }

html[dir=rtl] .cs-input__floating-label,
body[dir=rtl] .cs-input__floating-label {
  right: 15px;
  left: auto; }

html[dir=rtl] .cs-input__pass--coupon-code,
body[dir=rtl] .cs-input__pass--coupon-code {
  left: -6px;
  right: auto; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-input__pass--coupon-code,
    body[dir=rtl] .cs-input__pass--coupon-code {
      left: -35px;
      right: auto; } }

html[dir=rtl] .cs-html-select__trigger-caret,
body[dir=rtl] .cs-html-select__trigger-caret {
  left: 0;
  right: auto; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-html-select__trigger-caret,
    body[dir=rtl] .cs-html-select__trigger-caret {
      left: -12px;
      right: auto; } }
  @media (min-width: 64em) {
    html[dir=rtl] .cs-html-select__trigger-caret,
    body[dir=rtl] .cs-html-select__trigger-caret {
      left: -8px;
      right: auto; } }

html[dir=rtl] .cs-checkbox,
body[dir=rtl] .cs-checkbox {
  padding-right: 33px;
  padding-left: 0; }
  html[dir=rtl] .cs-checkbox__label:before,
  body[dir=rtl] .cs-checkbox__label:before {
    right: -28px;
    left: auto; }
  html[dir=rtl] .cs-checkbox__input:checked + .cs-checkbox__label:after,
  body[dir=rtl] .cs-checkbox__input:checked + .cs-checkbox__label:after {
    right: -25px;
    left: auto; }
  html[dir=rtl] .cs-checkbox__exam-date,
  body[dir=rtl] .cs-checkbox__exam-date {
    padding-left: 10px;
    padding-right: 0; }

html[dir=rtl] .cs-summary__text,
body[dir=rtl] .cs-summary__text {
  padding-left: 20px;
  padding-right: 0; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-summary__box:nth-of-type(2n + 1),
  body[dir=rtl] .cs-summary__box:nth-of-type(2n + 1) {
    padding: 28px 0 20px 130px; } }

@media (min-width: 64em) {
  html[dir=rtl] .cs-total,
  body[dir=rtl] .cs-total {
    padding: 24px 20px 40px 0px; } }

html[dir=rtl] .cs-total__price, html[dir=rtl] .cs-total__tax,
body[dir=rtl] .cs-total__price,
body[dir=rtl] .cs-total__tax {
  text-align: left; }

@media (min-width: 64em) {
  html[dir=rtl] .cs-total__terms-line,
  body[dir=rtl] .cs-total__terms-line {
    padding-left: 40px;
    padding-right: 0; } }

html[dir=rtl] .cs-total__icon,
body[dir=rtl] .cs-total__icon {
  margin-left: 10px;
  margin-right: 0; }

@media (min-width: 64em) {
  html[dir=rtl] .cs-total__info-wrapper,
  body[dir=rtl] .cs-total__info-wrapper {
    padding: 0 0 0 20px; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-form__fieldset,
  body[dir=rtl] .cs-form__fieldset {
    padding-left: 40px;
    padding-right: 0; } }

@media (min-width: 64em) {
  html[dir=rtl] .cs-form__fieldset,
  body[dir=rtl] .cs-form__fieldset {
    padding-left: 100px;
    padding-right: 0; } }

html[dir=rtl] .cs-headline--size_4, html[dir=rtl] .cs-form__fieldset-headline, html[dir=rtl] .cs-modal__subheadline, html[dir=rtl] .cs-modal-mobile__subheadline, html[dir=rtl] .cs-order__left-headline, html[dir=rtl] .cs-calendar__headline, html[dir=rtl] .cs-cms-block h2, .cs-cms-block html[dir=rtl] h2,
body[dir=rtl] .cs-headline--size_4,
body[dir=rtl] .cs-form__fieldset-headline,
body[dir=rtl] .cs-modal__subheadline,
body[dir=rtl] .cs-modal-mobile__subheadline,
body[dir=rtl] .cs-order__left-headline,
body[dir=rtl] .cs-calendar__headline,
body[dir=rtl] .cs-cms-block h2,
.cs-cms-block body[dir=rtl] h2 {
  font-weight: 400;
  font-size: 1.4rem; }

html[dir=rtl] .cs-input--reverse .cs-input__label,
body[dir=rtl] .cs-input--reverse .cs-input__label {
  padding-right: 0;
  padding-left: 20px; }

html[dir=rtl] .cs-payment__tick,
body[dir=rtl] .cs-payment__tick {
  left: -10px;
  right: auto; }

html[dir=rtl] .cs-checkout__close,
body[dir=rtl] .cs-checkout__close {
  left: 20px;
  right: auto; }

html[dir=rtl] .cs-checkout__info,
body[dir=rtl] .cs-checkout__info {
  padding: 0 20px 0 45px; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-checkout__info,
    body[dir=rtl] .cs-checkout__info {
      padding: 0; } }

html[dir=rtl] .cs-checkout__bottom--button-with-info .cs-button:nth-child(2),
body[dir=rtl] .cs-checkout__bottom--button-with-info .cs-button:nth-child(2) {
  margin-right: auto;
  margin-left: unset; }

html[dir=rtl] .cs-info__more,
body[dir=rtl] .cs-info__more {
  right: unset;
  left: -25px; }

html[dir=rtl] .cs-info__subtitle,
body[dir=rtl] .cs-info__subtitle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (min-width: 64em) {
    html[dir=rtl] .cs-info__subtitle .cs-info__more,
    body[dir=rtl] .cs-info__subtitle .cs-info__more {
      left: -10px; } }

html[dir=rtl] .cs-checkout__bottom--button-with-info .cs-button:nth-child(2),
body[dir=rtl] .cs-checkout__bottom--button-with-info .cs-button:nth-child(2) {
  margin-right: auto;
  margin-left: 0; }

html[dir=rtl] .cs-order-row .cs-input__radio-label, html[dir=rtl] .cs-order-row .cs-payment__title,
html[dir=rtl] .cs-order-row .cs-payment__title,
body[dir=rtl] .cs-order-row .cs-input__radio-label,
body[dir=rtl] .cs-order-row .cs-payment__title,
body[dir=rtl] .cs-order-row .cs-payment__title {
  padding: 0 25px 0 0; }

html[dir=rtl] .cs-input__radio-label:before, html[dir=rtl] .cs-payment__title:before,
html[dir=rtl] .cs-payment__title:before,
body[dir=rtl] .cs-input__radio-label:before,
body[dir=rtl] .cs-payment__title:before,
body[dir=rtl] .cs-payment__title:before {
  right: 0; }

html[dir=rtl] .cs-input__radio:checked + .cs-input__radio-label:after, html[dir=rtl] .cs-payment__radio:checked + .cs-input__radio-label:after, html[dir=rtl] .cs-input__radio:checked + .cs-payment__title:after, html[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
html[dir=rtl] .cs-payment__radio:checked + .cs-input__radio-label:after,
html[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
html[dir=rtl] .cs-input__radio:checked + .cs-payment__title:after,
html[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
html[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-input__radio:checked + .cs-input__radio-label:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-input__radio-label:after,
body[dir=rtl] .cs-input__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-input__radio-label:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-input__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after,
body[dir=rtl] .cs-payment__radio:checked + .cs-payment__title:after {
  right: 4px; }

html[dir=rtl] .cs-input--coupon .cs-input__floating-label,
body[dir=rtl] .cs-input--coupon .cs-input__floating-label {
  right: 15px;
  left: unset; }

html[dir=rtl] .cs-order-row__price,
body[dir=rtl] .cs-order-row__price {
  padding-right: 10px;
  padding-left: 0; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-order-row__price,
    body[dir=rtl] .cs-order-row__price {
      padding-right: 20px;
      padding-left: 0; } }

html[dir=rtl] .cs-order-row__control,
body[dir=rtl] .cs-order-row__control {
  margin-left: 0; }

html[dir=rtl] .cs-order-row .cs-input,
body[dir=rtl] .cs-order-row .cs-input {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-order-row .cs-input,
    body[dir=rtl] .cs-order-row .cs-input {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

html[dir=rtl] .cs-order-row__right-text,
body[dir=rtl] .cs-order-row__right-text {
  margin-right: 5px; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-order-row__right-text,
    body[dir=rtl] .cs-order-row__right-text {
      margin-right: 1.65rem; } }

html[dir=rtl] .cs-modal__content,
body[dir=rtl] .cs-modal__content {
  text-align: right; }

html[dir=rtl] .cs-modal__close, html[dir=rtl] .cs-modal-mobile__close,
html[dir=rtl] .cs-modal-mobile__close,
body[dir=rtl] .cs-modal__close,
body[dir=rtl] .cs-modal-mobile__close,
body[dir=rtl] .cs-modal-mobile__close {
  left: 20px;
  right: unset; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-pairing__section--number,
  body[dir=rtl] .cs-pairing__section--number {
    padding-left: 20px;
    padding-right: 0; } }

html[dir=rtl] .cs-carousel__button.swiper-button-prev, html[dir=rtl] .cs-carousel__button.swiper-button-next,
body[dir=rtl] .cs-carousel__button.swiper-button-prev,
body[dir=rtl] .cs-carousel__button.swiper-button-next {
  background: none; }

html[dir=rtl] .cs-carousel__icon,
body[dir=rtl] .cs-carousel__icon {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1); }

@media (min-width: 48em) {
  html[dir=rtl] .cs-final__top-icon,
  body[dir=rtl] .cs-final__top-icon {
    margin-right: 0;
    margin-left: 20px; } }

html[dir=rtl] .cs-final__top-info,
body[dir=rtl] .cs-final__top-info {
  overflow-wrap: break-word; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-final__top-info,
    body[dir=rtl] .cs-final__top-info {
      margin-left: 0;
      margin-right: 88px; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-final__info-text,
  body[dir=rtl] .cs-final__info-text {
    padding-right: 0;
    padding-left: 12px; } }

html[dir=rtl] .cs-final__info-icon,
body[dir=rtl] .cs-final__info-icon {
  margin-right: 8px; }

html[dir=rtl] .cs-survey__button,
body[dir=rtl] .cs-survey__button {
  float: left; }

html[dir=rtl] .cs-survey .cs-survey__text-wrapper,
body[dir=rtl] .cs-survey .cs-survey__text-wrapper {
  padding-right: 30px;
  padding-left: 0; }

html[dir=rtl] .cs-payment .cs-payment__radio:checked + .cs-payment__label .cs-payment__title::after,
body[dir=rtl] .cs-payment .cs-payment__radio:checked + .cs-payment__label .cs-payment__title::after {
  right: 4px;
  left: auto; }

html[dir=rtl] .cs-registration-details__wrapper,
body[dir=rtl] .cs-registration-details__wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

html[dir=rtl] .cs-registration-details__label,
body[dir=rtl] .cs-registration-details__label {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 48em) {
    html[dir=rtl] .cs-registration-details__label,
    body[dir=rtl] .cs-registration-details__label {
      padding-right: 10px;
      padding-top: 0.7rem;
      padding-left: 10px; } }

html[dir=rtl] .cs-calendar__daytime-text,
body[dir=rtl] .cs-calendar__daytime-text {
  padding-right: 5px; }

@media (min-width: 48em) {
  html[dir=rtl] .cs-calendar__section:first-of-type .cs-calendar__card,
  body[dir=rtl] .cs-calendar__section:first-of-type .cs-calendar__card {
    padding: 0 5px 0 45px; } }

@media (min-width: 48em) {
  html[dir=rtl] .cs-calendar__section:nth-of-type(2) .cs-calendar__card,
  body[dir=rtl] .cs-calendar__section:nth-of-type(2) .cs-calendar__card {
    padding: 60px 0 0 20px; } }

html[dir=rtl] .cs-calendar-card__day,
body[dir=rtl] .cs-calendar-card__day {
  float: right; }

html[dir=rtl] .cs-overlay,
body[dir=rtl] .cs-overlay {
  right: 0;
  left: auto; }

/* !-------------------------------------------- */
/* !COMPONENT: touchscreen gestures */
/* !-------------------------------------------- */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.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-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-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-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-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-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"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  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-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.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-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.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; }

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  object-fit: contain; }

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

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }


/* !-------------------------------------------- */
/* !COMPONENT: Background page header */
/* !-------------------------------------------- */

@media (max-width: 47.99em) {
  .cs-hidden-phone {
    display: none !important; } }

@media (max-width: 63.99em) {
  .cs-hidden-phone-tablet {
    display: none !important; } }

@media (min-width: 48em) {
  .cs-hidden-tablet-desktop {
    display: none !important; } }

@media (min-width: 64em) {
  .cs-hidden-desktop {
    display: none !important; } }

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

@media only screen and (max-device-width: 1024px) {
  body {
    width: 100vw;
    padding: 0; } }

.masthead {
  height: 132px; }
  @media (max-width: 63.99em) {
    .masthead .container {
      width: 100%;
      padding: 0 1rem;
      box-sizing: border-box; } }
  .masthead .lp .logoClaim {
    top: 15px; }
  .masthead .logoClaim img {
    width: 119px;
    height: 55px; }
  .masthead .lp .lpName {
    top: 12px; }
  .masthead .lp div.giClaim {
    margin-top: 0; }

@media print {
  .cs-checkout-page__header {
    display: block !important; } }

@media print and (max-width: 47.99em) {
  .cs-checkout-page__header {
    display: block !important; } }

@media only screen and (max-device-width: 1024px) {
  .cs-checkout-page {
    width: 100vw;
    padding: 0; } }

@media (max-width: 47.99em) {
  .cs-checkout-page__main {
    display: block; } }

@media (max-width: 47.99em) {
  .cs-checkout-page__header {
    display: none; } }

date-input-polyfill {
  z-index: 100 !important; }

/* !-------------------------------------------- */
/* !LAYOUT: Global container */
/* !-------------------------------------------- */

/* --- NEW: Global fix - fallback for all custom fonts when unsupported Asian languages are used */
body.cs-checkout-page#asian header.masthead, 
body.cs-checkout-page#asian header.masthead *, 
body.cs-checkout-page#asian main.cs-checkout, 
body.cs-checkout-page#asian main.cs-checkout *, 
body.cs-checkout-page#asian .cs-overlay, 
body.cs-checkout-page#asian .cs-overlay *, 
body.cs-checkout-page#asian .cs-overlay__container, 
body.cs-checkout-page#asian .cs-overlay__container * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: revert;
}

/* --- Default styling */
.cs-checkout {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .cs-checkout *,
  .cs-checkout *::after,
  .cs-checkout *::before {
    box-sizing: border-box; }
  .cs-checkout__bg {
    background-color: #fff;
    position: fixed;
    opacity: 0.75;
    top: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 48em) {
    .cs-checkout--page-message .cs-checkout__top {
      margin-bottom: 25px; } }
  @media (min-width: 48em) {
    .cs-checkout--price-message .cs-checkout__top {
      margin-bottom: 25px; } }
  .cs-checkout__print {
    display: none; }
    @media (min-width: 48em) {
      .cs-checkout__print .cs-summary__box {
        max-width: none; } }
    .cs-checkout__print .cs-input {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .cs-checkout__print .cs-headline, .cs-checkout__print .cs-layer__text {
      padding-bottom: 20px; }
  .cs-checkout__inner {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #fefefd;
    position: relative;
    left: 0;
    z-index: 2; }
    @media (min-width: 48em) {
      .cs-checkout__inner {
        padding: 20px; } }
    @media (min-width: 64em) {
      .cs-checkout__inner {
        width: 983px; } }
  .cs-checkout__close {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 28px;
    right: 20px; }
    @media (min-width: 48em) {
      .cs-checkout__close {
        display: block; } }
  .cs-checkout__close-icon {
    width: 20px;
    height: 19px;
    fill: #616668; }
  .cs-checkout__title {
    margin-bottom: 11px;
    display: none; }
    @media (min-width: 48em) {
      .cs-checkout__title {
        display: block; } }
  @media (min-width: 48em) {
    .cs-checkout__progress-bar {
      margin-bottom: 50px; } }
  @media (min-width: 48em) {
    .cs-checkout--final .cs-checkout__progress-bar {
      margin-bottom: 0; } }
  .cs-checkout__top {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 48em) {
      .cs-checkout__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        padding: 0;
        height: auto;
        border-bottom: none; } }
    @media (max-width: 47.99em) {
      .cs-checkout__top--collapse {
        border-bottom: none;
        margin-bottom: 0;
        border-bottom: 1px solid #f1f2f1; } }
    @media (min-width: 48em) {
      .cs-checkout__top--summary {
        margin-bottom: 0; } }
    .cs-checkout__top--additional-info {
      min-height: 82px; }
      @media (min-width: 48em) {
        .cs-checkout__top--additional-info {
          margin-bottom: 50px;
          min-height: 45px; } }
      @media (min-width: 64em) {
        .cs-checkout__top--additional-info {
          margin-bottom: 70px; } }
      .cs-checkout__top--additional-info .cs-checkout__top-left {
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 10; }
        @media (min-width: 48em) {
          .cs-checkout__top--additional-info .cs-checkout__top-left {
            padding: 10px 0; } }
        .cs-checkout__top--additional-info .cs-checkout__top-left.fixed {
          position: fixed;
          box-shadow: 0 3px 2px -2px #adb3b6;
          padding-left: 21px; }
          @media (min-width: 48em) {
            .cs-checkout__top--additional-info .cs-checkout__top-left.fixed {
              padding: 10px 20px; } }
          @media (min-width: 64em) {
            .cs-checkout__top--additional-info .cs-checkout__top-left.fixed {
              padding: 10px calc((100% - 943px) / 2); } }
      .cs-checkout__top--additional-info .cs-headline, .cs-checkout__top--additional-info .cs-layer__text {
        font-size: 1.375rem; }
      @media (max-width: 47.99em) {
        .cs-checkout__top--additional-info .cs-text, .cs-checkout__top--additional-info .cs-cms-block p, .cs-cms-block .cs-checkout__top--additional-info p, .cs-checkout__top--additional-info .cs-cms-block h3, .cs-cms-block .cs-checkout__top--additional-info h3 {
          margin-top: 5px; } }
  .cs-checkout__top-left {
    min-height: 50px;
    padding: 17px 0; }
    @media (min-width: 48em) {
      .cs-checkout__top-left {
        margin-bottom: 2px;
        padding: 0;
        min-height: 0;
        border-bottom: none; } }
  .cs-checkout__top-right {
    display: none; }
    @media (min-width: 48em) {
      .cs-checkout__top-right {
        display: block; } }
  .cs-checkout__buttons-left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 48em) {
      .cs-checkout__buttons-left {
        -webkit-flex-basis: initial;
            -ms-flex-preferred-size: initial;
                flex-basis: initial;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .cs-checkout__buttons-right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 48em) {
      .cs-checkout__buttons-right {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin-left: 10px;
        -webkit-flex-basis: initial;
            -ms-flex-preferred-size: initial;
                flex-basis: initial;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0; } }
  .cs-checkout__button-cancel {
    margin: 10px 0 0; }
    @media (min-width: 48em) {
      .cs-checkout__button-cancel {
        margin: 0 10px 0; } }
    @media (max-width: 47.99em) {
      .cs-checkout__button-cancel {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  @media (max-width: 47.99em) {
    .cs-checkout__button-next {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .cs-checkout__info {
    padding: 0 45px 0 20px;
    margin: 23px 0 15px; }
    @media (min-width: 48em) {
      .cs-checkout__info {
        padding: 0;
        margin-bottom: 0; } }
  .cs-checkout__site-message {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #dfe1e2; }
    @media (min-width: 48em) {
      .cs-checkout__site-message {
        padding: 0 0 15px;
        margin-bottom: 35px; } }
  .cs-checkout__price-message {
    margin-bottom: 15px;
    padding: 15px 20px;
    position: relative;
    padding-left: 60px; }
    @media (min-width: 48em) {
      .cs-checkout__price-message {
        padding: 16px 10px 11px 55px;
        margin-bottom: 0; } }
    .cs-checkout__price-message--success {
      background: #a0c814; }
    .cs-checkout__price-message--error {
      background: #ee0000; }
    .cs-checkout__price-message-icon {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cs-checkout__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px 20px;
    position: relative; }
    @media (min-width: 48em) {
      .cs-checkout__bottom {
        padding: 0 0 35px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    @media (max-width: 47.99em) {
      .cs-checkout__bottom .cs-button {
        margin-bottom: 1rem; } }
    .cs-checkout__bottom--only-right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .cs-checkout__bottom--only-right .cs-checkout__buttons-right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    @media (min-width: 48em) {
      .cs-checkout__bottom--button-with-info {
        padding-top: 45px; } }
    .cs-checkout__bottom--button-with-info .cs-button:first-child {
      margin-left: 0; }
    .cs-checkout__bottom--button-with-info .cs-button:nth-child(2) {
      margin-left: auto; }
  .cs-checkout__pairing-message {
    color: #ee0000;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    margin-left: 20px; }
    @media (min-width: 48em) {
      .cs-checkout__pairing-message {
        width: 50%;
        margin-left: 0; } }
  .cs-checkout__pairing-title {
    margin: 30px 20px 10px !important; }
    @media (min-width: 48em) {
      .cs-checkout__pairing-title {
        display: none; } }
    .cs-checkout__pairing-title--bordered {
      margin: 10px 20px 20px !important;
      padding-top: 20px;
      border-top: 1px solid #f1f2f1; }
  .cs-checkout__pairing-text {
    margin: 10px 20px 20px !important; }
    @media (min-width: 48em) {
      .cs-checkout__pairing-text {
        display: none; } }
  .cs-checkout__client-number {
    padding: 20px 0 0 20px;
    border-top: 1px solid #e4e6e4; }
    @media (max-width: 47.99em) {
      .cs-checkout__client-number {
        margin-top: 0; } }
  .cs-checkout__next-info {
    width: 100%;
    color: #474d50;
    font-size: 0.8125em;
    padding: 0 0 10px;
    text-align: right; }
    @media (min-width: 48em) {
      .cs-checkout__next-info {
        padding: 20px 0 10px;
        position: absolute;
        top: 0;
        right: 0; } }
        
/* --- COMPONENT: 2-column layout for account comparison overlay content */
/* --- MODIFICATION: actually avoid 2 columns */
  @media (min-width: 48em) {
/*
    .cs-checkout__columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
*/
    }
    
  @media (max-width: 47.99em) {
    .cs-checkout__columns {
      padding: 15px; }
      }
      
/* Single column */
  .cs-checkout__column {
    width: 100%;
    }
    
/*
    @media (min-width: 48em) {
      .cs-checkout__column {
        width: 47%; }
    }
    
    @media (min-width: 64em) {
      .cs-checkout__column {
        width: 45%; }
    }
*/

.cs-checkout__column .cs-text + .cs-form {
    margin-top: 10px;
}

@media (min-width: 48em) {
    .cs-checkout__columns .cs-form__section--in-columns .cs-form__fieldset .cs-input__control {
        width: 340px;
    }
}

/* !-------------------------------------------- */
/* !COMPONENT: text elements */
/* !-------------------------------------------- */

.cs-layer__text {
    text-transform: none;
}

.cs-headline {
    text-transform: uppercase;
}

.cs-headline, .cs-layer__text {
  font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474d50;
  font-weight: 600;
  line-height: 1.1;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  margin: 0; }
  @media (min-width: 48em) {
    .cs-headline, .cs-layer__text {
      font-weight: 400; } }
  @media print {
    .cs-headline, .cs-layer__text {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  .cs-headline--size_1 {
    font-size: 2.625rem; }
  .cs-headline--size_2 {
    font-size: 1rem; }
    @media (min-width: 48em) {
      .cs-headline--size_2 {
        font-size: 1.875rem; } }
  .cs-headline--size_3, .cs-form__section--info .cs-form__fieldset-headline, .cs-login__headline {
    font-size: 0.875rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .cs-headline--size_3, .cs-form__section--info .cs-form__fieldset-headline, .cs-login__headline {
        font-size: 1.375rem;
        font-weight: 400; } }
  .cs-headline--size_3half {
    font-size: 0.875rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .cs-headline--size_3half {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 125%; } }
  .cs-headline--size_4, .cs-form__fieldset-headline, .cs-modal__subheadline, .cs-modal-mobile__subheadline, .cs-order__left-headline, .cs-calendar__headline, .cs-cms-block h2 {
    font-size: 0.875rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .cs-headline--size_4, .cs-form__fieldset-headline, .cs-modal__subheadline, .cs-modal-mobile__subheadline, .cs-order__left-headline, .cs-calendar__headline, .cs-cms-block h2 {
        font-size: 1rem;
        font-weight: 400; } }
  .cs-headline--size_5, .cs-pairing__headline {
    font-size: 0.875rem; }
  .cs-headline--look_reverse {
    color: #fff; }
  .cs-headline--look_light, .cs-order__left-headline {
    color: #788287; }
  .cs-headline--look_success {
    color: #91b512; 
    text-transform: none; }
  .cs-headline--look_info {
    color: #788287;
    padding-top: 2px;
    text-transform: none; } 
  .cs-headline--look_error {
    color: #ee0000;
    text-transform: none; }
  .cs-headline--look_centered {
    text-align: center; }
  .cs-headline--look_gold {
    color: #c8b987; }
  .cs-headline--look_navy {
    color: #003969; }
  .cs-headline--fieldset-title {
    margin-bottom: 20px; }
    @media (max-width: 47.99em) {
      .cs-headline--fieldset-title {
        font-size: 1rem; } }
  .cs-headline__additional {
    display: inline-block;
    font-weight: 400; }
    @media (min-width: 48em) {
      .cs-headline__additional {
        display: none; } }
  .cs-headline__span {
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 100%; }
    .cs-headline__span--grey {
      color: #616668; }
    .cs-headline__span--green {
      color: #a0c814; }

.cs-text {
  color: #788287;
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.4; }
 
.cs-cms-block {
  color: #616668;
  font-size: 0.75rem;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.4; }
  
  @media (min-width: 48em) {
    .cs-text, .cs-cms-block {
      font-size: 0.8125em; } }
      
  .cs-text--size_500 {
    font-size: 1.037rem; }
    
  .cs-text--look_subheadline {
    font-weight: 700;
    color: #616668;
    margin-top: 20px;
    margin-bottom: 3px; }

  .cs-text--allspace {
    margin: 32px 0 5px; } 
    
  .cs-text--look_solid, .cs-cms-block p, .cs-cms-block h3 {
    color: #616668; }
  .cs-text--look_reverse {
    color: #fff; }
  .cs-text--look_coupon {
    width: 90px; }
  .cs-text--mobileOnly {
    margin-bottom: 6px; }
  @media (min-width: 48em) {
    .cs-text--space {
      margin: 32px 0 5px; } 
    .cs-text--mobileOnly {
      display:none !important;
      visibility:hidden !important; } }

  .cs-text--attention {
    color: #003969;
    font-weight: 700;
    font-size: 0.875rem; }

  .cs-text a, .cs-cms-block p a, .cs-cms-block h3 a {
    color: #5ac8f5; }
    .cs-text a:hover, .cs-cms-block p a:hover, .cs-cms-block h3 a:hover, .cs-text a:active, .cs-cms-block p a:active, .cs-cms-block h3 a:active {
      color: #42c0f4; }

a.cs-text {
  color: #5ac8f5; }
  a.cs-text:hover, a.cs-text:active {
    color: #42c0f4; }


/* !-------------------------------------------- */
/* !COMPONENT: Links */
/* !-------------------------------------------- */

.cs-link, 
.cs-link--odp,
.cs-checkbox--pairing 
.cs-checkbox__label a, 
.cs-checkbox__label a, 
.cs-cms-block a {
color: #5ac8f5;
cursor: pointer;
}


/* --- Text wrapper */
.cs-link--details {
font-size: 0;
}

/* Actual SVG icon */
.cs-link--details .cs-link__icon {
width: 20px;
height: 20px;
cursor: pointer;
fill: #5ac8f5;
}

/* Hide the SVG icon on desktop sizes */
@media (min-width: 48em) {
.cs-link--details .cs-link__icon {
display: inline;
}
}
    
.cs-link--pencil .cs-link__icon {
width: 15px;
height: 16px;
margin-right: 5px;
}

.cs-link--pencil-odp .cs-link__icon {
width: 15px;
height: 16px;
margin-right: 5px;
margin-left: 0;
}

@media (min-width: 48em) {
.cs-link--pencil .cs-link__icon {
margin-left: 15px;
}
}
  
@media (min-width: 48em) {
.cs-link--text, 
.cs-checkbox--pairing .cs-checkbox__label a {
text-decoration: underline;
color: inherit;
}
}

.cs-link--dark {
text-decoration: underline;
color: #474d50;
}

.cs-link--size_300 {
font-size: 0.75rem;
}


/* !-------------------------------------------- */
/* !COMPONENT: Buttons */
/* !-------------------------------------------- */

.cs-button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 3px 10px 0;
  font-size: 14px;
  font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  background-color: #5ac8f5;
  text-shadow: none;
  border: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 0; }
  @media (min-width: 48em) {
    .cs-button {
      height: 24px;
      width: auto;
      line-height: 24px;
      padding: 0 10px;
      min-width: 100px; } }
  .no-touchevents .cs-button:hover,
  .cs-checkout:not(.cs-checkout--ismobile) .cs-button:hover {
    background-color: #47abd8;
    text-decoration: none;
    cursor: pointer; }
  .cs-button:active {
    outline: none; }
  .cs-button--arrow_next {
    padding: 0 30px 0 10px;
    position: relative;
    min-height: 24px;
    height: auto;
    width: auto; }
    @media (max-width: 47.99em) {
      .cs-button--arrow_next {
        padding: 0 30px;
        width: 100%;
        min-height: 37px; } }
    .cs-button--arrow_next .cs-button__icon {
      position: absolute;
      top: calc(50% - 9px);
      right: 10px;
      width: 14px;
      height: 12px;
      margin: 3px 0 0 6px;
      fill: #fff; }
      @media (max-width: 47.99em) {
        .cs-button--arrow_next .cs-button__icon {
          margin: 0 5px;
          top: calc(50% - 6px); } }
  .cs-button--arrow_prev {
    padding: 0 10px 0 30px;
    position: relative;
    min-height: 24px;
    height: auto;
    width: auto; }
    @media (max-width: 47.99em) {
      .cs-button--arrow_prev {
        padding: 0 30px;
        width: 100%;
        min-height: 37px; } }
    .cs-button--arrow_prev .cs-button__icon {
      position: absolute;
      top: calc(50% - 9px);
      left: 5px;
      width: 14px;
      height: 12px;
      margin: 3px 0 0 6px;
      fill: #fff; }
      @media (max-width: 47.99em) {
        .cs-button--arrow_prev .cs-button__icon {
          margin: 0 10px;
          top: calc(50% - 6px); } }
      @media (max-width: 324px) {
        .cs-button--arrow_prev .cs-button__icon {
          margin: 0 5px; } }
  .cs-button--look_secondary {
    background-color: #c9cdcf;
    height: 37px;
    line-height: 36px; }
    @media (min-width: 48em) {
      .cs-button--look_secondary {
        line-height: 24px;
        height: 24px; } }
    .no-touchevents .cs-button--look_secondary:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-button--look_secondary:hover {
      background: #858e93; }
  .cs-button--look_secondary-full {
    background-color: #c9cdcf; }
    .no-touchevents .cs-button--look_secondary-full:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-button--look_secondary-full:hover {
      background: #858e93; }
  .cs-button--look_tertiary {
    background-color: #a0c814; }
    .no-touchevents .cs-button--look_tertiary:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-button--look_tertiary:hover {
      background: #374105; }
  .cs-button--look_quaternary {
    background-color: #c8b987; }
    .no-touchevents .cs-button--look_quaternary:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-button--look_quaternary:hover {
      background: #c8b987; }
  @media (min-width: 48em) {
    .cs-button--size_500 {
      line-height: 1.1;
      font-size: 1rem;
      font-weight: 500;
      min-height: 40px; } }
  @media (min-width: 48em) {
    .cs-button--size_700 {
      height: 31px;
      width: auto;
      line-height: 34px;
      font-size: 1.25rem; } }
  .cs-button--coupon-code {
    position: absolute;
    top: 2px;
    right: 3px;
    width: auto;
    height: 34px;
    padding: 0 25px 0px 10px;
    max-width: 150px;
    word-break: break-all; }
    @media (min-width: 48em) {
      .cs-button--coupon-code {
        height: 24px;
        top: 3px;
        padding: 0;
        padding-right: 15px; }
        .cs-button--coupon-code .cs-button__icon {
          margin: 0;
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%);
          top: 50%; } }
    @media (max-width: 47.99em) {
      .cs-button--coupon-code .cs-button__icon {
        position: absolute;
        top: 50%;
        right: -5px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin-left: 0;
        margin-top: 1px; } }
  .cs-button--coupon-code-hide {
    display: none; }
  .cs-checkout--with-loaders .cs-button {
    position: relative; }
    .cs-checkout--with-loaders .cs-button .cs-button__spinner {
      display: block; }
    .cs-checkout--with-loaders .cs-button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 101;
      background-image: url("images/spinner.gif");
      background-size: 1rem 1rem;
      background-position: center;
      background-repeat: no-repeat; }
  .cs-button--remove-coupon-code {
    display: none;
    width: 100px;
    position: absolute;
    top: 4px;
    right: 1px;
    background-color: transparent;
    color: #5ac8f5;
    text-transform: none;
    font-size: 0.75rem;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    @media (max-width: 47.99em) {
      .cs-button--remove-coupon-code {
        height: 24px;
        line-height: 25px;
        top: 5px;
        margin-left: 5px;
        width: 105px; } }
    @media (max-width: 329px) {
      .cs-button--remove-coupon-code {
        padding-right: 0; } }
    .no-touchevents .cs-button--remove-coupon-code:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-button--remove-coupon-code:hover {
      background-color: #f1f2f1;
      color: #47abd8; }
      .no-touchevents .cs-button--remove-coupon-code:hover .cs-button__icon,
      .cs-checkout:not(.cs-checkout--ismobile) .cs-button--remove-coupon-code:hover .cs-button__icon {
        fill: #47abd8; }
    .cs-button--remove-coupon-code:focus {
      outline: transparent; }
    .cs-button--remove-coupon-code .cs-button__icon {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      fill: #5ac8f5; }
  .cs-button--safari {
    padding-top: 2px; }
  .cs-button--remove-coupon-success {
    display: block;
    width: auto;
    padding-top: 0; }


/* !-------------------------------------------- */
/* !LAYOUT: Forms */
/* !-------------------------------------------- */

@media (max-width: 47.99em) {
  .cs-form--space {
    padding: 0 20px 10px; } }

@media (max-width: 47.99em) {
  .cs-form--additional-info {
    padding-bottom: 30px; } }

.cs-form--additional-info .cs-collapse:first-child {
  z-index: 2; }

.cs-form--additional-info .cs-text, .cs-form--additional-info .cs-cms-block p, .cs-cms-block .cs-form--additional-info p, .cs-form--additional-info .cs-cms-block h3, .cs-cms-block .cs-form--additional-info h3 {
  font-size: 0.8125rem; }
  @media (min-width: 48em) {
    .cs-form--additional-info .cs-text, .cs-form--additional-info .cs-cms-block p, .cs-cms-block .cs-form--additional-info p, .cs-form--additional-info .cs-cms-block h3, .cs-cms-block .cs-form--additional-info h3 {
      margin-top: 5px; } }

@media (min-width: 48em) {
  .cs-form--additional-info .cs-input {
    padding-top: 0; } }

.cs-form--additional-info .cs-input ::-webkit-datetime-edit {
  color: #858e93;
  font-size: 0.8125rem; }

.cs-form--additional-info .cs-input ::-webkit-input-placeholder {
  color: #858e93; }

.cs-form--additional-info .cs-input ::-moz-placeholder {
  color: #858e93; }

.cs-form--additional-info .cs-input :-ms-input-placeholder {
  color: #858e93; }

.cs-form--additional-info .cs-input ::placeholder {
  color: #858e93; }

.cs-form--additional-info .cs-input__field {
  margin-bottom: 5px; }

@media (max-width: 47.99em) {
  .cs-form--additional-info .cs-input__label {
    display: block;
    width: 100%;
    margin: 15px 0; } }

@media (min-width: 48em) {
  .cs-form--additional-info .cs-input__label {
    padding-right: 25px;
    text-align: right; } }

@media (min-width: 48em) {
  .cs-form--additional-info .cs-input__control, .cs-form--additional-info .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-form--additional-info .cs-form__fieldset {
    width: 380px; } }

@media (min-width: 64em) {
  .cs-form--additional-info .cs-input__control, .cs-form--additional-info .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-form--additional-info .cs-form__fieldset {
    width: 380px; } }

.cs-form--additional-info .cs-input__radio-label, .cs-form--additional-info .cs-payment__title {
  color: #788287;
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.4;
  color: #616668;
  padding: 0 25px 0 30px;
  font-size: 0.8125rem; }
  @media (min-width: 48em) {
    .cs-form--additional-info .cs-input__radio-label, .cs-form--additional-info .cs-payment__title {
      font-size: 0.8125em; } }

.cs-form--additional-info .cs-checkbox__label {
  color: #616668;
  font-size: 0.8125rem; }

@media (min-width: 48em) {
  .cs-form--additional-info .cs-form__fieldset {
    padding-right: 0; } }

@media (min-width: 64em) {
  .cs-form--additional-info .cs-form__fieldset {
    padding-right: 0; } }

@media (max-width: 47.99em) {
  .cs-form--additional-info .cs-form__fieldset-info, .cs-form--additional-info .cs-form__section--without-info:before {
    display: block;
    margin-bottom: 10px; } }

@media (min-width: 48em) {
  .cs-form--additional-info .cs-form__fieldset {
    margin-top: 0; } }

@media (max-width: 47.99em) {
  .cs-form--additional-info .cs-form__fieldset-headline {
    display: none; } }

@media (min-width: 48em) {
  .cs-form__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; } }

@media (min-width: 48em) {
  .cs-form__section--bordered {
    border-bottom: 1px solid #d7dadb;
    padding-bottom: 40px;
    margin-bottom: 40px; } }

.cs-form__section--summary {
  margin-bottom: 20px; }
  @media (max-width: 47.99em) {
    .cs-form__section--summary {
      padding: 0 20px; } }
  .cs-form__section--summary .cs-input__text {
    display: inline-block;
    width: 280px; }
    @media (max-width: 47.99em) {
      .cs-form__section--summary .cs-input__text {
        padding: 0 0 4px 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%; } }
    @media (min-width: 64em) {
      .cs-form__section--summary .cs-input__text {
        width: 340px; } }
  .cs-form__section--summary .cs-input__label {
    min-width: 10rem; }

.cs-form__section--without-info .cs-form__fieldset {
  box-sizing: content-box;
  margin-top: 0; }

.cs-form__section--without-info:before {
  display: block;
  content: ''; }

@media (max-width: 47.99em) {
  .cs-form__section--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 47.99em) {
  .cs-form__section--info .cs-form__fieldset-info, .cs-form__section--info .cs-form__section--without-info:before {
    max-width: 57%; } }

.cs-form__section--info .cs-form__fieldset-headline {
  color: #003969;
  font-weight: 700; }
  @media (min-width: 48em) {
    .cs-form__section--info .cs-form__fieldset-headline {
      text-transform: none; } }

@media (max-width: 47.99em) {
  .cs-form__section--info .cs-input__text {
    padding-top: 0; } }

.cs-form__fieldset-info, .cs-form__section--without-info:before {
  display: none; }
  @media (min-width: 48em) {
    .cs-form__fieldset-info, .cs-form__section--without-info:before {
      padding: 0 10px 20px 0;
      display: block;
      width: 210px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  @media (min-width: 64em) {
    .cs-form__fieldset-info, .cs-form__section--without-info:before {
      display: block;
      width: 240px; } }

.cs-form__fieldset-headline {
  margin-bottom: 5px;
  font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474d50;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  margin: 0; }
  @media (min-width: 48em) {
    .cs-form__fieldset-headline {
      font-weight: 400; } }
  @media print {
    .cs-form__fieldset-headline {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.cs-form__fieldset {
  border: none;
  padding: 0;
  position: relative;
  margin: 0 0 15px; }
  @media (min-width: 48em) {
    .cs-form__fieldset {
      padding-right: 40px;
      margin: 15px 0 0; } }
  @media (min-width: 64em) {
    .cs-form__fieldset {
      padding-right: 100px; } }
  @media (max-width: 47.99em) {
    .cs-form__fieldset--no-space {
      margin: 0; } }
  @media (min-width: 64em) {
    .cs-form__fieldset--login {
      padding-right: 0; } }
  @media (min-width: 48em) {
    .cs-form__section--in-columns .cs-form__fieldset {
      padding-right: 0; } }
  @media (min-width: 64em) {
    .cs-form__section--in-columns .cs-form__fieldset {
      padding-right: 0; } }
  @media (min-width: 48em) {
    .cs-form__section--in-columns .cs-form__fieldset .cs-input__text,
    .cs-form__section--in-columns .cs-form__fieldset .cs-input__control,
    .cs-form__section--in-columns .cs-form__fieldset .cs-form__section--without-info .cs-form__fieldset,
    .cs-form__section--without-info .cs-form__section--in-columns .cs-form__fieldset .cs-form__fieldset {
      width: 200px; } }
  @media (min-width: 64em) {
    .cs-form__section--in-columns .cs-form__fieldset .cs-input__text,
    .cs-form__section--in-columns .cs-form__fieldset .cs-input__control,
    .cs-form__section--in-columns .cs-form__fieldset .cs-form__section--without-info .cs-form__fieldset,
    .cs-form__section--without-info .cs-form__section--in-columns .cs-form__fieldset .cs-form__fieldset {
      width: 280px; } }
  @media (min-width: 48em) {
    .cs-form__section--summary .cs-form__fieldset {
      margin: 0;
      padding: 0;
      width: 100%; } }

.cs-form__fieldset-wrapper {
  width: 100%; }
  @media (min-width: 48em) {
    .cs-form__section--summary .cs-form__fieldset-wrapper {
      margin: 0;
      padding: 0;
      width: 100%; } }

@media (min-width: 48em) {
  .cs-form__section--summary .cs-form__fieldset-content {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.cs-form__field-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0; }
  @media (min-width: 48em) {
    .cs-form__field-bottom {
      margin: 5px 0 0; } }

.cs-form__button {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 48em) {
    .cs-form__button {
      margin-top: 35px; } }

.cs-form__bottom {
  padding: 20px 0 15px; }
  .cs-form__bottom:before, .cs-form__bottom:after {
    content: '';
    display: table; }
  .cs-form__bottom:after {
    clear: both; }
  .cs-form__bottom--right {
    width: 100%; }
    @media (min-width: 48em) {
      .cs-form__bottom--right {
        width: 310px;
        float: right;
        padding: 0 40px 40px 0; } }
    @media (min-width: 64em) {
      .cs-form__bottom--right {
        width: 440px;
        padding: 0 93px 40px 0; } }

.cs-form__bottom-wrapper {
  width: 100%; }
  .cs-form__bottom-wrapper:before, .cs-form__bottom-wrapper:after {
    content: '';
    display: table; }
  .cs-form__bottom-wrapper:after {
    clear: both; }

.cs-form__text {
  color: #788287;
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 25px; }
  @media (min-width: 48em) {
    .cs-form__text {
      font-size: 0.8125em; } }

.cs-form__collapse-trigger {
  font-size: 1.065rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px 20px 0;
  border-top: 1px solid #c9cdcf;
  color: #474d50; }

@media (max-width: 47.99em) {
  .cs-form .cs-collapse--only-mobile:last-child {
    border-bottom: 1px solid #c9cdcf; } }


/* !-------------------------------------------- */
/* !COMPONENT: Input field container */
/* !-------------------------------------------- */

/* --- MODIFICATION: custom stacking context to allow i-icons being placed correctly in mobile viewports */
.cs-input {
  width: 100%;
  padding-bottom: 3px;
  position: relative;    
}
  
  @media (min-width: 48em) {
    .cs-input {
      padding: 6px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
}

/* --- MODIFICATION: custom stacking context to allow i-icons being placed correctly in mobile viewports */
.cs-input--readonly {
    position: relative;    
}

/* --- Readonly containers */
  .cs-input--readonly .cs-input__field,
  .cs-input--readonly .cs-input__input,
  .cs-input--readonly .cs-input__tooltip,
  .cs-input--readonly .cs-input__validation,
  .cs-input--readonly .cs-input__pass,
  .cs-input--readonly .cs-input__suggestion {
    display: none; }

  .cs-input--secondary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cs-input--pairing {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 48em) {
    .cs-input--payment {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 64em) {
    .cs-input--payment {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .cs-input--date {
    z-index: 10; }
  .cs-pairing .cs-input--birth-selects, .cs-pairing .cs-input--date-selects {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cs-checkout--ios .cs-input--birth-selects, .cs-checkout--ios .cs-input--date-selects {
    display: none; }
  .cs-checkout--noios .cs-input--birth-date, .cs-checkout--noios .cs-input--date {
    display: none; }
  @media (min-width: 48em) {
    .cs-input--coupon {
      width: auto;
      padding-top: 0; } }
  @media (max-width: 349px) {
    .cs-input--coupon .cs-input__floating-label {
      font-size: 0.65rem; } }
  @media (min-width: 48em) {
    .cs-input--reverse {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

  .cs-input--reverse .cs-input__label {
    color: #788287;
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 0.75rem;
    padding-bottom: 10px;
    font-weight: 400; }
    @media (min-width: 48em) {
      .cs-input--reverse .cs-input__label {
        padding-right: 20px;
        padding-top: 10px;
        font-size: 0.8125em;
        padding-bottom: 0;
        font-weight: 400;
        min-width: 180px; } }
  .cs-input--reverse .cs-html-select__trigger {
    background-color: #fff; }
  .cs-input--label-up .cs-input__label {
    padding-top: 3px; }
  .cs-input--label-up .cs-input__radio-label:before, .cs-input--label-up .cs-payment__title:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0; }
  .cs-input--label-up .cs-input__radio:checked + .cs-input__radio-label:after, .cs-input--label-up .cs-payment__radio:checked + .cs-input__radio-label:after, .cs-input--label-up .cs-input__radio:checked + .cs-payment__title:after, .cs-input--label-up .cs-payment__radio:checked + .cs-payment__title:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 4px; }

  .cs-input__validation {
    display: none;
    font-size: 0.75rem;
    color: #ee0000;
    margin: 4px 0 12px 0; }
    @media (min-width: 48em) {
      .cs-input__validation {
        margin-bottom: 0; } }
    .cs-input--error .cs-input__validation,
    .cs-input__field--error .cs-input__validation {
      display: block; }
    .cs-input__validation--coupon-code {
      margin-bottom: 0;
      opacity: 1;
      -webkit-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }

  .cs-input__pass {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 3; }
    @media (min-width: 48em) {
      .cs-input__pass {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 8px;
        right: -20px; } }
    .cs-input--success .cs-input__pass,
    .cs-input__field--success .cs-input__pass {
      display: block; }
  .cs-input__pass--coupon-code {
    width: 22px;
    height: 22px;
    top: 4px;
    right: -35px; }
    @media (max-width: 47.99em) {
      .cs-input__pass--coupon-code {
        top: -10px;
        right: -6px; } }

  .cs-input__suggestion {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -5px;
    z-index: 3; }
    @media (min-width: 48em) {
      .cs-input__suggestion {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 8px;
        right: -20px; } }
    .cs-input--suggestion .cs-input__suggestion,
    .cs-input__field--suggestion .cs-input__suggestion {
      display: block; }
      

/* --- Field label */
  .cs-input__label {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    display: none; }

  .cs-input--readonly .cs-input__label {
    display: inline-block;
    color: #adb3b6;
    font-size: 0.75rem;
    text-transform: none;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    }

    @media (min-width: 48em) {
      .cs-input--readonly .cs-input__label {
        color: #474d50;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 0px;
        padding-left: 0px;
      }
    }

    @media (min-width: 48em) {
      .cs-input__label {
        font-weight: 400; } }
        
    @media print {
      .cs-input__label {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
        
    @media (min-width: 48em) {
      .cs-input__label {
        white-space: nowrap;
        display: inline-block;
        font-size: 0.875rem;
        padding-right: 10px;
        padding-top: 7px; } }
        
    .cs-input--coupon .cs-input__label {
      display: none; }
      
    @media (min-width: 48em) {
      .cs-input--payment .cs-input__label {
        width: 130px; } }
        
    @media (min-width: 64em) {
      .cs-input--payment .cs-input__label {
        width: auto; } }

/* --- Field label for mobile viewports (inside the field container) */
  .cs-input__floating-label {
    position: absolute;
    font-size: 0.75rem;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #788287;
    -webkit-transition: top 0.15s;
    transition: top 0.15s; }
    
    @media (min-width: 48em) {
      .cs-input__floating-label {
        display: none;
        left: 20px; } }
        
/* Label when input value is present */
    .cs-input__floating-label--active {
      top: 10px; }
      
      @media (min-width: 48em) {
        .cs-input__floating-label--active {
          top: 5px; } }

  .cs-input__control, .cs-form__section--without-info .cs-form__fieldset {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 48em) {
      .cs-input__control, .cs-form__section--without-info .cs-form__fieldset {
        width: 280px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        .cs-form__section--wide .cs-input__control, .cs-form__section--wide .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-form__section--wide .cs-form__fieldset {
          width: 100%;
          padding-left: 2rem; } }
    @media (min-width: 64em) {
      .cs-input__control, .cs-form__section--without-info .cs-form__fieldset {
        width: 340px; }
        .cs-form__section--wide .cs-input__control, .cs-form__section--wide .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-form__section--wide .cs-form__fieldset {
          width: 100%; } }
    .cs-input__control--exams {
      width: 100%; }
    @media (min-width: 48em) {
      .cs-input--pairing .cs-input__control, .cs-input--pairing .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-input--pairing .cs-form__fieldset,
      .cs-pairing .cs-input--birth-selects .cs-input__control,
      .cs-pairing .cs-input--birth-selects .cs-form__section--without-info .cs-form__fieldset,
      .cs-form__section--without-info .cs-pairing .cs-input--birth-selects .cs-form__fieldset {
        width: 200px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    @media (min-width: 64em) {
      .cs-input--pairing .cs-input__control, .cs-input--pairing .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-input--pairing .cs-form__fieldset,
      .cs-pairing .cs-input--birth-selects .cs-input__control,
      .cs-pairing .cs-input--birth-selects .cs-form__section--without-info .cs-form__fieldset,
      .cs-form__section--without-info .cs-pairing .cs-input--birth-selects .cs-form__fieldset {
        width: 260px; } }
    @media (min-width: 48em) {
      .cs-pairing--simple .cs-input--birth-selects .cs-input__control, .cs-pairing--simple .cs-input--birth-selects .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-pairing--simple .cs-input--birth-selects .cs-form__fieldset {
        width: 100%; } }
    @media (min-width: 64em) {
      .cs-pairing--simple .cs-input--birth-selects .cs-input__control, .cs-pairing--simple .cs-input--birth-selects .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-pairing--simple .cs-input--birth-selects .cs-form__fieldset {
        width: 100%; } }
    @media (min-width: 64em) {
      .cs-input--payment .cs-input__control, .cs-input--payment .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-input--payment .cs-form__fieldset {
        width: 210px; } }
    @media (min-width: 48em) {
      .cs-input--coupon .cs-input__control, .cs-input--coupon .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-input--coupon .cs-form__fieldset {
        width: 320px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start; } }
    @media (min-width: 48em) {
      .cs-order--wide .cs-input__control, .cs-order--wide .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-order--wide .cs-form__fieldset {
        width: 300px; } }
    .cs-input__control--radios {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; }
      @media (min-width: 48em) {
        .cs-input__control--radios {
          margin-bottom: 3px;
          padding-top: 3px; } }
    .cs-input__control--nested {
      width: 100%;
      margin-top: 5px;
      padding-left: 25px; }
      @media (min-width: 48em) {
        .cs-input__control--nested {
          padding-left: 30px; } }
      .cs-input__control--nested .cs-input__validation {
        margin-bottom: 8px; }


/* --- Radio buttons */
  .cs-input__radios-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cs-input__radios-wrapper--wide {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .cs-input__radios-wrapper .cs-input__field {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }

/* --- Checkboxes */
  .cs-input__checkboxes-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px; }
    @media (min-width: 48em) {
      .cs-input__checkboxes-wrapper {
        margin-top: 0; } }
    .cs-input__checkboxes-wrapper .cs-input__field {
      width: 50%; }
      .cs-input__checkboxes-wrapper .cs-input__field--exams {
        width: 100%;
        padding: 10px 10px 10px 33px;
        border-bottom: solid 1px #c9cdcf; }
        .cs-input__checkboxes-wrapper .cs-input__field--exams:last-child {
          border-bottom: none; }
        .cs-input__checkboxes-wrapper .cs-input__field--exams .cs-checkbox__input:disabled {
          color: red; }

/* --- Generic input field */
  .cs-input__field {
    position: relative;
    width: 100%; }
    .cs-input__field--small {
      width: 25%;
      min-width: 73px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }

/* Dedicated input fields of certain length or for specific value types */
    .cs-input__field--medium {
      width: 74.9%; }
      @media (max-width: 63.99em) {
        .cs-input__field--medium {
          width: 74%; } }
      @media (max-width: 23.12em) {
        .cs-input__field--medium {
          width: 73%; } }
          
    .cs-input__field--zip {
      width: 110px; }
      @media (min-width: 48em) {
        .cs-input__field--zip {
          width: 100px; } }
          
    .cs-input__field--city {
      width: calc(98.8% - 110px); }
      @media (min-width: 48em) {
        .cs-input__field--city {
          width: calc(100% - 104px); } }
          
    .cs-input__field--third {
      width: 40%; }
      @media (min-width: 48em) {
        .cs-input__field--third {
          width: 35.4%; } }
          
    .cs-input__field--two-third {
      width: 58.8%; }
      @media (min-width: 48em) {
        .cs-input__field--two-third {
          width: 63.4%; } }
          
    .cs-input__field--half {
      width: 49%;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      max-width: calc(96.8% - 146px); }
      
    .cs-input__field--birth {
      width: 100%; }
      @media (min-width: 48em) {
        .cs-input__field--birth {
          width: 66.4%; } }
      @media (max-width: 47.99em) {
        .cs-input__field--birth .cs-html-select__menu-list,
        .cs-input__field--birth .cs-html-select__menu {
          max-height: 155px !important; } }
          
    .cs-input__field--radio {
      -webkit-flex-basis: 35%;
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%; }
              
/* Error states */
    .cs-input__field--error .cs-input__input {
      border: 1px solid #ee0000; }
    .cs-input__field--error .cs-input__select {
      border: 1px solid #ee0000; }
    .cs-input__field--error .cs-html-select {
      border: 1px solid #ee0000; }
    .cs-input__field:after {
      position: absolute;
      top: 12px;
      right: 10px;
      content: '';
      display: none; }
      @media (min-width: 48em) {
        .cs-input__field:after {
          top: 6px;
          right: 0.5px; } }

/* --- Input subtype: credit cards */
    .cs-input--visa .cs-input__field:after {
      display: block;
      background-image: url(images/sprites.png);
      background-position: -326px -208px;
      width: 45px;
      height: 15px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cs-input--visa .cs-input__field:after {
          background-image: url(images/sprites2x.png);
          background-size: 472px 265px; } }

    .cs-input--mastercard .cs-input__field:after {
      display: block;
      top: 9px;
      background-image: url(images/sprites.png);
      background-position: -289px -208px;
      width: 35px;
      height: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cs-input--mastercard .cs-input__field:after {
          background-image: url(images/sprites2x.png);
          background-size: 472px 265px; } }
      @media (min-width: 48em) {
        .cs-input--mastercard .cs-input__field:after {
          top: 3px; } }

    .cs-input--amex .cs-input__field:after {
      display: block;
      top: 10px;
      background-image: url(images/sprites.png);
      background-position: 0px -245px;
      width: 32px;
      height: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cs-input--amex .cs-input__field:after {
          background-image: url(images/sprites2x.png);
          background-size: 472px 265px; } }
      @media (min-width: 48em) {
        .cs-input--amex .cs-input__field:after {
          top: 4px; } }

    .cs-input--jcb .cs-input__field:after {
      display: block;
      top: 10px;
      background-image: url(images/sprites.png);
      background-position: -68px -245px;
      width: 27px;
      height: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cs-input--jcb .cs-input__field:after {
          background-image: url(images/sprites2x.png);
          background-size: 472px 265px; } }
      @media (min-width: 48em) {
        .cs-input--jcb .cs-input__field:after {
          top: 4px; } }

    .cs-input--chinaunion .cs-input__field:after {
      display: block;
      top: 10px;
      background-image: url(images/sprites.png);
      background-position: -34px -245px;
      width: 32px;
      height: 20px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .cs-input--chinaunion .cs-input__field:after {
          background-image: url(images/sprites2x.png);
          background-size: 472px 265px; } }
      @media (min-width: 48em) {
        .cs-input--chinaunion .cs-input__field:after {
          top: 4px; } }
          
/* --- Input helpers */
  .cs-input__hint {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px; }
      @media (min-width: 48em) {
        .cs-input__hint {
          padding-top: 0px;
          padding-left: 0px;
          padding-right: 0px; } }

  .cs-input__icon {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 19px;
    width: 19px;
    fill: #474d50;
    cursor: pointer; }
    @media (min-width: 48em) {
      .cs-input__icon {
        right: 10px; } }

  .cs-input__arrow {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 8px;
    fill: #474d50;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    display: none; }
    @media (min-width: 48em) {
      .cs-input__arrow {
        right: 0; } }
    @media (min-width: 64em) {
      .cs-input__arrow {
        right: 7px; } }

  .cs-input .shell span, .cs-input__input {
    width: 100%;
    height: 49px;
    padding: 20px 15px 2px;
    border: 0;
    color: #474d50;
    font-size: 0.875rem;
    background: #f1f2f1;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
    @media (min-width: 48em) {
      .cs-input .shell span, .cs-input__input {
        height: 32px;
        padding: 5px 10px; } }
    .cs-input .shell span:focus, .cs-input__input:focus {
      box-shadow: 0 0 5px #adb3b6;
      outline: none; }
    @media (min-width: 48em) {
      .cs-input--pairing .cs-input .shell span, .cs-input--pairing .cs-input__input {
        background-color: #fff; } }
    .cs-input--coupon .cs-input .shell span, .cs-input--coupon .cs-input__input {
      height: 40px; }
      @media (min-width: 48em) {
        .cs-input--coupon .cs-input .shell span, .cs-input--coupon .cs-input__input {
          height: 30px; } }
    .cs-order--wide .cs-input__field--success .cs-input .shell span, .cs-order--wide .cs-input__field--success .cs-input__input {
      padding: 10px 15px; }
    .cs-input .shell span--date, .cs-input__input--date {
      background-image: url("images/icon_calendar.png");
      background-position: calc(100% - 18px) center;
      background-repeat: no-repeat; }
      .cs-input .shell span--date + .cs-input__floating-label, .cs-input__input--date + .cs-input__floating-label {
        top: 10px; }
      @media (min-width: 48em) {
        .cs-input .shell span--date, .cs-input__input--date {
          background-position: calc(100% - 10px) center; } }


/* --- Select pulldowns */
  .cs-input__select {
    width: 100%;
    height: 49px;
    padding: 15px 0 2px;
    border: none;
    background: #f1f2f1;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 0.875em;
    position: relative; }
    @media (min-width: 48em) {
      .cs-input__select {
        padding: 5px 10px;
        height: 30px; } }
    .cs-input__select:focus {
      box-shadow: 0 0 5px #adb3b6;
      outline: none; }
    .cs-input__select:active {
      box-shadow: 0 0 5px #adb3b6;
      outline: none; }
      .cs-input__select:active + .cs-input__arrow {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .cs-input__radio, .cs-payment__radio {
    cursor: pointer;
    opacity: 0.01;
    overflow: hidden;
    position: absolute; }
  .cs-input__radio-label, .cs-payment__title {
    cursor: pointer;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 0.875rem;
    color: #616668;
    position: relative; }
    .cs-input__radio-label:before, .cs-payment__title:before {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #e4e6e4;
      border: 1px solid #e4e6e4;
      color: transparent;
      text-align: center;
      line-height: 12px;
      text-indent: -2px;
      content: '';
      border-radius: 11px; }
      @media all and (-ms-high-contrast: none) {
        .cs-input__radio-label:before, .cs-payment__title:before {
          background-color: #d7d9d7;
          border: 1px solid #d7d9d7; } }
    @media (min-width: 48em) {
      .cs-order-row__input .cs-input__radio-label, .cs-order-row__input .cs-payment__title {
        white-space: normal; } }
    .cs-input__radio:checked + .cs-input__radio-label:after, .cs-payment__radio:checked + .cs-input__radio-label:after, .cs-input__radio:checked + .cs-payment__title:after, .cs-payment__radio:checked + .cs-payment__title:after {
      width: 6px;
      height: 6px;
      position: absolute;
      top: 50%;
      left: 4px;
      background-color: #60686c;
      border-radius: 5.5px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      display: block; }
      @media all and (-ms-high-contrast: none) {
        .cs-input__radio:checked + .cs-input__radio-label:after, .cs-payment__radio:checked + .cs-input__radio-label:after, .cs-input__radio:checked + .cs-payment__title:after, .cs-payment__radio:checked + .cs-payment__title:after {
          background-color: #484e51; } }


/* --- Text input fields */
  .cs-input__text {
    display: inline-block;
    padding: 5px 0 4px 10px;
    width: 100%; }
    .cs-input__text--error {
      border: 1px solid #ee0000; }
    .cs-input__text--text-only {
      font-size: 0.875rem; }
  .cs-input__tooltip {
    margin: 2px 6% 5px 0;
    width: 100%;
    z-index: 2; }
    @media (min-width: 48em) {
      .cs-input__tooltip {
        background: #fff;
        right: -6%;
        top: -10px;
        padding: 15px;
        position: absolute;
        margin: 0;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); } }
  .cs-input__dynamic-note {
    color: #474d50;
    font-size: 0.8125em;
    padding: 7px 10px;
    border: 1px solid #858e93; }
    @media (max-width: 47.99em) {
      .cs-input__dynamic-note {
        margin-bottom: 12px; } }
    .cs-input__dynamic-note-buttons {
      float: right; }
    .cs-input__dynamic-note-button {
      display: inline-block;
      position: relative;
      cursor: pointer;
      padding: 0 8px;
      -webkit-text-decoration-color: #c9cdcf;
         -moz-text-decoration-color: #c9cdcf;
              text-decoration-color: #c9cdcf; }
      .cs-input__dynamic-note-button:after {
        width: calc(100% - 16px);
        height: 1px;
        background: #c9cdcf;
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 6px;
        right: 6px; }
      .cs-input__dynamic-note-button:first-child {
        border-right: 1px solid #c9cdcf; }
    .cs-input__dynamic-note-name {
      display: inline-block;
      max-width: calc(100% - 75px); }
  .cs-input__show-field {
    cursor: pointer;
    position: relative;
    margin: 5px 0 0 30px;
    padding: 0 0 15px 15px;
    width: 100%; }
    .cs-input__show-field:before, .cs-input__show-field:after {
      content: '';
      display: block;
      position: absolute;
      background: #a0c814;
      left: 0;
      height: 2px;
      width: 8px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      top: 30%; }
    .cs-input__show-field:before {
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, opacity 0.2s ease-out, background-color 0.15s linear;
      transition: transform 0.3s ease-out, opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out; }
    .cs-input__show-field:after {
      -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
              transform: translate3d(0, -50%, 0) rotate(90deg);
      -webkit-transition: background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, background-color 0.15s linear;
      transition: transform 0.3s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out; }
  .cs-input ::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 1000;
    width: 60px;
    content: '';
    display: block;
    cursor: pointer; }
  .cs-input ::-webkit-inner-spin-button {
    display: none; }
  .cs-input ::-webkit-clear-button {
    display: none; }
  .cs-input ::-webkit-input-placeholder {
    font-size: 0.75rem; }
  .cs-input ::-moz-placeholder {
    font-size: 0.75rem; }
  .cs-input :-ms-input-placeholder {
    font-size: 0.75rem; }
  .cs-input ::placeholder {
    font-size: 0.75rem; }
    @media (max-width: 47.99em) {
      .cs-input ::-webkit-input-placeholder {
        font-size: 0; }
      .cs-input ::-moz-placeholder {
        font-size: 0; }
      .cs-input :-ms-input-placeholder {
        font-size: 0; }
      .cs-input ::placeholder {
        font-size: 0; } }
  .cs-input ::-webkit-datetime-edit {
    color: #474d50;
    font-size: 0.875rem; }

/* --- Checkbox */
.cs-checkbox {
  padding-left: 33px; }
  .cs-checkbox--error .cs-checkbox__label:before {
    border: 1px solid #ee0000; }
  .cs-checkbox__error {
    font-size: 0.75rem;
    color: #ee0000;
    margin: 0 0 12px 0;
    display: block; }
  .cs-checkbox--pairing {
    margin-top: 20px; }
    @media (min-width: 48em) {
      .cs-checkbox--pairing {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #fff; } }
    @media (min-width: 48em) {
      .cs-checkbox--pairing .cs-checkbox__label {
        color: #616668; }
        .cs-checkbox--pairing .cs-checkbox__label:before {
          background: #fff; } }
  .cs-checkbox__input {
    cursor: pointer;
    opacity: .01;
    overflow: hidden;
    position: absolute;
    outline: none; }
    .cs-checkbox__input:checked + .cs-checkbox__label:after {
      content: '';
      display: block;
      position: absolute;
      left: -25px;
      top: 3px;
      width: 11px;
      height: 11px;
      background-image: url("images/icon_check.png");
      background-size: contain;
      background-repeat: no-repeat; }
    .cs-checkbox__input:checked + .cs-checkbox__label--exam:after {
      top: 6px; }
    .cs-checkbox__input:disabled + label {
      cursor: initial; }
      .cs-checkbox__input:disabled + label::before {
        display: none; }
      .cs-checkbox__input:disabled + label .cs-checkbox__exam-type,
      .cs-checkbox__input:disabled + label .cs-checkbox__exam-date {
        opacity: 0.6; }
    .cs-checkbox__input:disabled + label.cs-checkbox__label--exam .cs-checkbox__exam-link {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .cs-checkbox__label {
    color: #788287;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
    position: relative; }
    @media (min-width: 48em) {
      .cs-checkbox__label {
        font-size: 0.8125em; } }
    .cs-checkbox__label:before {
      content: '';
      display: block;
      position: absolute;
      left: -28px;
      top: -1px;
      height: 15px;
      background: #e9ebec;
      width: 16px; }
    .cs-checkbox__label--exam {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none; }
      @media (min-width: 48em) {
        .cs-checkbox__label--exam {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
      .cs-checkbox__label--exam:before {
        background-color: #fff;
        border: 1px solid #858e93;
        pointer-events: auto;
        top: 3px; }

  .cs-checkbox__label--odp {
    color: #788287;
    font-size: 0.75rem;
    margin: 0 0 12px 0;
    line-height: 1.4;
    position: relative; }
    @media (min-width: 48em) {
      .cs-checkbox__label--odp {
        font-size: 0.8125em; } }

  .cs-checkbox__exam-type {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: uppercase;
    padding: 0 10px;
    min-width: 100px;
    max-width: 130px;
    color: #788287; }
    @media (min-width: 400px) {
      .cs-checkbox__exam-type {
        max-width: 170px; } }
    @media (min-width: 48em) {
      .cs-checkbox__exam-type {
        margin-right: 0;
        min-width: 20px;
        max-width: 170px; } }
  .cs-checkbox__exam-icon {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10%;
        -ms-flex: 0 1 10%;
            flex: 0 1 10%; }
    @media print {
      .cs-checkbox__exam-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 0;
            -ms-flex: 0 1 0px;
                flex: 0 1 0; } }
    @media (min-width: 48em) {
      .cs-checkbox__exam-icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 5%;
            -ms-flex: 0 1 5%;
                flex: 0 1 5%; } }
  .cs-checkbox__exam-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    pointer-events: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 48em) {
      .cs-checkbox__exam-link {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%;
        margin-right: 0;
        min-width: 20px;
        max-width: 170px; } }
    .cs-checkbox__exam-link:hover, .cs-checkbox__exam-link:focus {
      text-decoration: none; }
  .cs-checkbox__exam-details-link {
    text-transform: none;
    color: #5ac8f5; }
    .cs-checkbox__exam-details-link:hover {
      text-decoration: underline; }
  .cs-checkbox__exam-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .cs-checkbox__exam-date {
        padding-right: 10px; } }
    .cs-checkbox__exam-date--destkop-hide {
      text-transform: none; }
      @media (min-width: 48em) {
        .cs-checkbox__exam-date--destkop-hide {
          display: none; } }
    .cs-checkbox__exam-date--mobile-hide {
      display: none; }
      @media (min-width: 48em) {
        .cs-checkbox__exam-date--mobile-hide {
          display: inline-block; } }
  .cs-checkbox__exam-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    min-width: 100px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .cs-checkbox__exam-details {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        min-width: auto;
        margin-top: 0; } }
    .cs-checkbox__exam-details a {
      pointer-events: all; }
  .cs-checkbox__exam-avalability {
    font-size: 0.75rem;
    margin: 0;
    font-weight: 700;
    text-transform: none; }
    .cs-checkbox__exam-avalability--not-avaliable {
      color: #ee0000; }
    .cs-checkbox__exam-avalability--last-spots {
      color: #e86500; }


/* !-------------------------------------------- */
/* !COMPONENT: Select dropdowns */
/* !-------------------------------------------- */

.cs-select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  line-height: 1; }
  .cs-select--mobile {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 4; }
  .cs-select__icon {
    vertical-align: middle;
    margin-right: 4px; }

.cs-html-select {
  position: relative;
  font-weight: 400;
  line-height: 0;
  box-sizing: border-box;
  width: 100%; }
  .cs-html-select__trigger {
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
    z-index: 3;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
    background: #f1f2f1;
    height: 47px;
    padding: 0 30px 0 15px !important; }
    .cs-input__field--small .cs-html-select__trigger {
      padding: 0 20px 0 15px !important; }
    @media (min-width: 64em) {
      .cs-pairing .cs-html-select__trigger {
        background: #fff; } }
    @media (min-width: 64em) {
      .cs-pairing--simple .cs-html-select__trigger {
        background: #f1f2f1; } }
    @media (min-width: 48em) {
      .cs-html-select__trigger {
        height: 30px;
        padding: 0 10px !important; } }
    .cs-html-select--open .cs-html-select__trigger,
    .cs-html-select.open .cs-html-select__trigger {
      box-shadow: 0 0 5px #adb3b6;
      outline: none; }
    .cs-html-select__trigger--disabled {
      color: #f1f2f1;
      cursor: not-allowed; }
    .cs-html-select__trigger:focus {
      box-shadow: 0 0 5px #adb3b6; }
  .cs-html-select__trigger-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    color: #474d50; }
  .cs-html-select__trigger-text--placeholder {
    color: #616668;
    font-size: 0.75rem;
    font-family: system-ui; }
  .cs-html-select__trigger-caret {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%; }
    @media (min-width: 48em) {
      .cs-html-select__trigger-caret {
        right: -12px;
        width: 48px; } }
    @media (min-width: 64em) {
      .cs-html-select__trigger-caret {
        right: -8px; } }
  .cs-html-select__trigger-caret-arrow {
    position: absolute;
    width: 10px;
    height: 4px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    -webkit-transform-origin: 50% 30%;
        -ms-transform-origin: 50% 30%;
            transform-origin: 50% 30%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    .cs-html-select--open .cs-html-select__trigger-caret-arrow,
    .cs-html-select.open .cs-html-select__trigger-caret-arrow {
      -webkit-transform: rotateX(180deg) translate3d(50%, -50%, 0);
              transform: rotateX(180deg) translate3d(50%, -50%, 0); }
    .cs-html-select__trigger-caret-arrow:before, .cs-html-select__trigger-caret-arrow:after {
      position: absolute;
      top: 0;
      width: 7px;
      height: 2px;
      content: '';
      background-color: #858e93; }
    .cs-html-select__trigger-caret-arrow:before {
      left: 0;
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg);
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%; }
    .cs-html-select__trigger-caret-arrow:after {
      right: 0;
      -webkit-transform: rotate(-40deg);
          -ms-transform: rotate(-40deg);
              transform: rotate(-40deg);
      -webkit-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
  .cs-html-select__menu {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 105;
    display: none;
    width: calc(100% + 2px);
    background-color: #fefefd;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 5px 0 #adb3b6;
    line-height: 1;
    box-sizing: border-box; }
    .cs-html-select--open .cs-html-select__menu,
    .cs-html-select.open .cs-html-select__menu {
      display: block;
      opacity: 0;
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
      -webkit-transition: opacity 0.32s ease, -webkit-transform 0.25s ease;
      transition: opacity 0.32s ease, -webkit-transform 0.25s ease;
      transition: transform 0.25s ease, opacity 0.32s ease;
      transition: transform 0.25s ease, opacity 0.32s ease, -webkit-transform 0.25s ease; }
    .cs-html-select--animate .cs-html-select__menu {
      -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important;
      opacity: 1 !important; }
  .cs-html-select__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 240px !important; }
  .cs-html-select__menu-item--divider {
    width: 100%;
    height: 1px;
    margin: 0.313em 0;
    background-color: #e7e7e7; }
  .cs-html-select__menu-item--header { /* MZ not used */
    padding: 0.563em 0.625em 0.313em;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #676767; }
  .cs-html-select__menu-item--focused .cs-html-select__menu-link {
    background-color: #c9cdcf;
    color: #fff;
    text-decoration: none; }
  .cs-html-select__menu-item--hidden {
    display: none; }
  .cs-html-select__menu-item--no-results {
    padding: 0.563em 0.625em;
    background-color: #fafafa;
    font-size: 0.75rem; }
  .cs-html-select__menu-item-text {
    display: block; }
  .cs-html-select__menu-link {
    display: block;
    position: relative;
    padding: 9px 12px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
    color: #858e93;
    text-decoration: none;
    font-size: 0.75rem; }
    .cs-html-select__menu-link:focus {
      outline: none;
      background-color: #dcdedc; }
    .cs-html-select__menu-link:hover, .cs-html-select__menu-link:hover:focus {
      background-color: #c9cdcf;
      color: #fff;
      text-decoration: none; }
    .cs-html-select__menu-item--selected .cs-html-select__menu-link {
      text-decoration: none; }
      .cs-html-select__menu-item--selected .cs-html-select__menu-link:hover {
        background-color: #c9cdcf;
        color: #fff; }
    .cs-html-select__menu-item--in-group .cs-html-select__menu-link {
      padding-left: 1.25em; }
    .cs-html-select__menu-item--disabled .cs-html-select__menu-link {
      cursor: not-allowed;
      background-color: #fafafa;
      color: #c9c9c9;
      text-decoration: none; }
      .cs-html-select__menu-item--disabled .cs-html-select__menu-link:hover {
        background-color: #fafafa;
        color: #c9c9c9; }
    .cs-html-select__menu-item--active .cs-html-select__menu-link {
      background-color: #ededed; }
  .cs-html-select__search-input {
    background: #fcfcfc;
    border: none !important;
    border-bottom: 1px solid #f1f2f1 !important; }
  .cs-html-select--multi.cs-html-select--mobile .cs-html-select__trigger {
    display: none; }
  .cs-html-select--multi.cs-html-select--mobile .cs-select--mobile {
    position: static !important;
    opacity: 1 !important;
    border: 1px solid #e7e7e7;
    min-height: 2rem;
    background-color: #fafafa; }

select::-ms-expand {
  display: none; }


/* !-------------------------------------------- */
/* !COMPONENT: Tooltips */
/* !-------------------------------------------- */

.cs-tooltip {
  min-height: 44px;
  padding: 10px;
  background: #f1f2f1;
  min-width: 250px;
  max-width: calc( 100% - 30px); }
  @media (min-width: 48em) {
    .cs-tooltip {
      background: #fff;
      max-width: 100%;
      min-width: 180px; } }
  .cs-tooltip__arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 16px solid #f1f2f1; }
    @media (max-width: 47.99em) {
      .cs-tooltip__arrow {
        float: right;
        -webkit-transform: translate(10px, -26px);
            -ms-transform: translate(10px, -26px);
                transform: translate(10px, -26px); } }
    @media (min-width: 48em) {
      .cs-tooltip__arrow {
        position: absolute;
        left: 50%;
        top: 100%;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: none;
        border-bottom: none; } }
    @media (min-width: 64em) {
      .cs-tooltip__arrow {
        left: 0; } }
  .cs-tooltip__headline {
    margin: 0; }
  .cs-tooltip__text {
    margin: 0;
    font-size: 0.75em;
    line-height: 1.5; }


/* !-------------------------------------------- */
/* !COMPONENT: Modal overlays */
/* !-------------------------------------------- */

/* --- Blocking layer */
.cs-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2003;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100vw;
  height: 100vh;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 48em) {
    .cs-modal {
      background: rgba(0, 0, 0, 0.7); } }
      
  .cs-modal__outer {
    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;
    height: 100%; }
    
/* --- Outer overlay container */
  .cs-modal__inner {
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: relative; }
    
    @media (min-width: 48em) {
      .cs-modal__inner {
        height: auto;
        max-width: 700px;
        background: none; } }
        
  .cs-modal__title, .cs-modal-mobile__title { /* MZ not used */
    color: #616668;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 1.375rem;
    margin: 15px 0 15px; }
    @media (min-width: 48em) {
      .cs-modal__title, .cs-modal-mobile__title {
        font-weight: 400; } }
    @media print {
      .cs-modal__title, .cs-modal-mobile__title {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (max-width: 47.99em) {
      .cs-modal__body--center .cs-modal__title, .cs-modal__body--center .cs-modal-mobile__title {
        margin-top: 0; } }
        
  .cs-modal__subheadline { /* MZ not used */
    margin: 12px 0 0;
    color: #616668;
    text-transform: uppercase;
    font-weight: 400; }
    
  .cs-modal__intro {
    margin: 0 0 15px;
    font-size: 0.8125em;
    line-height: 1.3em; }
    
/* --- Modal closer button */
  .cs-modal__close, .cs-modal-mobile__close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: none;
    padding: 0;
    z-index: 2200;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all; }
    
    @media (min-width: 48em) {
      .cs-modal__close, .cs-modal-mobile__close {
        font-weight: 400; } }
        
    @media print {
      .cs-modal__close, .cs-modal-mobile__close {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
        
  .cs-modal__close-text {
    line-height: 20px; }
    
/* --- MODIFICATION: also used as i-icon to open modal popups (for usage after a field label) */
  .cs-modal__close-icon,
  .cs-modal-mobile__close-icon {
    width: 20px;
    height: 19px;
    fill: #616668;
    margin-left: 10px;
    }

    .cs-input--readonly .cs-input__text {
        padding: 1px 0px 2px 15px;
    }
    
    .cs-input--readonly .cs-input__text .cs-order__more {
        top: auto;
    }
    
    .cs-input--readonly .cs-input__label + .cs-order__more {
        top: auto;
        bottom: 5px;
        right: 5px;
    }

    @media (min-width: 48em) {
        .cs-input--readonly .cs-input__text {
            padding: 5px 0 4px 10px;
        }
    
        .cs-input__label + .cs-order__more .cs-modal__close-icon {
            margin-left: 0;
            margin-right: 10px;
            margin-top: 2px;
        }

        .cs-input--readonly .cs-input__label + .cs-order__more {
            top: auto;
            bottom: 0;
        }
    }
    
/* --- Overlay body content */
  .cs-modal__body {
    overflow-y: auto;
    position: relative;
    padding: 0 20px 30px;
    max-height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
    
    @media (min-width: 48em) {
      .cs-modal__body {
        background-color: #fff; } }
        
    @media (max-width: 47.99em) {
      .cs-modal__body {
        height: 100vh; } }
        
    @media (max-width: 47.99em) {
      .cs-modal__body--center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
                
    @media (max-width: 47.99em) {
      .cs-modal__body--center h1 {
        margin-top: 0; } }
        
  .cs-modal__content {
    width: 100%;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px; }
    
    @media (max-width: 47.99em) {
      .cs-modal__content {
        padding-bottom: 40px; } }
        
/* --- Modal states */
  .cs-modal__loading-indicator {
    margin: 0 auto; }
    
  .cs-modal--displayed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    
  .cs-modal--visible {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    
/* --- Modal buttons */
  .cs-modal__buttons-wrapper {
    margin-top: 2.5rem; }
    @media (min-width: 48em) {
      .cs-modal__buttons-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
                
  .cs-modal__button {
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .cs-modal__button {
        margin-bottom: 0; } }
    .cs-modal__button:last-of-type {
      margin-bottom: 0; }
      
/* --- Some image containers as content */
  .cs-modal .bildContainer {
    position: relative; }
    
    .cs-modal .bildContainer img {
      width: 100%; }
      
  .cs-modal .bildnachweis {
    position: absolute;
    bottom: 30px;
    right: 7px;
    color: #fff;
    font-size: 12px; }

/* --- Unknown modal state */
.cs-modal-shown {
  max-height: 100vh;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

/* --- Mobile?? modal overlays */
@media (max-width: 47.99em) {
  .cs-modal-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2003;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100vw;
    height: 100vh;
    -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; } }

@media (max-width: 47.99em) {
  .cs-modal-mobile__inner {
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    width: 100%; } }

@media (min-width: 48em) {
  .cs-modal-mobile__title {
    font-size: 1rem;
    margin: 0 0 18px; } }

.cs-modal-mobile__subheadline { /* MZ not used */
  margin: 12px 0 0;
  color: #616668;
  text-transform: uppercase;
  font-weight: 400; }

.cs-modal-mobile__intro {
  margin: 0 0 15px;
  font-size: 0.8125em;
  line-height: 1.3em; }

@media (min-width: 48em) {
  .cs-modal-mobile__close {
    background: none; } }

@media (min-width: 48em) {
  .cs-modal-mobile__close-text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }

@media (min-width: 48em) {
  .cs-modal-mobile__close-icon {
    background: none;
    width: 15px;
    height: 14px;
    fill: #858e93; } }

@media (max-width: 47.99em) {
  .cs-modal-mobile__body {
    overflow: auto;
    position: relative;
    padding: 0 20px 30px;
    height: 100vh; } }

@media (max-width: 47.99em) {
  .cs-modal-mobile__content {
    width: 100%;
    text-align: left; } }

@media (max-width: 47.99em) {
  .cs-modal-mobile--displayed {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 47.99em) {
  .cs-modal-mobile--visible {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; } }

.cs-modal-mobile .bildContainer {
  position: relative; }
  .cs-modal-mobile .bildContainer img {
    width: 100%; }

.cs-modal-mobile .bildnachweis {
  position: absolute;
  bottom: 30px;
  right: 7px;
  color: #fff;
  font-size: 12px; }

.cs-modal-mobile-shown {
  max-height: 100vh;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }


/* !-------------------------------------------- */
/* !COMPONENT: Collapser */
/* !-------------------------------------------- */

.cs-collapse {
  position: relative;
  overflow: hidden; }
  .cs-collapse .cs-collapse__trigger {
    cursor: pointer;
    position: relative; }
    .cs-collapse .cs-collapse__trigger:before, .cs-collapse .cs-collapse__trigger:after {
      content: '';
      display: block;
      position: absolute;
      background: #474d50;
      right: 15px;
      height: 2px;
      width: 12px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .cs-collapse .cs-collapse__trigger:before {
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, opacity 0.2s ease-out, background-color 0.15s linear;
      transition: transform 0.3s ease-out, opacity 0.2s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out; }
    .cs-collapse .cs-collapse__trigger:after {
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
              transform: translate3d(0, -50%, 0) rotate(90deg);
      -webkit-transition: background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: background-color 0.15s linear, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, background-color 0.15s linear;
      transition: transform 0.3s ease-out, background-color 0.15s linear, -webkit-transform 0.3s ease-out; }
    .cs-collapse .cs-collapse__trigger--in:before, .cs-collapse .cs-collapse__trigger--initial-in:before {
      background: #474d50;
      -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
              transform: translate3d(0, -50%, 0) rotate(-90deg);
      opacity: 0; }
    .cs-collapse .cs-collapse__trigger--in:after, .cs-collapse .cs-collapse__trigger--initial-in:after {
      background: #474d50;
      -webkit-transform: translate3d(0, -50%, 0) rotate(0);
              transform: translate3d(0, -50%, 0) rotate(0); }
    .cs-collapse .cs-collapse__trigger--in .cs-collapse__icon, .cs-collapse .cs-collapse__trigger--initial-in .cs-collapse__icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    @media (min-width: 48em) {
      .cs-collapse .cs-collapse__trigger--only-mobile {
        display: none; } }
  .cs-collapse .cs-collapse__content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    min-height: initial !important;
    max-height: initial !important;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: opacity 0.18s linear, -webkit-transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, -webkit-transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, transform 0.11s ease-in-out, -webkit-transform 0.11s ease-in-out;
    will-change: height; }
    .cs-collapse .cs-collapse__content--initial-in, .cs-collapse .cs-collapse__content--in {
      height: auto !important;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  @media (max-width: 47.99em) {
    .cs-collapse--only-mobile .cs-collapse__content {
      padding-right: 3px; } }
  @media (min-width: 48em) {
    .cs-collapse--only-mobile {
      overflow: visible; }
      .cs-collapse--only-mobile .cs-collapse__trigger {
        cursor: initial; }
        .cs-collapse--only-mobile .cs-collapse__trigger:before, .cs-collapse--only-mobile .cs-collapse__trigger:after {
          display: none; }
      .cs-collapse--only-mobile .cs-collapse__content {
        overflow: visible;
        -webkit-transition: none;
        transition: none;
        height: auto !important;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; } }

@media (min-width: 48em) {
  .cs-info__title {
    margin-bottom: 3px; } }

.cs-info__subtitle {
  margin-top: 5px;
  position: relative; }
  @media (min-width: 48em) {
    .cs-info__subtitle {
      margin-top: 0;
      margin-bottom: 25px; } }

.cs-info__more {
  position: absolute;
  bottom: -2px;
  right: -25px; }
  @media (min-width: 48em) {
    .cs-info__more {
      position: relative;
      bottom: auto;
      left: 3px;
      top: 3px;
      right: auto; } }

@media (min-width: 48em) {
  .cs-info__content {
    display: none;
    background: #dfe1e2;
    padding: 20px;
    position: relative; } }

@media (min-width: 48em) {
  .cs-info__content--active {
    display: block;
    border-bottom: 1px solid #fff; } }

.shell span {
  position: absolute;
  left: 3px;
  top: 1px;
  color: #ccc;
  pointer-events: none;
  z-index: -1; }
  .shell span i {
    font-style: normal;
    /* any of these 3 will work */
    color: transparent;
    opacity: 0;
    visibility: hidden; }


/* !-------------------------------------------- */
/* !COMPONENT: Lists */
/* !-------------------------------------------- */

.cs-list {
  padding: 0;
  list-style-position: inside; }
  .cs-list__item {
    font-size: inherit;
    padding-bottom: 12px;
    padding-left: 40px;
    position: relative; }
    @media (min-width: 48em) {
      .cs-list__item {
        padding-left: 70px; } }
    .cs-list__item::before {
      display: inline-block;
      margin: 0 20px 0 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
      @media (min-width: 48em) {
        .cs-list__item::before {
          margin: 0 20px 0 15px; } }
    .cs-list__item--positive {
      list-style: none; }
      .cs-list__item--positive::before {
        content: '';
        background-image: url("images/tick_circle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media print {
          .cs-list__item--positive::before {
            display: none; } }
    .cs-list__item--negative {
      list-style: none; }
      .cs-list__item--negative::before {
        color: #fff;
        content: 'x';
        line-height: 90%;
        text-align: center;
        font-size: 1rem;
        background: #ee0000; }
        @media print {
          .cs-list__item--negative::before {
            display: none; } }
  .cs-list__item-image-print {
    display: none; }
    @media print {
      .cs-list__item-image-print {
        display: inline;
        position: absolute;
        max-height: 20px;
        max-width: 20px;
        left: 5px;
        top: 0; } }


/* !-------------------------------------------- */
/* !LAYOUT: Registration */
/* !-------------------------------------------- */

.cs-registration-details--printable-summary {
  margin-bottom: 20px; }
  @media (max-width: 47.99em) {
    .cs-registration-details--printable-summary {
      margin-bottom: 0; } }

.cs-registration-details__label {
  font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474d50;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  font-size: 0.875rem;
  padding-right: 10px;
  padding-top: 0.7rem;
  padding-left: 10px; }
  
  @media (min-width: 48em) {
    .cs-registration-details__label {
      font-weight: 400; } }
      
  @media print {
    .cs-registration-details__label {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
      
  @media (max-width: 47.99em) {
    .cs-registration-details__label {
      display: inline-block;
      font-size: 0.75rem;
      text-transform: none;
      font-weight: 300;
      color: #474d50;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      height: 16px;
      padding-top: 3px; } }

.cs-registration-details__detail {
  display: inline-block;
  padding: 9px 0 0 5px;
  width: 280px; }
  @media (max-width: 47.99em) {
    .cs-registration-details__detail {
      padding: 0 0 4px 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; } }
  @media (min-width: 64em) {
    .cs-registration-details__detail {
      width: 340px; } }
  .cs-registration-details--payment .cs-registration-details__detail {
    font-size: 1rem; }
    @media (min-width: 48em) {
      .cs-registration-details--payment .cs-registration-details__detail {
        padding: 5px 0 0 5px; } }
  .cs-registration-details__detail__printable-summary {
    width: 170px; }

.cs-registration-details__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 32px; }
  @media (max-width: 47.99em) {
    .cs-registration-details__wrapper {
      height: 49px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #f1f2f1;
      margin-bottom: 2px;
      padding: 0 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .cs-registration-details__wrapper--printable-summary {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cs-registration-details__wrapper--separator {
    padding-bottom: 20px; }


/* !-------------------------------------------- */
/* !COMPONENT: Progress bar */
/* !-------------------------------------------- */

.cs-progress-bar {
  list-style: none inside none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .cs-progress-bar__step {
    list-style-image: none;
    list-style-type: none;
    position: relative;
    color: #fff;
    background-color: #c9cdcf;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 37px;
    padding-left: 27px; }
    .cs-progress-bar--payment .cs-progress-bar__step {
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%; }
    @media (min-width: 48em) {
      .cs-progress-bar__step {
        height: 25px;
        -webkit-flex-basis: 24%;
            -ms-flex-preferred-size: 24%;
                flex-basis: 24%; }
        .cs-progress-bar--payment .cs-progress-bar__step {
          -webkit-flex-basis: 33.33%;
              -ms-flex-preferred-size: 33.33%;
                  flex-basis: 33.33%; } }
    .cs-progress-bar__step:first-child {
      padding-left: 14px; }
      @media (min-width: 48em) {
        .cs-progress-bar__step:first-child {
          padding-left: 18px; } }
    .cs-progress-bar__step:last-child {
      -webkit-flex-basis: 31%;
          -ms-flex-preferred-size: 31%;
              flex-basis: 31%; }
      .cs-progress-bar--payment .cs-progress-bar__step:last-child {
        -webkit-flex-basis: 33.33%;
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%; }
      @media (min-width: 48em) {
        .cs-progress-bar--payment .cs-progress-bar__step:last-child .cs-progress-bar__text:before {
          display: none; } }
      @media (min-width: 48em) {
        .cs-progress-bar__step:last-child {
          -webkit-flex-basis: 28%;
              -ms-flex-preferred-size: 28%;
                  flex-basis: 28%; }
          .cs-progress-bar--payment .cs-progress-bar__step:last-child {
            -webkit-flex-basis: 33.33%;
                -ms-flex-preferred-size: 33.33%;
                    flex-basis: 33.33%; } }
    .cs-progress-bar__step--active {
      background-color: #a0c814; }
      .cs-progress-bar__step--active .cs-progress-bar__text:after {
        border-left-color: #a0c814; }
    .cs-progress-bar__step--completed {
      background-color: #788287; }
      .cs-progress-bar__step--completed .cs-progress-bar__text:after {
        border-left-color: #788287; }
  .cs-progress-bar__text {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 3px; }
    @media (min-width: 23.13em) {
      .cs-progress-bar__text {
        font-size: 12px; } }
    @media (min-width: 48em) {
      .cs-progress-bar__text {
        font-size: 0.875rem; } }
    .cs-progress-bar__text:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 26px solid transparent;
      border-bottom: 26px solid transparent;
      border-left: 16px solid #fff;
      margin-top: -26px;
      position: absolute;
      top: 50%;
      margin-left: 2px;
      left: 98%;
      z-index: 1; }
    .cs-progress-bar__text:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 26px solid transparent;
      border-bottom: 26px solid transparent;
      border-left: 16px solid #c9cdcf;
      margin-top: -26px;
      position: absolute;
      top: 50%;
      left: 98%;
      z-index: 2; }


/* !-------------------------------------------- */
/* !LAYOUT: Footer */
/* !-------------------------------------------- */

.cs-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  border-top: 1px solid #d7dadb;
  background-color: #d7dadb;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 48em) {
    .cs-footer {
      padding: 5px 0 0;
      border-top: 1px solid #c9cdcf;
      background: none; } }
  .cs-footer__list {
    list-style: none inside none;
    padding-left: 0;
    margin: 0 5px 5px;
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .cs-footer__list {
        margin: 0;
        text-align: left; } }
    @media (min-width: 64em) {
      .cs-footer__list {
        padding-right: 2.5rem; } }
    @media (min-width: 48em) {
      .cs-footer__list:nth-child(2) {
        padding-top: 5px; } }
  .cs-footer__item {
    display: inline-block;
    font-size: 0.625em;
    color: #788287; }
    @media (min-width: 48em) {
      .cs-footer__item {
        font-size: 0.75em; } }
    .cs-footer__item:after {
      content: '|';
      font-size: 1rem;
      margin: 0 10px; }
    .cs-footer__item:last-child:after {
      display: none; }
    .cs-footer__item--text {
      line-height: 160%;
      padding-top: 0.1rem;
      word-spacing: 5px; }
      @media (max-width: 47.99em) {
        .cs-footer__item--text {
          word-spacing: 7px; }
          .cs-footer__item--text:after {
            display: none; } }
  .cs-footer__link {
    color: #788287;
    text-decoration: none; }
    .cs-footer__link:hover, .cs-footer__link:focus, .cs-footer__link:visited {
      color: #788287; }
    .cs-footer__link:focus, .cs-footer__link:visited {
      text-decoration: none; }


/* !-------------------------------------------- */
/* !LAYOUT: Order */
/* !-------------------------------------------- */

.cs-order {
  background-color: #f1f2f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #e4e6e4;
  padding-top: 20px; }
  @media (min-width: 48em) {
    .cs-order {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

  @media (min-width: 48em) {
    .cs-order__language {
      margin-right: 150px; } }

  @media (min-width: 48em) {
    .cs-order__timezone {
      margin-right: 0; } }

  .cs-order__language .cs-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .cs-order__timezone .cs-input {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  @media (min-width: 48em) {
    .cs-order__language .cs-input__control, .cs-order__language .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-order__language .cs-form__fieldset {
      width: 325px; } }
      
  @media (min-width: 48em) {
    .cs-order__timezone .cs-input__control, .cs-order__timezone .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-order__timezone .cs-form__fieldset {
      width: 500px;
      margin-top: 5px; } }      

  .cs-order__timezone .cs-input__control, .cs-order__timezone .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-order__timezone .cs-form__fieldset {
    margin-top: 10px; }
      
  .cs-order__language .cs-input__label {
    white-space: normal;
    line-height: 1.3; }
    @media (min-width: 48em) {
      .cs-order__language .cs-input__label {
        max-width: 300px; } }

  .cs-order__timezone .cs-input__label {
    white-space: normal;
    line-height: 1.3; }
    @media (min-width: 48em) {
      .cs-order__timezone .cs-input__label {
        max-width: 300px; } }

  .cs-order--coupon {
    background: #fff; }
    @media (min-width: 48em) {
      .cs-order--coupon .cs-order__section-right {
        padding-left: 0; } }
    .cs-order--coupon .cs-order__section-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  @media (min-width: 48em) {
    .cs-order--variant .cs-order__left-headline {
      font-size: 1.125rem; } }
  .cs-order--coupon-filled {
    margin-top: 25px;
    position: relative; }
    @media (min-width: 48em) {
      .cs-order--coupon-filled {
        padding-top: 12px;
        margin-top: 5px; } }
    .cs-order--coupon-filled .cs-order__headline-inner {
      font-size: 0.8125rem;
      text-transform: none; }
      @media (max-width: 47.99em) {
        .cs-order--coupon-filled .cs-order__headline-inner {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          font-weight: 400;
          padding-top: 2px; } }
      .cs-order--coupon-filled .cs-order__headline-inner::after {
        content: '';
        background-image: url("images/tick_circle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 10px 0 30px; }
        @media print {
          .cs-order--coupon-filled .cs-order__headline-inner::after {
            display: none; } }
        @media (max-width: 47.99em) {
          .cs-order--coupon-filled .cs-order__headline-inner::after {
            position: absolute;
            top: -10px;
            right: 0;
            width: 25px;
            height: 25px; } }
      .cs-order--coupon-filled .cs-order__headline-inner .cs-link, .cs-order--coupon-filled .cs-order__headline-inner .cs-checkbox__label a, .cs-checkbox__label .cs-order--coupon-filled .cs-order__headline-inner a, .cs-order--coupon-filled .cs-order__headline-inner .cs-cms-block a, .cs-cms-block .cs-order--coupon-filled .cs-order__headline-inner a {
        width: 100%; }
        @media (min-width: 48em) {
          .cs-order--coupon-filled .cs-order__headline-inner .cs-link, .cs-order--coupon-filled .cs-order__headline-inner .cs-checkbox__label a, .cs-checkbox__label .cs-order--coupon-filled .cs-order__headline-inner a, .cs-order--coupon-filled .cs-order__headline-inner .cs-cms-block a, .cs-cms-block .cs-order--coupon-filled .cs-order__headline-inner a {
            -webkit-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                    transform: translateY(-3px);
            width: auto;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
      .cs-order--coupon-filled .cs-order__headline-inner .cs-link__icon {
        -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
                transform: translateY(2px); }
    .cs-order--coupon-filled .cs-order__right-headline {
      padding-bottom: 0; }
    .cs-order--coupon-filled .cs-order__left-headline {
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .cs-order--coupon-filled .cs-order__left-headline {
          font-size: 1.125rem; } }
      .cs-order--coupon-filled .cs-order__left-headline span {
        text-transform: none; }
    @media (min-width: 48em) {
      .cs-order--coupon-filled .cs-order__section-right {
        padding-bottom: 10px; } }
    @media (min-width: 48em) {
      .cs-order--coupon-filled .cs-order__section-left {
        padding-bottom: 10px; } }
  .cs-order--clear {
    background: #fff; }
  .cs-order--text {
    padding: 15px 20px 20px;
    background-color: transparent; }
    @media (min-width: 48em) {
      .cs-order--text {
        padding: 20px; } }
  .cs-order--checked {
    background-color: transparent; }
    @media (min-width: 48em) {
      .cs-order--checked {
        background-color: #f1f2f1; } }
  .cs-order__section-left {
    padding: 0 20px 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media (min-width: 48em) {
      .cs-order__section-left {
        padding: 0 20px 20px;
        -webkit-flex-basis: 20%;
            -ms-flex-preferred-size: 20%;
                flex-basis: 20%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .cs-order__section-left--printable-summary {
      -webkit-flex-basis: 80%;
          -ms-flex-preferred-size: 80%;
              flex-basis: 80%; }
  .cs-order__section-right {
    padding: 0 20px 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 48em) {
      .cs-order__section-right {
        padding: 0 15px 20px 20px; } }
  .cs-order__right-text {
    position: relative;
    padding-right: 50px;
    min-height: 30px; }
    @media (min-width: 48em) {
      .cs-order__right-text {
        padding: 0;
        margin-right: 0.65rem;
        min-height: 0; } }
  @media (min-width: 48em) {
    .cs-order__headline-inner--separate-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .cs-order__headline-details {
    position: relative;
    padding-right: 30px;
    min-height: 15px;
    display: inline-block;
    text-transform: none;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .cs-order__headline-details {
        padding: 0;
        margin-right: 0.65rem;
        min-height: 0; } }


/* --- MODIFICATION: i-icon to open modal popups (for usage after a field label) */
/* This is the outer wrapper for the icon SVG in this use case */
  .cs-order__more {
    position: absolute;
    top: -3px;
    bottom: auto;
    right: 5px;
    z-index: 10;
    }
    
  .cs-order__headline-details .cs-order__more {
    bottom: 0;
    }
    
  .cs-input__label + .cs-order__more {
    bottom: 1px;
    }
      
    @media (min-width: 48em) {
      .cs-input__label + .cs-order__more {
        top: auto;
        bottom: 0px;
        left: auto;
        }

      .cs-order__more {
        position: relative;
        bottom: auto;
        right: auto;
        top: 3px;
        left: 3px;
        }

      .cs-inform--details {
        position: absolute;
        top: auto;
        bottom: 4px;
        right: 10px;
        left: auto;
        }
    }
        
  .cs-order__left-headline {
    width: 100%;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0; }
    @media (min-width: 48em) {
      .cs-order__left-headline {
        font-weight: 400; } }
    @media print {
      .cs-order__left-headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-order__left-headline {
        margin-bottom: 0.25rem; } }
  .cs-order__left-text {
    display: none; }
    @media (min-width: 48em) {
      .cs-order__left-text {
        display: block; } }
    @media (max-width: 47.99em) {
      .cs-order__left-text--show-mobile {
        display: block;
        margin-top: 8px; } }
  .cs-order__right-headline {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .cs-order__right-headline {
        font-weight: 400; } }
    @media print {
      .cs-order__right-headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-order__right-headline {
        font-size: 1.125rem;
        font-weight: 400; } }
  @media (max-width: 47.99em) {
    .cs-order__select {
      margin-top: 1rem; } }
  .cs-order__select .cs-input__label {
    display: none; }
  .cs-order__price {
    padding-left: 20px;
    white-space: nowrap;
    color: #788287; }
    @media (min-width: 48em) {
      .cs-order__price {
        font-size: 1rem; } }
    .cs-order__price--success {
      color: #91b512; }
    .cs-order__price--coupon-code {
      margin-top: 5px;
      display: none; }
      @media (max-width: 47.99em) {
        .cs-order__price--coupon-code {
          padding-top: 20px; } }
    .cs-order__price--coupon-code-success {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  @media (max-width: 47.99em) {
    .cs-order__rows-wrapper {
      margin: 0 -20px;
      width: calc(100% + 40px); } }
  .cs-order__rows-wrapper .radioContainer label {
    padding: 10px; }
  .cs-order__trigger-icon {
    height: 38px;
    width: 40px;
    padding: 11px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
  .cs-order__trigger {
    padding: 7px 6px 7px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 49px;
    background: #f1f2f1;
    margin-bottom: 10px; }
  .cs-order__options-label {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px; }
    @media (min-width: 48em) {
      .cs-order__options-label {
        padding-top: 0px; } }
  .cs-order__options-wrapper {
    width: 100%;
    padding-top: 10px;
    display: inline-block; }
    @media (min-width: 48em) {
      .cs-order__options-wrapper {
        width: 50%; } }
    .cs-order__options-wrapper .cs-html-select__trigger {
      background-color: #fff; }
  .cs-order__discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 47.99em) {
      .cs-order__discount {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .cs-order__exam-headline {
    width: 100%;
    text-align: left;
    margin-top: 0; }
    @media (min-width: 48em) {
      .cs-order__exam-headline {
        width: auto; } }
  .cs-order__exam-details {
    margin-top: 20px; }
    @media (min-width: 48em) {
      .cs-order__exam-details {
        padding-right: 100px; } }
    @media print {
      .cs-order__exam-details {
        padding-right: 5px; } }
    .cs-order__exam-details .cs-summary-headline {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0; }
    .cs-order__exam-details .cs-link, .cs-order__exam-details .cs-checkbox__label a, .cs-checkbox__label .cs-order__exam-details a, .cs-order__exam-details .cs-cms-block a, .cs-cms-block .cs-order__exam-details a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

/* For OdpModulePanel */

  .cs-order__exam-details--odp {
    margin-top: 0px;
    margin-bottom: 5px; }
    @media (min-width: 48em) {
      .cs-order__exam-details--odp {
        padding-right: 100px; } }
    @media print {
      .cs-order__exam-details--odp {
        padding-right: 5px; } }

    .cs-order__exam-details--odp .cs-link--odp {
        flex: 0 1 80%; }
      
    .cs-order__exam-details--odp .cs-link--odp-edit {
        padding-top: 10px;
        min-width: 100px;
        flex: 0 1 20%; }
        @media print {
            .cs-link--odp-edit {
            display: none; } }
      
    .cs-row--odp {
        border-bottom: 1px solid #c9cdcf;
        display: flex; }

    .cs-row--odp-no-border {
        border: none;
        display: flex; }

  .cs-order__exam-summary {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c9cdcf;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-decoration: none; }
    @media (min-width: 48em) {
      .cs-order__exam-summary {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .cs-order__exam-summary:hover, .cs-order__exam-summary:visited, .cs-order__exam-summary:focus {
      text-decoration: none;
      color: #788287; }
  .cs-order a.cs-order__exam-summary:last-of-type {
    border: none; }
  .cs-order__exam-summary-icons {
    max-width: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 50px; }
    @media (min-width: 48em) {
      .cs-order__exam-summary-icons {
        max-width: initial;
        min-width: 100px; } }
    .cs-order__exam-summary-icons--single {
      width: unset;
      min-width: unset; }
  .cs-order__exam-summary-icon {
    max-width: 20px;
    height: 20px;
    margin-right: 5px; }
    .cs-order__exam-summary-icon:only-child {
      margin-left: auto; }
  .cs-order__exam-summary-type {
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    text-align: left;
    color: #788287; }
    @media (min-width: 48em) {
      .cs-order__exam-summary-type {
        min-width: 140px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20%;
            -ms-flex: 0 1 20%;
                flex: 0 1 20%; } }
    .cs-order__exam-summary-type span {
      text-transform: none; }
  .cs-order__exam-summary-date {
    font-size: 0.75rem;
    margin-bottom: 10px;
    color: #788287;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .cs-order__exam-summary-details {
    color: #5ac8f5; }
    .cs-order__exam-summary-details:hover {
      text-decoration: underline; }
    @media print {
        .cs-order__exam-summary-details {
        display: none; } }

/* !-------------------------------------------- */
/* !COMPONENT: Total price */
/* !-------------------------------------------- */

/* --- Grand footer container */
.cs-total {
  line-height: 1;
  border-top: 1px solid #f1f2f1; }

  @media (min-width: 48em) {
    .cs-total {
      padding: 24px 0 40px 20px;
      border-top: 1px solid #dfe1e2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

  .cs-total--summary {
    background-color: #f1f2f1; }

  @media (min-width: 48em) {
    .cs-total--info {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 48em) {
    .cs-total--terms {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

/* --- Legal text below price (can become very long) */
  .cs-total--legal-text {
    text-align: justify;
    font-size: 12px;
    padding: 15px 20px;
    color: #788287; }

  .cs-total--standalone {
    border-top: none;
    padding-top: 0; }
    @media (min-width: 48em) {
      .cs-total--standalone {
        border-top: none;
        padding: 0 0 40px; } }
    .cs-total--standalone .cs-total__terms-wrapper {
      margin-left: -5px; }
      @media (max-width: 47.99em) {
        .cs-total--standalone .cs-total__terms-wrapper {
          border-top: none;
          padding: 0 0 20px;
          margin-left: -8px; } }

  .cs-total--printable-summary {
    background-color: #f1f2f1;
    padding: 24px 15px 24px 20px; }
    @media (max-width: 47.99em) {
      .cs-total--printable-summary {
        border-top: 1px solid #e4e6e4;
        padding: 15px 0 15px 20px; } }

/* --- Left part of the footer */
  .cs-total__info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 28px 15px 20px; }

    @media (min-width: 48em) {
      .cs-total__info-wrapper {
        background: none;
        padding: 0 20px 0 0;
        width: calc(100% - 320px); } }

/* --- Right part of the footer */
  .cs-total__price-wrapper, 
  .cs-total__terms-wrapper {
    padding: 15px 20px;
    }

    @media (min-width: 48em) {
      .cs-total__price-wrapper, 
      .cs-total__terms-wrapper {
        padding: 0;
        min-width: 320px;
        max-width: 50%;
        }
    }

  .cs-total__icon {
    margin-right: 10px;
    width: 32px;
    height: 22px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

/* --- Actual total prices */
  .cs-total__price {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #474d50;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    font-weight: normal;
    white-space: nowrap; }
    @media (min-width: 48em) {
      .cs-total__price {
        font-size: 1.25rem; } }
    @media (max-width: 47.99em) {
      .cs-total__price {
        font-weight: 700; } }

  .cs-total__tax {
    color: #788287;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
    margin-top: 6px;
    text-align: right;
    text-transform: none; }
    @media (min-width: 48em) {
      .cs-total__tax {
        font-size: 0.8125em; } }

  @media (max-width: 47.99em) {
    .cs-total .cs-checkbox {
      padding-left: 42px; }
      .cs-total .cs-checkbox__label:before {
        left: -34px; }
      .cs-total .cs-checkbox__label:after {
        left: -31px !important; } }

  @media (min-width: 48em) {
    .cs-total__terms-line {
      max-width: calc(20% + 365px);
      padding-right: 40px; } }
  @media (min-width: 48em) {
    .cs-total__terms-line .cs-total__info-wrapper {
      width: 100%;
      padding-right: 0; } }
  .cs-total__terms-line .cs-checkbox {
    margin: 12px 20px 0;
    padding-left: 42px; }
    @media (min-width: 48em) {
      .cs-total__terms-line .cs-checkbox {
        margin: 12px 0 0 0.2rem;
        padding-left: 39px; } }
    .cs-total__terms-line .cs-checkbox .cs-checkbox__input:checked + .cs-checkbox__label:after {
      left: -31px; }
    .cs-total__terms-line .cs-checkbox__label:before {
      left: -34px; }


/* !-------------------------------------------- */
/* !COMPONENT: Order row */
/* !-------------------------------------------- */

.cs-order-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #f1f2f1; }
  .cs-order-row:last-child {
    border: none;
    padding-bottom: 0; }
  @media (min-width: 48em) {
    .cs-order-row {
      padding: 0;
      border: none; } }
  .cs-order-row__control {
    width: auto;
    max-width: 100%; }
    @media (min-width: 48em) {
      .cs-order-row__control {
        margin-left: -25px; } }
    @media (max-width: 47.99em) {
      .cs-order-row__control {
        max-width: calc(100% - 30px); } }
  .cs-order-row .cs-input__radio-label, .cs-order-row .cs-payment__title {
    padding: 0 0 0 25px; }
  @media (min-width: 48em) {
    .cs-order-row .cs-input__radio-label--white::before {
      background-color: #fff; } }
  .cs-order-row__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    fill: #5ac8f5; }
    @media (min-width: 48em) {
      .cs-order-row__icon {
        display: inline; } }
  .cs-order-row__right-text {
    display: inline;
    padding-right: 0px;
    min-height: 30px; }
    @media (min-width: 48em) {
      .cs-order-row__right-text {
        padding: 0;
        margin-right: 0.65rem;
        min-height: 0; } }
  .cs-order-row__price {
    margin: 0;
    opacity: 0;
    padding-left: 20px;
    white-space: nowrap;
    color: #788287;
    font-size: 0.875rem;
    font-weight: 700;
    width: 140px;
    text-align: right; }
    @media (min-width: 48em) {
      .cs-order-row__price {
        font-size: 1rem;
        font-weight: 400; } }
    @media (max-width: 47.99em) {
      .cs-order-row__price {
        opacity: 1; } }
    @media (max-width: 23.12em) {
      .cs-order-row__price {
        padding-left: 10px; } }
    .cs-order-row__price--success {
      color: #91b512; }
  .cs-order-row__price--checked {
    opacity: 1; }
  .cs-order-row__text {
    color: #788287;
    font-size: 0.75rem;
    margin: 4px 2px 0px 0px;
    line-height: 1.4;
    display: inline-block;
    color: #616668;
    font-size: 13px !important;
    padding-right: 5px; }
    @media (min-width: 48em) {
      .cs-order-row__text {
        font-size: 0.8125em; } }
    @media (max-width: 47.99em) {
      .cs-order-row__text {
        display: none; } }
  .cs-order-row__input {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 48em) {
      .cs-order-row__input {
        padding-left: 25px; } }
    @media (max-width: 47.99em) {
      .cs-order-row__input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .cs-order-row__left, .cs-order-row__right {
    display: inline-block; }
  .cs-order-row__left {
    width: 100%; }


/* !-------------------------------------------- */
/* !COMPONENT: Account pairing */
/* !-------------------------------------------- */

.cs-pairing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 48em) {
    .cs-pairing {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin: 0 0 30px; } }
  .cs-pairing--simple,
  .cs-pairing--active-left .cs-pairing--simple, .cs-pairing--active-left.cs-pairing--simple,
  .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple {
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .cs-pairing--simple,
      .cs-pairing--active-left .cs-pairing--simple, .cs-pairing--active-left.cs-pairing--simple,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple {
        margin: 0 0 20px; } }
    .cs-pairing--simple .cs-pairing__addon,
    .cs-pairing--active-left .cs-pairing--simple .cs-pairing__addon, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__addon,
    .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__addon {
      height: auto;
      opacity: 1;
      display: block;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      position: relative;
      z-index: 1;
      width: 100%; }
      @media (max-width: 47.99em) {
        .cs-pairing--simple .cs-pairing__addon,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__addon, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__addon,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__addon {
          padding-top: 0;
          padding-bottom: 5px; } }
    .cs-pairing--simple .cs-pairing__section,
    .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section,
    .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section {
      background: none;
      border-bottom: none; }
      @media (max-width: 47.99em) {
        .cs-pairing--simple .cs-pairing__section,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section {
          background: none;
          border-bottom: none;
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 48em) {
        .cs-pairing--simple .cs-pairing__section,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section {
          padding: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
    .cs-pairing--simple .cs-pairing__section--number,
    .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section--number, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number,
    .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number {
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .cs-pairing--simple .cs-pairing__section--number,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section--number, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number {
          padding-left: 0;
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end; } }
      @media (max-width: 47.99em) {
        .cs-pairing--simple .cs-pairing__section--number,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section--number, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--number {
          padding-bottom: 12px; } }
    @media (min-width: 48em) {
      .cs-pairing--simple .cs-pairing__section--test,
      .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section--test, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--test,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--test {
        padding-right: 0;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
    @media (max-width: 47.99em) {
      .cs-pairing--simple .cs-pairing__section--test,
      .cs-pairing--active-left .cs-pairing--simple .cs-pairing__section--test, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--test,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__section--test {
        padding-top: 0; } }
    .cs-pairing--simple .cs-pairing__bottom,
    .cs-pairing--active-left .cs-pairing--simple .cs-pairing__bottom, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__bottom,
    .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__bottom {
      position: relative;
      left: auto;
      bottom: auto;
      margin-top: 0;
      width: 100%;
      display: block; }
      @media (min-width: 48em) {
        .cs-pairing--simple .cs-pairing__bottom,
        .cs-pairing--active-left .cs-pairing--simple .cs-pairing__bottom, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__bottom,
        .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__bottom {
          padding-top: 20px; } }
    .cs-pairing--simple .cs-pairing__button-wrapper,
    .cs-pairing--active-left .cs-pairing--simple .cs-pairing__button-wrapper, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__button-wrapper,
    .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__button-wrapper {
      width: 100%;
      margin-bottom: 0; }
      .cs-pairing--simple .cs-pairing__button-wrapper .cs-button,
      .cs-pairing--active-left .cs-pairing--simple .cs-pairing__button-wrapper .cs-button, .cs-pairing--active-left.cs-pairing--simple .cs-pairing__button-wrapper .cs-button,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-pairing__button-wrapper .cs-button {
        width: 100%; }
    @media (min-width: 48em) {
      .cs-pairing--simple .cs-input__control, .cs-pairing--simple .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-pairing--simple .cs-form__fieldset,
      .cs-pairing--active-left .cs-pairing--simple .cs-input__control,
      .cs-pairing--active-left .cs-pairing--simple .cs-form__section--without-info .cs-form__fieldset,
      .cs-form__section--without-info .cs-pairing--active-left .cs-pairing--simple .cs-form__fieldset, .cs-pairing--active-left.cs-pairing--simple .cs-input__control, .cs-pairing--active-left.cs-pairing--simple .cs-form__section--without-info .cs-form__fieldset, .cs-form__section--without-info .cs-pairing--active-left.cs-pairing--simple .cs-form__fieldset,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-input__control,
      .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-form__section--without-info .cs-form__fieldset,
      .cs-form__section--without-info .cs-pairing--active-left .cs-pairing--active-left.cs-pairing--simple .cs-form__fieldset {
        width: 100%; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-both {
      margin-bottom: 10px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-both .cs-pairing__section--number {
      background: none;
      padding: 0; } }
  @media (min-width: 48em) {
    .cs-pairing--active-both .cs-pairing__section--number {
      padding: 20px 20px 100px; } }
  @media (min-width: 64em) {
    .cs-pairing--active-both .cs-pairing__section--number {
      padding: 20px 35px 100px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__top {
      display: none; } }
  .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__addon {
    height: auto;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    z-index: 1; }
    @media (max-width: 47.99em) {
      .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__addon {
        padding-top: 0; } }
  @media (min-width: 48em) {
    .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__icon-wrapper {
      display: none; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__bottom {
      display: block;
      margin-top: 10px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-both .cs-pairing__section--number .cs-pairing__button {
      border: none;
      background: #a0c814;
      color: #fff; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-left {
      margin-bottom: 10px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-left .cs-pairing__section--number {
      background: none;
      padding: 0; } }
  @media (min-width: 48em) {
    .cs-pairing--active-left .cs-pairing__section--number {
      padding: 20px 20px 100px; } }
  @media (min-width: 64em) {
    .cs-pairing--active-left .cs-pairing__section--number {
      padding: 20px 35px 100px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__top {
      display: none; } }
  .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__addon {
    height: auto;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    z-index: 1; }
    @media (max-width: 47.99em) {
      .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__addon {
        padding-top: 0; } }
  @media (min-width: 48em) {
    .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__icon-wrapper {
      display: none; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__bottom {
      display: block;
      margin-top: 10px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--active-left .cs-pairing__section--number .cs-pairing__button {
      border: none;
      background: #a0c814;
      color: #fff; } }
  .cs-pairing--active-left .cs-pairing__section--test {
    opacity: 0.5;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    @media (max-width: 47.99em) {
      .cs-pairing--active-left .cs-pairing__section--test {
        display: none; } }
    .cs-pairing--active-left .cs-pairing__section--test .cs-pairing__button-wrapper,
    .cs-pairing--active-left .cs-pairing__section--test .cs-pairing__text {
      display: none; }
      @media (min-width: 48em) {
        .cs-pairing--active-left .cs-pairing__section--test .cs-pairing__button-wrapper,
        .cs-pairing--active-left .cs-pairing__section--test .cs-pairing__text {
          display: block; } }
  @media (max-width: 47.99em) {
    .cs-pairing--after-fail {
      padding-bottom: 30px; } }
  .cs-pairing--after-fail .cs-pairing__section--test {
    opacity: 1 !important; }
    @media (max-width: 47.99em) {
      .cs-pairing--after-fail .cs-pairing__section--test {
        display: block; } }
  @media (max-width: 47.99em) {
    .cs-pairing--after-fail .cs-pairing__section--number {
      background: #a0c814;
      border-bottom: 3px solid #fff;
      margin-bottom: 1rem;
      padding: 20px; } }
  @media (max-width: 47.99em) {
    .cs-pairing--after-fail .cs-pairing__bottom,
    .cs-pairing--after-fail .cs-pairing__addon {
      display: none !important; } }
  @media (max-width: 47.99em) {
    .cs-pairing--after-fail .cs-pairing__top {
      display: block !important; } }
  .cs-pairing--failed .cs-pairing__section--number {
    background-color: #f1f2f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 160px; }
    .cs-pairing--failed .cs-pairing__section--number .cs-pairing__icon-wrapper {
      display: none; }
    .cs-pairing--failed .cs-pairing__section--number .cs-pairing__headline {
      color: #474d50; }
    .cs-pairing--failed .cs-pairing__section--number .cs-pairing__text {
      color: #788287; }
  .cs-pairing__section {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    padding: 16px 20px 12px;
    cursor: pointer; }
    @media (min-width: 48em) {
      .cs-pairing__section {
        padding: 20px 20px 150px;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        width: 50%;
        cursor: default; } }
    @media (min-width: 64em) {
      .cs-pairing__section {
        padding: 20px 35px 150px; } }
    .cs-pairing__section--number {
      background-color: #a0c814;
      border-bottom: 3px solid #fff;
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        .cs-pairing__section--number {
          border-right: 1px solid #fff;
          border-bottom: none;
          margin-bottom: 0; } }
    .cs-pairing__section--test {
      background-color: #5ac8f5; }
    .cs-pairing__section form {
      width: 100%; }
  .cs-pairing__top {
    text-align: center; }
    @media (min-width: 48em) {
      .cs-pairing__top {
        text-align: left; } }
  .cs-pairing__bottom {
    margin-top: 25px;
    display: none; }
    @media (min-width: 48em) {
      .cs-pairing__bottom {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 0;
        width: calc(100% - 40px);
        margin-top: 0; } }
    @media (min-width: 64em) {
      .cs-pairing__bottom {
        width: calc(100% - 80px);
        left: 40px; } }
  .cs-pairing__headline { /* MZ not used */
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 48em) {
      .cs-pairing__headline {
        font-weight: 400; } }
    @media print {
      .cs-pairing__headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-pairing__headline {
        font-size: 1.375em;
        font-weight: normal; } }
  .cs-pairing__subheadline { /* MZ not used */
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .cs-pairing__subheadline {
        font-weight: 400; } }
    @media print {
      .cs-pairing__subheadline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-pairing__subheadline {
        font-size: 1em; } }
  .cs-pairing__text {
    padding-top: 8px;
    color: #788287;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4;
    display: none; }
    @media (min-width: 48em) {
      .cs-pairing__text {
        font-size: 0.8125em; } }
    @media (min-width: 48em) {
      .cs-pairing__text {
        margin-bottom: 30px;
        padding-top: 0;
        display: block; } }
  .cs-pairing__addon {
    height: 0;
    opacity: 0;
    display: none;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: opacity 0.18s linear, -webkit-transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, -webkit-transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, transform 0.11s ease-in-out;
    transition: opacity 0.18s linear, transform 0.11s ease-in-out, -webkit-transform 0.11s ease-in-out;
    will-change: height;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 25px 0; }
    @media (min-width: 48em) {
      .cs-pairing__addon {
        padding: 0; } }
  .cs-pairing__icon-wrapper {
    margin-bottom: 10px;
    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;
    position: absolute;
    top: 0;
    right: 15px; }
    @media (min-width: 48em) {
      .cs-pairing__icon-wrapper {
        margin-bottom: 30px;
        position: static;
        top: auto;
        right: auto; } }
  .cs-pairing__icon {
    fill: #fff;
    height: 30px;
    width: 30px;
    margin-top: 15px;
    display: none; }
    @media (min-width: 48em) {
      .cs-pairing__icon {
        height: 40px;
        width: 40px;
        display: block; } }
    .cs-pairing__icon--tick {
      height: 50px;
      width: 50px;
      margin-top: 0; }
      @media (min-width: 48em) {
        .cs-pairing__icon--tick {
          height: 68px;
          width: 68px; } }
    .cs-pairing__icon--dots {
      height: 15px;
      width: 45px;
      margin-bottom: 20px; }
  @media (min-width: 48em) {
    .cs-pairing__button-wrapper {
      margin-bottom: 30px; } }
  .cs-pairing__button { /* MZ only cs-pairing__button-wrapper is used */
    color: #474d50;
    border-color: #374105;
    border-style: solid;
    border-width: 2px;
    background: transparent;
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
    display: block;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.875rem;
    padding-top: 5px;
    border-radius: 0;
    z-index: 100; }
    @media (min-width: 48em) {
      .cs-pairing__button {
        font-weight: 400; } }
    @media print {
      .cs-pairing__button {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-pairing__button {
        border-width: 1px;
        font-size: 1rem;
        max-width: none; } }
    .cs-pairing__button:hover {
      background: #374105;
      color: #fff; }
    .cs-pairing__section--number .cs-pairing__button:hover {
      background: #68820d;
      border-color: #68820d; }
    .cs-pairing__button:focus {
      outline: none; }
    .cs-pairing__button--short {
      border-color: #474d50;
      width: 80%;
      margin: 0 auto; }
    .cs-pairing__button:hover {
      border-color: #207399;
      background: #207399; }
  .cs-pairing__error {
    width: 100%;
    font-size: 0.75rem;
    color: #ee0000;
    margin-bottom: 20px; }
    @media (min-width: 48em) {
      .cs-pairing__error {
        margin-top: 10px;
        margin-bottom: 0;
        margin-right: calc((100% + 40px) * -1);
        width: calc(200% + 40px); } }


/* !-------------------------------------------- */
/* !LAYOUT: Login form */
/* !-------------------------------------------- */

.cs-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px; }
  @media (min-width: 48em) {
    .cs-login {
      padding-bottom: 65px;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .cs-login__section {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media (min-width: 48em) {
      .cs-login__section {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        width: 50%;
        padding: 0 20px 0 0; } }
    @media (min-width: 64em) {
      .cs-login__section {
        padding: 0 40px 0 0;
        max-width: 470.5px; } }
    @media (min-width: 48em) {
      .cs-login__section--right {
        padding: 0 38px 0;
        border-left: 1px solid #c9cdcf;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
    @media (max-width: 47.99em) {
      .cs-login__section--right .cs-login__headline {
        border-bottom: 1px solid #f1f2f1; } }
  .cs-login__headline { /* MZ not used */
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-top: 1px solid #f1f2f1;
    position: relative;
    cursor: pointer; }
    @media (min-width: 48em) {
      .cs-login__headline {
        font-weight: 400; } }
    @media print {
      .cs-login__headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-login__headline {
        cursor: default;
        line-height: 1.1;
        height: auto;
        padding: 0;
        margin-bottom: 10px;
        border-top: none; } }
  .cs-login__arrow {
    width: 22px;
    height: 9px;
    fill: #788287;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
    @media (min-width: 48em) {
      .cs-login__arrow {
        display: none; } }
    .cs-login__section--active .cs-login__arrow {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .cs-login__subheadline {
    color: #788287;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
    display: none; }
    @media (min-width: 48em) {
      .cs-login__subheadline {
        font-size: 0.8125em; } }
    @media (min-width: 48em) {
      .cs-login__subheadline {
        display: block; } }
  .cs-login__content {
    display: none;
    padding: 20px 20px 15px 20px; }
    @media (min-width: 48em) {
      .cs-login__content {
        padding: 0;
        margin-top: 15px;
        display: block; } }
    .cs-login__section--active .cs-login__content {
      display: block; }
  .cs-login__button {
    padding: 42px 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 64em) {
      .cs-login__button {
        padding: 42px 60px 0; } }


/* !-------------------------------------------- */
/* !LAYOUT: Payment */
/* !-------------------------------------------- */

.cs-payment {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f2f1; }
  @media (min-width: 48em) {
    .cs-payment {
      border-bottom: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 30px; } }
  @media (min-width: 64em) {
    .cs-payment {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .cs-payment__box {
    position: relative;
    border-top: 1px solid #fefefd; }
    @media (min-width: 48em) {
      .cs-payment__box {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    @media (min-width: 64em) {
      .cs-payment__box {
        background: #fefefd;
        -webkit-flex-basis: calc(50% - 8px);
            -ms-flex-preferred-size: calc(50% - 8px);
                flex-basis: calc(50% - 8px);
        margin: 0 0 16px; } }
    @media (min-width: 48em) {
      .cs-payment__box--active .cs-payment__trigger {
        background: #f1f2f1; } }
    @media (min-width: 48em) {
      .cs-payment__box--active .cs-payment__tick {
        display: inline-block; } }
    .cs-payment__box--active .cs-payment__content {
      display: block; }
    .cs-payment__box--disabled {
      opacity: .3; }
      .no-touchevents .cs-payment__box--disabled .cs-payment__trigger:hover .cs-payment__tick,
      .cs-checkout:not(.cs-checkout--ismobile) .cs-payment__box--disabled .cs-payment__trigger:hover .cs-payment__tick {
        display: none; }
  .cs-payment__trigger {
    height: 50px;
    position: relative;
    border-top: 1px solid #f1f2f1;
    -ms-touch-action: auto;
        touch-action: auto; }
    @media (min-width: 48em) {
      .cs-payment__trigger {
        height: 76px;
        padding: 4px 15px 0 0;
        background: #f8f8f6; } }
    .cs-payment__trigger:hover, .cs-payment__trigger:focus {
      background: #f1f2f1; }
      @media (min-width: 48em) {
        .cs-payment__trigger:hover .cs-payment__tick, .cs-payment__trigger:focus .cs-payment__tick {
          display: inline-block; } }
    .no-touchevents .cs-payment__trigger:hover,
    .cs-checkout:not(.cs-checkout--ismobile) .cs-payment__trigger:hover {
      background: #f1f2f1; }
      @media (min-width: 48em) {
        .no-touchevents .cs-payment__trigger:hover .cs-payment__tick,
        .cs-checkout:not(.cs-checkout--ismobile) .cs-payment__trigger:hover .cs-payment__tick {
          display: inline-block; } }
  .cs-payment__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px; }
    @media (min-width: 48em) {
      .cs-payment__label {
        padding: 0; } }
  .cs-payment__legend {
    color: #788287;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4;
    padding: 10px 15px 0 40px; }
    @media (min-width: 48em) {
      .cs-payment__legend {
        font-size: 0.8125em; } }
    @media (min-width: 48em) {
      .cs-payment__legend {
        font-size: 1rem;
        padding: 28px 0; } }
  .cs-payment__tick {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: none; }
  .cs-payment__content {
    display: none; }
  .cs-payment__creditcard-form {
    padding: 20px 20px 0 20px; }
    @media (min-width: 64em) {
      .cs-payment__creditcard-form {
        padding: 0 30px 0 0; } }
  .cs-payment__fieldset {
    padding: 15px 15px 0;
    border: none; }
    @media (max-width: 47.99em) {
      .cs-payment__fieldset {
        border-bottom: 1px solid #f1f2f1;
        padding-bottom: 30px; } }
    @media (min-width: 64em) {
      .cs-payment__fieldset {
        padding: 0 30px 0 0; } }
  .cs-payment__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cs-payment__title {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    margin-left: 2px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .cs-payment__title {
        font-weight: 400; } }
    @media print {
      .cs-payment__title {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-payment__title {
        font-size: 1.25rem;
        padding-left: 20px; } }
    .cs-payment__trigger:hover .no-touchevents .cs-payment__title::before, .cs-payment__trigger:hover
    .cs-payment__title .cs-checkout:not(.cs-checkout--ismobile)::before {
      background-color: #dcdedc;
      border: 1px solid #dcdedc; }
    @media (min-width: 48em) {
      .cs-payment__title::before {
        display: none; } }
  .cs-payment .cs-payment__radio:checked + .cs-payment__label .cs-payment__title::after {
    background-color: #6c757a;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 4px;
    border-radius: 0.55rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    display: block; }
    @media (min-width: 48em) {
      .cs-payment .cs-payment__radio:checked + .cs-payment__label .cs-payment__title::after {
        display: none; } }
  .cs-payment__icon {
    max-width: 150px;
    max-height: 21px;
    height: auto;
    width: auto;
    margin: 0 5px; }
    @media (min-width: 23.13em) {
      .cs-payment__icon {
        max-width: 150px;
        max-height: 25px; } }
    @media (min-width: 48em) {
      .cs-payment__icon {
        margin: 0 4px;
        max-width: 200px;
        max-height: 32px; } }
    .cs-payment__icon--envelope {
      width: 50px;
      height: 15px; }
      @media (min-width: 48em) {
        .cs-payment__icon--envelope {
          width: 55px;
          height: 30px; } }
  .cs-payment__content {
    -webkit-flex-basis: 63rem;
        -ms-flex-preferred-size: 63rem;
            flex-basis: 63rem; }
  .cs-payment__iframe-wrapper iframe {
    min-height: 14rem; }


/* !-------------------------------------------- */
/* !LAYOUT: Summary */
/* !-------------------------------------------- */

.cs-summary {
  border-bottom: 1px solid #e4e6e4;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .cs-summary {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-bottom: none;
      margin-bottom: 0; } }
  @media (min-width: 48em) {
    .cs-summary--multiple-positions {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .cs-summary--payment .cs-form__fieldset-info, .cs-summary--payment .cs-form__section--without-info:before {
    display: block; }
  @media (max-width: 47.99em) {
    .cs-summary--payment .cs-form__section {
      padding: 0 20px; } }
  .cs-summary__box {
    border-top: 1px solid #e4e6e4;
    padding: 10px 0 15px; }
    @media (min-width: 48em) {
      .cs-summary__box {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%;
        padding: 28px 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
    @media (min-width: 48em) {
      .cs-summary__box:nth-of-type(2n + 1) {
        padding: 28px 130px 20px 0; } }
    @media (min-width: 48em) {
      .cs-summary__box:nth-of-type(3) {
        padding-bottom: 35px; } }
    @media (min-width: 48em) {
      .cs-summary__box--wide {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        max-width: 100%; }
        .cs-summary__box--wide:nth-of-type(2n + 1) {
          padding-right: 0; } }
    @media (min-width: 48em) {
      .cs-summary__box--bordered {
        border-bottom: 1px solid #e4e6e4;
        padding-bottom: 20px; } }
    .cs-summary--payment .cs-summary__box {
      border-top: none; }
      @media (min-width: 48em) {
        .cs-summary--payment .cs-summary__box {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          max-width: 100%;
          padding: 28px 0;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; } }
    .cs-summary__box .cs-text:not(.cs-input__text), .cs-summary__box .cs-cms-block p:not(.cs-input__text), .cs-cms-block .cs-summary__box p:not(.cs-input__text), .cs-summary__box .cs-cms-block h3:not(.cs-input__text), .cs-cms-block .cs-summary__box h3:not(.cs-input__text) {
      padding: 10px 20px; }
      @media (min-width: 48em) {
        .cs-summary__box .cs-text:not(.cs-input__text), .cs-summary__box .cs-cms-block p:not(.cs-input__text), .cs-cms-block .cs-summary__box p:not(.cs-input__text), .cs-summary__box .cs-cms-block h3:not(.cs-input__text), .cs-cms-block .cs-summary__box h3:not(.cs-input__text) {
          padding: 15px 0 0; } }
  .cs-summary__group {
    padding: 0 20px;
    margin-bottom: 25px; }
    @media (min-width: 48em) {
      .cs-summary__group {
        padding: 0; } }
    @media (max-width: 47.99em) {
      .cs-summary__group:last-of-type {
        margin-bottom: 0; } }
    @media (min-width: 48em) {
      .cs-summary__group--additional-info {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 50% 50%;
        -ms-grid-columns: 50% 50%; } }
    .ie11 .cs-summary__group--additional-info,
    .edge .cs-summary__group--additional-info {
      display: block; }
      .ie11 .cs-summary__group--additional-info .cs-summary__value,
      .edge .cs-summary__group--additional-info .cs-summary__value {
        padding: 0 0 10px 70px; }
      .ie11 .cs-summary__group--additional-info .cs-summary__key,
      .edge .cs-summary__group--additional-info .cs-summary__key {
        padding: 0 10px 0px 70px; }
  .cs-summary__key {
    padding: 0 10px 0 40px;
    position: relative; }
    @media (min-width: 48em) {
      .cs-summary__key {
        padding: 0 10px 10px 70px; } }
    .cs-summary__key::before {
      display: inline-block;
      margin: 0 20px 0 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
      @media (min-width: 48em) {
        .cs-summary__key::before {
          margin: 0 20px 0 15px; } }
    .cs-summary__key--positive {
      list-style: none; }
      .cs-summary__key--positive::before {
        content: '';
        background-image: url("images/tick_circle.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media print {
          .cs-summary__key--positive::before {
            display: none; } }
    .cs-summary__key--negative {
      list-style: none; }
      .cs-summary__key--negative::before {
        color: #fff;
        content: 'x';
        line-height: 90%;
        text-align: center;
        font-size: 1rem;
        background: #ee0000; }
        @media print {
          .cs-summary__key--negative::before {
            display: none; } }
  @media (max-width: 47.99em) {
    .cs-summary__value {
      margin-bottom: 20px;
      padding-left: 40px; } }
  .cs-summary__image-print {
    display: none; }
    @media print {
      .cs-summary__image-print {
        display: inline;
        position: absolute;
        max-height: 20px;
        max-width: 20px;
        left: 5px;
        top: 0; } }
  .cs-summary__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.6;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cs-summary__detail--big {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 20px; }
      @media (min-width: 48em) {
        .cs-summary__detail--big {
          padding: 0; } }
  .cs-summary__subheadline {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.85rem;
    width: 160px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    line-height: 1.6;
    margin-bottom: 0.1rem; }
    @media (min-width: 48em) {
      .cs-summary__subheadline {
        font-weight: 400; } }
    @media print {
      .cs-summary__subheadline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-summary__subheadline {
        width: 180px;
        line-height: 1.1; } }
  .cs-summary__text {
    font-size: 0.8125rem;
    margin: 0;
    width: 100%;
    line-height: 1.3;
    color: #788287; }
    @media (min-width: 48em) {
      .cs-summary__text {
        padding-right: 20px; } }
  .cs-summary__img {
    height: 18px;
    max-width: 100%; }
    @media (min-width: 48em) {
      .cs-summary__img {
        height: 36px; } }
  .cs-summary__img--printable-summary {
    width: 45px; }

@page {
  margin: 2cm; }

.cs-summary-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 10px 20px 0; }
  @media (min-width: 48em) {
    .cs-summary-headline {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0; } }
  @media (min-width: 48em) {
    .cs-summary-headline__link {
      -webkit-transform: translateY(4px);
          -ms-transform: translateY(4px);
              transform: translateY(4px); }
      .cs-summary-headline__link .cs-link, .cs-summary-headline__link .cs-checkbox__label a, .cs-checkbox__label .cs-summary-headline__link a, .cs-summary-headline__link .cs-cms-block a, .cs-cms-block .cs-summary-headline__link a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 23px; } }

@media (min-width: 48em) and (max-width: 63.99em) {
  .cs-summary-headline .cs-headline, .cs-summary-headline .cs-layer__text {
    font-size: 1.1rem; } }


/* !-------------------------------------------- */
/* !LAYOUT: Final step */
/* !-------------------------------------------- */

.cs-final {
  margin-bottom: 40px; }
  .cs-final__top {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 48em) {
      .cs-final__top {
        padding: 20px 0 10px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .cs-final__top-icon {
    display: none; }
    @media (min-width: 48em) {
      .cs-final__top-icon {
        display: inline-block;
        width: 68px;
        height: 68px;
        margin-right: 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
  .cs-final__top-info {
    padding: 0 20px 18px; }
    @media (min-width: 48em) {
      .cs-final__top-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #dceba2;
        border-bottom: none;
        margin-left: 88px;
        padding: 8px 0 10px 0; } }
    .cs-final__top-info--payment {
      margin-left: 0; }
  .cs-final__more-info {
    padding: 10px 70px 10px 10px;
    background: #f1f2f1;
    position: relative;
    margin-top: 20px; }
    @media (min-width: 48em) {
      .cs-final__more-info {
        margin: 30px 0;
        padding: 13px 140px 15px 15px; } }
  .cs-final__more-info-title {
    margin: 0 0 10px; }
    @media (max-width: 47.99em) {
      .cs-final__more-info-title {
        font-weight: 400; } }
  .cs-final__more-info-image {
    height: 60px;
    width: auto;
    position: absolute;
    top: 8px;
    right: 8px; }
    @media (min-width: 48em) {
      .cs-final__more-info-image {
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .cs-final__more-info-text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
  .cs-final__text {
    font-size: 0.875rem;
    color: #788287;
    margin: 10px 0; }
  .cs-final__info-text {
    font-size: 0.875rem;
    margin: 0;
    color: #788287;
    border: none;
    background: none; }
    @media (min-width: 48em) {
      .cs-final__info-text {
        font-size: 0.6875rem;
        color: #a0c814;
        padding-right: 12px; } }
    @media (min-width: 48em) {
      .cs-final__info-text:after {
        height: 13px;
        width: 1px;
        display: inline-block;
        background: #a0c814;
        content: '';
        margin-left: 18px; } }
    .cs-checkout--noprint .cs-final__info-text:after {
      display: none !important; }
    .cs-final__info-text--print {
      display: none;
      outline: none; }
      @media (min-width: 48em) {
        .cs-final__info-text--print {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .cs-final__info-text--print:after {
        display: none; }
      .cs-final__info-text--print:active {
        outline: none; }
      .cs-checkout--noprint .cs-final__info-text--print {
        display: none !important; }
  .cs-final__info-icon {
    width: 17px;
    height: 14px;
    margin-left: 8px;
    fill: #a0c814; }
  .cs-final__image-wrapper {
    padding: 0; }
    @media (max-width: 47.99em) {
      .cs-final__image-wrapper {
        padding-top: 15px; } }
  .cs-final__image {
    max-width: 100%;
    height: auto;
    display: block; }
  .cs-final__download {
    padding: 15px 20px 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #f1f2f1;
    border-bottom: 1px solid #f1f2f1;
    border-left: none;
    border-right: none;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: none; }
    @media (min-width: 48em) {
      .cs-final__download {
        display: none; } }
  .cs-final__download-text {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    color: #a0c814;
    font-size: 0.875rem;
    margin: 0; }
    @media (min-width: 48em) {
      .cs-final__download-text {
        font-weight: 400; } }
    @media print {
      .cs-final__download-text {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  .cs-final__download-icon {
    width: 17px;
    height: 15px;
    margin-top: 4px; }
  .cs-final__headline {
    color: #a0c814;
    margin: 0;
    font-size: 0.875rem;
    padding-top: 15px; }
    @media (min-width: 48em) {
      .cs-final__headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #474d50;
        font-weight: 600;
        line-height: 1.1;
        text-rendering: optimizelegibility;
        -webkit-font-smoothing: antialiased;
        zoom: 1;
        margin: 0;
        color: #a0c814;
        font-size: 1.25rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (min-width: 48em) and (min-width: 48em) {
    .cs-final__headline {
      font-weight: 400; } }
  @media print and (min-width: 48em) {
    .cs-final__headline {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    .cs-final__headline-attention {
      font-weight: 600;
      color: #788287; }
  .cs-final__headline-span {
    color: #788287;
    margin-top: 20px;
    display: inline-block; }
    @media (min-width: 48em) {
      .cs-final__headline-span {
        color: #a0c814;
        margin: 0; } }
  .cs-final__button {
    padding: 0 20px; }
    @media (min-width: 48em) {
      .cs-final__button {
        display: none; } }
  .cs-final__details {
    padding: 15px; }
    @media (min-width: 48em) {
      .cs-final__details {
        padding: 15px 0; } }
    .cs-final__details-row {
      width: 100%;
      padding: 5px 0; }
      @media (max-width: 47.99em) {
        .cs-final__details-row {
          font-size: 0.875rem; } }
      @media (max-width: 47.99em) {
        .cs-final__details-row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .cs-final__details-label {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #474d50;
      font-weight: 600;
      line-height: 1.1;
      text-transform: uppercase;
      text-rendering: optimizelegibility;
      -webkit-font-smoothing: antialiased;
      zoom: 1;
      margin: 0; }
      @media (min-width: 48em) {
        .cs-final__details-label {
          font-weight: 400; } }
      @media print {
        .cs-final__details-label {
          font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
      @media (max-width: 47.99em) {
        .cs-final__details-label {
          font-size: 0.875rem; } }
      @media (min-width: 48em) {
        .cs-final__details-label {
          white-space: nowrap;
          padding-right: 10px;
          min-width: 220px;
          font-weight: 600;
          display: inline-block; } }


/* !-------------------------------------------- */
/* !LAYOUT: Survey */
/* !-------------------------------------------- */

.cs-survey {
  padding: 40px 20px 20px;
  background: #a0c814;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }
  @media (min-width: 48em) {
    .cs-survey {
      margin-top: 5px;
      padding: 60px 30px; } }
  @media (min-width: 64em) {
    .cs-survey {
      padding: 100px 50px; } }
  .cs-survey__icon-wrapper {
    background: #fff;
    border-radius: 50%;
    width: 24.5vw;
    height: 24.5vw;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 100px;
    max-height: 100px; }
    @media (min-width: 48em) {
      .cs-survey__icon-wrapper {
        max-width: 255px;
        max-height: 255px;
        width: 180px;
        height: 180px; } }
    @media (min-width: 64em) {
      .cs-survey__icon-wrapper {
        width: 255px;
        height: 255px; } }
  .cs-survey__icon {
    position: absolute;
    top: 23.5%; }
  .cs-survey__text-wrapper {
    padding-left: 30px; }
    @media (min-width: 64em) {
      .cs-survey__text-wrapper {
        padding: 30px 20px 20px 50px; } }
  .cs-survey__text {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .cs-survey__text {
        font-size: 1.4rem; } }
    @media (min-width: 64em) {
      .cs-survey__text {
        font-size: 1.63rem; } }
  .cs-survey__button {
    margin-top: 20px;
    float: right;
    border-radius: 5px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-weight: 700;
    padding: 6px 10px;
    font-size: 0.75rem;
    display: block; }
    @media (min-width: 48em) {
      .cs-survey__button {
        padding: 8px 13px;
        font-size: 1.2rem;
        margin-top: 40px; } }
    @media (min-width: 64em) {
      .cs-survey__button {
        margin-top: 60px; } }


/* !-------------------------------------------- */
/* !COMPONENT: Calendar */
/* !-------------------------------------------- */

.cs-calendar {
  background: #f1f2f1;
  border-top: 2px solid #c9cdcf;
  position: relative;
  background-color: #f1f2f1;
  padding: 25px 20px 20px 20px;
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media (min-width: 48em) {
    .cs-calendar {
      border-top: none; } }

.cs-calendar__hint {
  background: #f1f2f1;
  position: relative;
  background-color: #f1f2f1;
  padding: 0 20px 20px 20px;
  display: table;
  table-layout: fixed;
  width: 100%; }

  .cs-calendar__spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 102; }
  .cs-checkout--with-loaders .cs-calendar {
    position: relative; }
    .cs-checkout--with-loaders .cs-calendar .cs-calendar__spinner {
      display: block; }
    .cs-checkout--with-loaders .cs-calendar:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 101; }
  .cs-calendar__headline {
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    padding-bottom: 10px;
    background: #f1f2f1;
    padding-top: 2px; }
    @media (min-width: 48em) {
      .cs-calendar__headline {
        font-weight: 400; } }
    @media print {
      .cs-calendar__headline {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  .cs-calendar__section {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    background: #fff; }
    @media (min-width: 48em) {
      .cs-calendar__section {
        display: table-cell; } }
    .cs-calendar__section:first-of-type {
      margin-bottom: 5px; }
      @media (min-width: 48em) {
        .cs-calendar__section:first-of-type {
          margin: 0; } }
      .cs-calendar__section:first-of-type .cs-calendar__card {
        padding: 0 8px; }
        @media (min-width: 48em) {
          .cs-calendar__section:first-of-type .cs-calendar__card {
            padding: 0 45px 0 5px; } }
    .cs-calendar__section:nth-of-type(2) {
      z-index: 100; }
      .cs-calendar__section:nth-of-type(2) .cs-calendar__card {
        padding: 20px; }
        @media (min-width: 48em) {
          .cs-calendar__section:nth-of-type(2) .cs-calendar__card {
            padding: 60px 20px 0 0; } }
      @media (max-width: 47.99em) {
        .cs-calendar__section:nth-of-type(2) .cs-calendar__headline {
          padding-top: 15px; } }
  .cs-calendar__fieldset {
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 0; }
  .cs-calendar__card {
    background: #fff;
    height: 100%;
    width: 100%; }
  .cs-calendar__daytime {
    display: inline-block;
    width: calc(50% - 6px); }
    @media (min-width: 64em) {
      .cs-calendar__daytime {
        width: calc( 33.3% - 8px); } }
    .cs-calendar__daytime--with-location {
      width: 100%;
      margin-bottom: 1rem; }
      @media (min-width: 23.13em) {
        .cs-calendar__daytime--with-location {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 0; } }
      @media (min-width: 64em) {
        .cs-calendar__daytime--with-location {
          width: 100%; } }
      .cs-calendar__daytime--with-location .cs-calendar__daytime-label {
        display: inline-block;
        width: 125px;
        min-width: 125px; }
        @media (max-width: 23.13em) {
          .cs-calendar__daytime--with-location .cs-calendar__daytime-label {
            margin-left: 0; } }
        @media (min-width: 64em) {
          .cs-calendar__daytime--with-location .cs-calendar__daytime-label {
            width: 90px; } }
      @media (min-width: 23.13em) {
        .cs-calendar__daytime--with-location .cs-calendar__daytime-text {
          -webkit-flex-shrink: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1; } }
  .cs-calendar__daytime-radio {
    cursor: pointer;
    opacity: .01;
    overflow: hidden;
    position: absolute; }
  .cs-calendar__daytime-label {
    background: #f1f2f1;
    width: 100%;
    height: 30px;
    line-height: 32px;
    color: #788287;
    font-size: 0.75rem;
    display: block;
    margin: 4px 3px;
    padding: 0 2px;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 48em) {
      .cs-calendar__daytime-label {
        width: 125px;
        height: 20px;
        line-height: 22px; } }
    .cs-calendar__daytime-radio:checked + .cs-calendar__daytime-label {
      background: #a0c814;
      color: #fff; }
  .cs-calendar__daytime-text {
    display: block;
    width: 100%; }
    @media (min-width: 23.13em) {
      .cs-calendar__daytime-text {
        padding-left: 5px; } }
    @media (min-width: 48em) {
      .cs-calendar__daytime-text {
        display: inline-block;
        width: auto; } }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0; }

/**
 * Calendar card
 */
.cs-calendar-card {
  max-width: 100%;
  margin-bottom: 1px; }
  @media (min-width: 48em) {
    .cs-calendar-card {
      width: 434px; } }
  .cs-calendar-card__month {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.875rem;
    color: #788287; }
    @media (min-width: 48em) {
      .cs-calendar-card__month {
        font-weight: 400; } }
    @media print {
      .cs-calendar-card__month {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-calendar-card__month {
        padding: 20px 0 35px;
        font-size: .875rem; } }
  .cs-calendar-card__weekdays-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
  .cs-calendar-card__weekday {
    position: relative;
    width: 14.286%;
    text-align: center;
    font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #474d50;
    font-weight: 600;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    zoom: 1;
    margin: 0;
    font-size: 0.75rem;
    color: #474d50; }
    @media (min-width: 48em) {
      .cs-calendar-card__weekday {
        font-weight: 400; } }
    @media print {
      .cs-calendar-card__weekday {
        font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media (min-width: 48em) {
      .cs-calendar-card__weekday {
        font-size: .875rem; } }
  @media (min-width: 48em) {
    .cs-calendar-card__days-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .cs-calendar-card__day {
    width: 14.286%;
    height: 33px; }
    @media (max-width: 47.99em) {
      .cs-calendar-card__day {
        float: left; } }
    .cs-calendar-card__day:after {
      content: '';
      display: block; }
    .cs-calendar-card__day--past {
      opacity: .3; }

.cs-calendar-day {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .cs-calendar-day--empty {
    visibility: hidden; }
  .cs-calendar-day__time {
    border-radius: 50%;
    display: block;
    padding: 8px;
    color: #788287;
    font-size: 0.9375rem;
    width: 17px;
    height: 17px;
    box-sizing: content-box;
    position: relative; }
    .cs-calendar-day--type_active .cs-calendar-day__time {
      font-weight: 700; }
  .cs-calendar-day--type_active .cs-calendar-day__time {
    cursor: pointer;
    color: #a0c814; }
    .cs-calendar-day--type_active .cs-calendar-day__time:hover {
      background: #a0c814;
      color: #fff; }
  .cs-calendar-day--type_selected .cs-calendar-day__time {
    background: #a0c814;
    color: #fff; }
  .cs-calendar-day--type_disabled .cs-calendar-day__time {
    color: #c9cdcf; }
  .cs-calendar-day__radio {
    cursor: pointer;
    opacity: 0.01;
    overflow: hidden;
    position: absolute; }
    .cs-calendar-day__radio:checked + .cs-calendar-day__time {
      background: #a0c814;
      color: #fff; }
  .cs-calendar-day__radio-label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }


/* !-------------------------------------------- */
/* !COMPONENT: Carousel */
/* !-------------------------------------------- */

/**
 * Carousel styles
 *
 * This component is based on Swiper plugin
 * http://idangero.us/swiper/
 *
 * Carousel component has optional argument data-cs-carousel-options that lets
 * you customize default Swiper settings.
 */
.cs-carousel {
  width: 100%;
  position: relative; }
  .cs-carousel__wrapper {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
  .cs-carousel__slide {
    height: 100%;
    min-height: 245px;
    max-width: 100%; }
  .cs-carousel__button {
    position: absolute;
    top: 5px;
    z-index: 5;
    background: none;
    margin-top: 15px;
    width: auto;
    height: auto; }
    @media (min-width: 48em) {
      .cs-carousel__button {
        top: 0; } }
    .cs-calendar .cs-carousel__button {
      top: 0; }
    .cs-carousel__button--next {
      right: 10px;
      left: auto; }
    .cs-carousel__button--prev {
      left: 10px;
      right: auto; }
  .cs-carousel__icon {
    width: 14px;
    height: 12px;
    fill: #b9bec1; }
  .cs-carousel .swiper-button-disabled {
    pointer-events: none; }


/* !-------------------------------------------- */
/* !COMPONENT: Abstract text content from CMS */
/* !-------------------------------------------- */

/* --- Paragraph */
.cs-cms-block p {
  margin-top: 3px;
  margin-bottom: 7px; }

.cs-cms-block_spacer {
  margin-top: 18px !important; }

/* --- Primary headlines */
.cs-cms-block h1,
.cs-cms-block h2 {
  color: #616668;
  font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474d50;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  margin: 0; }
  
  @media (min-width: 48em) {
    .cs-cms-block h1,
    .cs-cms-block h2 {
      font-weight: 400; } }
      
  @media print {
    .cs-cms-block h1,
    .cs-cms-block h2 {
      font-family: "ClanWebPro-NarrMedium", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.cs-cms-block h1 {
  font-size: 1.375rem;
  margin: 15px 0 15px; }

.cs-cms-block h2 {
  margin: 18px 0 0;
  color: #616668;
  text-transform: uppercase;
  font-weight: 400; }

/* --- Secondary headline */
.cs-cms-block h3 {
  font-weight: 700;
  margin: 20px 0 0 0; }

/* --- Images */
.cs-cms-block img {
  max-width: 100%;
  margin: 1.5rem 0; }

/* --- Warnings */
.cs-cms-block__warn p {
  font-weight: 600;
  @media (min-width: 48em) {
    .cs-cms-block__warn p {
      font-weight: 400; } } }

/* !-------------------------------------------- */
/* !LAYOUT: Layer */
/* !-------------------------------------------- */

.cs-layer {
  padding: 40px 20px;
  background: white;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .cs-layer {
      max-width: 770px; } }
  @media (max-width: 47.99em) {
    .cs-layer {
      padding: 20px 15px; } }
  @media (min-width: 48em) {
    .cs-layer .cs-checkout__close {
      top: 40px; } }
  @media (max-width: 47.99em) {
    .cs-layer .cs-checkout__close {
      display: block; } }
  .cs-layer__title {
    margin-bottom: 20px;
    font-size: 2.2rem; }
    @media (max-width: 47.99em) {
      .cs-layer__title {
        font-size: 1.8rem; } }
  .cs-layer__text {
    font-size: 1.45rem;
    color: #788287;
    margin-bottom: 8px; }
    @media (max-width: 47.99em) {
      .cs-layer__text {
        font-size: 1.2rem; } }
    .cs-layer__text--error {
      color: #ee0000;
      text-transform: none; }
    .cs-layer__text--hint {
      text-transform: none; }
    .cs-layer__text--light {
      color: #c9cdcf; }
    .cs-layer__text--centered {
      text-align: center; }
  .cs-layer__button-wrapper {
    margin-top: 30px;
    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; }
    @media (max-width: 47.99em) {
      .cs-layer__button-wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .cs-layer__button {
    margin: 0 6px; }
    @media (max-width: 47.99em) {
      .cs-layer__button {
        padding-left: 10px;
        width: 100%;
        height: 48px;
        margin: 0 0 10px; } }
    @media (min-width: 48em) {
      .cs-layer__button--high {
        width: 15px;
        min-width: 150px;
        height: 50px;
        margin: 0 10px;
        line-height: normal; } }
    @media (max-width: 47.99em) {
      .cs-layer__button .cs-button__icon {
        margin-left: 0; } }

.cs-checkout-layer {
  background: #fff; }
  @media (min-width: 48em) {
    .cs-checkout-layer {
      margin-top: 4rem; } }


/* !-------------------------------------------- */
/* !COMPONENT: Overlay */
/* !-------------------------------------------- */

.cs-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none; }
  
  @media (max-width: 23.12em) {
    .cs-overlay {
      padding: 0 1.5rem;
      box-sizing: border-box; } }
      
  .cs-overlay--active {
    display: table; }
    
  .cs-overlay__container {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    
  .cs-overlay__spinner {
    margin: 20px auto 58px auto; }
    .cs-overlay__spinner--image {
      display: none; }
      
  .cs-overlay__text-container {
    display: table;
    margin: 0 auto 21px auto; }
    
  .cs-overlay__headline {
    font-size: 1.5rem; }
    
    @media (min-width: 48em) {
      .cs-overlay__headline {
        font-size: 2.1rem; } }

/* !-------------------------------------------- */
/* !COMPONENT: Google ReCaptcha overlay */
/* !-------------------------------------------- */
        
.grecaptcha-badge { 
    visibility: hidden;
}

/* !-------------------------------------------- */
/* !CSP */
/* !-------------------------------------------- */

.csp_hide_style {
  display: none;
}
.csp_bold_font {
  font-weight: bold;
}

div.giClaim p span.csp_gi_style {
  color: white;
  margin-right: 30px;
  z-index: 100;
  font-weight: 600;
  position: relative;
  background-color: red;
  padding-left: 10px;
  padding-right: 10px;
}
.csp_spinner_description_style {
  width: auto;
  color: #ee0000;
  padding: 20px;
  margin: 1px;
  max-width: 900px;
}
.csp_spinner_description_style_grey {
  width: auto;
  color: #788287;
  padding: 20px;
  margin: 1px;
  max-width: 900px;
}

/* !-------------------------------------------- */
/* !sprites.svg styles */
/* !-------------------------------------------- */

.acls-1{fill-rule:evenodd}
.bcls-1{fill-rule:evenodd}
.dcls-1{fill-rule:evenodd}
.fst0{fill:#fff}
.pst0{fill:#374105}.pst1{fill:#fff}.pst2{fill:#a0c814}
.tst0{fill:#fff}

/* !-------------------------------------------- */
/* !PIQ CASHIER PAGE */
/* !-------------------------------------------- */

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

.piq_left_column {
	width: 100%;
}

.piq_right_column {
	width: 100%;
	padding-left: 0;
}

.piq_invoice_no_container {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

@media ( min-width : 48em) {
	.piq_left_column {
		position: relative;
		width: 50%;
	}
	.piq_right_column {
		position: relative;
		width: 50%;
		padding-left: 20px;
	}
	.piq_invoice_no_container {
		padding: 20px 0 0 20px;
	}
}
