/**
* DO NOT EDIT THIS FILE!!
*
* Instead, edit the source file and use the engine-stylesheets module to generate this file
* See engine-stylesheets/README.md for more
*
* source file:
* engine-stylesheets/src/components/styles.less
**/
.productHeaderReact {
  min-height: 320px;
}
.headerMainPageReact {
  min-height: 350px;
}
@media (min-width: 768px) {
  .headerMainPageReact {
    min-height: 384px;
  }
}
@media (min-width: 1440px) {
  .headerMainPageReact {
    min-height: 650px;
  }
}
.text.aem-GridColumn {
  min-height: 24px;
}
.productLinkReact {
  min-height: 174px;
}
@media (min-width: 768px) {
  .productLinkReact {
    min-height: 380px;
  }
}
.ekomiReact {
  min-height: 150px;
}
.akkordeonReact {
  min-height: 50px;
}
.serviceInfoPanelReact {
  min-height: 200px;
}
.communicationTeaserReact {
  min-height: 500px;
}
.productPromoReact {
  min-height: 250px;
}
.ctaReact {
  min-height: 24px;
}
.HeroComponent {
  min-height: 360px;
}
.HeroComponent.stageTeaser {
  min-height: 540px;
}
@mixin box-width {
  width: 90%;
  max-width: 58rem;
  margin: 0 auto;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 0;
  border-bottom: thin solid lightgrey;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
          box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}
header .sample-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header picture {
  margin: 0;
  padding: 0;
  width: 3.5625rem;
}
header picture img {
  display: block;
  width: 200px;
  margin: 10px 0px 10px 0px;
  height: auto;
}
header nav {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
coral-dialog * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.eo-image-component {
  width: 100%;
}
.eo-image-component img {
  width: 100%;
}
.experienceFragment .cmp-image {
  line-height: 1.5;
}
.experienceFragment .cmp-image img,
.experiencefragment .cmp-image img {
  width: 100%;
}
.copyright-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.copyright-footer__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright-footer__list_item {
  margin: 0 14px 0 0;
}
.copyright-footer__list_item:last-child {
  margin-right: 0;
}
.copyright-footer__logo {
  width: auto;
}
.copyright-footer__logo--ed {
  height: 13.75px;
}
.copyright-footer__logo--das {
  height: 26.4px;
}
.copyright-footer__logo--dkv {
  height: 12.1px;
}
.copyright-footer__logo--erv {
  height: 17.6px;
}
.copyright-footer__legal-notice {
  text-align: left;
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
}
.copyright-footer__legal-notice p {
  margin: 6px 0;
}
@media (min-width: 480px) {
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 15.3px;
  }
  .copyright-footer__logo--das {
    height: 29.376px;
  }
  .copyright-footer__logo--dkv {
    height: 13.464px;
  }
  .copyright-footer__logo--erv {
    height: 19.584px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__list_item {
    margin: 0 24px 0 0;
  }
  .copyright-footer__logo {
    width: auto;
  }
  .copyright-footer__logo--ed {
    height: 25px;
  }
  .copyright-footer__logo--das {
    height: 48px;
  }
  .copyright-footer__logo--dkv {
    height: 22px;
  }
  .copyright-footer__logo--erv {
    height: 32px;
  }
  .copyright-footer__legal-notice {
    margin-top: 24px;
  }
}
@media (min-width: 912px) {
  .copyright-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .copyright-footer__list {
    padding-right: 14px;
  }
  .copyright-footer__legal-notice {
    margin-top: 0;
    text-align: right;
  }
}
footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer__wrapper--second {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer__logo img {
  display: block;
  width: 95px;
  height: 32px;
}
footer .footer__banner-wrapper-background {
  background: #8E0038;
}
@media (max-width: 479px) {
  footer .footer__banner-social-icons a {
    text-decoration: none;
  }
  footer .footer__banner-social-icons a img {
    display: none;
  }
}
footer .footer__banner-social-icons {
  margin-left: 0.25em;
}
footer .footer__banner-social-icons a {
  text-decoration: none;
  padding-right: 12px;
}
footer .footer__banner-social-icons a img {
  width: 36px;
  height: 36px;
}
footer .footer__banner-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
}
@media (min-width: 480px) {
  footer .footer__banner-links {
    max-width: 550px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  footer .footer__banner-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
footer .footer__banner-links__item {
  line-height: 1;
  border-right: 1px solid #ffffff;
  margin: 0 10px 6px 0;
}
footer .footer__banner-links__item:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  footer .footer__banner-links__item {
    margin-bottom: 0;
  }
}
footer .footer__banner-links__link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff !important;
  padding-right: 10px;
}
@media (min-width: 480px) {
  footer .footer__banner-links__item:last-child > .footer__banner-links__link {
    padding-right: 0;
  }
}
footer .footer__company-logos img {
  float: left;
  margin-right: 1em;
}
@media (min-width: 480px) {
  footer .footer__legal p {
    text-align: right;
    margin-bottom: 0.75em;
  }
}
footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer__links {
    width: 25%;
  }
  footer .footer__links--double {
    width: 50%;
  }
}
@media (max-width: 479px) {
  footer .footer__links-heading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 14px;
  }
}
footer .footer__links-heading {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 24px;
}
footer .footer__linklist,
footer .footer__linklist--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__linklist--double {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
footer .footer__qualityseals {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__qualityseal {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  footer .footer__qualityseal {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    margin-bottom: 0;
  }
}
footer .footer__links-link {
  text-decoration: none;
  display: block;
  color: #262626;
  font-size: 14px;
  margin: 0.25em 0 0.25em 0;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
@media (min-width: 768px) {
  footer .footer__links-link {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
footer .footer__links-link--double {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
@media (min-width: 480px) {
  footer .footer__links-link--double {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
  }
}
footer .footer__links-link:hover,
footer .footer__links-link:focus {
  text-shadow: 0 0 10px #e1e1e1 !important;
  text-decoration: none !important;
  color: #8E0038 !important;
}
footer .footer__links-link:active {
  color: #8E0038 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/** IE 11 bugfix AEMC-2364 **/
.copyright-footer__logo--ed {
  width: 48px;
  height: 14px;
}
@media (min-width: 480px) {
  .copyright-footer__logo--ed {
    width: 52.21px;
    height: 15.3px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__logo--ed {
    width: 86px;
    height: 25px;
  }
}
.copyright-footer__logo--dkv {
  width: 53px;
  height: 13px;
}
@media (min-width: 480px) {
  .copyright-footer__logo--dkv {
    width: 57px;
    height: 14px;
  }
}
@media (min-width: 768px) {
  .copyright-footer__logo--dkv {
    width: 86px;
    height: 25px;
  }
}
/** Fontsize bugfix AEMC-492 **/
.footer__banner-links__link {
  font-size: 14px;
  font-family: FS Me, Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .footer__banner-links__link {
    font-size: 16px;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(60, 60, 60, 0.25);
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.modal-overlay .close-icon {
  border-radius: 50%;
  border: 2px solid;
  color: #8e0038;
  height: 20px;
  width: 20px;
}
.modal-overlay .modal-window {
  position: fixed;
  z-index: 1000;
  margin: 20px auto;
  left: 0;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-overlay .modal-window .modal__header {
  text-align: right;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal-window .modal__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 30px 30px;
  overflow: auto;
  pointer-events: all;
  background-color: #f2f2f2;
}
.modal-overlay .modal--fullviewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-close {
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2em;
  width: 70px;
  text-decoration: none;
  cursor: pointer;
}
.modal-close:hover {
  color: #000;
}
@media (max-width: 479px) {
  .sitemap__wrapper {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    column-count: 1;
    column-gap: 1em;
  }
}
@media (min-width: 480px) {
  .sitemap__wrapper {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
    column-count: 4;
    column-gap: 1em;
  }
}
ul.sitemap__links {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.sitemap__link-item a {
  color: #737373;
  text-decoration: none;
}
.sitemap__link-item a:visited {
  color: #b31767;
  text-decoration: none;
}
.em_carousel {
  position: relative;
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}
.em_carousel__swiper-container {
  margin: 0;
  overflow: hidden;
}
@supports (display: grid) {
  .em_carousel__swiper-container {
    padding: 12px 24px 24px;
  }
}
.em_carousel__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
.em_carousel .em_carousel__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 912px) {
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment,
  .em_carousel .em_carousel__slide {
    opacity: 1;
    -webkit-transition: 0.15s opacity ease-in-out;
    transition: 0.15s opacity ease-in-out;
  }
  .em_carousel__swiper > .em_carousel__wrapper > .experiencefragment:not(.em_carousel__slide--visible),
  .em_carousel .em_carousel__slide:not(.em_carousel__slide--visible) {
    opacity: 0;
  }
}
.em_carousel__nav-button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  outline: none;
}
.em_carousel__nav-button--prev {
  margin-left: 12px;
}
.em_carousel__nav-button--next {
  margin-right: 12px;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):focus > svg {
  color: #8e0038 !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):active > svg {
  color: #71022e !important;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled):hover > svg {
  color: #8e0038;
}
.em_carousel__nav-button:not(.em_carousel__nav-button--disabled) {
  cursor: pointer;
}
.em_carousel__nav-button > svg {
  /* TODO use correct color variable */
  color: #aeaeae;
}
.em_carousel__nav-button--disabled {
  display: none !important;
}
@media (min-width: 912px) {
  .em_carousel__swiper-container {
    padding: 0;
  }
  .em_carousel__swiper {
    overflow: hidden;
    padding: 12px 24px 12px;
  }
}
/*
 * Show navigation buttons once they fit left and right of the
 * slides content wrapper, which is limited to 912px.
 */
@media (min-width: 992px) {
  .em_carousel__nav-button {
    position: absolute;
    top: 50%;
    /* Negative offset of footer height (bullets clickarea) + half the size of the button itself  */
    margin: -60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .em_carousel__nav-button--prev {
    left: -40px;
  }
  .em_carousel__nav-button--next {
    right: -40px;
  }
  .em_carousel__footer {
    margin-top: 24px;
  }
}
/*
 * Footer CSS
 */
.em_carousel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.em_carousel__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 200px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .em_carousel__pages {
    overflow: visible;
    width: 100% !important;
  }
}
.em_carousel__bullet-wrapper {
  background: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.em_carousel__bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: left, background-color, -webkit-transform;
  transition-property: left, background-color, -webkit-transform;
  transition-property: left, transform, background-color;
  transition-property: left, transform, background-color, -webkit-transform;
}
.em_carousel__bullet:focus {
  background: rgba(142, 0, 56, 0.16) !important;
}
.em_carousel__bullet:active {
  background: rgba(142, 0, 56, 0.24) !important;
}
.em_carousel__bullet:hover {
  background: rgba(142, 0, 56, 0.08);
}
.em_carousel__bullet::after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  background: #aeaeae;
  border-radius: 50%;
}
.em_carousel__bullet--active::after {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background: #8e0038;
  border-radius: 50%;
}
/*
 * Hide swiper pagination and navigation components when all
 * slides are visible on the current view, using internal
 * classes.
 *
 * In the latest version 4.4.2 there is no working public
 * API that allows to set custom classes.
 */
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination-lock {
  display: none !important;
}
.ProductCardComponent {
  height: 100%;
}
.product-card__provider {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__swiper {
  overflow-x: scroll;
  padding: 12px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[data-useragent*='MSIE 10.0'] .ProductCardComponent {
  height: 100%;
}
html[data-useragent*='MSIE 10.0'] .product-card__provider {
  margin-right: 10px;
}
html[data-useragent*='MSIE 10.0'] .em_carousel__nav-button {
  display: none;
}
.ieCarousel-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.em_faqdetails__tab-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.tab-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 0 0 12px;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}
.tab-navigation__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}
.tab-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0 12px;
  outline-style: none;
  cursor: pointer;
}
.tab-navigation__label {
  display: block;
  letter-spacing: 0;
  color: #aeaeae;
  margin: auto;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
  max-width: 100%;
}
.tab-navigation__item:hover .tab-navigation__label {
  color: #000000;
}
.tab-navigation__item--active .tab-navigation__label {
  border-bottom: 2px solid;
  font-weight: bold;
  line-height: 46px;
  color: #000000;
}
/** Content styles */
.em_faqdetails__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.em_faqdetails__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.em_faqdetails__content--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  margin-bottom: 1em;
}
.em_content__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 285px;
}
.em_content__img {
  max-height: 130px;
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.em_content__img .cmp-image {
  text-align: center;
}
.em_content__img img {
  width: auto;
  max-height: 130px;
  max-width: 130px;
}
.em_content__text {
  min-height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  padding: 48px;
}
/*Overwrite basic engine style*/
nav.em_faqdetails__tab-navigation .tab-navigation__wrapper li.tab-navigation__tab::before {
  background: none;
}
/* Content Style */
@media (min-width: 1440px) {
  .tab-navigation__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
  }
  .tab-navigation__label {
    font-size: 16px;
  }
  .em_content__left-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
  .em_content__right-color {
    width: 50%;
  }
  .em_faqdetails__content {
    min-height: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .em_faqdetails__content--calculate-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: -100vw;
  }
  .em_content__img-wrapper {
    width: 720px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .em_content__img {
    max-height: 260px;
    max-width: 260px;
  }
  .em_content__img .cmp-image {
    text-align: center;
  }
  .em_content__img img {
    max-height: 260px;
    max-width: 260px;
  }
  .em_content__text-wrapper {
    width: 720px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 72px 48px;
  }
  .em_content__text {
    padding: 0;
  }
}
/** Line heights multiplicators **/
/* Bottom Margins */
.cmp-text,
.text {
  font-size: 16px;
  font-family: FS Me, Arial, Helvetica, sans-serif;
  color: #333333;
}
.cmp-text h1,
.text h1,
.cmp-text h2,
.text h2,
.cmp-text h3,
.text h3,
.cmp-text h4,
.text h4,
.cmp-text h5,
.text h5,
.cmp-text h6,
.text h6,
.cmp-text blockquote,
.text blockquote,
.cmp-text a,
.text a,
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul,
.cmp-text li,
.text li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cmp-text h1:not(:first-child),
.text h1:not(:first-child),
.cmp-text h2:not(:first-child),
.text h2:not(:first-child),
.cmp-text h3:not(:first-child),
.text h3:not(:first-child),
.cmp-text h4:not(:first-child),
.text h4:not(:first-child),
.cmp-text h5:not(:first-child),
.text h5:not(:first-child),
.cmp-text h6:not(:first-child),
.text h6:not(:first-child) {
  margin-top: 0;
}
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul {
  list-style: none;
}
.cmp-text ul:not([class]) li:before,
.text ul:not([class]) li:before,
.cmp-text .ul--color-black li:before,
.text .ul--color-black li:before,
.cmp-text .ul--color-red li:before,
.text .ul--color-red li:before,
.cmp-text .ul--color-white li:before,
.text .ul--color-white li:before,
.cmp-text .ul--color-gray li:before,
.text .ul--color-gray li:before {
  content: "●";
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  color: #333333;
  display: inline-block;
  position: absolute;
  left: 5px;
}
@media (min-width: 768px) {
  .cmp-text ul:not([class]) li:before,
  .text ul:not([class]) li:before,
  .cmp-text .ul--color-black li:before,
  .text .ul--color-black li:before,
  .cmp-text .ul--color-red li:before,
  .text .ul--color-red li:before,
  .cmp-text .ul--color-white li:before,
  .text .ul--color-white li:before,
  .cmp-text .ul--color-gray li:before,
  .text .ul--color-gray li:before {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    left: 6px;
  }
}
.cmp-text .ul--color-black li:before,
.text .ul--color-black li:before {
  color: #000000 !important;
}
.cmp-text .ul--color-red li:before,
.text .ul--color-red li:before {
  color: #8E0038 !important;
}
.cmp-text .ul--color-white li:before,
.text .ul--color-white li:before {
  color: #FFFFFF !important;
}
.cmp-text .ul--color-gray li:before,
.text .ul--color-gray li:before {
  color: #737373 !important;
}
.cmp-text ol:not([class]),
.text ol:not([class]),
.cmp-text .ol--color-black,
.text .ol--color-black,
.cmp-text .ol--color-red,
.text .ol--color-red,
.cmp-text .ol--color-white,
.text .ol--color-white,
.cmp-text .ol--color-gray,
.text .ol--color-gray {
  counter-reset: listitem;
}
.cmp-text ol:not([class]) li:before,
.text ol:not([class]) li:before,
.cmp-text .ol--color-black li:before,
.text .ol--color-black li:before,
.cmp-text .ol--color-red li:before,
.text .ol--color-red li:before,
.cmp-text .ol--color-white li:before,
.text .ol--color-white li:before,
.cmp-text .ol--color-gray li:before,
.text .ol--color-gray li:before,
.cmp-text ol:not([class]) ul li:before,
.text ol:not([class]) ul li:before,
.cmp-text .ol--color-black ul li:before,
.text .ol--color-black ul li:before,
.cmp-text .ol--color-red ul li:before,
.text .ol--color-red ul li:before,
.cmp-text .ol--color-white ul li:before,
.text .ol--color-white ul li:before,
.cmp-text .ol--color-gray ul li:before,
.text .ol--color-gray ul li:before {
  position: absolute;
  top: 2px;
  left: 2px;
  counter-increment: listitem;
  content: counter(listitem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17px;
  height: 17px;
  background: #333333;
  border-radius: 50%;
  font-size: 8px;
  letter-spacing: 0;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .cmp-text ol:not([class]) li:before,
  .text ol:not([class]) li:before,
  .cmp-text .ol--color-black li:before,
  .text .ol--color-black li:before,
  .cmp-text .ol--color-red li:before,
  .text .ol--color-red li:before,
  .cmp-text .ol--color-white li:before,
  .text .ol--color-white li:before,
  .cmp-text .ol--color-gray li:before,
  .text .ol--color-gray li:before,
  .cmp-text ol:not([class]) ul li:before,
  .text ol:not([class]) ul li:before,
  .cmp-text .ol--color-black ul li:before,
  .text .ol--color-black ul li:before,
  .cmp-text .ol--color-red ul li:before,
  .text .ol--color-red ul li:before,
  .cmp-text .ol--color-white ul li:before,
  .text .ol--color-white ul li:before,
  .cmp-text .ol--color-gray ul li:before,
  .text .ol--color-gray ul li:before {
    font-size: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.cmp-text .ol--color-black li:before,
.text .ol--color-black li:before {
  color: #FFFFFF !important;
  background: #000000 !important;
}
.cmp-text .ol--color-red li:before,
.text .ol--color-red li:before {
  color: #FFFFFF !important;
  background: #8E0038 !important;
}
.cmp-text .ol--color-white li:before,
.text .ol--color-white li:before {
  color: #000000 !important;
  background: #FFFFFF !important;
}
.cmp-text .ol--color-gray li:before,
.text .ol--color-gray li:before {
  color: #000000 !important;
  background: #737373 !important;
}
.cmp-text .check-list--green,
.text .check-list--green,
.cmp-text .check-list--black,
.text .check-list--black,
.cmp-text .check-list--white,
.text .check-list--white,
.cmp-text .check-list,
.text .check-list {
  list-style-image: none;
}
.cmp-text .check-list--green li,
.text .check-list--green li,
.cmp-text .check-list--black li,
.text .check-list--black li,
.cmp-text .check-list--white li,
.text .check-list--white li,
.cmp-text .check-list li,
.text .check-list li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 21px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li,
  .text .check-list--green li,
  .cmp-text .check-list--black li,
  .text .check-list--black li,
  .cmp-text .check-list--white li,
  .text .check-list--white li,
  .cmp-text .check-list li,
  .text .check-list li {
    background-size: 24px;
  }
}
.cmp-text .check-list--green li:before,
.text .check-list--green li:before,
.cmp-text .check-list--black li:before,
.text .check-list--black li:before,
.cmp-text .check-list--white li:before,
.text .check-list--white li:before,
.cmp-text .check-list li:before,
.text .check-list li:before {
  content: initial;
}
.cmp-text .check-list--green ul li:before,
.text .check-list--green ul li:before,
.cmp-text .check-list--black ul li:before,
.text .check-list--black ul li:before,
.cmp-text .check-list--white ul li:before,
.text .check-list--white ul li:before,
.cmp-text .check-list ul li:before,
.text .check-list ul li:before {
  content: "";
}
.cmp-text ol li ul,
.text ol li ul,
.cmp-text ul li ul,
.text ul li ul,
.cmp-text ol li ol,
.text ol li ol,
.cmp-text ul li ol,
.text ul li ol {
  counter-reset: listitem;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cmp-text ol li ul,
  .text ol li ul,
  .cmp-text ul li ul,
  .text ul li ul,
  .cmp-text ol li ol,
  .text ol li ol,
  .cmp-text ul li ol,
  .text ul li ol {
    margin-top: 12px;
  }
}
.cmp-text ul li.txt__caption,
.text ul li.txt__caption,
.cmp-text ol li.txt__caption,
.text ol li.txt__caption {
  padding-left: 27px;
}
@media (min-width: 768px) {
  .cmp-text ul li.txt__caption,
  .text ul li.txt__caption,
  .cmp-text ol li.txt__caption,
  .text ol li.txt__caption {
    padding-left: 30px;
  }
}
.cmp-text .check-list--green li.txt__caption,
.text .check-list--green li.txt__caption,
.cmp-text .check-list--black li.txt__caption,
.text .check-list--black li.txt__caption,
.cmp-text .check-list--white li.txt__caption,
.text .check-list--white li.txt__caption,
.cmp-text .check-list li.txt__caption,
.text .check-list li.txt__caption {
  background-size: 16px;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li.txt__caption,
  .text .check-list--green li.txt__caption,
  .cmp-text .check-list--black li.txt__caption,
  .text .check-list--black li.txt__caption,
  .cmp-text .check-list--white li.txt__caption,
  .text .check-list--white li.txt__caption,
  .cmp-text .check-list li.txt__caption,
  .text .check-list li.txt__caption {
    background-size: 19px;
  }
}
.cmp-text .check-list--green li.txt__subline,
.text .check-list--green li.txt__subline,
.cmp-text .check-list--black li.txt__subline,
.text .check-list--black li.txt__subline,
.cmp-text .check-list--white li.txt__subline,
.text .check-list--white li.txt__subline,
.cmp-text .check-list li.txt__subline,
.text .check-list li.txt__subline {
  background-size: 19px;
}
@media (min-width: 768px) {
  .cmp-text .check-list--green li.txt__subline,
  .text .check-list--green li.txt__subline,
  .cmp-text .check-list--black li.txt__subline,
  .text .check-list--black li.txt__subline,
  .cmp-text .check-list--white li.txt__subline,
  .text .check-list--white li.txt__subline,
  .cmp-text .check-list li.txt__subline,
  .text .check-list li.txt__subline {
    background-size: 22px;
  }
}
.cmp-text ol:not([class]) li.txt__caption:before,
.text ol:not([class]) li.txt__caption:before,
.cmp-text .ol--color-black li.txt__caption:before,
.text .ol--color-black li.txt__caption:before,
.cmp-text .ol--color-red li.txt__caption:before,
.text .ol--color-red li.txt__caption:before,
.cmp-text .ol--color-white li.txt__caption:before,
.text .ol--color-white li.txt__caption:before,
.cmp-text .ol--color-gray li.txt__caption:before,
.text .ol--color-gray li.txt__caption:before {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .cmp-text ol:not([class]) li.txt__caption:before,
  .text ol:not([class]) li.txt__caption:before,
  .cmp-text .ol--color-black li.txt__caption:before,
  .text .ol--color-black li.txt__caption:before,
  .cmp-text .ol--color-red li.txt__caption:before,
  .text .ol--color-red li.txt__caption:before,
  .cmp-text .ol--color-white li.txt__caption:before,
  .text .ol--color-white li.txt__caption:before,
  .cmp-text .ol--color-gray li.txt__caption:before,
  .text .ol--color-gray li.txt__caption:before {
    width: 17px;
    height: 17px;
  }
}
.cmp-text h1,
.text h1,
.cmp-text h2,
.text h2,
.cmp-text h3,
.text h3,
.cmp-text h4,
.text h4,
.cmp-text h5,
.text h5,
.cmp-text h6,
.text h6,
.cmp-text p,
.text p,
.cmp-text blockquote,
.text blockquote,
.cmp-text a,
.text a,
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul,
.cmp-text li,
.text li,
.cmp-text span,
.text span {
  color: #333333;
}
.cmp-text a,
.text a {
  color: #8E0038;
  text-decoration: none;
}
.cmp-text a:hover,
.text a:hover {
  text-decoration: underline;
}
.cmp-text a:hover .color--red,
.text a:hover .color--red,
.cmp-text a:hover .color--black,
.text a:hover .color--black,
.cmp-text a:hover .color--grey,
.text a:hover .color--grey,
.cmp-text a:hover .color--white,
.text a:hover .color--white {
  text-decoration: underline;
}
.cmp-text .font--fedra-serif,
.text .font--fedra-serif {
  font-family: Fedra Serif, Georgia, Times New Roman, serif !important;
}
.cmp-text .font--fsme,
.text .font--fsme {
  font-family: FS Me, Arial, Helvetica, sans-serif !important;
}
.cmp-text .color--red,
.text .color--red,
.cmp-text .color--red a,
.text .color--red a,
.cmp-text a .color--red,
.text a .color--red {
  color: #8E0038;
}
.cmp-text .color--black,
.text .color--black {
  color: #333333;
}
.cmp-text .color--grey,
.text .color--grey {
  color: #737373;
}
.cmp-text .color--white,
.text .color--white,
.cmp-text .color--white a,
.text .color--white a,
.cmp-text a .color--white,
.text a .color--white {
  color: #FFFFFF;
}
.cmp-text h1:not(.txt),
.text h1:not(.txt),
.cmp-text h2:not(.txt),
.text h2:not(.txt),
.cmp-text h3:not(.txt),
.text h3:not(.txt),
.cmp-text h4:not(.txt),
.text h4:not(.txt),
.cmp-text h5:not(.txt),
.text h5:not(.txt),
.cmp-text h6:not(.txt),
.text h6:not(.txt),
.cmp-text .txt--headline,
.text .txt--headline {
  font-weight: 700;
}
.cmp-text hr:not([class]),
.text hr:not([class]) {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .cmp-text hr:not([class]),
  .text hr:not([class]) {
    margin: 48px 0;
  }
}
.cmp-text .txt--copytext + .txt--headline,
.text .txt--copytext + .txt--headline,
.cmp-text p:not(.txt) + .txt--headline,
.text p:not(.txt) + .txt--headline,
.cmp-text ul + .txt--headline,
.text ul + .txt--headline,
.cmp-text ol + .txt--headline,
.text ol + .txt--headline,
.cmp-text blockquote + .txt--headline,
.text blockquote + .txt--headline,
.cmp-text pre + .txt--headline,
.text pre + .txt--headline,
.cmp-text hr + .txt--headline,
.text hr + .txt--headline,
.cmp-text .txt--copytext + h1:not(.txt),
.text .txt--copytext + h1:not(.txt),
.cmp-text p:not(.txt) + h1:not(.txt),
.text p:not(.txt) + h1:not(.txt),
.cmp-text ul + h1:not(.txt),
.text ul + h1:not(.txt),
.cmp-text ol + h1:not(.txt),
.text ol + h1:not(.txt),
.cmp-text blockquote + h1:not(.txt),
.text blockquote + h1:not(.txt),
.cmp-text pre + h1:not(.txt),
.text pre + h1:not(.txt),
.cmp-text hr + h1:not(.txt),
.text hr + h1:not(.txt),
.cmp-text .txt--copytext + h2:not(.txt),
.text .txt--copytext + h2:not(.txt),
.cmp-text p:not(.txt) + h2:not(.txt),
.text p:not(.txt) + h2:not(.txt),
.cmp-text ul + h2:not(.txt),
.text ul + h2:not(.txt),
.cmp-text ol + h2:not(.txt),
.text ol + h2:not(.txt),
.cmp-text blockquote + h2:not(.txt),
.text blockquote + h2:not(.txt),
.cmp-text pre + h2:not(.txt),
.text pre + h2:not(.txt),
.cmp-text hr + h2:not(.txt),
.text hr + h2:not(.txt),
.cmp-text .txt--copytext + h3:not(.txt),
.text .txt--copytext + h3:not(.txt),
.cmp-text p:not(.txt) + h3:not(.txt),
.text p:not(.txt) + h3:not(.txt),
.cmp-text ul + h3:not(.txt),
.text ul + h3:not(.txt),
.cmp-text ol + h3:not(.txt),
.text ol + h3:not(.txt),
.cmp-text blockquote + h3:not(.txt),
.text blockquote + h3:not(.txt),
.cmp-text pre + h3:not(.txt),
.text pre + h3:not(.txt),
.cmp-text hr + h3:not(.txt),
.text hr + h3:not(.txt),
.cmp-text .txt--copytext + h4:not(.txt),
.text .txt--copytext + h4:not(.txt),
.cmp-text p:not(.txt) + h4:not(.txt),
.text p:not(.txt) + h4:not(.txt),
.cmp-text ul + h4:not(.txt),
.text ul + h4:not(.txt),
.cmp-text ol + h4:not(.txt),
.text ol + h4:not(.txt),
.cmp-text blockquote + h4:not(.txt),
.text blockquote + h4:not(.txt),
.cmp-text pre + h4:not(.txt),
.text pre + h4:not(.txt),
.cmp-text hr + h4:not(.txt),
.text hr + h4:not(.txt),
.cmp-text .txt--copytext + h5:not(.txt),
.text .txt--copytext + h5:not(.txt),
.cmp-text p:not(.txt) + h5:not(.txt),
.text p:not(.txt) + h5:not(.txt),
.cmp-text ul + h5:not(.txt),
.text ul + h5:not(.txt),
.cmp-text ol + h5:not(.txt),
.text ol + h5:not(.txt),
.cmp-text blockquote + h5:not(.txt),
.text blockquote + h5:not(.txt),
.cmp-text pre + h5:not(.txt),
.text pre + h5:not(.txt),
.cmp-text hr + h5:not(.txt),
.text hr + h5:not(.txt) {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .cmp-text .txt--copytext + .txt--headline,
  .text .txt--copytext + .txt--headline,
  .cmp-text p:not(.txt) + .txt--headline,
  .text p:not(.txt) + .txt--headline,
  .cmp-text ul + .txt--headline,
  .text ul + .txt--headline,
  .cmp-text ol + .txt--headline,
  .text ol + .txt--headline,
  .cmp-text blockquote + .txt--headline,
  .text blockquote + .txt--headline,
  .cmp-text pre + .txt--headline,
  .text pre + .txt--headline,
  .cmp-text hr + .txt--headline,
  .text hr + .txt--headline,
  .cmp-text .txt--copytext + h1:not(.txt),
  .text .txt--copytext + h1:not(.txt),
  .cmp-text p:not(.txt) + h1:not(.txt),
  .text p:not(.txt) + h1:not(.txt),
  .cmp-text ul + h1:not(.txt),
  .text ul + h1:not(.txt),
  .cmp-text ol + h1:not(.txt),
  .text ol + h1:not(.txt),
  .cmp-text blockquote + h1:not(.txt),
  .text blockquote + h1:not(.txt),
  .cmp-text pre + h1:not(.txt),
  .text pre + h1:not(.txt),
  .cmp-text hr + h1:not(.txt),
  .text hr + h1:not(.txt),
  .cmp-text .txt--copytext + h2:not(.txt),
  .text .txt--copytext + h2:not(.txt),
  .cmp-text p:not(.txt) + h2:not(.txt),
  .text p:not(.txt) + h2:not(.txt),
  .cmp-text ul + h2:not(.txt),
  .text ul + h2:not(.txt),
  .cmp-text ol + h2:not(.txt),
  .text ol + h2:not(.txt),
  .cmp-text blockquote + h2:not(.txt),
  .text blockquote + h2:not(.txt),
  .cmp-text pre + h2:not(.txt),
  .text pre + h2:not(.txt),
  .cmp-text hr + h2:not(.txt),
  .text hr + h2:not(.txt),
  .cmp-text .txt--copytext + h3:not(.txt),
  .text .txt--copytext + h3:not(.txt),
  .cmp-text p:not(.txt) + h3:not(.txt),
  .text p:not(.txt) + h3:not(.txt),
  .cmp-text ul + h3:not(.txt),
  .text ul + h3:not(.txt),
  .cmp-text ol + h3:not(.txt),
  .text ol + h3:not(.txt),
  .cmp-text blockquote + h3:not(.txt),
  .text blockquote + h3:not(.txt),
  .cmp-text pre + h3:not(.txt),
  .text pre + h3:not(.txt),
  .cmp-text hr + h3:not(.txt),
  .text hr + h3:not(.txt),
  .cmp-text .txt--copytext + h4:not(.txt),
  .text .txt--copytext + h4:not(.txt),
  .cmp-text p:not(.txt) + h4:not(.txt),
  .text p:not(.txt) + h4:not(.txt),
  .cmp-text ul + h4:not(.txt),
  .text ul + h4:not(.txt),
  .cmp-text ol + h4:not(.txt),
  .text ol + h4:not(.txt),
  .cmp-text blockquote + h4:not(.txt),
  .text blockquote + h4:not(.txt),
  .cmp-text pre + h4:not(.txt),
  .text pre + h4:not(.txt),
  .cmp-text hr + h4:not(.txt),
  .text hr + h4:not(.txt),
  .cmp-text .txt--copytext + h5:not(.txt),
  .text .txt--copytext + h5:not(.txt),
  .cmp-text p:not(.txt) + h5:not(.txt),
  .text p:not(.txt) + h5:not(.txt),
  .cmp-text ul + h5:not(.txt),
  .text ul + h5:not(.txt),
  .cmp-text ol + h5:not(.txt),
  .text ol + h5:not(.txt),
  .cmp-text blockquote + h5:not(.txt),
  .text blockquote + h5:not(.txt),
  .cmp-text pre + h5:not(.txt),
  .text pre + h5:not(.txt),
  .cmp-text hr + h5:not(.txt),
  .text hr + h5:not(.txt) {
    margin-top: 64px;
  }
}
.cmp-text h1:not(.txt),
.text h1:not(.txt),
.cmp-text .txt__h1,
.text .txt__h1 {
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h1:not(.txt),
  .text h1:not(.txt),
  .cmp-text .txt__h1,
  .text .txt__h1 {
    font-size: 18px;
    line-height: 23.400000000000002px;
    margin-bottom: 16px;
  }
}
.cmp-text .txt__h2,
.text .txt__h2,
.cmp-text h2:not(.txt),
.text h2:not(.txt) {
  font-size: 24px;
  line-height: 31.200000000000003px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .cmp-text .txt__h2,
  .text .txt__h2,
  .cmp-text h2:not(.txt),
  .text h2:not(.txt) {
    font-size: 28px;
    line-height: 36.4px;
    margin-bottom: 40px;
  }
}
.cmp-text h3:not(.txt),
.text h3:not(.txt),
.cmp-text .txt__h3,
.text .txt__h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cmp-text h3:not(.txt),
  .text h3:not(.txt),
  .cmp-text .txt__h3,
  .text .txt__h3 {
    font-size: 24px;
    line-height: 31.200000000000003px;
    margin-bottom: 32px;
  }
}
.cmp-text h4:not(.txt),
.text h4:not(.txt),
.cmp-text .txt__h4,
.text .txt__h4 {
  font-size: 18px;
  line-height: 23.400000000000002px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cmp-text h4:not(.txt),
  .text h4:not(.txt),
  .cmp-text .txt__h4,
  .text .txt__h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.cmp-text h5:not(.txt),
.text h5:not(.txt),
.cmp-text .txt__h5,
.text .txt__h5 {
  font-size: 14px;
  line-height: 18.2px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cmp-text h5:not(.txt),
  .text h5:not(.txt),
  .cmp-text .txt__h5,
  .text .txt__h5 {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 16px;
  }
}
.cmp-text .txt__claim,
.text .txt__claim {
  font-size: 28px;
  line-height: 36.4px;
  margin-bottom: 32px;
  color: #8E0038;
}
@media (min-width: 768px) {
  .cmp-text .txt__claim,
  .text .txt__claim {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 48px;
  }
}
.cmp-text .txt__teaser,
.text .txt__teaser {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cmp-text .txt__teaser,
  .text .txt__teaser {
    font-size: 18px;
    line-height: 27px;
  }
}
.cmp-text .txt__teaser + .txt__teaser,
.text .txt__teaser + .txt__teaser {
  margin-top: -8px;
}
@media (min-width: 768px) {
  .cmp-text .txt__teaser + .txt__teaser,
  .text .txt__teaser + .txt__teaser {
    margin-top: -10.5px;
  }
}
.cmp-text a,
.text a,
.cmp-text .txt__caption,
.text .txt__caption,
.cmp-text .txt__subline,
.text .txt__subline {
  letter-spacing: 0.25px;
}
.cmp-text .txt__subline,
.text .txt__subline {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .cmp-text .txt__subline,
  .text .txt__subline {
    font-size: 14px;
    line-height: 21px;
  }
}
.cmp-text .txt__subline + .txt__subline,
.text .txt__subline + .txt__subline {
  margin-top: -11px;
}
@media (min-width: 768px) {
  .cmp-text .txt__subline + .txt__subline,
  .text .txt__subline + .txt__subline {
    margin-top: -14px;
  }
}
.cmp-text .txt__caption,
.text .txt__caption {
  font-size: 10px;
  line-height: 15px;
  color: #737373;
}
@media (min-width: 768px) {
  .cmp-text .txt__caption,
  .text .txt__caption {
    font-size: 12px;
    line-height: 18px;
  }
}
.cmp-text .txt__caption + .txt__caption,
.text .txt__caption + .txt__caption {
  margin-top: -13px;
}
@media (min-width: 768px) {
  .cmp-text .txt__caption + .txt__caption,
  .text .txt__caption + .txt__caption {
    margin-top: -15px;
  }
}
.cmp-text .txt__paragraph + .txt__paragraph,
.text .txt__paragraph + .txt__paragraph,
.cmp-text p:not(.txt) + .txt__paragraph,
.text p:not(.txt) + .txt__paragraph,
.cmp-text .txt__paragraph + p:not(.txt),
.text .txt__paragraph + p:not(.txt),
.cmp-text p:not(.txt) + p:not(.txt),
.text p:not(.txt) + p:not(.txt) {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .cmp-text .txt__paragraph + .txt__paragraph,
  .text .txt__paragraph + .txt__paragraph,
  .cmp-text p:not(.txt) + .txt__paragraph,
  .text p:not(.txt) + .txt__paragraph,
  .cmp-text .txt__paragraph + p:not(.txt),
  .text .txt__paragraph + p:not(.txt),
  .cmp-text p:not(.txt) + p:not(.txt),
  .text p:not(.txt) + p:not(.txt) {
    margin-top: -12px;
  }
}
.cmp-text .txt--copytext,
.text .txt--copytext,
.cmp-text p:not(.txt),
.text p:not(.txt),
.cmp-text ol,
.text ol,
.cmp-text ul,
.text ul {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cmp-text .txt--copytext,
  .text .txt--copytext,
  .cmp-text p:not(.txt),
  .text p:not(.txt),
  .cmp-text ol,
  .text ol,
  .cmp-text ul,
  .text ul {
    margin-bottom: 24px;
  }
}
.cmp-text .txt__paragraph,
.text .txt__paragraph,
.cmp-text p:not(.txt),
.text p:not(.txt),
.cmp-text ul li,
.text ul li,
.cmp-text ol li,
.text ol li {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .cmp-text .txt__paragraph,
  .text .txt__paragraph,
  .cmp-text p:not(.txt),
  .text p:not(.txt),
  .cmp-text ul li,
  .text ul li,
  .cmp-text ol li,
  .text ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.cmp-text ul li,
.text ul li,
.cmp-text ol li,
.text ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .cmp-text ul li,
  .text ul li,
  .cmp-text ol li,
  .text ol li {
    margin-bottom: 12px;
    padding-left: 36px;
  }
}
.cmp-text > .txt:first-child,
.text > .txt:first-child,
.cmp-text > p:first-child,
.text > p:first-child,
.cmp-text > h1:first-child,
.text > h1:first-child,
.cmp-text > h2:first-child,
.text > h2:first-child,
.cmp-text > h3:first-child,
.text > h3:first-child,
.cmp-text > h4:first-child,
.text > h4:first-child,
.cmp-text > h5:first-child,
.text > h5:first-child {
  margin-top: 0;
}
.cmp-text > .txt:last-child,
.text > .txt:last-child,
.cmp-text > p:last-child,
.text > p:last-child,
.cmp-text > h1:last-child,
.text > h1:last-child,
.cmp-text > h2:last-child,
.text > h2:last-child,
.cmp-text > h3:last-child,
.text > h3:last-child,
.cmp-text > h4:last-child,
.text > h4:last-child,
.cmp-text > h5:last-child,
.text > h5:last-child,
.cmp-text > ul:last-child,
.text > ul:last-child,
.cmp-text > ol:last-child,
.text > ol:last-child {
  margin-bottom: 0;
}
.cmp-text > ul:last-child li:last-child,
.text > ul:last-child li:last-child,
.cmp-text > ol:last-child li:last-child,
.text > ol:last-child li:last-child {
  margin-bottom: 0;
}
/** Icons for Checklists **/
.cmp-text .check-list--green li,
.text.cq-Editable-dom .check-list--green li,
.cq-RichText .check-list--green li,
.rte-fullscreen-richtextContainer .check-list--green li,
.cmp-text .check-list li,
.text.cq-Editable-dom .check-list li,
.cq-RichText .check-list li,
.rte-fullscreen-richtextContainer .check-list li {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 255.1 255.1' style='enable-background:new 0 0 255.1 255.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23009284;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle id='Oval' class='st0' cx='127.1' cy='127.6' r='106.3'/%3E%3Cpath id='path-1_1_' class='st1' d='M172.8,74.4l-64.7,90.2L82.4,135H63.3l35.3,41c2.5,2.9,6,4.6,9.9,4.6c0.4,0,0.4,0,0.7,0 c3.9-0.4,7.8-2.5,9.9-5.7l71.7-100.6L172.8,74.4L172.8,74.4z'/%3E%3C/svg%3E%0A");
}
.cmp-text .check-list--black li,
.text.cq-Editable-dom .check-list--black li,
.cq-RichText .check-list--black li,
.rte-fullscreen-richtextContainer .check-list--black li {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 255.1 255.1' style='enable-background:new 0 0 255.1 255.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333333;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle id='Oval' class='st0' cx='127.1' cy='127.6' r='106.3'/%3E%3Cpath id='path-1_1_' class='st1' d='M172.8,74.4l-64.7,90.2L82.4,135H63.3l35.3,41c2.5,2.9,6,4.6,9.9,4.6c0.4,0,0.4,0,0.7,0 c3.9-0.4,7.8-2.5,9.9-5.7l71.7-100.6L172.8,74.4L172.8,74.4z'/%3E%3C/svg%3E%0A");
}
.cmp-text .check-list--white li,
.text.cq-Editable-dom .check-list--white li,
.cq-RichText .check-list--white li,
.rte-fullscreen-richtextContainer .check-list--white li {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 255.1 255.1' style='enable-background:new 0 0 255.1 255.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23333333;%7D%0A%3C/style%3E%3Ccircle id='Oval' class='st0' cx='127.1' cy='127.6' r='106.3'/%3E%3Cpath id='path-1_1_' class='st1' d='M172.8,74.4l-64.7,90.2L82.4,135H63.3l35.3,41c2.5,2.9,6,4.6,9.9,4.6c0.4,0,0.4,0,0.7,0 c3.9-0.4,7.8-2.5,9.9-5.7l71.7-100.6L172.8,74.4L172.8,74.4z'/%3E%3C/svg%3E%0A");
}
@font-face {
  font-family: FS Me;
  font-weight: 300;
  font-display: swap;
  src: local('FSMeWeb Light'), local('FSMeWeb-Light'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Light.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb LightItalic'), local('FSMeWeb-LightItalic'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-LightItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  font-display: swap;
  src: local('FSMeWeb Regular'), local('FSMeWeb-Regular'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb Italic'), local('FSMeWeb-Italic'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  font-display: swap;
  src: local('FSMeWeb Bold'), local('FSMeWeb-Bold'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb BoldItalic'), local('FSMeWeb-BoldItalic'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  font-display: swap;
  src: local('FSMeWeb Heavy'), local('FSMeWeb-Heavy'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-Heavy.woff") format("woff");
}
@font-face {
  font-family: FS Me;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: local('FSMeWeb HeavyItalic'), local('FSMeWeb-HeavyItalic'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fsme/FSMeWeb-HeavyItalic.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  font-display: swap;
  src: local('WF-006389-009281-000003'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000003'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000003.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  font-display: swap;
  src: local('WF-006389-009281-000046'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000046.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000047'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000047.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  font-display: swap;
  src: local('WF-006389-009281-000050'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000050.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000051'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000051.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  font-display: swap;
  src: local('WF-006389-009281-000054'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000054.woff") format("woff");
}
@font-face {
  font-family: Fedra Serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('WF-006389-009281-000055'), url("../../../../../etc.clientlibs/ergoone/clientlibs/publish/assets/resources/fonts/fedra_serif/WF-006389-009281-000055.woff") format("woff");
}
html,
body {
  font-family: FS Me, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 0.67em;
}
@media (min-width: 480px) {
  html,
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 18;
  }
  h2 {
    font-size: 28;
  }
  h3 {
    font-size: 24;
  }
  h4 {
    font-size: 20;
  }
  h5 {
    font-size: 16;
  }
  h6 {
    font-size: 14px;
  }
}
hr:not([class]) {
  border: 1px solid #e1e1e1;
}
.text ~ .tooltipReact {
  margin-top: -0.3em;
}
.em_modal header {
  display: none;
}
.em_modal footer {
  display: none;
}
.communicationContainer-c {
  text-align: center;
}
.communicationContainer .xf-content-height {
  margin: 0px;
}
.communicationContainer .xf-content-height .aem-Grid,
.communicationContainer .xf-content-height .aem-GridColumn--default--12 {
  border: none;
}
.em_product-selection__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "FS Me", Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 78px;
  width: 100%;
}
.em_product-selection__tab:nth-child(2) {
  border-color: #D8D8D8;
  border-width: 0 1px;
  border-style: solid;
}
.em_product-selection__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  outline-style: none;
  cursor: pointer;
}
.em_product-selection__tab-item:hover {
  background-color: #e4d6e4;
  color: #000000;
}
.em_product-selection__tab-item:focus {
  background-color: #b31767;
  color: white;
}
.em_product-selection__tab-item:active,
.em_product-selection__tab-item--active {
  background-color: #b31767;
  color: white;
}
.em_product-selection__tab-icon {
  margin-bottom: 12px;
  width: 24px;
  height: 24px;
}
.em_product-selection__tab-item svg {
  fill: #333333;
}
.em_product-selection__tab-item:hover svg {
  fill: #333333;
}
.em_product-selection__tab-item:focus svg {
  fill: #ffffff;
}
.em_product-selection__tab-item:active svg,
.em_product-selection__tab-item--active svg {
  fill: #ffffff;
}
.em_product-selection__tab-text {
  text-align: center;
  display: none;
  font-size: 12px;
  line-height: 18px;
}
.em_product-selection__tab-header {
  font-weight: bold;
  font-size: 12px;
}
.em_product-selection__tabs-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.em_product-selection__switch-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  padding: 0 24px;
  border-color: #D8D8D8;
  border-width: 1px 0;
  border-style: solid;
}
.em_product-selection__switch-selection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}
.em_product-selection__tooltip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.em_product-selection__tooltip-label {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0;
  cursor: pointer;
}
.em_product-selection__switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 49px;
  line-height: 24px;
  padding: 12px 0;
  min-width: 130px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.em_product-selection__switch-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  /* https://sep-prx.local.ergodirekt.de/browse/COPF-3104 */
  min-width: 34px;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}
.em_product-selection__switch-box::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}
.em_product-selection__switch-control {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.em_product-selection__switch-label {
  display: none;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.em_product-selection__switch-control:hover + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #737373;
}
.em_product-selection__switch-control:focus + .em_product-selection__switch-box::before {
  background-color: #f2f2f2;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box {
  background-color: #ffffff;
  border-color: #aeaeae;
}
.em_product-selection__switch-control:active + .em_product-selection__switch-box::before {
  background-color: #e1e1e1;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box {
  background-color: #8E0038;
  border-color: #8E0038;
}
.em_product-selection__switch-control:checked + .em_product-selection__switch-box::before {
  background-color: #ffffff;
}
.em_product-selection__switch-control:checked ~ .em_product-selection__switch-box::before {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box {
  background-color: #8E0038;
  border-color: #8E0038;
}
.em_product-selection__switch-control:checked:hover + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box {
  background-color: #71022e;
  border-color: #71022e;
}
.em_product-selection__switch-control:checked:focus + .em_product-selection__switch-box::before {
  background-color: #e4d6e4;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box {
  background-color: #8E0038;
  border-color: #8E0038;
}
.em_product-selection__switch-control:checked:active + .em_product-selection__switch-box::before {
  background-color: #d9d9d9;
}
.em_product-selection__content {
  display: none;
}
.em_product-selection__content--author {
  display: block !important;
}
.em_product-selection__nav-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .em_product-selection__tab {
    height: 168px;
    width: 240px;
  }
  .em_product-selection__tab-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px 36px;
  }
  .em_product-selection__tab:nth-child(2) {
    position: relative;
    border: 0;
  }
  .em_product-selection__tab:nth-child(2):before,
  .em_product-selection__tab:nth-child(2):after {
    content: "";
    background: #D8D8D8;
    position: absolute;
    top: 36px;
    bottom: 36px;
    width: 1px;
  }
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2):after,
  .em_product-selection__tab--active.em_product-selection__tab:nth-child(2):before,
  .em_product-selection__tab:last-child:after,
  .em_product-selection__tab:first-child:before {
    content: none;
  }
  .em_product-selection__tab:nth-child(2)::before {
    left: 0;
  }
  .em_product-selection__tab:nth-child(2):after {
    right: 0;
  }
  .em_product-selection__tab-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }
  .em_product-selection__tab-header {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 18px;
  }
  .em_product-selection__tab-text {
    display: block;
  }
  .em_product-selection__switch-selection {
    max-width: 380px;
    height: 62px;
    margin: auto;
  }
  .em_product-selection__tabs-selection {
    width: 720px;
    margin: auto;
    margin-bottom: 24px;
  }
  .em_product-selection__switch-label {
    display: inline-block;
    cursor: pointer;
    min-width: 120px;
    padding: 0.25em 0.5em 0.25em 1.4em;
  }
}
@media (min-width: 1440px) {
  .em_product-selection__tabs-selection {
    width: 864px;
  }
  .em_product-selection__tab {
    width: 296px;
    height: 200px;
  }
  .em_product-selection__tab-item {
    padding: 36px 58px;
  }
  .em_product-selection__tab-icon {
    width: 48px;
    height: 38px;
  }
}
.em_iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}
.em_iframe_border {
  width: 100%;
}
.columnControlWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.columnControlWrapper .cmp-image__image {
  width: 100%;
}
.columnControlWrapper .full-width {
  width: 100%;
  margin-left: 0px;
}
.columnControlWrapper .half,
.columnControlWrapper .third,
.columnControlWrapper .twoThird,
.columnControlWrapper .quarter {
  width: 100%;
  padding: 12px;
}
@media (min-width: 768px) {
  .columnControlWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columnControlWrapper .half {
    width: 50%;
  }
  .columnControlWrapper .third {
    width: 50%;
  }
  .columnControlWrapper .third:nth-of-type(3) {
    width: 100%;
  }
  .columnControlWrapper .twoThird {
    width: 50%;
  }
  .columnControlWrapper .quarter {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .columnControlWrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .columnControlWrapper .half {
    width: 50%;
  }
  .columnControlWrapper .third {
    width: 33%;
  }
  .columnControlWrapper .third:nth-of-type(3) {
    width: 33%;
  }
  .columnControlWrapper .twoThird {
    width: 66%;
  }
  .columnControlWrapper .quarter {
    width: 25%;
  }
}
